June
26
2006
Written by: aurelius at 4:35 pm in the Web category.
In 2004, I worked with a creative team to implement the web site for a local swing dance event. The organizers had developed a dragon logo and an Oriental theme which I integrated the web site’s design which provided event information and registration to participants coming from all over the country.

Flash splash page for the 2004 PLX web site

Example page from the 2004 PLX web site
The lindy hop is a swing dance originally popularized in the 1920s. It experienced a resurgence in the late 1990s in cities across the world. A lindy exchange is a weekend-long dance event where dancers from all over the country are welcomed to a local dance community for shows, performances, events, and, of course, dancing. I worked on the Website for the Portland Lindy Exchange since 2001. 2004’s exchange was the third official Portland exchange.
Tags: design, PLX
June
22
2006
Written by: hipsterdoofus at 4:30 pm in the Web Development category.
Handy little property if you want to make correcting error messages on a form a bit easier. By setting the BaseValidator.SetFocusOnError Property (System.Web.UI.WebControls) to “true” the form focus goes automatically to the field whose validation fails. If multiple fields fail validation it focuses to them in source order.
Tags: asp.net
June
19
2006
Written by: hipsterdoofus at 2:30 pm in the Web Development category.
Musing on topics for a preliminary “brown bag” seminar: How to Create a Standardized Web Site Development Workflow | Smiley Cat Web Design.
June
13
2006
Written by: hipsterdoofus at 3:29 pm in the Web Development category.
Creating Controls
Tags: asp.net
June
13
2006
Written by: hipsterdoofus at 2:43 pm in the Web Development category.
Today I was researching ways to prevent emails from being harvested from a web page. A couple of the links I found:
A lot of info to analyze.
June
6
2006
Written by: hipsterdoofus at 4:01 pm in the Web Development category.
I think this is the grail that I’ve been looking for as far as enabling HTML labels to work with ASPnet 2.0 controls Label.AssociatedControlID Property (System.Web.UI.WebControls). I’ll try it out and see.
Tags: asp.net