Just a Memo

  • About
  • Design Process
  • Archives
Illustration of a bird flying.
  • Resize to a Specific Element’s Dimensions

    Here’s a snippet to resize a background image to the dimensions of an element. In this case, #bkgImage. var resizeBkg = function() { var h = self.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; var w = self.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var e = document.getElementById(‘bkgImage’); if (w > h) { e.width = w; e.height = w; }…

    November 26, 2008
  • A Longer Walk on Google Maps

    It was cool to find out that Apple released an update to iPhone 2.2 today. After going through the process, I couldn’t wait to try out the new features—specially the ones involving Google Maps. They were: Street View, and public transit & walking directions. Things were fine when all of a sudden… a “things that…

    November 22, 2008
  • SNL: Justin Timberlake for Beyonce’s Single Ladies Music Video

    Oh man… this had me going—freaking hilarious. I think Justin Timberlake was going to host this upcoming Saturday or something but can’t anymore due to the Holidays. So he popped in and did Weekend Update and a skit with Beyonce. Just in case you missed it this past Saturday’s SNL, here it is ((Please do…

    November 21, 2008
  • Gmail Themes

    My account finally got updated with the new Gmail Themes! Looks pretty cool and should provide users some spice in their email time.

    November 20, 2008
  • The Best Wee Ninja Ever

    Awesome! Let me present to you the one and only, best Wee Ninja ((Wee Ninjas are based of the game that was recently released in this past October, Ninja Town.)) =) PS. If you prefer to buy Ninja Town on Amazon, go here.

    November 19, 2008
←Previous Page
1 … 57 58 59 60 61 … 190
Next Page→

Just a Memo

Proudly powered by WordPress