Quick Forms Markup: Mix-and-Match Elements

After coding a few dozen or more forms, it finally occurred to me one day that I was going about form creation the wrong way. Writing the code from scratch for every new form was a pain. So I created a list of the most common form elements that I can copy-n-paste for quick-n-easy forms.

Noted on 29 August 2007 in

Markup Slacker

Since reading Andy Clarke's Transcending CSS, I've come to the realization that I'm a slacker. Reading along as Clarke created superb web pages without a solitary div was an eye-opening experience. Not altogether a comfortable one. Because soon after, I had to open up a file of my own HTML markup and confront The Creature.

Noted on 17 April 2007 in

Quick Primer on XHTML Markup

Writing valid XHTML markup is not really as difficult as it sounds. If you learn a few new rules, you'll be marking up code in valid XHTML in no time. The best way to familiarize yourself with valid markup is to view source on site pages that have passed one of the validation services, such as W3C's Markup Validation Service. Here is a quick rundown of the basics to help you get started.

Noted on 1 February 2007 in

The End of the IE Hack?

I ran across this list on the IEBlog while searching for...ahem, cough, uh, a hack. Microsoft offers this "list of common CSS hacks" and says these are the bugs they're ridding the world of in IE7 and that will soon break any pages you've used them on...

Noted on 25 October 2006 in

Putting CSS Footers in Their Place

One of the most difficult things I've encountered in CSS layouts is footers. They're hard to understand, and even when you do figure them out, that doesn't guarantee you're always going to know how to get them to behave.

Noted on 2 September 2005 in

Battling the Chaotic Style Sheet

Recently I've been in a battle against large, messy, unwieldy style sheets. I always start out so neatly, organizing my rules by selector and carefully keeping track of them. Then sometime around 3 a.m. one morning, the neatness wears off. I can't remember if I've already written a rule similar to what I need, and frankly I've stopped caring. The heck with it, I grumble, let's just write a new rule and toss it in there.

Noted on 23 August 2005 in

Arizona Woman Grows World's Largest Style Sheet

I'm pretty sure I'm writing the longest style sheet in the history of humankind. I'm thinking of submitting it to the Guinness people. Maybe grab myself a slice of fame while I'm still around and kicking. To give you an idea of its size, I'm considering adding a search feature to it.

Noted on 26 July 2005 in

Visualization: Boxes and Tables

I had to edit this a little for sense. Apparently, I'm not at my best at 4 a.m.

For designers who are used to tables, the most frustrating thing about CSS isn't learning new markup or memorizing new style rules. No, the most difficult thing is changing the way we think about designing and building pages.

Noted on 22 July 2005 in

First CSS Design Postmortem

After a short absence due to being buried under, I'm back to say... I finally finished the beta version of my first all-CSS design for a client. Yay! I'm very proud and tired. Here are my initial thoughts about building a "real" CSS site for the first time.

Noted on 28 June 2005 in

CSS and Images: A Beginner's Cheat Sheet

There are so many things to keep track of when you're learning CSS. I've found it helpful to keep similar tips and examples together so I can find them quickly. Here's my "cheat sheet" on images.

Noted on 9 May 2005 in

Syndicate content