Welcome to Geekdojo Sign in | Join | Help

June 2004 - Posts

The design of a current client project calls for all buttons on all the forms to be graphical with a rollover highlight. After writing JavaScript in the first ASPX page, I realized I no longer liked doing that in the ASP.net environment. I wanted my control to emit the script for me... Read More
I get really annoyed by Visual Studios insistence on putting CSS style attributes for width and height in every TABLE and TD tag I resize, mainly because there is no easy way of getting rid of them beyond “trying” to select individual tags in the IDE or using the slow outline window. I can’t count the number of times I’ve had weird spacing issues that I had to track down and delete these attributes to fix... Read More