January 2011
15 posts
3 tags
Creating a Mobile Touch Slide Panel with JQuery →
Jan 29th
1 tag
In IE, how do I remove a filter? - Stack Overflow →
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
Jan 18th
2 tags
jQuery View: Markup as JavaScript →
Provides a class and inheritance system for templates which can be constructed with a mix of pure JavaScript, HTML strings, jQuery templates and jQuery objects.
Jan 17th
2 tags
List of JS Game Engines →
Jan 17th
2 tags
Landmark roles →
@adactio with a example of using ARIA landmark roles to add an extra layer of semantics and provide additional styling hooks in HTML5 applications.
Jan 13th
1 tag
oppositeOf object
dropshadows: Clever pattern by Ryan Stout to get the opposite value for strings. var oppositeOf = { 'up' : 'down', 'down' : 'up', 'left' : 'right', 'right' : 'left', 'black' : 'white', 'white' : 'black' }; oppositeOf['left']; // => 'right'
Jan 13th
12 notes
2 tags
DOM Monster Bookmarklet →
DOM Monster is a cross-platform, cross-browser bookmarklet that will analyze the DOM & other features of the page you’re on, and give you its bill of health.
Jan 10th
2 tags
Let's Make a Web App: Nodepad →
Part 1 of 9 (thus far).
Jan 10th
1 tag
Mothereffing HSL →
Jan 5th
4 tags
24 ways: Designing for iOS: Life Beyond Media... →
Some handy snippets for dealing with iOS web development.
Jan 5th
2 tags
wordmark.it →
The easiest way to preview the fonts on your computer. via @jasonsantamaria.
Jan 4th
2 tags
Smaller - Batch minify CSS and JavaScript on the... →
Smaller is a Graphic User Interface for YUI Compressor on the Mac.
Jan 4th
2 tags
“URLs are for humans. Design them for humans.”
– Great article on the importance of URL design by Kyle Neath. URL Design — Warpspire
Jan 4th
1 tag
outline and outline-offset
dropshadows: Typically, I’ve only seen outline used for :active styles, i.e. a:active { outline: none; }. Smartypants Piotr Petrus clued me in to using outline for offset borders with outline-offset. outline fiddle Note that outline does not inherit border-radius. Firefox does have -moz-outline-radius just for this. No outline-radius in other browsers currently.
Jan 3rd
9 notes
1 tag
Jan 3rd