geeky · non php code

label IDs and input effects

this is nothing new but i didn’t learn about it until yesterday and it totally made my day. basically if you use code like: clicking on the corresponding label text will check/uncheck the checkbox & radio buttons for you. click for an example. as long as the label for attribute matches the id attribute inside… Continue reading label IDs and input effects

geeky · non php code

inline binary data display

would it be nice that all browsers can handle inline binary data display? actually just images will be fine. so no more image uploading.. just do something like: demo: this particular line is supported in firefox, safari and konqueror but not IE (yet). I will try out IE 7 next week. to read more interesting… Continue reading inline binary data display