Tag Archives: helpful

Backup Mysql Database on GoDaddy

Assumptions: You are trying to back up MySQL Databases on a GoDaddy Shared Linux package where you have access to SSH and know what your credentials are. If you know either of these, but are unsure of how to get … Continue reading

Posted in Automation, GoDaddy, Recipes, Redundancy, Scripting, Web | Tagged , , , , | Leave a comment

Show ActiveRecord SQL in Rails 3 Console

If you want to show sql in your console for Active Record, then you may have run across the past Rails Recipes book or similar formulas for Rails < v3.0.  I just tweaked a formula I saw in that book … Continue reading

Posted in Programming, Rails, Ruby | Tagged , , , , , | Leave a comment

Add Widget and Ads Twenty Ten WordPress Theme

I sat down today to add a widget container and ads to my WordPress blog with the latest popular Twenty Ten theme. This would also likely apply to all other themes as well where there is no Top Widget Container. … Continue reading

Posted in PHP, Programming, Web, Wordpress | Tagged , , , | 6 Comments

Keep Multiple Ruby Projects Separated

How do I keep multiple Ruby projects separate?. This is really helpful article for those of us that have many projects that span great amounts of time.  It gives you the high level of how to leverage RVM, with Bundler … Continue reading

Posted in Programming, Rails, Ruby, Web | Tagged , , , , , | Leave a comment