Introduction to Regular Expressions

Regular expressions are a mysterious, extremely useful programming tool. The syntax of Regular Expressions(RegEx) can be extremely daunting for those starting out. Additionally, I've found a lot of RegEx intro guides to be extremely vague, which personally turned me off to learning RegEx for many months. For a while, my "knowledge base" of RegEx consisted of copying and pasting Regular Expression snippets as needed. However, this guide will introduce you to the basics of Regular Expressions in a hopefully extremely accessible manner.

01/05/2011 | Read the full article ⇒

Remember The Milk iPhone App Review

When it comes to task management, I recommended Remember The Milk. Remember The Milk(RTM) started off as a simple web application in 2005. While RTM was a decent utility on its own, an online to-do list didn't appeal to many. What if you were away from your computer? Well, now that the web-based application has made its way to the iPhone, its appeal and usefulness have increased exponentially. Remember The Milk

01/04/2011 | Read the full article ⇒

Introduction to Logic: Part 2 : Constructing Truth Tables

Creating truth tables is an invaluable tool for tracking your logic flow. We discuss how to create and organize a truth table.

01/03/2011 | Read the full article ⇒

A jQuery Development Pattern

Discusses an alternate development pattern to jQuery plugins.

01/01/2011 | Read the full article ⇒

jQuery Sticky Scroller / Position:Fixed Plugin

Free jQuery Plugin that enables an object to appear fixed for a specified range.

12/31/2010 | Read the full article ⇒

Word Lens iPhone App Review

Word Lens is an iPhone app that lets you translate in real time using your iPhone's camera. The idea seemed excellent, and the youtube video was extremely convincing.

12/17/2010 | Read the full article ⇒

JavaScript Regex Class

The Vert Studios PHP Regex Class comes to JavaScript!

12/07/2010 | Read the full article ⇒

PHP Regex Class

The PHP Regex class provides methods for validating data.

12/01/2010 | Read the full article ⇒

Do You Know What You're Using?

In today's fast-paced and beginner-friendly web development world, people tend to learn programming languages in code snippets. We come across a problem, Google it, copy and paste the solution, and ask questions later. While this practice may be a necessary evil when it comes to meeting deadlines, Google should not be a developer's first instinct.

11/26/2010 | Read the full article ⇒

The Fear of Knowledge as applied to Web Development

11/21/2010 | Read the full article ⇒