Skip to main content
Feb 24, 2013

Speed Up WordPress Load Time

I like that WordPress has a built in permalink builder, however I wish it had a built in way of adding your own custom rules. You can, however, write a function to hook with the flush_rewrite_rules() built in WordPress.
#htaccess  #tips  #wordpress
Nov 23, 2012

jsFiddle for your debugging needs

We all love JavaScript and what it can do, especially the various frameworks created to make the life of a developer easier. However, with scripting comes debugging, and debugging can take a lot of time.
#css  #javascript  #jquery  #tips
Dec 04, 2011

Achievements - Winning the Internet

Achievements seem to be popping up in every new web service. Why? Because achievements make you win the Internet. Okay, not really, but it does make your user feel more engaged into your web site. It gives the user a reason to use your site and do more things on your site. The best part is the achievements do not even need to be all that difficult.
#tips  #web
Nov 30, 2011

Tips for Google Maps and Mobile

When developing web applications it is always wise to use the most up to date APIs and know when to scale back on certain functionality.
#google  #tips  #web