Jan
4
2010
Google is celebrating Newton’s Birthday today with a poppy javasript falling apple. Google recently added javascript to their homepage with the fade in / fade out of the text around the edges. Google usually adds cool graphics for holiday’s like Issac Newton’s Birthday but they have decided “what the heck,” we are already using javascript on the homepage, let’s add something else. I think it’s kind of delightfully tacky.

Comments | tags: apples, google, issac newton, javascript, newton | posted in Design, Web Development
Dec
21
2009
google donates $20 million to charity for Christmas / Holiday 2009 season
Quote:
“Because charities are experiencing their toughest year in decades, we have committed $20 million to helping those who help us all. Our gift to you is a gift to them. Happy Holidays” – From Google
View their page

Google will be donating to these organizations:
- Feeding America
- Boys and Girls Clubs
- Smile Train
- CARE, Mothers Matter
- World Wildlife Fund, Natural Capital Project
- Mobile Creches
- Prajwala
- HEAL Africa
- African Institute for Mathematical Sciences
- The Mango Tree
- National Center for Missing and Exploited Children
- Harlem Children’s Zone
- Save the Children, Latin America focus
- Reporters Without Borders
- Witness
- Loud Against Nazis
- Global Voices
- Ushahidi
- Save the Children, Middle East and Eurasia focus
- Grupo Cultural Afro Reaggae
- Ashesi University College, Ghana
- Pratham
- Australian Indigenous Mentoring Experience
- Shin Shin Educational Foundation
- Tzu Chi Foundation
Comments | tags: charity, google, news | posted in Marketing, Tech Opinion
Sep
5
2009
What does it mean?
Google’s code. This is a reference to the all your base are belong to us. However, on google’s homepage in the animation of the alien spaceship, the aliens are stealing the google “o” thus we have “all your O are belong to us”
Just convert the numbers to the alphabetical counterparts (a=1, b=2)
This is using something similar to the caesar cipher
What does “All your base are belong to us” mean?
Wikipedia says:
“All your base are belong to us” (often shortened to “All Your Base“, “AYBABTU“, or simply “AYB“) is a broken English phrase that was central to an Internet phenomenon, or meme, in 2000-2002, with the spread of a Flash animation that depicted the slogan. The text is taken from the opening cut scene of the 1991 European Sega Mega Drive version of the Japanese video game Zero Wing,[1] by Toaplan which was poorly translated by Sega of Europe. It was popularized by the Something Awful message forums.[2] The lines For great justice and Somebody set up us the bomb are often replicated as a secondary memes, with the phrase for great justice applied to an ordinary or inappropriate action.
Watch the Video
Google’s Homepage

Animated Gif

1.12.12 25.15.21.18 15 1.18.5 2.5.12.15.14.7 20.15 21.19
Comments | tags: all_your_base, all_your_o, google, twitter | posted in History, Etymology
Sep
1
2009
Are you frustrated that when you search g-mail there are only 20 results that show up at a time? It’s quite difficult to review, mark, and move messages when the search results are limited to 20 messages.
Does it make sense that a “search company” which offers GIGABYTES of storage in their e-mail system limits your result count to 20? No. Of course not.
Visit the GMAIL SUGGESTIONS PAGE and choose the second one from the bottom “Better message search functionality” – also, possibly choose the dropdown box at the bottom, select OTHER, and tell google you want more than 20 results! :)

Comments | tags: gmail, google | posted in Tech Opinion
May
31
2009
Preferred domain (www or non-www)
|
| The preferred domain is the one that you would liked used to index your site’s pages (sometimes this is referred to as the canonical domain). Links may point to your site using both the www and non-www versions of the URL (for instance, http://www.example.com and http://example.com). The preferred domain is the version that you want used for your site in the search results. |
| To specify your preferred domain: |
|
On the Webmaster Tools Home page, click the site you want.
|
|
Under Site configuration, click Settings.
|
|
In the Preferred domain section, select the option you want.
|
| Note: Once you’ve set your preferred domain, you may want to use a 301 redirect to redirect traffic from your non-preferred domain, so that other search engines and visitors know which version you prefer. |
|
|
Comments | tags: google, SEO | posted in Tech Tips, Web Development
May
30
2009

So, I was using one of Google’s sign up forms, and I noticed that it gave me a nice tip – The valid zip codes for my state! Along with some sample zip codes for my country (usa). I opened up the firebug console and checked out the ajax call – it was this: https://www.google.com/adsense/addrform/resources?kind=country&code=US
That’s really cool. It returned an XML document with all the state’s valid zipcodes. While it may be unreliable to make this same AJAX call from within your own web application every time, the XML document itself is quite valuable with the zip code validation.
Download that XML document here.

Comments | tags: ajax, api, google, xml | posted in Tech Tips, Web Development
May
30
2009
People have been contributing their two cents to how this works, but I have un-compressed (ie. re-written) Google’s compressed javascript, so that the average web developer should be able to get a detailed understanding of how this works…. My final rewrite is available from my website here.
|
|
I saw the coolest thing I’ve seen since realizing that Mozilla was embedding a wsdl-enabled SOAP client into this browser… Google Suggest returns suggested results as you type… This is technically amazing on about at least two different levels:
|
- How fast this is… I type pretty fast, and it updates with every single keypress…
- The cool web interface… I used to be pro-server side web updates, and avoiding javascript, but I’m really turning around on this with the impressive interfaces I’ve seen with gmail, and now google suggest (among others…)
|
|
So everyone is impressed by this… My shock and awe goes further in terms of how nice this interface works:
|
|
|
Comments | tags: ajax, google | posted in Web Development
May
28
2009
looks like you now have another “i’m feeling lucky” type of option from google. links in the autosuggest area! why wasn’t this done before? it it helpful or annoying?
Comments | tags: google | posted in Tech Opinion, Web Development