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
    9 Mind-Blowing WebGL Demos

    As much as developers now loathe Flash, we're still playing a bit of catch up to natively duplicate the animation capabilities that Adobe's old technology provided us.  Of course we have canvas, an awesome technology, one which I highlighted 9 mind-blowing demos.  Another technology available...

  • 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...

Incredible Demos

  • By
    HTML5 Datalist

    One of the most used JavaScript widgets over the past decade has been the text box autocomplete widget.  Every JavaScript framework has their own autocomplete widget and many of them have become quite advanced.  Much like the placeholder attribute's introduction to markup, a frequently used...

  • By
    MooTools 1.2 OpenLinks Plugin

    I often incorporate tools into my customers' websites that allow them to have some control over the content on their website. When doing so, I offer some tips to my clients to help them keep their website in good shape. One of the tips...

Discussion

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