January 25, 2010
In my most recent project, I decided to prompt the user before doing a post back when a DropDownList changed. In order to do so, you need to add an “onchange” event to your DropDownList. It should look something like: onclick=”if(!SomeFunction(this)) return false;” Some Notes: “SomeFunction” is a javascript function that returns true or false [...]
October 18, 2008
Occasionally, I pretend to be a Python developer. Thus far, my IDE of choice has been PyDev + Eclipse. Recently, I did a few minor upgrades to my development box that allowed my to upgrade from Windows XP to Windows Vista 64. Before I could begin using Eclipse, I needed to install the latest version [...]
October 1, 2008
If, by chance, you’re like me and recently installed Visual Studio 2008 onto a 64-bit version of Windows, you may be getting the following error when you attempt to debug an application: The components for the 64-bit debugger are not registered. Please repair your Visual Studio 2008 Remote Debugger installation via ‘Add or Remove Programs’ [...]