URL ABCs

November 27th, 2009    |    No comments

What do you get when you type in every letter in your browser address bar and write down the first result? Read more to see my results.

Continue reading...


BBCode syntax reference

November 21st, 2009    |    No comments     |    Tags:

A complete reference of all the available BBCode tags with examples, notes and more!

Continue reading...


Testing e-mail sending locally in Django

November 21st, 2009    |    1 comment     |    Tags:

If you’ve been wanting to test email in your Django application locally, then read this short tutorial.

Continue reading...


List of all Pygments supported languages with character codes

November 18th, 2009    |    No comments     |    Tags:

A listing of all available Pygments languages including their code names.

Continue reading...


Regex: Match anything after a certain character

November 18th, 2009    |    No comments     |    Tags:

A simple regular expression to match anything after a certain character.

Continue reading...


Troubleshooting WindowsXP Problems, My Way

November 17th, 2009    |    No comments     |    Tags:

I get a lot of requests from non-technical friends and family about fixing their computers so I decided to write up this brief guide on how to troubleshoot common issues in Window, specifically WindowsXP.

Continue reading...


Introducing jquery-input-replacement

November 9th, 2009    |    No comments     |    Tags:

I looked around for a good input text replacement plugin for jQuery but couldn’t find anything that did what I wanted so I created one myself. Learn how to use the plugin in this post.

Continue reading...


Introducing jquery-showhide

November 9th, 2009    |    2 comments     |    Tags:

I have come into the need lately of solid show/hide plugin for jQuery and couldn’t find anything out there that suited my needs so I created on myself. Learn how to use it in this tutorial.

Continue reading...


CSS3 box-shadow property

November 9th, 2009    |    No comments     |    Tags:

This post outlines the new CSS3 box-shadow property and what you can do with it in your designs.

Continue reading...


Creating a simple “Delete” confirmation dialog with jQuery

November 9th, 2009    |    No comments     |    Tags:

I often find the need to add a confirmation to a delete link in my applications and in this short tutorial I will show you how to do it using just a few lines of jQuery.

Continue reading...