Weekend Links – New HTML Elements, CSS3 Selector Test, Digg Architecture, Crashing IE6

By  on  

HTML Added Elements

Just as I called for new HTML Elements, more functional HTML elements, this great article came along. I don't know how much they'll help, but it's definitely a step forward.
http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML

CSS3 Selector Test

Does your current browser support CSS3 selectors? Use this tester to challenge your browser to a CSS3 dual.
http://www.css3.info/selectors-test/

Digg Architecture

Digg's known to assassinate the unsuspecting servers of dugg sites. How does Digg handle the load? Find out!
http://highscalability.com/digg-architecture

A Guide to Hiring Programmers: The High Cost of Low Quality

When you're hiring a programmer, you get what you pay for -- don't find out the hard way!
http://blog.revsys.com/2007/08/a-guide-to-hiri.html

The 7 Easiest Ways To Crash IE6

Love to taunt Internet Explorer 6? Blow up IE6 using simple HTML code.
http://seo2.0.onreact.com/top-7-ways-to-crash-internet-explorer

Recent Features

  • By
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

  • By
    Being a Dev Dad

    I get asked loads of questions every day but I'm always surprised that they're rarely questions about code or even tech -- many of the questions I get are more about non-dev stuff like what my office is like, what software I use, and oftentimes...

Incredible Demos

  • By
    HTML5’s window.postMessage API

    One of the little known HTML5 APIs is the window.postMessage API.  window.postMessage allows for sending data messages between two windows/frames across domains.  Essentially window.postMessage acts as cross-domain AJAX without the server shims. Let's take a look at how window.postMessage works and how you...

  • By
    Create WordPress Page Templates with Custom Queries

    One of my main goals with the redesign was to make it easier for visitors to find the information that was most popular on my site. Not to my surprise, posts about MooTools, jQuery, and CSS were at the top of the list. What...

Discussion

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