Oct 30
  • meeting with the client went okay – only made a few mistakes :P #

Powered by Twitter Tools.

Oct 29

Powered by Twitter Tools.

Oct 29

<script type=”text/javascript”>
window.onload = hideDivs;
function hideDivs()
{
var divs = document.getElementsByTagName(‘div’);
for(var no=0;no<divs.length;no++)
{
if(divs[no].className==’homeHide’)
{
divs[no].style.display=’none’;
}
}
}
</script>

OR

<script type=”text/javascript”>
window.onload = hideDivs;
function hideDivs()
{
var divs = document.getElementsByTagName(‘div’);
for (var i in divs)
{
if(divs[i].className==’homeHide’)
{
divs[i].style.display=’none’;
}
}
}
</script>

Oct 28
  • it’s quarter to 4 in the avo and I’ve only just got out of meetings #
  • morning @ChrisSaad lazybones #

Powered by Twitter Tools.

Oct 27
  • pondering the idea of getting a new tattoo when im home in Aus…. family would not be very impressed #

Powered by Twitter Tools.

« Previous Entries