Eli Robillard's World of Blog.
Bligger. Blagger. Blogger.
-
Commentary and Solution for the INDUCE Act (ZDNet Article)
Why Orrin Hatch's INDUCE Act is insane
by Eliot Van Buskirk, ZDNet -
Free ASP.NET Controls
Matt Hawley has a terrific set of custom controls on his Excentrics World website. How did I miss these for so long? In addition to a few standards (calendar, show/hide panel), he's added some highly practical variations like a textbox that uses an input mask (see the phone number demo) and a time picker to go with all your calendars. Nifty.
-
SharePoint Hotfix for Migrating SPS 2001 Data
There was an issue with running the spin.exe tool to import SharePoint 2001 content into SharePoint 2003 where folder names containing spaces were not correctly migrated. The problem is that spout.exe converts the space character to its “%20“ hex equivalent, and spin.exe keeps looking for spaces when setting up links to the new locations. Spin.exe never finds a match, so the links remain connected to the 2001 content.
-
Canada Votes
If you're not in Canada or only want to read technical blogs, this ain't for you. Skip to next.
-
Eli's SharePoint Resources
Welcome! This page has moved. Please update bookmarks and links to the new location:
-
Toronto Jul 14-16: SharePoint Portal Server 2003 Deployment
Course
Designing, Planning, Implementing and Managing a Microsoft® Office SharePoint™ Portal Server 2003 Infrastructure -
Twenty twenty twenty four hours to go...
And I'm TechEd bound. The new tablet has VPC images waiting to be filled up. I can finally blog about VS Team System, the Information Bridge Framework looks nifty from the outside (the download page has a lucid 3-line description, skip the fluff), and I can't wait for TechEd Bingo. Marcie's even hosting a Birds of a Feather session (Wednesday 7:00 PM- 8:00 PM, 14A). It promises to be a fun week. Hope to meet a bunch of you there!
-
System.Exception and System.ApplicationException
There remains confusion over what to inherit from when creating custom exceptions. Best-practises opinions range from the .NET Framework documentation: “If you are designing an application that needs to create its own exceptions, derive from the ApplicationException class,” through to the .NET Framework Standard Library Annotated Reference (Vol.1): “You should not define new exception classes derived from ApplicationException; use Exception instead. In addition, you should not write code that catches ApplicationException.” So which is it?
-
Random Numbers in C#
Random number generators written in code (or any deterministic algorithm) aren't really random. You could go as far as to say that unless based on nondeterministic events at a quantum level, there will (theoretically) be a way of predicting the next number in a series. Taking it this far might sound silly, but it gets the point across.
-
Software development -- Engineering or Art
“Both views of the world resonate with me and I can clearly see how they are both right. I have spent sometime recently thinking about this in more depth, and I think I know how to rationalize their views, but I’d like to get your take… Is software development a discipline of engineering or a discipline of arts?” - from Brad Abrams' blog on Tuesday