I am reading a sample chapter on LINQ by Bruce Eckel, and sometimes the sample code looks a lot like F#. There are even "let" statements. And when using...
... http://mindview.theunixman.com/CSharpPreviewSample.pdf 239 pages. <quote> This is a sampling of a full book, which as of March 2008, is not yet available ...
Are there any offline blog editors which will support HTTP authentication on the XMLRPC requests? We have an internal dasBlog and I would like to use an...
Have you tried Word 2007? It has a blog editor in it. From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of...
On Wed, Jun 4, 2008 at 2:10 PM, Ryan Rinaldi (TT) < ... Yes - but I would look at the HMTL it generates - unless something radical has changed it is pretty...
I have a drop down panel that is supposed to extend downward above the items below it. This works fine (except in IE6, but oh well) except that Safari and IE7...
CSS-P is OMG. I once decided to drop tables for CSS-P and make a two-column layout with a header and a footer. I barely made this work for IE and FireFox. Then...
just don't use trial and error - got and read about it because AFAIK: fixed position is not fixed absolute position is not absolute, it's relative to the...
I have three books, have read over 100 articles, and have searched for 4 days. I think I've done all the research I can. I've tried DOCTYPES, every style of...
You just have to put the collapsed and expanded search menu divs in a common div, positioned however you like, and position them at absolute positions with the...
... The first question is - does the page validate? (html and css). This is almost always the first step to sorting out crosss brower rendering problems. If it...
Does anyone know if there is a limit on the size of file that can be pulled down over http (programatically not using IE) using IIS5.1 on XP? Currently I'm...
I'm not sure about IIS 5, but .NET apps on IIS 6 definitely do start acting funky past the 2GB mark (which is the upper end of a signed 32bit int). I actually...
Does any one know if the Exception messages from Framework exceptions are localized? I assumed yes and that they would be localized based on the thread's...
I would also add a short notice: do not localize your .net framework unless you really need it. I find it an incredible pain in the butt as a developer and...
Cheers, my experience with IIS6 has been pretty good so far but my client app is either WMP or our own custom app so browsers matter less to us. I suspect...
Hi A colleague of mine has a WinForm control that runs in the browser and requires access to a user's file system. They are granting access using Caspol to...
Not only does it require a MSI (or some trusted component) to run, that's the way I want it. Can you imagine just tell marking your component as safe and...