ASP .NET Script to Render Selected and Unselected Links Depending on Which Page You are Viewing

Attached is a .zip file that contains the source code and a set of example web pages that will allow you to dynamically render links (or any html tag for that matter) with one of two classes depending on which page you are viewing

It gives you the ability to render nav bars that display items as selected and unselected.→ Continue reading “ASP .NET Script to Render Selected and Unselected Links Depending on Which Page You are Viewing”

Why does the overflow: auto setting on a div nested in a table cell not render the scroll bars properly in IE 6, IE 7, and Firefox 2 and Firefox 3?

If you have ever seen Firefox 2 and 3, IE 6 and/or IE 7 render the scroll bars on a div that has the overflow: auto property set what follows is a full description of the problem and a solution.

Click here for said solution.Continue reading “Why does the overflow: auto setting on a div nested in a table cell not render the scroll bars properly in IE 6, IE 7, and Firefox 2 and Firefox 3?”

Disabling Sticky Keys under Kubuntu 8.04

I run a number of VMWare virtual machine instances on my Linux host and in one of them I do a lot of Photoshop work.  This involves a lot of holding down the Shift key, which with the default installation of Kubuntu 8.04 enables the sticky keys and slow keys accessibility options.

To turn this off, go to System Settings/Accessibility and click on the "Activation Gestures" tab.  Then uncheck the "Use gestures for activating sticky keys and slow keys".

Click → Continue reading “Disabling Sticky Keys under Kubuntu 8.04”