<?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/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Oct 2008 21:01:01 GMT</pubDate>
<item>
<title>(Ruby) Rendered WGet with Selenium</title>
<link>http://snipplr.com/view/7906/rendered-wget-with-selenium/</link>
<description><![CDATA[ <p>Created in response to a discussion about "ghosting," between Kord Campbell of Splunk and Christian Heilman of Yahoo! at Ajax World 2008.

IMPORTANT: The Selenium-RC server must be running on port 4444 (the default) and you must have Curl and Tidy installed on your system.   

NOTE: Diffing the rendered versus the "server" source.  This option works OK as a learning tool, but I need to do more in terms of normalizing the server source versus the rendered source.  I run both the "server" and innerHTML sources through Tidy, but unfortunately there still seems to be a lot of extraneous differences between them.

So while this works OK for downloading the rendered source via a Ruby script, I've got a ways to go before it can produce a reliable "rendered diff."

keywords: rwget, rwdiff, ruby, selenium rc, selenium remote control, examples</p> ]]></description>
<pubDate>Mon, 18 Aug 2008 09:23:43 GMT</pubDate>
<guid>http://snipplr.com/view/7906/rendered-wget-with-selenium/</guid>
</item>
<item>
<title>(Other) YUI Compressor break before 8000 characters so as not to break ClearCase</title>
<link>http://snipplr.com/view/7819/yui-compressor-break-before-8000-characters-so-as-not-to-break-clearcase/</link>
<description><![CDATA[ <p>Creates a minified version of script_to_minify.js called minified.js.
Breaks minified scripts before 8000 characters.
Should also work on CSS.</p> ]]></description>
<pubDate>Mon, 11 Aug 2008 16:03:02 GMT</pubDate>
<guid>http://snipplr.com/view/7819/yui-compressor-break-before-8000-characters-so-as-not-to-break-clearcase/</guid>
</item>
<item>
<title>(JavaScript) Sort the OPTIONs in a SELECT menu</title>
<link>http://snipplr.com/view/3265/sort-the-options-in-a-select-menu/</link>
<description><![CDATA[ <p>Author: Clyde Ingram</p> ]]></description>
<pubDate>Tue, 10 Jul 2007 15:46:00 GMT</pubDate>
<guid>http://snipplr.com/view/3265/sort-the-options-in-a-select-menu/</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) show JPEGs in this directory in a simple HTML gallery</title>
<link>http://snipplr.com/view/3121/show-jpegs-in-this-directory-in-a-simple-html-gallery/</link>
<description><![CDATA[ <p>Creates an HTML page with the first image in the directory in the center.  Forward and Back buttons scroll through all the images in the directory in order.

This is how I lived before Firefox ~.^</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 21:53:26 GMT</pubDate>
<guid>http://snipplr.com/view/3121/show-jpegs-in-this-directory-in-a-simple-html-gallery/</guid>
</item>
<item>
<title>(JavaScript) Summarize Web page bookmarklet</title>
<link>http://snipplr.com/view/2573/summarize-web-page-bookmarklet/</link>
<description><![CDATA[ <p>Grabs the URL, TITLE, and selected text (if any) from the current page.  Then makes a new window with a TEXTAREA and pastes the text into the new window.

This version was designed to work with a client's Jira installation, so it filters the identifying string off the end of titles.  

In practice this bookmarklet will work on any Web page.</p> ]]></description>
<pubDate>Tue, 01 May 2007 19:18:50 GMT</pubDate>
<guid>http://snipplr.com/view/2573/summarize-web-page-bookmarklet/</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>