Archive for June 2006

2004 Portland Lindy Exchange

June 26 2006

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.

2004pdlxa1

Flash splash page for the 2004 PLX web site


2004pdlxb

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: ,

Comments (1)

ASPnet Validator.SetFocusOnError Property

June 22 2006

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:

Comments (+)

How to Create a Standardized Web Site Development Workflow | Smiley Cat Web Design

June 19 2006

Musing on topics for a preliminary “brown bag” seminar: How to Create a Standardized Web Site Development Workflow | Smiley Cat Web Design.

Comments (+)

ASPnet Captcha Implementation?

June 13 2006

Creating Controls

Tags:

Comments (+)

Comprehensive Email Hiding Reference

June 13 2006

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.

Comments (+)

Label.AssociatedControlID Property (System.Web.UI.WebControls)

June 6 2006

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:

Comments (+)