Yearly Archives: 2011

Microjs: Micro-Frameworks and Micro-Libraries

Sometimes 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 is a directory of “micro-libraries,” single-purpose JavaScript libraries with a small footprint. You can load up one or two for only a fraction of the file size of a larger framework. Need to make AJAX requests? Try microajax. Templating? Use Tempo.

Sure, we all love our favorite monolithic frameworks, and sometimes we even use them fully. But how often do we reach for the ride-on John Deere tractor with air conditioning and six-speaker sound system, when a judiciously applied pocketknife would do the trick better, faster, slicker?

Mozilla Plans Chrome OS Competitor “Boot to Gecko”

Mozilla is in the early stages of planning a project that would not only compete with Google’s Chrome OS, but would go a bit beyond. Boot to Gecko—named for Firefox’s Gecko rendering engine—would be a bit of Android-based software (primarily the kernel, drivers and…

PHP to Deprecate MySQL Extension in Favor of MySQLi and PDO

The PHP project is working toward “softly” deprecating the mysql extension and its associated functions in favor of the newer (and more secure) mysqli and PDO extensions. They won’t be adding E_DEPRECATED errors for the extension in PHP 5.4, but will consider it in…

BlogBuzz July 23, 2011

Minimus: The OS X JavaScript and CSS Minifier

Users like fast websites. That’s one of the universal rules of web development. To attain faster speeds, it’s common to use a process known as “minification” to compress the file size of JavaScript and CSS. Yahoo developed one of the most commonly-used tools for…

Adding and Tracking Social Buttons

It seems like every website has social media buttons on them now. The ones leading the pack of late seem to be Twitter, Google +1 and the Facebook Like widget. This introduces one problem: loading times. Your pages are calling JavaScript files hosted on…

Easy CSS Sprites with Sprite Cow

CSS sprites are a commonly used technique to decrease page load times. One of the biggest hassles when setting them up, though, is figuring out the coordinates for the images in your sprite. (The other is rebuilding the sprite when you want to add…

BlogBuzz July 9, 2011

Where to Find Free Fonts for CSS @font-face

If you’ve discovered the magic that is the CSS @font-face property, then you have likely run into one of its biggest problems: while there are plenty of free fonts online, not many are licensed with terms that allow you to use them with @font-face.…

BlogBuzz July 2, 2011