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
![Responsive and Infinitely Scalable JS Animations]()
Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...
![Introducing MooTools Templated]()
One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating:
new Element Madness
The first way to create UI-driven...
![Animated AJAX Record Deletion Using Dojo]()
I'm a huge fan of WordPress' method of individual article deletion. You click the delete link, the menu item animates red, and the item disappears. Here's how to achieve that functionality with Dojo JavaScript.
The PHP - Content & Header
The following snippet goes at the...
![Save Web Form Content Using Control + S]()
We've all used word processing applications like Microsoft Word and if there's one thing they've taught you it's that you need to save every few seconds in anticipation of the inevitable crash. WordPress has mimicked this functionality within their WYSIWYG editor and I use it...