February 2012
2 posts
Designer Frames & Online Eyeglasses - $95 Rx... →
$95 glasses
Feb 22nd
CRC Checksum for VBscript →
md5 sha1
Feb 15th
January 2012
1 post
Turn off HTTP throttling in Chrome →
Jan 24th
December 2011
1 post
Generating Excel Spreadsheets with PHP and PEAR →
Dec 15th
July 2011
2 posts
SSH login without password →
Jul 25th
“Alphabetizing posts in WordPress”
– Alphabetizing Posts « WordPress Codex
Jul 20th
December 2010
3 posts
Intro to load testing with JMeter →
Dec 9th
ThoughtShaker | Pencil Scuptures →
Dec 9th
Show a Module on all Menu Items except selected... →
Dec 8th
October 2010
1 post
Collection of Beautiful iPhone Homescreen walls —... →
Oct 29th
1 note
July 2010
1 post
Adding custom columns/fields to Joomla article,... →
Missing from the article are the following modifications: /components/com_content/models/frontpage.php:_buildQuery() - Add a.article_iamges to query
Jul 2nd
May 2010
1 post
May 14th
2 notes
April 2010
3 posts
Apple - Support - Discussions - how to delete a... →
Some possible solutions if you find your iCal calendars duplicated on your iPhone
Apr 28th
Apr 22nd
SQL Server Forums - Export to Excel →
The solution to 80% of my SQL Server / Access woes. Export a database table or view with more than 16,000 records to Excel
Apr 12th
March 2010
2 posts
Mar 29th
2,136 notes
Mar 24th
February 2010
3 posts
The 2009 Feltron Annual Report →
This is incredible…
Feb 4th
Styling Checkboxes and Radio Buttons With CSS and... →
I’m a little behind the curve on this one. How to develop custom checkboxes and radio form buttons.
Feb 2nd
A Form of Madness - Dive Into HTML5 →
Excellent rundown of new form types in HTML5, courtesty of @dcharrison
Feb 1st
October 2009
3 posts
You will never have a time machine →
Prove beyond a shadow of a doubt that you will never have a time machine. I may have to use this…
Oct 20th
Raphaël — JavaScript Library →
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
Oct 16th
ScreenSharingMenulet →
OS X menubar item for quickly accessing screen sharing of other computers on your network
Oct 5th
September 2009
1 post
Sep 2nd
August 2009
9 posts
Skitch.com →
This replaces my out-of-date Desktastic application and is a much better screen grab utlility.
Aug 28th
Mac OS X 10.6 Snow Leopard Compatibility List →
Poorly formatted, but very informative list of what software currently works with the upcoming OS X 10.6 Snow Leopard update. Check this before you update.
Aug 25th
MySQL Workbench  →
Build database diagrams with this GUI editor, and then export it to MySQL-compliant SQL statements when you’re ready to start development.
Aug 13th
iPod and iPhone Firmware Download →
Download the official firmware for any iPod or iPhone, including current and past versions.
Aug 7th
Software Pricing: Are We Doing It Wrong? →
As a developer who is wringing his hands over what where to set the price point for a planned iPhone app, this article came at just the right time.
Aug 6th
inessential.com: Anatomy of a feature →
“Oh, it’s easy, just a quick http call. I could write a script to do it in like 20 seconds.”
Aug 6th
inessential.com: Don’t offer $50 for your favorite... →
Aug 6th
10 Free Quick Look Plugins →
Aug 3rd
Aug 3rd
July 2009
7 posts
Resetting the SyncServices folder →
dotmacsyncservices was eating up 97% of my CPU cycles.  This fixed it.
Jul 28th
MRR Software: NameChanger →
NameChanger is designed for the sole purpose of renaming a list of files.
Jul 22nd
MachineCodex :: Software : DateLine →
DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background and text colors are customizable with support for transparency.
Jul 22nd
beaTunes: iTunes BPM Detection →
Trying to get back into running… Knowing the BPM of my music should help make better playlists
Jul 21st
Indie Soup Runner: energetic indie music to power... →
Jul 20th
50 New CSS Techniques For Your Next Web Design →
Jul 20th
Joomla: Assigning a Template to a Section →
Not sure if this is for Joomla 1.0 or 1.5, but this is a problem I’ve been searching all over for a solution to this morning.
Jul 10th
June 2009
3 posts
iPhone View Switching Tutorial →
I’m planning on beginning development on an iPhone app late this summer, so you can expect to see a lot of reference articles posted to my Tumblr for my future perusal.
Jun 29th
Use AppleScript to select specific tabs in... →
The big thing I miss about Firefox is being able to jump straight to a tab with Cmd+[1-9].  This AppleScript, combined with Quicksilver, brings this functionality to Safari.
Jun 29th
Social Network Icon Pack · Komodo Media →
Jun 25th
April 2009
1 post
Autoadd new files into a Subversion repository
#!/bin/bash files=$(svn status | grep ^\? 2> /dev/null | wc -l) if [ "$files" != "0" ] then svn status | grep ^\? | cut -c8- | xargs svn add svn -m "Autoadding new files" commit fi
Apr 24th
March 2009
4 posts
Notification when Twitter followers stop following
I tried out the Qwitter service (http://useqwitter.com) but it didn’t seem to work. Here’s my own solution: #!/usr/bin/php <?php $checkURL = "http://username:password@twitter.com/statuses/followers/username.xml?page="; $index = 1; $message = ""; do { $followers = simplexml_load_file($checkURL.$index++); for ($i=0; $iuser[$i]->screen_name); } } while...
Mar 27th
Photoshop: Radials, Rays, and Bursts →
I can never remember how to do these, or what to call them when I try to search for a tutorial.
Mar 19th
JDiskReport →
Visualize where your hard drive space is being used. Handy for freeing up space when your drive is maxed out.
Mar 19th
How to Avoid March Madness on Twitter
If you use Twitterrific and are Terminal-savvy type this into your terminal, relaunch Twitterrific, and enjoy a baseketball-tweet-free March. defaults write com.iconfactory.Twitterrific tweetTextFilter -string "march madness|#marchmadness|basketball|brackets|bracket"
Mar 16th
February 2009
5 posts
listening to "Sellotape (pencils in the wind) -... →
I’ve had this stuck in my head since a coworker sent out a different Flight of the Conchords video to the whole office
Feb 26th
Feb 16th