November 2004 - Posts

12
Comments

RegEx Pattern - Determining the name of the page by Palermo4

[.+]?/(?<pagename>[^/]+).aspx If the only thing necessary is to determine the name of the page (without path information) this regex pattern did the job for me.
Filed under: ,
2
Comments

Color Schemer by Palermo4

http://www.colorschemer.com/online.html This is a nice online tool for figuring out what colors "match". Anyone else have a good site recommendation for colors, themes, or templates?
Filed under:
2
Comments

Conditional Comments for IE by Palermo4

In a recent post, I pleaded for help with CSS. Among some of the great suggestions, I stumbled across an interesting feature supported by IE... Conditional Comments. These are evaluated on the client-side. In the context of CSS, it would enable a developer...
Filed under:
9
Comments

CSS Help! by Palermo4

I stink at look-and-feel... and I hate that! I have always been the developer "under the hood" fixing the engines, doing the "plumbing", talking to data. I was never gifted with the art of web design, and it has been a curse I have been trying to lift...
More Posts