<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/guo3823538/tags/html</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 11:33:07 GMT</pubDate>
<item>
<title>(JavaScript) Default value for input fields - guo3823538</title>
<link>http://snipplr.com/view/41717/default-value-for-input-fields/</link>
<description><![CDATA[ <p>In regards to progressive enhancement, see also the [jQuery version](http://snipplr.com/view/48275/default-value-for-input-fields-jquery-version/).</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 05:33:20 GMT</pubDate>
<guid>http://snipplr.com/view/41717/default-value-for-input-fields/</guid>
</item>
<item>
<title>(JavaScript) open external links in new window - guo3823538</title>
<link>http://snipplr.com/view/3684/open-external-links-in-new-window/</link>
<description><![CDATA[ <p>Script takes links that are not on your domain and opens them in a new window. This code allows for XHTML strict validation and meets Accessibility criteria on opening new windows.</p> ]]></description>
<pubDate>Thu, 13 Sep 2007 10:12:40 GMT</pubDate>
<guid>http://snipplr.com/view/3684/open-external-links-in-new-window/</guid>
</item>
<item>
<title>(JavaScript) Setting target=“_blank” to external links and standards - guo3823538</title>
<link>http://snipplr.com/view/918/setting-targetblank-to-external-links-and-standards/</link>
<description><![CDATA[ <p>If you want your pages to be valid XHTML-Strict, but you also wish to open external links in new window, the following snippet is doing just that—sets attribute target=“_blank” to all external links in a document to keep your code valid XHTML-Strict.  You’ll just have to change variable yourURL. Don’t enter http://www. part of your domain, otherwise something like http://sample.com/ will be treated like any other external link.</p> ]]></description>
<pubDate>Wed, 23 Aug 2006 14:09:18 GMT</pubDate>
<guid>http://snipplr.com/view/918/setting-targetblank-to-external-links-and-standards/</guid>
</item>
</channel>
</rss>