- Seamless Responsive Photo Grid
- 35 Beige Websites
- NYC’s Website Reinvented by the City’s First Hackathon
- Accept Payments in Minutes With PintPay
- How to Create a Better WordPress Options Panel
- The Node Beginner Book — An introductory tutorial to Node.js. I’m still having trouble wrapping my head around the idea of using JavaScript as a server-side language.
Monthly Archives: August 2011
BlogBuzz August 6, 2011
Aug 6, 2011 by Matt | Posted in BlogBuzz No CommentsGetting Your Feet Wet with PDO and Migrating Old MySQL Code
Aug 5You may have heard that the old MySQL extension for PHP is going to eventually be deprecated in favor of the newer (and potentially more secure) MySQLi and PDO extensions. You’re going to need to update your old code sooner or later, so why…
Google +1 Content Unlocker with jQuery
Aug 3You’ve probably seen sites like MacHeist and Make Use Of run promotions where you can unlock a software license or enter a drawing for an iPad by posting a message to Twitter or Facebook and then entering your email address into a form that…
Microjs: Micro-Frameworks and Micro-Libraries
Aug 1Sometimes you don’t need a huge JavaScript library like jQuery or Prototype. Sometimes all you need is a small subset, like AJAX functions and templating. If a project doesn’t need all 31kb worth of jQuery, why don’t you try something a bit lighter? Microjs.com…