February 2012
2 posts
Designer Frames & Online Eyeglasses - $95 Rx... →
$95 glasses
CRC Checksum for VBscript →
md5 sha1
January 2012
1 post
Turn off HTTP throttling in Chrome →
December 2011
1 post
Generating Excel Spreadsheets with PHP and PEAR →
July 2011
2 posts
SSH login without password →
Alphabetizing posts in WordPress
– Alphabetizing Posts « WordPress Codex
December 2010
3 posts
Intro to load testing with JMeter →
ThoughtShaker | Pencil Scuptures →
Show a Module on all Menu Items except selected... →
October 2010
1 post
Collection of Beautiful iPhone Homescreen walls —... →
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
May 2010
1 post
April 2010
3 posts
Apple - Support - Discussions - how to delete a... →
Some possible solutions if you find your iCal calendars duplicated on your iPhone
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
March 2010
2 posts
February 2010
3 posts
The 2009 Feltron Annual Report →
This is incredible…
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.
A Form of Madness - Dive Into HTML5 →
Excellent rundown of new form types in HTML5, courtesty of @dcharrison
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…
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.
ScreenSharingMenulet →
OS X menubar item for quickly accessing screen sharing of other computers on your network
September 2009
1 post
August 2009
9 posts
Skitch.com →
This replaces my out-of-date Desktastic application and is a much better screen grab utlility.
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.
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.
iPod and iPhone Firmware Download →
Download the official firmware for any iPod or iPhone, including current and past versions.
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.
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.”
inessential.com: Don’t offer $50 for your favorite... →
10 Free Quick Look Plugins →
July 2009
7 posts
Resetting the SyncServices folder →
dotmacsyncservices was eating up 97% of my CPU cycles. This fixed it.
MRR Software: NameChanger →
NameChanger is designed for the sole purpose of renaming a list of files.
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.
beaTunes: iTunes BPM Detection →
Trying to get back into running… Knowing the BPM of my music should help make better playlists
Indie Soup Runner: energetic indie music to power... →
50 New CSS Techniques For Your Next Web Design →
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.
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.
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.
Social Network Icon Pack · Komodo Media →
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
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...
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.
JDiskReport →
Visualize where your hard drive space is being used. Handy for freeing up space when your drive is maxed out.
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"
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