03.30.2005 - Custom Checkbox
This latest demonstration/experiment is an attempt at providing a custom checkbox element solution while still enabling a graceful fallback to standard checkboxes if need be.
The bulk of the description is on the document proper, so I'll not repeat myself here. Suggestions on improvements are welcome.
In other news:
- My gaming PC is up and running again. Replacing the motherboard did the trick. I've also replaced that damned metal power button with a plastic one. :)
- Speaking of gaming, I picked up a PSP last week. If you're at all into gaming, or are just a gadget freak like me, get one -- it is well worth the price. All of the hacks that are popping up prove the device's potential.
- I am now the proud owner of a 15" Powerbook. I absolutely love it and have been using it 100% of the time. All I've done on Windows lately is check to see if things I'm working on are behaving themselves in MSIE. Check out Kevin Lawver's list of must-have OS X apps he put together for me.
I have two comments:
1. Can you supply a screenshot of AOL interface, or even better, a copied HTML, so we can see the behavior without having to register at AOL?
2. the MSIE hack (Math.floor(Math.random()*1000)) frightens me. It means that under extensive use, users might not see it correctly, since the random appears to hit a number which is already in the cache.
I would use:
testImage.src = "blank.gif?" + new Date().valueOf();
to be sure each request is unique and not in the cache.
Posted by splintor on March 31, 2005 @ 1:44 am
@1. The interface is built dynamically, so I wasnt able to copy the markup, but here are two screen shots:
This one w/ images on: http://slayeroffice.com/tmp/webmail_01.jpg
and this w/o images: http://slayeroffice.com/tmp/webmail_02.jpg
@2. You're absolutely right. I've changed it per your suggestion.
Posted by Steve on March 31, 2005 @ 3:56 pm
http://richardathome.no-ip.com/index.php?article_id=334
Works in pretty much the same way as yours I think. I wonder if yours has the same accessability issues as my method?
Posted by Richard@Home on April 11, 2005 @ 7:25 am
1: Mine only fires if images are available, which improves accessibility, and was my main focus with this project.
2: My images inherit all applicable event handlers from the checkboxes they represent.
I wish I had seen yours before I started mine - I could have just added the above to your code and saved some time. What accessibility issues does yours have? If mine suffers the same lets fix them.
Posted by Steve on April 11, 2005 @ 9:08 am
All these great new techniques helps me dealing with designers who just don't know what's possible today. sIFR rocked their world.
Posted by Johan Sjostrand on April 14, 2005 @ 2:49 pm
Posted by Ugh... on May 1, 2005 @ 10:48 pm
Version 8.0 Final
Build 1095
Platform Linux
System i686, 2.4.26-gentoo-r5
Qt library 3.3.2
Java Java Runtime Environment installed
The second time (after restart) it did not crash. Maybe the JS engine was in an unstable state or low on memory from previously visited pages? Dont know what happened. Once it was able to view, it showed the old fashioned check boxes.
But that should not reflect on Opera, I run with limited JS and thru Privoxy. FWIW.
Posted by iWantToKeepAnon on May 3, 2005 @ 8:10 pm
Comments have been closed for this post.