This is pretty cool. The timesonline has ranked Icovia #2 in their top ten DIY sites. Now, if someone can explain to me what “… a doodle to use.” means? http://technology.timesonline.co.uk/tol/news/tech_and_web/the_web/article6487470.ece...
Tags
Popular Posts
- Using, Close, Dispose and Finalize
- ASP.NET CheckBox Control and CSS
- More Community Server Positions Open
- Silverlight 2.0 and the Future of ASP.NET
- NHibernate Invalid Index For This SqlParameterCollection
Summary At some point in your use of .NET you are going find that garbage collection, or rather, the
Previously I wrote about how the ASP.NET Label control <asp:label runat="server" /> renders
I swear Scott and the rest of the group at Telligent really need to stop posting about open positions
Mix08 was a lot of fun this year. I was very happy to see all the work that the IE 8 team has done to
I ran into a problem last week where I kept getting this exception: Invalid index 6 for this SqlParameterCollection
I recently had a problem where I needed to represent a collection of Folders, where each Folder could have items or additional folders. I needed to store this representation in our database, however I also needed to be able to easily manipulate individual items within the collection so storing everything...
Last week I embarked on a quest to get our application(s) to compile via Jet Brains Team City . In order to do that, the applications must be compiled from command-line. Technically, I could have installed Flex 3 Builder on the build machine, but I don’t consider that a real option. I took an inventory...
In part II here I showed the unit tests for my host file utility. I will note that this is not “best practices” code. It is simply a quick utility that has more than paid for itself in time saved. I have one outstanding bug/feature. When you attempt to uncomment something: hostu –u 127.0.0.1 www.codeverity...
[updated] We got a call today from SIGG and they simply asked us to put the bottle on the porch in the original packaging and FedEx would be by tomorrow to pick it up. [Original] The week before last we purchased 4 SIGG water bottles. The box showed up on Wednesday and we opened it only to find that...
Today I was driving to Exeter, NH to go to Loaf and Ladle restaurant with Carol. As we are heading down 101E we come up to one of those large 4’ x 6’ green reflective signs that litter the highway with essential information for drivers. This particular sign said something along the lines of: Project...
I’ve spent the last few years driving away from the endless use of tables to define layout. Each project I’ve been on, I’ve managed to push farther and farther away. It’s been a painful, frustrating experience, but at this point I’m far better at it than I would be at using tables. On a current project...
In Part I, here , I talked about creating a utility to help me with constant host entry changes. I have to report that I used it throughout the day today and I am very pleased with how much easier it made my life. I did have one usability issue: I swapped the IP address with the Domain and the result...
So, recently Egypt announced that they were going to cull a large number of pigs. It was thought [ said ] that it was a direct measure against the swine flu. So, let’s follow this logic for a moment: a) Pigs in Mexico contract flu virus from human b) Pigs in Mexico mix a new flu cocktail and the new...
I hate hosts.txt. I have to modify my host entry at least 20 times a day. I have entries for production, qa, staging, and of course dev. In fact, I have around 50-100 entries in my hosts file. I try and keep it organized, but it is still a hassle. There have been many times where I thought I was pointing...