08 Oct 2008
•
Creativity
•
Git
•
SEO
Wonderful things happen when smart people discard limitations that
everyone else has been taking for granted, and two recent examples in
the online world illustrate this beautifully.
More …
25 Aug 2008
•
Skype
Ever quickly sent a skype message, only to immediately notice a typo?
You can fix it using the following trick.
More …
17 Jun 2008
•
Rails
•
Ruby
•
Unix
‘less’ is a great tool for browsing Rails log files, though you might
not guess it if you try to view your “development.log” with it.
More …
15 Jun 2008
•
Emacs
•
Vim
•
Unix
I often hear the proponents of vim and
emacs discussing which is
better, usually pitting emacs’ extensibility against vi’s archaic yet
arguably effective and tendon-friendly scheme of editing modes.
More …
26 May 2008
•
Rails
•
Ruby
Our big
celebrity charity news site runs
on Rails, and I’ve just switched all the view code from erb to haml. I
cut the total number of lines of view code from 2370 to 1788, which
makes for a saving of 25%.
More …
19 May 2008
•
CSS
•
Javascript
•
JQuery
I’m a big fan of
grid-based layouts, particularly
using CSS frameworks like
YUI. For all their apparent
conflict with the ideals of semantic markup, these frameworks save a
ton of time.
More …
09 May 2008
•
Rails
•
Ruby
I’m happy to announce that my
db_console plugin
for Rails has just been
added to Rails Core.
More …
18 Apr 2008
•
Emacs
•
Git
•
Subversion
Interacting with git from within emacs is a pleasure, thanks to the
official git-mode and Leah Neukirchen’s fantastic
gitsum mode.
Here are some convenient bindings for running git-svn from emacs.
More …
06 Apr 2008
•
css
•
javascript
•
jquery
•
Rails
Want to mark external links on your website with a little icon or a
different colour? Well, you’ll want to give all those a
tags a
CSS class, and style them up accordingly. In this article I present
an easy way to do this without directly altering all the links in your
application, exactly as I implemented it on this
popular celebrity charity news site.
More …
06 Feb 2008
•
Ruby
Rubygems is kind enough to generate RDoc for installed gems, but the
directories move as the gem versions evolve, and it’s inconvenient to
keep browsing for them. This tool produces a useful HTML index with
direct links to the RDocs for all the gems installed on your system.
More …