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
    I’m an Impostor

    This is the hardest thing I've ever had to write, much less admit to myself.  I've written resignation letters from jobs I've loved, I've ended relationships, I've failed at a host of tasks, and let myself down in my life.  All of those feelings were very...

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

Incredible Demos

  • By
    Fix Anchor URLs Using MooTools 1.2

    The administrative control panel I build for my customers features FCKEditor, a powerful WYSIWYG editor that allows the customer to add links, bold text, create ordered lists, and so on. I provide training and documentation to the customers but many times they simply forget to...

  • By
    MooTools 1.2 Image Protector: dwProtector

    Image protection is a hot topic on the net these days, and why shouldn't it be? If you spent two hours designing an awesome graphic, would you want it ripped of in matter of seconds? Hell no! That's why I've created an image...

Discussion

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