Apache Sites Enabled Loaded in Alphabetical Order
It’s appears that Apache loads sites-enabled in alphabetical order.
That’s why the styles and images from my assets.andrew.chalkley.org domain were trying to be loaded from my androo.co.uk redirect.
It’s all fixed now :)
Here’s my jQuery presentation given at the Spring User Group in London.
Surprisingly people turned up to the Spring event just for my talk alone.
New Design
This is the new design.
Still ironing out some CSS kinks and adding some new snazzy features soon. :)
Includes insights into the winning mash-ups of Daniel Hilton, Thomas Butterworth and myself.
My tutorial in to making my mash-up more accessible coming soon!
Fix SQLite3 Error on Ruby Enterprise Edition
If you get the following error:
no such file to load — sqlite3/database
When using upgrading to ruby-enterprise-1.8.6-20080624
To fix it all your need to do is:
$ cd /opt/ruby-enterprise-1.8.6-20080624/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2/lib/sqlite3
$ sudo chmod +r *
Restart your app and voila!
If you have found this post useful please recommend me.