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
    Responsive Images: The Ultimate Guide

    Chances are that any Web designers using our Ghostlab browser testing app, which allows seamless testing across all devices simultaneously, will have worked with responsive design in some shape or form. And as today's websites and devices become ever more varied, a plethora of responsive images...

  • By
    CSS Gradients

    With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...

Incredible Demos

  • By
    Creating Spacers with Flexbox

    I was one of the biggest fans of flexbox before it hit but, due to being shuffled around at Mozilla, I never had the chance to use it in any practice project; thus, flexbox still seems like a bit of a mystery to me.  This greatly...

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

Discussion

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