Weekend Links – Browsers of 2009, Realities of Designing Websites, CSS Tricks Videos, JavaScript Library Loading Speed, Comment Spam Blocker

By  on  

The Browsers of 2009

John Resig makes his predictions on what the browser market will be in the year 2009. Don't we all need Firefox to simply take over?

http://css.dzone.com/news/browsers-2009

10 Realities of Designing Websites for Clients

A great article about designing a website for clients and the pitfalls that come with it. As professionals it's our job to give direction on all aspects of the project but some clients just don't want to listen.

http://vandelaydesign.com/blog/design/designing-for-clients/

CSS Tricks Videos

Chris put together a 3-video series on how you take a Photoshop file, chop it apart, and make the image into a XTHML/CSS page. Worth the time for any budding Web Designer!

http://css-tricks.com/videos/

Javascript Library Loading Speed

jQuery's John Resig questions JavaScript library loading statistics published by the PBWiki team, citing major loopholes and inconsistencies.

http://ejohn.org/blog/library-loading-speed/

How I Built an Effective Blog Comment Spam Blocker

Jonathan Snook created a comment spam blocker for his blog from scratch. Really interesting read on his "points" system in evaluating each comment.

http://snook.ca/archives/other/effective_blog_comment_spam_blocker/

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    Create Namespaced Classes with MooTools

    MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does.  Many developers create their classes as globals which is generally frowned up.  I mostly disagree with that stance, but each to their own.  In any event...

Incredible Demos

  • By
    Create a Dynamic Flickr Image Search with the Dojo Toolkit

    The Dojo Toolkit is a treasure chest of great JavaScript classes.  You can find basic JavaScript functionality classes for AJAX, node manipulation, animations, and the like within Dojo.  You can find elegant, functional UI widgets like DropDown Menus, tabbed interfaces, and form element replacements within...

  • By
    Get Slick with MooTools Kwicks

    When I first saw MooTools graphical navigation, I was impressed. I thought it was a very simple yet creative way of using Flash. When I right-clicked and saw that it was JavaScript, I was floored. How could they achieve such...

Discussion

  1. Thanks for linking to my article.

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