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
    How to Create a Twitter Card

    One of my favorite social APIs was the Open Graph API adopted by Facebook.  Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...

  • 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
    Resize an Image Using Canvas, Drag and Drop and the File API

    Recently I was asked to create a user interface that allows someone to upload an image to a server (among other things) so that it could be used in the various web sites my company provides to its clients. Normally this would be an easy task—create a...

  • By
    NSFW Blocker Using MooTools and CSS

    One of my guilty pleasures is scoping out the latest celebrity gossip from PerezHilton.com, DListed.com, and JoBlo.com. Unfortunately, these sites occasionally post NSFW pictures which makes checking these sites on lunch a huge gamble -- a trip to HR's office could be just a click away. Since...

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!