Welcome to Geekdojo Sign in | Join | Help

August 2004 - Posts

With improved security and support for Windows XP Service Pack 2. A version is also available for Windows Server 2003. Read More
After first using the Data Access Application Block, I'm a big believer in using as many of these as appropriate. Whenever someone asks me about these, I always end up searching for them or looking through the Patterns and Practices list on MSDN. So for me and anyone else that is looking, below is a list of all the blocks (or blue bricks as there are also called). Read More
Should be another interesting edition of .Net Rocks. Charles Petzold is a great author of really useful .Net programming books. He was on the show Monday the 23rd. If you haven't listened to .Net Rocks yet... Read More
2 Comments
Filed Under: ,
I was doing a little ego-surfing and saw this post on Google groups. It's cool to me because this blog is so new. I started this blog in the hopes I could help fellow coders out… Read More
Found this post from Maxim an interesting read on Code Access Security. Read More
I downloaded the SP2 ISO from MSDN last night, burned it to disk, and installed it without any problems on a fresh install of Windows XP SP1, with only Zone Alarm installed. I had been reading that SP2 wouldn’t enable the Windows Firewall if you had Zone Alarm running, so I left it alone... Read More
(Comments Off)
Filed Under:
Duncan asked about modifying the RolloverImageButton control to support 3 states: normal, mouseOver, and mouseDown. Sounded like a good idea so here’s the new version of the RolloverImageButton Control. I added a new property, MouseDownImageUrl, that holds the path to the image that is displayed when the mouse is pressed over the control... Read More