February 2012
9 posts
2 tags
Raphael.js Icons →
Slow to load all of them, but something to watch.
1 tag
Fountain →
A markup language for screenwriting.
2 tags
Sistine Chapel →
I love the internet.
1 tag
CSS Ribbon Menu →
Nice take on the menu hover.
1 tag
ShareJS →
Live concurrent editing in your app.
From the one of the developers of Google Wave.
3 tags
Post a status update to the native Facebook app... →
Working with the fb:// url scheme.
1 tag
* { box-sizing: border-box } →
Interesting post from Paul Irish - with a candid blast to purists in the second last sentence.
“If you aren’t getting 90+ Page Speed scores, its way too early to be thinking about selector optimization.”
3 tags
QuoJS →
Another micro JS library for mobile. About 10k though.
2 tags
January 2012
38 posts
3 tags
Remote-Tilt →
Emulate motion events in your desktop browser. Awesome.
2 tags
Sliding Image Panels with CSS3 →
Nice.
1 tag
TileMill →
TileMill is an application for making beautiful maps.
2 tags
2 tags
Creating a True Inset Text Effect Using CSS3 →
Awesome example.
3 tags
Seriously.js →
Holy shit.
“Realtime video compositing and effects in the browser.”
3 tags
Responsive Design Testing →
Thanks to @ritcheyer.
2 tags
3 tags
Success makes it harder to change. As time goes by, people get used to things...
– Starting Over | Get Real | Jason Fried | Inc.com
1 tag
Cache Manifest Validator →
4 tags
Lumbar →
Lumbar is a js-build tool that takes a general codebase and list of platforms to generate modular platform specific applications. Also part of Thorax.
3 tags
Thorax →
“An opinionated Backbone application framework.”
Dang. Looks like it could be sweet.
1 tag
1 tag
Lean Domain Search →
The fastest way to find a great available domain name.
2 tags
Media queries and multiple columns →
via @ritcheyer
3 tags
Responsive Data Table Roundup →
3 tags
Android Design - Building Blocks →
Ready to use UI elements for Android. Handy resource for platform UI decisions.
2 tags
The Wirecutter →
A List of the Best Gadgets
2 tags
Writing Quality Third-Party JS →
Part 1 of 2.
1 tag
Css3 progress bars →
2 tags
Fbootstrapp →
Fbootstrapp is a toolkit designed to kickstart development of facebook iframe apps in both relevant sizes. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more, styled in the typical facebook look and feel.
2 tags
Responsive Design, Responsively Illustrated →
Nice illustration of what responsive design means. Via @jamescarleton
2 tags
Introducing the Backbone Boilerplate – Bocoup →
Nice.
2 tags
Gauges →
Interesting new analytics app.
3 tags
A Fix for the iOS Orientationchange Zoom Bug →
Interesting fix.
1 tag
Git- the simple guide →
No deep shit!
3 tags
Ignore initial popstate →
dropshadows:
Within Mike Taylor’s demo for Introducing the HTML5 History API, you’ll find this note:
window.addEventListener('popstate', function(e){ // be nice to Chrome, the spec changed // and they haven't caught up yet // http://code.google.com/p/chromium/issues/detail?id=63040 if (history.state){...
3 tags
You can’t fully judge a design until you’ve tried it in action. The clothes...
– I’ve largely switched to Keynote and immediate protoyping in HTML and JS, versus producing Photoshop mocks or paper-based wireframes.
The Documentation Dilemma - (37signals)
1 tag
2 tags
2 tags
CSS Stress Test →
Interesting bookmarklet to test CSS performance bottlenecks. Another mention of the performance impacts of border radius.
1 tag
Subtle Patterns →
Free textures and patters for your next design.
1 tag
2 tags
Profiling CSS for fun and profit. Optimization... →
Very good read - much of which will confirm some of what you already know. The bit on border-radius in Webkit was particularly interesting.
2 tags
When people ask me, “how do you know which companies and services are...
– A VC: Mocked And Misunderstood
2 tags
Piracy is largely a business model problem not a human behavior problem.
– A VC: #screwcable
3 tags
Mobile Emulators and Simulators - The ultimate... →
December 2011
27 posts
2 tags
Passport →
Passport is authentication middleware for Node.js.
3 tags
GuideGuide →
Dealing with grids in Photoshop.
1 tag
hogan.js →
hogan.js is a compiler for the Mustache templating language.