Weekend Links – Good Web Design, CSS Working Group, Body ID, IE8 Acid2, DOMAssistant 2.5, Google Analytics, Wii Opera SDK

By  on  

9 Essential Principals For Good Web Design

PSDTuts has authored an article every Web Designer should read.

http://psdtuts.com/designing-tutorials/9-essential-principles-for-good-web-design/

CSS Unworking Group

Andy Clarke's not happy with the CSS Working Group and has called for them to be disbanded.

http://www.stuffandnonsense.co.uk/malarkey/more/css_unworking_group/

ID Your Body For Greater CSS Control and Specificity

Adding an ID attribute to an HTML document's body can allow more CSS control.

http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/

IE8 Passes Acid2 Test, Web Standards Project Dies of Shock

In other news, hell has frozen over and Windows has gone open source...

http://www.sitepoint.com/blogs/2007/12/20/ie8-passes-acid2-test-web-standards-project-dies-of-shock/

DOMAssistant 2.5 Released

Another framework with an outstanding new release.

http://www.robertnyman.com/2007/12/17/domassistant-25-released-css-selector-support-new-ajax-methods-and-more-goodies-added/

mapper.js

mapper.js allows you to highlight specific areas on an image map.

http://www.netzgesta.de/mapper/

Wii Opera SDK

A Wii SDK has been created, so now your website can support video game consoles.

http://hullbreachonline.com/wii/sdk.html

New Google Analytics API / DataSource

This CakePHP class allows you to connect to Google Analytics and retrieve your account's information.

http://www.thinkingphp.org/2007/12/18/new-google-analytics-api/

Recent Features

  • By
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

  • By
    Camera and Video Control with HTML5

    Client-side APIs on mobile and desktop devices are quickly providing the same APIs.  Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop.  One of those APIs is the getUserMedia API...

Incredible Demos

  • By
    Redacted Font

    Back when I created client websites, one of the many things that frustrated me was the initial design handoff.  It would always go like this: Work hard to incorporate client's ideas, dream up awesome design. Create said design, using Lorem Ipsum text Send initial design concept to the client...

  • By
    Introducing LazyLoad 2.0

    While improvements in browsers means more cool APIs for us to play with, it also means we need to maintain existing code.  With Firefox 4's release came news that my MooTools LazyLoad plugin was not intercepting image loading -- the images were loading regardless of...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!