Tips of the Day
- backspace in GNU screen with Apple Terminal, SSH, and Ubuntu
- jquery tooltip plugins
- django stuff
Tips of the Day
- dumping and restoring databases from RDS
- connecting to Twitter via oauth using python
- python debugger in Django
Ruby Rails Gmail SMTP
When you want to send a quick email in a ruby script, it's easy to send it through Gmail. You don't have to worry about email deliverability, and you get a record of it in your 'Sent Box'. There were a few outdated blog posted on how to do this, but I had to make a few tweaks before it worked for me.
Read more