Tag Archives: programming

vim’s lcd command

I find vim’s :lcd command to be quite useful. For a long time I didn’t use it, mainly because I didn’t understand how it works. First, using it is simple. It works just like :cd. You type :lcd path/to/directory in … Continue reading

Posted in uncategorized | Tagged , , | 5 Comments

jQuery 1.7.0 is out!

…and I like the new .on() and .off() API for setting up events. I wrote some code that uses it, just for practice. Nothing too fancy.

Posted in uncategorized | Tagged , , | Comments Off

Using environment variables to avoid .gitignore bloat

After setting up some Heroku addons I got used to using environment variables to specify add-on settings. I then started using them for non-addon settings, and now I’ve started using them outside of Heroku a bit too. One area where … Continue reading

Posted in uncategorized | Tagged , , | 2 Comments

Resources for Learning Rails

Here is a list of a few awesome sites offering tools for learning Rails: PeepCode Pricing: Starts at $12 for one screencast; Twitter: @peepcode and @topfunky I bought my first PeepCode screencast back in 2008, before Rails and Merb merged. … Continue reading

Posted in uncategorized | Tagged , , , , | Comments Off

SyntaxHighlighter Brush Pack: Now on WordPress.org

I put my SyntaxHighlighter Brush Pack on WordPress.org, using the excellent git to WordPress.org Subversion instructions to preserve history. In order to check that it works, I moved my plugin (installed as a git submodule) outside the wp-content/plugins directory, went … Continue reading

Posted in uncategorized | Tagged , , | Comments Off