Weekend Links – New HTML Elements, CSS3 Selector Test, Digg Architecture, Crashing IE6
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
![Facebook Open Graph META Tags]()
It's no secret that Facebook has become a major traffic driver for all types of websites. Nowadays even large corporations steer consumers toward their Facebook pages instead of the corporate websites directly. And of course there are Facebook "Like" and "Recommend" widgets on every website. One...
![Create Namespaced Classes with MooTools]()
MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does. Many developers create their classes as globals which is generally frowned up. I mostly disagree with that stance, but each to their own. In any event...
![Create a CSS Flipping Animation]()
CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...
![Smooth Scrolling with MooTools Fx.SmoothScroll]()
I get quite a few support requests for my previous MooTools SmoothScroll article and the issue usually boils down to the fact that SmoothScroll has become Fx.SmoothScroll. Here's a simple usage of Fx.SmoothScroll.
The HTML
The only HTML requirement for Fx.SmoothScroll is that all named...