Wordpress WordCamp 2009
Posted on : 11-13-2009 | By : Cool Geex | In : Live, Wordpress
0

If you are a Wordpress fan like me you want to watch the WordCamp 2009 Live streaming from Phoenix AZ.
Sponsored by GoDaddy… (Live Now)
Adding HTML Signature to your iPhone 4 without Jailbreaking...
One of the features missing on the iPhone is HTML signature for Mail, and if you are using two different email addresses like me you probably want to have two different...
Play Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it.
I attached text and video instructions.
To...
Automate a Remote Login Using SSH - Linux
To do just that you need to create SSH Key Pair
1. we need to use ssh-agent to create an SSH key pair.
To do that run this command: ssh-keygen -t rsa
When prompted...
Free Google Wave Invites
Do you really want a Google Wave Invite but don't want to pay $$$ on eBay???
I got one for you....
The deal is:
I give you an Invitation and once you get it...
Start Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing.
Google Chrome doesn't provide an option to load Incognito by default so...

If you are a Wordpress fan like me you want to watch the WordCamp 2009 Live streaming from Phoenix AZ.
Sponsored by GoDaddy… (Live Now)

From the home page:
“New user signup has been suspended and will return when we re-launch.
To receive information about the re-launch please enter your email address.”
The URL also redirect to:
http://www.google.com/gizmo5/

If you need some extra space for your already big Gmail inbox, or to stash more pictures in Picasa Web Albums, now is the time.
Google just sliced its extra storage prices, offering: 20GB for $5 a Year (Full list of prices in the end of this article)
With this kind of cheap prices you should consider moving your pictures to Picasa.
I just think that it’s another step towards Google Cloud OS.

Prices :

Say hello to the MacHeist nanoBundle. It’s the same bundle of quality Mac software that you know and love… but it’s entirely FREE.
Download it. Enjoy it. And tell your friends about it, because it’ll be gone in under a day, never to return again. Grab it now!
Go is a new Pyton / C++ Programming Language from Google
Here is an example code from golang.org
package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}
If you are a programmer check it out at: Go for it.