Minimul
-
Weekly micros: May 19th, 2012
Elinks and elinks.conf, Coffeescript array, OSX services ...
-
Weekly micros: May 12th, 2012
Tmux send-keys, bootmed, previous vim commands ...
-
Weekly micros: Mar. 31st, 2012
The switch to tmux, factory_girl in console, pow & ree speedup, nested templates in Rails 2.3 ....
-
Simple widget for multiple file uploads across browsers
Based on jquery(ui) using the widget pattern and qunit tests.
-
Weekly micros: Mar. 24th, 2012
Last 2 files in vim, ....
-
Compare and merge directories with DirDiff vim plugin
Great cross-os solution for diffing and merging directories but needs to be setup right.
-
Compiling PHP 5.2 on OSX Lion
This was a nightmare and I almost quit.
-
Weekly micros: Mar. 3rd, 2012
Cucumber on the grill, *nix fu ..
-
Recover a corrupt Innodb table
10 steps to breath easier.
-
Weekly micros: Feb. 25th, 2012
OSX ps command, CVS!, Passenger restarting, Merge tools ...
-
Weekly micros: Feb. 18th, 2012
PS vs FW, MySQL dumping ...
-
Weekly micros: Feb. 11th, 2012
Brattleboro web-dev meetup, vim search & replace, sub-screens ...
-
Notes on MySQL 5.5 upgrade
From 4.1.22
-
Weekly micros: Feb. 4th, 2012
VIM horz, Wycats, ...
-
Weekly micros: Jan. 28th, 2012
Consulting, triggers, word versions of CV's ...
-
MMS2R Invalid Byte Sequence in UTF-8
Ruby 1.9 specific.
-
Ajax indicator with jqueryui button
Indicator running inside the button.
-
Making a context menu from jqueryui autocomplete
Don't need to wait for jqueryui 1.9 menu module.
-
Jquery plugin innerlabel
Different twist using the data-* attribute.
-
Sinatra promotional site tutorial
A "brochure" site that has a little bit of everything.
-
Tech note: Fix jqueryui dialog content scrolling in IE
When you can't use the recommended DOCTYPE.
-
Setting up your own git server
My notes on making my own git server on Ubuntu Server 8.04.
-
Tech note: Quickly remove bin logs in MySQL
Nothing eats up disk space like these bad boys.
-
Tech note: Problems getting the attachment size in Rails 3
This is the second time the uploaded file attachment size has hit me up for a snag.
-
Tech note: Using javascript to fix missing double quotes in Rails
Different approach to this should-have-been-fixed-a-while-ago problem.
-
Tech note: Detect internet connection before refreshing the page
Don't overlook this step.
-
Tech note: Debugging applications that use behaviors and another tip
More help for the disenfranchised.
-
Homesite and Rails
Because it feels like home.
-
iSilo plug-in for Linux Desktops
iSilo is an oldie but goodie.
-
Tech note: Using Prototype's invoke with a user defined function
Spoiler: you need to add the method.
-
Search your Rails code
Strange but true.
-
Tech note: My personal VIM cheatsheet
Yet another.
-
Tech note: Prototype and NWMatcher
NWMatcher really speeds up IE CSS selector matching.
-
Tech note: Mutt inside of cron not working for Ubuntu Server 8.04 and 10.04
Gotta love mutt. I use it everywhere.
-
Tech note: Show the entire line within the ps command
Drove me bonkers for a bit.
-
Tech note: Proper mod_deflate configuration with IE 6
Just in case you still need to support IE 6.
-
Response to Unstringing the Pearls?
Did you ever think some couple from the middle of nowhere Tennessee couple could create such a buzz?
-
Simple Megadropdowns
Probably not Jakob approved however.
-
Refactoring your code into the event delegation pattern in Prototype
Without having to overhaul all of your event handlers.
-
Because Internet Explorer still doesn't have spell check
It doesn't even look like IE 9 is going to have it.
-
Datalist documentation
A thorough reference of Datalist options.
-
HTML 5 datalist. Have it now. Have it better.
This is HTML 5 datalist on steroids plus you can use it today. Introduction and quick start guide.
-
Better way to do file uploads in HTML
Take some of pain out of input[type=file] HTML tag.