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!

 

Back into blogging...

January 26th 2012 | 0 comments

I know it's been a while since I've had an update on this site, but rest assured... updates are forthcoming! But before they do, I will be in the process of transferring my domain, my hosting account, all my files, and creating a new design before February's end so February's going to be a little hectic! However, I'll see if I can get some new material up during that month.  

Here are some topics I am thinking about:

  • Site Optimization
  • jQuery
  • jQuery UI
  • Dojo
  • Clojure
  • Coding Best Practices

If there is anything you are interested in learning from me, let me know in the comments! I can be pretty accomodating (when I want to be)... Wink

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

How To Protect Your Site From XSS With PHP

June 8th 2011 | 9 comments
Cross-Site Scripting (XSS) is a type of attack where a hacker attempts to inject client-side scripting into a webpage that others are able to view.  The attack could be as simple as an annoying alert window or as sophisticated as stealing a logg

How To Submit a Form with jQuery and AJAX

June 1st 2011 | 7 comments
HTML forms make up a large part of the web. They are the primary method for retrieving input from users.  Typically, you fill out the form, click the submit button, and be redirected to a thank you page.  For web applications, this may not
  •  
  •  
  •  
  •