flashblockdetector: Javascript That Detects Flash Blocking Extensions

Mark Pilgrim just released this nifty little flash block detector:

This is a pure-JavaScript library that detects whether Flash is blocked on the current page due to a Flash blocking extension. The current version can detect

FlashBlock #1 for Chromium / Google Chrome (Windows/Mac/Linux) FlashBlock #2 for Chromium […]

Posted at Mar 15th | no comments | Filed Under: Links, Web Development read on

HumbleFinance: Dynamic Charts with HTML5, Canvas, and Flotr for Prototype

HumbleFinance:

HumbleFinance is an HTML5 data visualization tool written as a demonstration of interactive graphing in HTML5. It is similar to the Flash tool on http://finance.google.com/. The tool itself is written entirely in JavaScript, using the Prototype and Flotr libraries. It can be used to display any two 2-D data sets of real numerical […]

Posted at Mar 12th | no comments | Filed Under: Links, Web Development read on

jQuery Masonry

jQuery Masonry:

Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a […]

Posted at Mar 11th | no comments | Filed Under: Links, Web Development read on

html5media: JavaScript That Enables ‘Video’ Tag For All Major Browsers

html5media:

HTML5 video tags make embedding videos into documents as easy as embedding an image. All it takes is a single <video> tag. Unfortunately, not all browsers natively support HTML5 video tags.

… and that’s where this clever little stop-gap script comes in. It replaces the video tag with a Flash Player if the video […]

Posted at Mar 11th | no comments | Filed Under: Links, Web Development read on

Daily Deeds: The Other Side of “Getting Things Done”

For me, apps like Omni Focus or Things — although great at managing tasks — don’t give you a complete picture of the things that need to get done. I’m talking about things that you’d like to do, maybe even every day, but that maybe don’t fit into a particular project or “Area of Responsibility”. […]

Posted at Mar 9th | no comments | Filed Under: productivity read on

Filtering out Foursquare and Gowalla Tweets with Tweetie for Mac

Gowalla and Foursquare tweets are annoying. If you’re using Tweetie for Mac, you can add a list of “filter terms” that remove matching tweets from your stream.

Nathan Smith posted a Gist with a terminal command that will filter out Foursquare and Gowalla Tweets:

defaults write com.atebits.tweetie-mac filterTerms -array “@gowalla” “http://gowal.la” “@foursquare” “http://4sq.com”

It’s basically doing […]

Posted at Mar 4th | no comments | Filed Under: Links, Quick Tip read on

Using iPhone Apps to Curb Email Based Notifications

I get a lot of email. Most of it — since its managed to get past my barrage of server side and client side spam filters — is actually relevant in some form or another. The problem is that relevancy depends on context. Do I want to know that I have a new follower on […]

Posted at Feb 21st | no comments | Filed Under: productivity read on

Using Capistrano to Deploy to a Media Temple Ruby on Rails GridContainer

What I thought would be quick to set-up nearly took an entire evening. Using Media Temple’s Grid Service along with their Ruby on Rails GridContainer seemed straightforward, but they really don’t provide much help for what I’d assume most people are using to deploy: Capistrano.

After following the basic Rails container installation steps outlined on their […]

Posted at Feb 12th | no comments | Filed Under: Web Development read on

Extend CSS With Variables, Mixins, Operations and Nested Rules Using LESS

LESS:

LESS extends CSS with: variables, mixins, operations and nested rules.

Best of all, LESS uses existing CSS syntax. This means you can rename your current.css files to .less and they’ll just work.

LESS defines its own extension to CSS syntax which then gets compiled into standard CSS. It’s a really great […]

Posted at Feb 9th | 2 comments | Filed Under: Links, Web Development read on

Great Looking Cross-Browser Forms Using jQuery and Uniform

Just came across a great looking new jQuery plugin called Uniform:

Have you ever wished you could style checkboxes, drop down menus, radio buttons, and file upload inputs? Ever wished you could control the look and feel of your form elements between all browsers?

If so, Uniform is your new best […]

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

Most liked posts