I think I’m one of very few people who liked the new facebook layout right off the bat. And here’s why…
Posts Tagged ‘html’
Posting Defaults for Checkboxes
September 24th, 2008
No Comments
I was playing around with Zend_Form a little while ago and I realized they did something neat with checkboxes. Everytime I created a checkbox, Zend made two. <input id=”optInDefault” name=”optIn” type=”hidden” value=”n” /> <input id=”optIn” name=”optIn” type=”checkbox” value=”y” /> One hidden, and one not. This is handy because when the user doesn’t check it – [...]

