Category web
-
Jekyll plugins for categories, projects and sitemaps
A couple of Jekyll plugins we wrote to generate some of the content on this site... read more
-
jQuery SimpleColor plugin hits version 1.0
A few new features for the SimpleColor plugin, and a bump to v1.0... read more
-
A weekend project - fromthecache.com
A weekend project that provides transparent access to the Google cache via a web app... read more
-
Introducing Rails Kitchen Sink
Yet another rails-project-starter, but this time it's ours... read more
-
Static blogging the Jekyll way
An overview of some of the technologies we used to build the new site... read more
-
New 'projects' section launched
Our open source projects now have a proper home... read more
-
recurser.com has a new home - update your feeds please!
The content from recurser.com has been moved to a new home... read more
-
Integrating Jekyll with FeedBurner
A few pointers on setting up FeedBurner for your Jekyll site... read more
-
New site launched!
I'm very happy to announce the launch of our new site... read more
-
Compiling Nginx with flv streaming support on Ubuntu
A quick guide to compiling and installing nginx with flv streaming support on Ubuntu... read more
-
Compiling and running red5 flash server on OSX
How to get Red5 flash streaming server up and running on OS X... read more
-
Installing Flex 4 (Gumbo) SDK on OS X
How to install and configure the new Flex 4 SDK on OS X.... read more
-
nginx error - 413 Request Entity Too Large
How to increase the allowed file upload size in Nginx, and stop 413 Request Entity Too Large errors... read more
-
NoReverseMatch : custom registration templates break django unit tests
How to fix NoReverseMatch errors in the django auth and django-registration test suites when you are using customized login and registration templates... read more
-
Sending Django email with Gmail
How to set up your Django application so email is sent through Gmail... read more
-
'Hello World' with Scala and Lift on OSX
How to install Scala and Lift on OS X, and create a simple sample project... read more
-
Passing IPs to apache with nginx proxy
How to configure Apache to pick up the correct IP address for logs etc, when requests are proxied from Nginx... read more
-
Customize the Nginx server header
How to alter the 'server' header in Nginx... read more
-
Flushing the DNS cache on OS X
How to manually flush the DNS cache on OS X to force /etc/hosts changes to take effect... read more
-
HTTPSHandler error using python 2.5 and GAE on OS X
How to fix "AttributeError: 'module' object has no attribute 'HTTPSHandler'" errors running python 2.5 on OS X... read more
-
'spec/rake/spectask' errors doing rake db:migrate
What to do if you get "no such file to load -- spec/rake/spectask_" errors running rake db:migrate... read more
-
'Can't find Magick-config' error installing rmagick gem
How to fix a 'Can't find Magick-config' error when installing the rmagick gem... read more
-
undefined method assert_valid_keys in Rails
How to fix 'undefined method assert_valid_keys' errors in Rails... read more
-
Styling Apache directory listings with mod_autoindex
How to use Apache's mod_autoindex module to style directory listings... read more
-
Nginx adds strange characters using rails/memcached_pass
How to stop strange characters appearing when using rails, memcached and the nginx memcached_pass directive... read more
-
Phusion Passenger PassengerMaxPoolSize is ignored
How to setup apache so that the Phusion Passenger PassengerMaxPoolSize, PassengerMaxInstancesPerApp and PassengerPoolIdleTime directives are not ignored... read more
-
Pylons - LookupError: Entry point 'main' not found in egg
How to fix 'LookupError: Entry point 'main' not found in egg' errors in Pylons... read more
-
memcaches_page plugin for Rails
A Rails plugin to cache entire pages to memcached, allowing you to use nginx to serve your site directly from memory... read more
-
Gantt Calendar plugin for Trac
Adds Gantt chart and calendar functionality for Trac tickets... read more
-
Styling subversion listings with xslt
How to style Apache Subversion listings using XSLT and the Apache SVNIndexXSLT directive... read more
-
Rewrite Trac links to Redmine with nginx
How to use nginx's 'rewrite' functionality to redirect trac-style links to redmine... read more
-
Disable store links in iTunes 8
How to turn off the store links in iTunes 8... read more
-
Installing Trac on CentOS
How to set up Trac and Subversion on CentOS... read more
-
Filesystem path is neither a file nor a directory 160013 - SVN / Trac Error
How to get around a 'Filesystem path .... is neither a file nor a directory' error with Trac and SVN... read more
-
Simulate delayed-fade in jQuery
How to create a fade effect after a delay in jQuery... read more
-
Setup 64bit CentOS (PHP5, MySQL, memcached, ketama)
A script to setup 64bit CentOS with PHP5, MySQL, memcached and ketama... read more
-
PHP5 on OS X Leopard
How to get PHP5 running on an OS X Leopard machine... read more
-
Force MySQL Encoding to UTF8
How to force MySQL to use UTF8 encoding by default... read more
-
Browser detection with PHP
How to set up and use PHP's get_browser() function to detect client browsers... read more
-
Subversion Server on CentOS
How to set up a subversion server with apache and CentOS... read more
-
Format JSON with PHP
A PHP function for formatting and indenting a JSON string... read more
-
jQuery i18n Translation Plugin
A jquery plugin for doing client-side i18n translation... read more
-
jQuery SimpleColor Color-Picker
A very simple color-picker plugin for jQuery... read more
-
Default Values With Hibernate Annotations
How to set the default value of a field with Hibernate... read more
-
Adding Appfuse Dependencies
How to add a dependency to AppFuse... read more
-
Get complete AppFuse sources
How to get the complete, exploded source of an AppFuse application... read more
-
Skip AppFuse Tests
How to skip tests when compiling/running AppFuse applications... read more
-
Appfuse "failed to lazily initialize a collection of role"
Fix the 'failed to lazily initialize a collection of role' error in AppFuse... read more
-
Hibernate OneToMany Relationships
An example of a one-to-many relationship using Spring MVC and Hibernate... read more
-
Hibernate 'TYPE=storage_engine is deprecated'
Fixing 'TYPE=storage_engine is deprecated' warnings in Hibernate... read more
-
Multibyte-safe CSV Parser
A multibyte-safe CSV parser i wrote for a recent project... read more
-
JScript Debugger for IE
How to install and enable JavaScript debugging for Internet Explorer... read more
-
Useful JScript Array Functions
clear, inArray and remove functions for manipulating javascript arrays... read more
-
Javascript Hash Class
A javascript Hash implementation... read more
-
Multiple DBs in CakePHP
How to hack cake to use different databases for different models... read more
-
External Sessions in CakePHP
How to import a session from an existing PHP application into a cake application... read more
-
Supported tags for Japanese phones
List of tags supported by i-Mode, Vodafone and KDDI phones... read more
-
Format XML with PHP
A PHP function for formatting and indenting an XML string... read more
-
Installing MySql/PDO for PHP
How to install PDO/MySql to fix Zend_Db_Adapter_Exception errors in Zend Framework... read more
-
Configure Ubuntu w/ Static IP
Ubuntu Enterprise 6 doesn't seem to give an option to enter a static IP during install if you have DHCP available... read more
-
Installing Trac
Trac can be a little tricky to install. Here's the steps that worked for me... read more
-
Svn server w/ Apache
A walk-through for setting up a subversion server hosted by http/apache... read more
-
Cake actions from the terminal
How to call CakePHP actions from the command line... read more
-
Rails NameError
How to fix 'NameError (uninitialized constant UnknownAction)' error in rails... read more