Best way to learn/read/study

Saw this mentioned on Stack Exchange earlier (via @ryanbigg) and as it was a post I was going to be doing anyway (to accompany a forthcoming feature, ‘Best way to learn Ruby & Rails) I thought I’d go ahead and do it now. Ok lets get started… but first it should go without saying that […]

What’s so special about Ruby on Rails?

There are many reasons why Rails is special, but in order to keep things fairly short, relaxed and n00b friendly, I won’t delve too deeply into the mechanics. Instead I’ll cover the things that first drew me to the framework… and subsequently got me hooked! The best technologies One of the biggest draws to Rails

How to move your site to a new server

In this guide, we’ll look at moving a MYSQL based website to a new server. For the purpose of this guide, this step-by-step is for a vBulletin based site, but the principles are the same no matter what type of application your site is using (eg Drupal, WordPress, etc). We’ll… Transfer our website files from

How to install XCache

XCache is one of the most respected php cachers around, so here’s a little how to guide that I wrote up as a reference for myself a while back. Hope you find it useful… Ssh telnet into your server as root user Grab XCache by typing: cd /usr/local/src wget http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz Wait for package to download