Weekend Links – Usability Nightmares, DOM Scripting, Lint, jEdit & PHP, World’s Largest Websites

By  on  

I link you, I link you a lot...

10 Usability Nightmares You Should Be Aware Of

Smashing magazine put together a great list of usability-killers frequently seen on websites. Don't make these mistakes!
http://www.smashingmagazine.com/2007/09/27/10-usability-nightmares-you-should-be-aware-of/

Accelerated DOM Scripting

Jonathan Snook has written another book, this time about DOM scripting, JavaScript libraries, and the usual CSS/HTML. Check it out!
http://snook.ca/archives/javascript/accelerated_dom_scripting/

Javascript Lint

Javascript Lint is a great tool that looks for errors and bad programming practices within your JavaScript coding. Is your JavaScript up to snuff?
http://javascriptlint.com/

Use jEdit to Edit Your PHP

I use jEdit for all of my coding and this article describes setting up your jEdit text editor for PHP development.
http://www.sitepoint.com/article/use-jedit-php

What Nine of the World's Largest Websites Are Running On

Ever wonder what Digg, Youtube, and Flickr run on? Visit the article to find out.
http://royal.pingdom.com/?p=173

Recent Features

  • By
    CSS Filters

    CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...

  • 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
    Pure CSS Slide Up and Slide Down

    If I can avoid using JavaScript for element animations, I'm incredibly happy and driven to do so.  They're more efficient, don't require a JavaScript framework to manage steps, and they're more elegant.  One effect that is difficult to nail down with pure CSS is sliding up...

  • By
    Send Email Notifications for Broken Images Using MooTools AJAX

    One of the little known JavaScript events is the image onError event. This event is triggered when an image 404's out because it doesn't exist. Broken images can make your website look unprofessional and it's important to fix broken images as soon as possible.

Discussion

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