- Three weeks of hard work and I'm finally moving out of this hole. >>
- RT @ChrisPirillo: Is it just me, or is Twitter Suggestions virtually useless? It's showing me "famous" people I've done my best to ignor ... >>
- Fantastic uygur restaurant near Shinjuku http://yfrog.com/m97dqj >>
- Forget the mouse and god damn trackpad, I want a magic trackball!!! >>
- RT @mamachari: Clash of cultures or mere insensitivity? English teacher gets in hot water for playing hangman in Jpn school http://bit.l ... >>
Saw Notifo on Hackernews and fell in love. It solves all my irritating headaches when making web apps (mainly that I need access to notifications and can’t do it without a simple free app installed).
I made a quick PHP class for using with Notifo. Give it a whirl if you want to.
Notifo PHP Class (Version 1.01, thanks to Ethan and Michael!)
Be sure to include it; then try this:
$a = new Notifo();try {$a->subscribe_user(‘username’);$a->send_notification(‘username’, ‘message’, ‘title’, ‘URL’);}catch(Exception $e){echo “You had an error; {$e->getMessage()}”;}






