I am a Web Developer based in Michigan and I specialize in User Interface Design and Development.  I create functional, aesthetic and user-friendly web applications that adhere to the latest web standards. 

I am currently available for new projects, so hire me!

 

New Project: OnTask

May 20th 2012 | 0 comments

Started development on a new Task Management Application this weekend - I have dubbed it "OnTask".  Catchy, right? My objectives in developing this system are:

  • Ease of creating tasks
  • Being able to assign tasks to one or more people
  • Getting notified by email or text message (both are optional in user account settings) when a task is assigned to you or when your task is updated
  • Multiple lists
  • List and Calendar viewing of tasks
  • Upload files to tasks
  • Mobile Application for syncing tasks between devices
  • Meeting Tracker - I like to see and be notified when meetings are upcoming
  • Integration with Outlook/Gmail/etc
  • Ability to prioritize tasks
  • Ability to print tasks (neatly!)
  • Recurring Tasks

If I can accomplish all of the above, I really think I'll have a nice application on my hands that will help me keep track of not only the work I need to do, but also the work I have my slaves doing! 

It's gonna be goooooooooooooooooooood, just you wait and see! 

Spiderzilla

May 7th 2012 | 0 comments
So, By special request, I have decided to re-tell the Spiderzilla story. But I must warn you... I will not be held responsible for any injuries that you or someone else may incur upon reading this post!! It is scary, very scary! Please Mot

Alternatives to CAPTCHA Slides

March 29th 2012 | 0 comments
I put this together for a Lunch n' Learn talk I am presenting today at work. It is based off a blog post I wrote a while back on Alternatives to CAPTCHA. Enjoy. :)   To view the full-screen presentation: Click Here.

A Primer to CSS Specificity

August 16th 2011 | 0 comments
CSS Specificity is the weight (and value) a web browser gives to a particular CSS rule.  Browsers give preference to rules which have a higher weight (the fatter the better!).  Rules that have a higher weight will overwrite rules that have

Count the Lines of Code in your Web Application with PHP

June 15th 2011 | 0 comments
Have you ever wanted to know how many lines of code your web application consists of? I have.  To find out, I created a recursive function in PHP to count the number of lines in files relating to my web application.  Since your entire web a
  •  
  •  
  •  
  •