13 posts tagged with css and javascript. (View popular tags)
Displaying 1 through 13 of 13. Subscribe:

Released yesterday, dabblet joins an array of live sandbox tools designed to prototype, test and share webcode that includes JSFiddle and CSSDesk, while bringing some advantages of its own.
Other useful resources: w3clove validates an entire site, rather than page-by-page; JQuery Air teaches you how to use the framework directly in the browser; domain.nr finds clever TLDs for your site, and Sequel Pro is a nice, free, native, open source MySQL editor for OS X. If you’re more the old-school dead-tree type, there’s always The Manual.
posted by Bora Horza Gobuchul on Dec 16, 2011 - 9 comments

Over the past several years, Mozilla's collection of developer documentation for its own web browsers has turned into a wiki-editable reference of web standards for developers working with all browsers, hosting a comprehensive, no-nonsense reference of HTML, HTML5, CSS, JavaScript, the DOM, and more. If you find yourself turning to this reference frequently, dochub provides instant access to Mozilla's documentation for any HTML, CSS, JavaScript, or DOM-related topic. If you're worried that a fancy new standard might not work in an older browser, canIuse will tell you exactly how many browsers will support that new standard. Still want to use that shiny new standard? Modernizr and yepnope will let you detect missing features, and load tiny bits of code to make old browsers support the latest HTML5 hotness.
[via the carefully-curated selections of JavaScript and HTML5 Weekly, run by MetaFilter's own wackybrit]
posted by schmod on Dec 7, 2011 - 23 comments

The Wheels Of Steel: Turntables in your browser (a web-based DJ prototype) Scott Schiller has created turntables in your browser, and has written an extensive blog post about how it works. [more inside]
posted by narwhal bacon on Jul 13, 2011 - 32 comments

Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit
posted by the noob on May 5, 2011 - 21 comments

What the Heck is Shadow DOM? Browser developers realized that coding the appearance and behavior of HTML elements completely by hand is a) hard and b) silly. So they sort of cheated. They created a boundary between what you, the Web developer can reach and what’s considered implementation details, thus inaccessible to you. The browser however, can traipse across this boundary at will.
posted by netbros on Jan 18, 2011 - 38 comments

HTML5 For Drunks
Bonus Link: A brief history of markup
posted by Artw on May 12, 2010 - 41 comments

CSS Tips I Wish I Knew When I First Started - Seven JavaScript Things I Wish I Knew Much Earlier In My Career
posted by Artw on Apr 21, 2010 - 65 comments

January 14th marks the 4th birthday of jQuery and also the release of jQuery 1.4. To celebrate the release of the latest version of the popular JavaScript library the jQuery team has created the 14 Days of jQuery site, which will be updated each day with a new announcement or release. There’s also prizes to be had for the coolest use of jQuery.
posted by Artw on Jan 14, 2010 - 44 comments

Steve Souders works on web performance and open source initiatives. His book, High Performance Web Sites, explains his best practices for performance, and is a bestseller. Steve is the creator of YSlow, the performance analysis extension to Firebug. He always shares best practices, for example, 14 Rules for Faster-Loading Web Sites, and the very informative State of Performance featuring his predictions for web performance in 2009. [more inside]
posted by netbros on Mar 12, 2009 - 13 comments

JavaScript Style Sheets: the CSS that "coulda been". This brief read offers up an explanation as to why CSS support in Netscape 4.x is Quite Awful.
posted by hijinx on Apr 13, 2001 - 2 comments

Chromeless windows: Spawn new IE windows without any GUI borders.
posted by riffola on Dec 13, 2000 - 36 comments

Customization of a page was never easier. Mark Newhouse of iBook, iMac, iBlog, has come up with this really cool way of skinning the blog using CSS via a nifty adaptation of a script by Porter Glendinng. Now if we could mix this concept with Jason's modification via cookies, you'd get a skinnable site rather than a skinnable page using just CSS and Javascript. [Found the site via Zeldman]
posted by riffola on Sep 14, 2000 - 4 comments

Jason found a pretty cool javascript/CSS hack so I took a stab creating a bizarro kottke one (bookmark and try it at kottke.org). I think it improves the page :). This might be a killer hack for usability tweaking. If you set your backgrounds dark with light, 28px text for easy reading, few web pages follow that convention. Here's your chance to see things your way. Can anyone think of any other uses for this?
posted by mathowie on Aug 28, 2000 - 24 comments

Page: 1