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.
BBCode syntax reference
November 21st, 2009 | No comments |
A complete reference of all the available BBCode tags with examples, notes and more!
Testing e-mail sending locally in Django
November 21st, 2009 | 1 comment |
If you’ve been wanting to test email in your Django application locally, then read this short tutorial.
List of all Pygments supported languages with character codes
November 18th, 2009 | No comments |
A listing of all available Pygments languages including their code names.
Regex: Match anything after a certain character
November 18th, 2009 | No comments |
A simple regular expression to match anything after a certain character.
Troubleshooting WindowsXP Problems, My Way
November 17th, 2009 | No comments |
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.
Introducing jquery-input-replacement
November 9th, 2009 | No comments |
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.
Introducing jquery-showhide
November 9th, 2009 | 2 comments |
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.
CSS3 box-shadow property
November 9th, 2009 | No comments |
This post outlines the new CSS3 box-shadow property and what you can do with it in your designs.
Creating a simple “Delete” confirmation dialog with jQuery
November 9th, 2009 | No comments |
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.