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 @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    Send Text Messages with PHP

    Kids these days, I tell ya.  All they care about is the technology.  The video games.  The bottled water.  Oh, and the texting, always the texting.  Back in my day, all we had was...OK, I had all of these things too.  But I still don't get...

Incredible Demos

Discussion

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