<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/standards</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 12 Oct 2008 14:45:47 GMT</pubDate>
<item>
<title>(JavaScript) Find Verbose IDs in the DOM</title>
<link>http://snipplr.com/view/6474/find-verbose-ids-in-the-dom/</link>
<description><![CDATA[ <p>Traverses the DOM tree and reports if any IDs are over 30 characters in length.  Doesn't check for doubled IDs because that's caught when validationg the HTML.</p> ]]></description>
<pubDate>Tue, 27 May 2008 17:08:12 GMT</pubDate>
<guid>http://snipplr.com/view/6474/find-verbose-ids-in-the-dom/</guid>
</item>
<item>
<title>(JavaScript) Crockford's object producer</title>
<link>http://snipplr.com/view/3154/crockfords-object-producer/</link>
<description><![CDATA[ <p>Note that this will /not/ work:
var a = {a:1, b:2}
var b = {prototype: a}</p> ]]></description>
<pubDate>Fri, 06 Jul 2007 21:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/3154/crockfords-object-producer/</guid>
</item>
<item>
<title>(Perl) insert ALT attribute into IMG tags that don't already have ALT attributes</title>
<link>http://snipplr.com/view/3120/insert-alt-attribute-into-img-tags-that-dont-already-have-alt-attributes/</link>
<description><![CDATA[ <p>At one point I wanted to give every image on my site an ALT tag.  I did, with some help from beginners@perl.org.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 21:43:16 GMT</pubDate>
<guid>http://snipplr.com/view/3120/insert-alt-attribute-into-img-tags-that-dont-already-have-alt-attributes/</guid>
</item>
<item>
<title>(JavaScript) Change opacity in all browsers</title>
<link>http://snipplr.com/view/2844/change-opacity-in-all-browsers/</link>
<description><![CDATA[ <p>Check whether style.opacity is available.  If not, then apply IE proprietary opacity</p> ]]></description>
<pubDate>Mon, 11 Jun 2007 12:07:17 GMT</pubDate>
<guid>http://snipplr.com/view/2844/change-opacity-in-all-browsers/</guid>
</item>
<item>
<title>(HTML) Reusable Box with Images and CSS (implements a non-semantic variant of Sliding Doors)</title>
<link>http://snipplr.com/view/2439/reusable-box-with-images-and-css-implements-a-nonsemantic-variant-of-sliding-doors/</link>
<description><![CDATA[ <p>Reusable balloon, built with JavaScript and css.  Expands horizontally (set in the CSS) and vertically (automatically) up the size of its component images.  This solution is not semantic, but it is flexible.

The goal was to implement a variant of Sliding Doors that could be boiled down to two snippets of code (one before the content container, and one after) and some CSS.

Expects 3 images, examples of which can be found here: http://onemorebug.com/meme.washer/code_examples/reusableBox/images

Also includes an example JavaScript implementation.</p> ]]></description>
<pubDate>Sat, 07 Apr 2007 09:47:05 GMT</pubDate>
<guid>http://snipplr.com/view/2439/reusable-box-with-images-and-css-implements-a-nonsemantic-variant-of-sliding-doors/</guid>
</item>
</channel>
</rss>