Using Modernizr to Implement Missing HTML5 Features in Browsers

First time here? Subscribe to my RSS feed or follow me on Twitter. Thanks for visiting!User sunny on github posted a quick gist snippet that shows how to use the aforelinked Modernizr to implement missing HTML5 features for browsers. Here’s an example of how you can pick and choose which HTML5 features you […]

Posted at Jan 8th | no comments | Filed Under: Links, Web Development read on

Trouble With Python Paths and Installing Django From SVN

Just a quick note for others that might have this problem since I wasn’t able to find much information about it. I installed django manually using an svn checkout to /Library/Python/2.6/site-packages/django. On Snow Leopard while trying to get a django site up and running I tried to run manage.py syncdb and I got this error:

ImportError: […]

Posted at Jan 7th | no comments | Filed Under: Web Development read on

Rainbows: JavaScript Text Gradient Engine

Rainbows:

We use some JavaScript and CSS magic to apply a two-color gradient to any text. Shadows and highlights can also be applied.

This works especially well on big sites or dynamic content where it’d be impractical to create images for every instance.

Similar in spirit to what sIFR or Cufón does […]

Posted at Jan 5th | no comments | Filed Under: Links, Web Development read on

Modernizr: Detecting Browser Support for HTML5 and CSS3

If you’ve been looking to implement modern browser features right now then the Modernizr javascript framework is indispensable:

Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support […]

Posted at Jan 4th | no comments | Filed Under: Links, Web Development read on

Crafting Subtle and Realistic User Interfaces

Mike Rundle has posted an excellent article about Crafting Subtle and Realistic User Interfaces:

The underlying secret to beautiful user interface design is realism: making 2D objects on your screen appear to sit in 3D space with volume, surface properties and undulations that might appear in real life. These faux 3D objects have highlights […]

Using Email Aliases in Mail on Mac OS X

This is one of those things that I’ve wondered about for a very long time but never got around to actually trying to figure out. Apparently, it’s very easy to set up Mail on Mac OS X to use email aliases:

Do you have multiple email addresses that are “aliases” to a central email […]

Posted at Dec 29th | no comments | Filed Under: Links, Mac read on

Derek van Vliet’s iPhone Development Advent Tips Recap

Derek van Vliet has posted a recap of his iPhone Development Advent Tips:

Below is a recap of all of the iPhone app development tips we posted in the month of December advent-style. We hope this serves as a one-stop shop for many aspects of iPhone development that are commonly encountered.

The tips range from […]

Posted at Dec 27th | no comments | Filed Under: Links, Mobile Development read on

Track Downloads and Other Click Events in Analytics with jQuery

A great rundown by Rob Flaherty on how to Track Downloads and Other Click Events in Analytics with jQuery:

The old way to track clicks and outbound links in Google Analytics was to call the _trackPageview function on the click event, passing it a label that could then be searched for in Analytics. One […]

Posted at Dec 14th | no comments | Filed Under: Links, Web Development read on

Bulletproof @font-face Syntax

According to Paul Irish’s article on Bulletproof @font-face syntax, this is the best @font-face syntax to use:

@font-face { font-family: ‘Graublau Web’; src: url(‘GraublauWeb.eot’); src: local(‘Graublau Web Regular’), local(‘Graublau Web’), url(‘GraublauWeb.otf’) format(‘opentype’); }

Check out his article for more information on why this works and the […]

Posted at Dec 2nd | no comments | Filed Under: Links, Web Development read on

Quick Mac OS X Terminal Tip: Piping Output to the Clipboard

Just a quick tip if you’re working in the Terminal a lot. I realized I was doing a lot of copy/pasting of paths into different Terminal tabs and was growing tired of having to take my hand off the keyboard just to highlight paths for copying. (Yes, I realize that sounds ridiculous but it’s actually […]

Posted at Nov 17th | no comments | Filed Under: Mac read on

Most liked posts