Sunday, May 11, 2008 7:47 PM
 
Most Recent Postings
Microsoft Office 2007 Starting Slow? -    SOFTWARE - general
I had a lot of problems with load time of Word 2007 and I found a fix to my problem. more...

I Passed the 70-536 Microsoft Exam -    NEWS - general
I passed my first of 3 exams to become a MCPD: Web Developer. It was hard, but not as hard as I thought it would be. more...

if ... else if ... else ... an alternative -    C# PROGRAMMING - general
In this article the author explains an alternative to the multiple if, else statements. Not without any controversy though. By now I've realized that programmers have many different ways of doing things and even more opinions of how things should be done. more...

Microsoft Access and SQL Server Millisecond annoyance -    SQL - general
I'm working on a project to sync data from access to SQL server and found out many new things about the datetime column. They each handle the datatype a little differently. more...

Windows Live SkyDrive -    UTILITIES - general
Password protected online storage that can hold up to 5gb total with a maximum file size of 50mb. Up to five files can be uploaded each time. Optionally, an ActiveX tool can be installed to allow drag-and-drop uploading from Windows Explorer. You have the choice to keep the files private, share with contacts, or make the files public. Publicly-shared files do not require a Windows Live ID to access. more...

Experimental Nightshots -    MY PICTURES - out & about
Working on getting to know the new camera we got for a wedding gift. I want to get good at long exposure photos so when storm season comes I can get some good lightning photos. more...

Access to a Hidden Column From The Gridview -    ASP.NET - general
Microsoft understood that using hidden columns to store data was a potential security risk, so they removed them from the ViewState at databinding time. To work around this is possible, but beware of the potential security risks involved. more...

Fiddler 2 - Free Unility For Web Debugging -    UTILITIES - general
A Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language. more...

Another Debugger Visualizer -    C# PROGRAMMING - debugging
This debugger visualizer by David Hayden is very handy for viewing items in a shopping cart. I'm sure you can think of other ways to modify it and make it more suited to your own purposes. more...

"Roll Your Own" Debugger Visualizer -    C# PROGRAMMING - debugging
If you're like me and you like to see your data in debug mode than check this article out. You can create your own debugger visualizers and add it to the built in ones that Visual Studio 2005 includes. more...


1 - 10 of 90 posts