Archive for the 'Web' Category
Wherr You At?
I took a bit of a break from MetaForum development today to do something a bit different. I’ve been wanting to dig into the google maps API for a while now just to see what she’s like, so I whipped up a quick mashup that lets any group, organization, or forum community map out […]
HTML Option Disabled Attribute
A particular project I’m working on requires graying out options in a drop down box. I discovered the disabled attribute, which can be used as follows:
<select name="range">
<option value="7">last 7</option>
<option value="30">last 30</option>
<option value="60" disabled="disabled">last 60</option>
</select>
Normally you can just write ‘disabled’, but to be valid XHTML, you need the disabled=’disabled’ variant. The point is, this […]
Search
You are currently browsing the Code in Focus weblog archives for the 'Web' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.

