<?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/ui</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 14:29:23 GMT</pubDate>
<item>
<title>(Perl) Automated UI test with Selenium-RC, WWW::Selenium and Test::More</title>
<link>http://snipplr.com/view/3707/automated-ui-test-with-seleniumrc-wwwselenium-and-testmore/</link>
<description><![CDATA[ <p>In order for this to work, the Selenium-RC server must be running.

See also the tutorial at http://search.cpan.org/~mschwern/Test-Simple-0.71/lib/Test/Tutorial.pod</p> ]]></description>
<pubDate>Sat, 15 Sep 2007 10:49:16 GMT</pubDate>
<guid>http://snipplr.com/view/3707/automated-ui-test-with-seleniumrc-wwwselenium-and-testmore/</guid>
</item>
<item>
<title>(JavaScript) click on an element across browsers</title>
<link>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</link>
<description><![CDATA[ <p>If you have assigned an event handler to a container, you might want to remotely trigger it as if a child of the container had been clicked.  That is, you might want to manually set the target of the 'event' object that is passed to the event handler on the container.  This helps to keep the number of event handlers down.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 18:08:37 GMT</pubDate>
<guid>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</guid>
</item>
<item>
<title>(JavaScript) Get Mouse Position (from Quirksmode.org)</title>
<link>http://snipplr.com/view/3032/get-mouse-position-from-quirksmodeorg/</link>
<description><![CDATA[ <p>This is PPK's solution for finding mouse position across platforms.</p> ]]></description>
<pubDate>Mon, 25 Jun 2007 08:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/3032/get-mouse-position-from-quirksmodeorg/</guid>
</item>
<item>
<title>(JavaScript) Write to browser's error console</title>
<link>http://snipplr.com/view/2870/write-to-browsers-error-console/</link>
<description><![CDATA[ <p>Display an error message in the browser's error console.  JavaScript 1.5 and up.</p> ]]></description>
<pubDate>Sat, 16 Jun 2007 18:13:00 GMT</pubDate>
<guid>http://snipplr.com/view/2870/write-to-browsers-error-console/</guid>
</item>
<item>
<title>(JavaScript) Get and set state with cookie II</title>
<link>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</link>
<description><![CDATA[ <p>Set and get a cookie.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:12:34 GMT</pubDate>
<guid>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</guid>
</item>
<item>
<title>(JavaScript) Save application state in a cookie</title>
<link>http://snipplr.com/view/2586/save-application-state-in-a-cookie/</link>
<description><![CDATA[ <p>A variant of this code is in use on the My Organizer app at http://collegeboard.com/student/index.html?student</p> ]]></description>
<pubDate>Wed, 02 May 2007 14:13:52 GMT</pubDate>
<guid>http://snipplr.com/view/2586/save-application-state-in-a-cookie/</guid>
</item>
<item>
<title>(JavaScript) Which element was clicked?</title>
<link>http://snipplr.com/view/2565/which-element-was-clicked/</link>
<description><![CDATA[ <p>How to get a reference to the element that was clicked to fire an event.  The code is gratefully cribbed from Quirksmode.org.

Updated to reflect how I actually implement this, slightly different from PPK's original.</p> ]]></description>
<pubDate>Mon, 30 Apr 2007 05:07:47 GMT</pubDate>
<guid>http://snipplr.com/view/2565/which-element-was-clicked/</guid>
</item>
</channel>
</rss>