Monthly Archives: February 2010

Short review for Nexus One + Verison Mifi

I’m using Nexus One without SIM card, and Mifi from Verison in a couple of weeks. I used to use iPhone 3G in Tokyo (sadly, it was SIM locked, I can’t use it in the US), comparing two but it’s hard to say which one is better. Mostly I use default applications like browser, email [...]
Posted in Think | Leave a comment

git post-receive-email with php using GMail SMTP

Hosting SMTP myself is a bit high cost. It’s a good solution to use GMail SMTP server. I changed post-receive-email a bit. send_mail() { # if [ -n "$envelopesender" ]; then # /usr/sbin/sendmail -t -f "$envelopesender" # [...]
Posted in Uncategorized | Leave a comment

Get error message “G is null” or “a is null” on jQuery

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script> $(document).ready(function(){ var obj = null; // ...maybe there are complexed lines... $.each(obj, function(){ }); }); </script> Will get an error message “a is null”. When using jquery.min.js, it might be hard to recognize what kind of error it is. On version 1.3.2 the message says [...]
Posted in Tweak | Tagged , | Leave a comment
  • About

    I'm Nobu, a web developer living in Mountain View, CA. Feel free to comment on any posts. I'm also tweeting on twitter.

  • Archives

  • Recent Posts