Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Shuffle
Search

Links

1958 Articles
{
,

}
Direct link to the article Touch “slide to unlock” in Mobile Safari

Touch “slide to unlock” in Mobile Safari

Evan Black took my “slide to unlock” demo and made the actual finger-slider work with Mobile Safari using JavaScript touch events. I updated the demo on this site as well, making it work both on desktop browsers and Mobile Safari …

Aug 17, 2010
Direct link to the article BetterSource for Safari 5

BetterSource for Safari 5

One of the major bummers about Safari is that the “View Source” view is totally lackluster. No code highlighting, no live links, no line numbers, no refresh. Boooo. The BetterSource extension solves every one of those problems. I do wish …

Aug 15, 2010 (Updated on Aug 16, 2010)
Direct link to the article Wufoo API Contest

Wufoo API Contest

We’re giving away a friggin’ Battle Axe (and $3,000) to the winner of the Wufoo API contest. Cash prizes and Wufoo accounts for life to the second and third place winners as well. Developers, you have until the end of …

Aug 11, 2010
Direct link to the article Performance of CSS Selectors

Performance of CSS Selectors

The idea here was to compare different styles of writing CSS and see how they affect the page rendering. So using all ID’s, using all classes, using OOCSS techniques, etc. I gave some best practices advice on this a little …

Aug 10, 2010
Direct link to the article Cross-Browser HTML5 Video and Audio

Cross-Browser HTML5 Video and Audio

MediaElement.js is a jQuery-based package for allowing us to:

  1. Use the HTML5 elements <videoand <audioand have them work cross-browser (including mobile WebKit)
  2. Deliver a consistent UI for controls
  3. Using only a single format

I’ll be using it in …

Aug 10, 2010 (Updated on Aug 8, 2011)
  • Newer
  • 1
  • ...
  • 216
  • 217
  • 218

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Write for us!
  • Advertise with us
  • Contact us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • X
Back to Top