Monthly Archives: September 2010
Cupcake Fix
Google Voice “merged” conference calls rock on my Android phone ((Android, Google Voice, Nexus One))
Untitled
White background’s problem in web pages
Just a test
Just
Boomerang for Gmail is a dream come true
I continually have the need to send out email reminders for soccer games, church meetings, birthdays, etc. I would love to be able to write these emails when I have the time, and schedule them to be sent at a specific date/time. Boomerang for Gmail is the tool I have been waiting and searching for.
Boomerang for Gmail is a Firefox/Chrome plugin that lets you take control of when you send email messages. It works for Gmail accounts and Google Apps email accounts.
Check it out http://www.baydin.com/boomerang4gmail/
PHP Single vs Double Quotes
Single quotes = No escaping.
Double quotes = Things like \\, \n, \r, gets escaped.
Yii Framework Date Formating
Quick example of how to format a date using the Yii Framework
Yii::app()->dateFormatter->format(‘yyyy-MM-dd’,datetime);
Reference
http://www.yiiframework.com/doc/api/CDateFormatter#format-detail