Lee’s Latest tweets
Tweets by LeeMallabone-
Recent Posts
- Fluent 2014: Supercharge Your Mobile Emails March 13, 2014
- Making it easier to generate single retina-pixel (hairline) images March 10, 2014
- Combining CSS regions with transforms and animations September 23, 2013
- CSS Regions, and why you’ll be using them before you know it September 9, 2013
- City maintenance as an analogy for software development August 27, 2013
- Banishing “Your Session Has Expired” from the Internet August 12, 2013
- On Rescue.js July 29, 2013
- Swap your Rails stack traces for a REPL July 15, 2013
- Highly usable (but slightly crazy) CSS3 effects round-up July 1, 2013
- A Better Toolchain for Everyone Building Pixel-Perfect Designs June 17, 2013
- Blur This! (or Demonstrating MobileSafari’s Awesome Support for CSS3 Filter Effects) June 3, 2013
Archives
- March 2014
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- September 2011
- January 2011
- May 2010
- January 2010
- October 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
Categories
- Announcements (3)
- Chrome (2)
- CSS (10)
- Dot net (1)
- Events (2)
- General (5)
- HOW-TOs (7)
- Java (1)
- Javascript (1)
- Miscellaneous (8)
- Progress (1)
- Rails (10)
- Starting up (12)
- Tools (8)
- Uncategorized (1)
Author Archives: Lee Mallabone
mig_constraints is not compatible with rails 2.3
Although it’s old, mig_constraints has sat in my rails plugin directory for a while now because it adds much needed foreign key support to ActiveRecord. I’m on of those crazy guys that thinks a relational database should maintain relational integrity, … Continue reading
Setting up a kick-ass rails server on Ubuntu 9.04 (Jaunty)
I recently created a new slicehost and thought I’d try the latest Ubuntu release with it. Unlike brightbox hosting, you only get a plain boring ubuntu installation out of the box on slicehost (and various other VPS-based hosting services). A … Continue reading
Wisdom from a different (Internet) age
It doesn’t happen very often, but I was pointed to an online article recently that dates back almost a decade. The Pitchman is a story by Malcolm Gladwell about “Ron Popeil, who invented a better rotisserie in his kitchen and went … Continue reading
Posted in Starting up
Leave a comment
Nokogiri fails to work on Solaris (11), but fix it like this!
I’ll have a better fix up in the near future, but for now, the ruby gem “Nokogiri” crashed out on me on Joyent’s Solaris platform. Its error was a little cryptic unless you’re familiar with libc. I can’t reproduce it here … Continue reading
Posted in Rails
Leave a comment
Issues with JBCP and Sybase
BCP is a method for quickly copying data into SQL Server or Sybase databases. It’s much faster than running INSERT statements, so if you have a large amount of data, it’s a tempting option. However, the trade-off for the speed … Continue reading
Getting Rails 2.2 to work on Mac OS X, despite the MySQL ruby “gem”
rubygems makes package management a nightmare. This is demonstrated every time you try and setup a new server using your operating system’s ruby/rails packages. It gets fully demonstrated when you try and upgrade to Rails 2.2 on a Mac. You can … Continue reading
Posted in Rails
Leave a comment
Head Hunting; a brand new way to recruit top talent
I’m pleased to announce the first public beta release of an exciting new service from Crossbone Systems. Head Hunting is a revolutionary new way to recruit employees at a fraction of the cost of other methods such as recruitment agencies … Continue reading
Posted in Announcements, Starting up
Tagged announcement, facebook, launch, social networking
1 Comment
Fun with FBJS: “Can’t find variable: a43014453287_slider”
I’ve been trying to get a slider bar working recently as part of a facebook application. To get the example on the Facebook wiki working out-of-the-box was no problem. The problems came when I wanted to create the slider bar … Continue reading
Effortless online VAT returns with KashFlow
Once you are registered for VAT, sending in your returns every three months can be a bit of a daunting task, especially if you’re not keeping strict electronic records on a regular basis. I’ve blogged about various online accounting packages … Continue reading
Posted in HOW-TOs
Leave a comment
Explained: learning Ruby on Rails (Part 2)
If you followed along in , you will have downloaded and installed Netbeans 6 to get a complete Ruby development environment. You should also have prototyped a web design idea, added some dynamic code to it, and got cosy with … Continue reading