Browse by Month RSS Feed
  • September 2010
  • August 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010

  • Filed under: Software @ 10:30 pm

    A small update to my Data Generator script:

    • Oracle SQL option added; letting you generate Oracle-friendly SQL in addition to MySQL.
    • A new “option for MySQL
    Comments (2)


    ApologiesJuly 15, 2008
    Filed under: Life @ 9:37 am

    Again, another apology to people who’ve emailed recently that I haven’t responded to – I’m REALLY really busy and won’t be able to respond for at least a week. Sorry, guys.

    Comments (4)


    Filed under: Tech News @ 12:07 pm

    http://ajaxian.com/archives/quipt-caching-js-in-windowname

    “Mario Heiderich has released qUIpt, a library that uses the window.name property to store away useful data, in this case JavaScript.”

    Haha! it was only a matter of time.

    A not-so-well-known feature of window.name is that it preserves state over page reloads: so you can store values in it and get access to them on the next page. Sort of a primitive sessions. I’ve used it a couple of times when faced with an innaccessible server layer, and not wanted to resort to cookies.

    Of course, it’s only of use internally within your own site: any script can overwrite the property on any webpage, so you can only rely on it’s values while browsing your own pages.

    Comments (0)