Archive for the 'Web' Category

Wherr You At?

21Feb07 Brian

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 […]

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 […]


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.
 

Bad Behavior has blocked 38 access attempts in the last 7 days.