December 2009
15 posts
3 tags
Dec 15th
2 tags
Dec 13th
2 tags
Dec 12th
2 tags
bullshit generator →
Dec 12th
1 note
5 tags
Dec 11th
1 note
3 tags
{basic} innerHTML
<script> function innerMe(pass){ if (pass != null){ document.getElementById(‘myObj’).innerHTML = pass; } else { document.getElementById(‘myObj’).innerHTML = “shared inner HTML”; } } </script> <b id=’myObj’>def cont</b> <input type=’button’ onclick=’innerMe(null)’...
Dec 11th
3 tags
simple js {jpg.rollover}
… <script> function roll(nomeImg, stato){ document.images[nomeImg].src = “gfx/”+nomeImg+”_”+stato+”.jpg”; } </script> … <body> … <a href=”” onMouseOver=”roll(‘m01’, ‘on’);” onMouseOut=”roll(‘m01’, ‘off’);”><img...
Dec 11th
4 tags
javascript rollover {show/hide} div {display}
… <head> <script> function showDiv(pass){ var elm = document.getElementById(pass).style; if (elm.display == “block”){ elm.display = “none”; } else { elm.display = “block”; } } </script> </head> … <a href=”javascript:void(null);” onClick=”showDiv(‘moreLetters’);”...
Dec 11th
some Japanese ;)
arigatou gozaimasu ( thank you, formal ) doitashimashite ( you are welcome ) ohayo ( goodmorning ) ohayo gozaimatsu ( goodmorning formal ) oyasumi nasai ( good night ) sumimasen ( I’m sorry ) Iie ( no worries, no problems ) ittekimasu ( i’m leaving ) itterasshai ( see u later ) tadaima ( i’m home ) okaeri ( welcome back ) okaeri nasai ( welcome back, formal...
Dec 11th
css tricks
If you want to have a “0px div”, you need these guys :) height: 0px; font-size: 0px; padding: 0px; margin: 0px; font-size: 0px; line-height: 0px;
Dec 11th
Dec 10th
1 note
1 tag
iPhone and iPod Touch wallpapers from a selection... →
Dec 10th
David Lanham →
Dec 10th
“Your head’s like mine, like all our heads; big enough to contain every god and...”
– Grant Morrison
Dec 10th
1 tag
Dec 10th