Posted on July 22, 2008 in Tutorial | 2 Comments »
While they may not be that pretty, forms are one of the most important parts of a web site. I have already written an article on CSS Forms, that was over a year ago, and I have developed much better techniques.
There are other great resources for information about form design, and I will take this information into account when I am showing the flexibility of my method of marking up and styling forms.
Continue reading Flexible and Semantic Forms with a Little jQuery »
Posted on June 24, 2008 in Tutorial | 5 Comments »
Recently, I had to slice and implement a blog for the CEO of my company. I decided to go with WordPress because that is what I have become enamored with recently, when I created a job board using it. I used some features of WordPress that I had never used before, so I figured I would talk about them so that others could learn how to use them as well.
Continue reading WordPress Tips and Ideas Learned From Implementation »
Posted on June 17, 2008 in Tutorial | 4 Comments »
I have been using jQuery to do table striping, and up until today, I have not had any problems with it.
I had just been using the :even and :odd selectors to add classes to each table row.
Continue reading jQuery Table Striping Bug »