I did a very stupid thing. I automatically updated my syntaxhighlighter plugin (which is excellent by the way) through the wordpress admin panel. I also forgot that I had made a custom theme and added a few more matchers to the ruby brush, which were subsequently overwritten in the update. Bummer.
So. Here is the theme, [...]
More
Because I’ll forget #1023
Problem
Use Linux’s “find” command to hunt recursively through the current directory tree and find all matching files. While this is simple enough, I’m an idiot and tend to delete important files when drinking working too much — which we all know sucks. It would be nice to have it take all found [...]
More
Because I’ll Forget #15901:
Firstly, let me just say that compiling PHP has never been this difficult before. It shouldn’t be difficult at all actually. So heres the basic run down: I need SOAP, GD, SimpleXML and a few other miscellaneous extensions to make all my dev apps work properly — this went smoothly on the [...]
More
Because I’ll Forget #1099:
Problem
Create a TextMate snippet that will build a label for a given input textbox using Human Cased words from an underscored name attribute.
Solution
TextMate snippets support Perl Regexps which is a beautiful, albeit scary, thing. Start by making the label in direct relation to the input tag’s “name.” The label’s “for” attribute should [...]
More
Because I’ll Forget #1023:
Problem
I know how to _USE_ icon sets and set my icons*. My issue is that I want to take a folder of, say, *.PNG files and make the icon reflect the contents. I did some digging, and the solution is pretty simple — AND elegant.
Solution
There is a relatively unknown program, at least [...]
More