August 15th, 2009 by wes
Here’s a list of helpful git resources. I’m mostly posting this to use when people ask me questions about Git. I know there are tons of useful links out there, but these are the few I reference most. I’ll try to keep this up-to-date as I find more useful content…
Git Guides
http://progit.org/book/
http://learn.github.com/
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
Git GUIs
http://gitx.frim.nl/
Posted via email from Wes’s posterous
Filed under
Git having
No Comments »
August 11th, 2009 by wes
I just realized I can post to multiple accounts by just emailing my posterous account.
Posted via email from Wes’s posterous
May 8th, 2009 by wes
I got this message when trying to printing the Winter.jpg sample image using Photo Printing Wizard!

December 22nd, 2008 by wes
Some photos from our most recent Rockband session!
Filed under
Photos having
No Comments »
November 9th, 2008 by wes
Take a look to the right of my site, see that little twitter feed on the sidebar? That’s a new plugin I just created. I had tried a few different twitter plugins for WordPress, but none of them did exactly what I wanted. Plus, I have been meaning to take some time to figure out how to create plugins and this was a good opportunity to do just that. Feel free to comment if there are easier/better ways of creating plugins.
The first thing I did was create a new directory in my wp-content/plugins/ directory. I named my plugin twitkick. The name is derived from twitter and kickstand. Kickstand is the name of my web development agency, I plan to make more plugins under the kickstand name.
Inside wp-content/plugins/twitkick I created a new file named twitkick.php. At the top of that file I needed to include some information.
<?php
/*
Plugin Name: Twitter Kicker
Plugin URI: http://wesbillman.com/twitter-kicker
Description: Twitter Kicker for WordPress
Author: Wes Billman
Author URI: http://wesbillman.com
*/
?>
Read the rest of this entry »
October 12th, 2008 by wes
Images from the unboxing I did for MunkeyFireTruk.
Filed under
Photos having
No Comments »
September 18th, 2008 by wes
It’s a website for my guild in Warhammer Online.
We plan to use the site for posting info about the guild and Warhammer in general. Check it out MunkeyFireTruk.com
September 15th, 2008 by wes