<?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/language/html</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 11:22:43 GMT</pubDate>
<item>
<title>(HTML) HTML5 Shim - nshakin</title>
<link>http://snipplr.com/view/71235/html5-shim/</link>
<description><![CDATA[ <p>Source code adds new HTML5 elements (which is simple code), but also supports printing HTML5 elements and includes the default styles for HTML5 elements, like block on article and section.  (GOTO the referenced url to download the javascript package)</p> ]]></description>
<pubDate>Sun, 19 May 2013 16:22:16 GMT</pubDate>
<guid>http://snipplr.com/view/71235/html5-shim/</guid>
</item>
<item>
<title>(HTML) Captions For Lists and Images - COBOLdinosaur</title>
<link>http://snipplr.com/view/71211/captions-for-lists-and-images/</link>
<description><![CDATA[ <p>One of the limits of using lists (ordered and unordered) is that they have no provision for a heading. You can do something like: This is a Title etc... but it is invalid because the list containers can only contain List Items. One way commonly used to put a heading on a list is to put a paragraph or div ahead of the list. It is messy and ugly, but it validates.

The problem with that solution is that the elements are not bound to each other and therefore it can break unless you make it even uglier by putting a common wrapper around both elements, and then you have extra linefeeds to deal with.</p> ]]></description>
<pubDate>Fri, 17 May 2013 03:58:58 GMT</pubDate>
<guid>http://snipplr.com/view/71211/captions-for-lists-and-images/</guid>
</item>
<item>
<title>(HTML) Stop PPV Leaks - CSS - scorpayllc</title>
<link>http://snipplr.com/view/71016/stop-ppv-leaks--css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 May 2013 02:33:19 GMT</pubDate>
<guid>http://snipplr.com/view/71016/stop-ppv-leaks--css/</guid>
</item>
<item>
<title>(HTML) Force IE Standards Compatibility Mode - tacudtap</title>
<link>http://snipplr.com/view/70731/force-ie-standards-compatibility-mode/</link>
<description><![CDATA[ <p>This meta tag will tell IE to use the latest standards compatibility mode.</p> ]]></description>
<pubDate>Wed, 10 Apr 2013 04:16:05 GMT</pubDate>
<guid>http://snipplr.com/view/70731/force-ie-standards-compatibility-mode/</guid>
</item>
<item>
<title>(HTML) Google Forms HTML for Custom CSS Styling - ashloren</title>
<link>http://snipplr.com/view/70719/google-forms-html-for-custom-css-styling/</link>
<description><![CDATA[ <p>The bare bones HTML code for a Google form, so you can add custom CSS styles to it.</p> ]]></description>
<pubDate>Tue, 09 Apr 2013 13:51:05 GMT</pubDate>
<guid>http://snipplr.com/view/70719/google-forms-html-for-custom-css-styling/</guid>
</item>
<item>
<title>(HTML) HTML5 Starter Page (Based on Skeleton Boilerplate) - lowko0</title>
<link>http://snipplr.com/view/70703/html5-starter-page-based-on-skeleton-boilerplate/</link>
<description><![CDATA[ <p>This is a HTML5 Starter Page based on Skeleton Boilerplate. It has been made with the latest standards in web development. I made it cleaner than the original one, fixed some mistakes and added extra iOS icon resolutions, normalize.css and Google Analytics support.

&amp;nbsp;

The css files used should still be the ones from Skeleton, I just changed the name to more readable ones. The equivalences are:

&amp;nbsp;

global.css = base.css (https://raw.github.com/dhgamache/Skeleton/master/stylesheets/base.css)
grid.css = skeleton.css (https://raw.github.com/dhgamache/Skeleton/master/stylesheets/skeleton.css)
layout.css (https://raw.github.com/dhgamache/Skeleton/master/stylesheets/layout.css)

&amp;nbsp;

Also here's a link for CSS Normalizer:

&amp;nbsp;

normalize.css (https://raw.github.com/necolas/normalize.css/master/normalize.css)

&amp;nbsp;&amp;nbsp;

Use at your own will.
Cheers, Luiz.</p> ]]></description>
<pubDate>Mon, 08 Apr 2013 09:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/70703/html5-starter-page-based-on-skeleton-boilerplate/</guid>
</item>
<item>
<title>(HTML) HTML Starter Template - upmedia</title>
<link>http://snipplr.com/view/70569/html-starter-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Mar 2013 20:38:53 GMT</pubDate>
<guid>http://snipplr.com/view/70569/html-starter-template/</guid>
</item>
<item>
<title>(HTML) iPhone Calling and Texting Links - haydin</title>
<link>http://snipplr.com/view/70488/iphone-calling-and-texting-links/</link>
<description><![CDATA[ <p>This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically)
This is the SMS one, which overrides the default calling behavior (ex :  Giocare Gioco 
Not sure what other things these links might work on... Might be a little dangerous as having non-standard links that don't work or bring up errors is kinda bad UX. Best for mobile-only sites. If someone know if this works on Android/Blackberry/Other Mobile, comment below.</p> ]]></description>
<pubDate>Wed, 20 Mar 2013 20:27:55 GMT</pubDate>
<guid>http://snipplr.com/view/70488/iphone-calling-and-texting-links/</guid>
</item>
<item>
<title>(HTML) Comments in HTML - haydin</title>
<link>http://snipplr.com/view/70486/comments-in-html/</link>
<description><![CDATA[ <p>The  stuff is the HTML comment. It is a way to add notes into the code which will not display when the HTML is rendered by the browser. Giochi Online 123  In the example above, to signify which opening div tag the closing tag was actually closing.</p> ]]></description>
<pubDate>Wed, 20 Mar 2013 20:15:32 GMT</pubDate>
<guid>http://snipplr.com/view/70486/comments-in-html/</guid>
</item>
<item>
<title>(HTML) vlspoljar_zadaca_01.html - vlspoljar</title>
<link>http://snipplr.com/view/70470/vlspoljarzadaca01html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Mar 2013 13:35:40 GMT</pubDate>
<guid>http://snipplr.com/view/70470/vlspoljarzadaca01html/</guid>
</item>
<item>
<title>(HTML) HTML5 Embed Code for SWF Files - daisyfig99</title>
<link>http://snipplr.com/view/70385/html5-embed-code-for-swf-files/</link>
<description><![CDATA[ <p>A simple code for embedding a flash SWF file to a page with custom width and height, using HTML5.</p> ]]></description>
<pubDate>Wed, 13 Mar 2013 14:50:54 GMT</pubDate>
<guid>http://snipplr.com/view/70385/html5-embed-code-for-swf-files/</guid>
</item>
<item>
<title>(HTML) Captions for images - COBOLdinosaur</title>
<link>http://snipplr.com/view/70374/captions-for-images/</link>
<description><![CDATA[ <p>The nice part about it is that the caption is locked to the image. The figure can be positioned and styled and the caption can be rendered with any affect that can be applied to any other text element.</p> ]]></description>
<pubDate>Wed, 13 Mar 2013 05:56:54 GMT</pubDate>
<guid>http://snipplr.com/view/70374/captions-for-images/</guid>
</item>
<item>
<title>(HTML) Jaidee HTML Framework - kanin2604</title>
<link>http://snipplr.com/view/70370/jaidee-html-framework/</link>
<description><![CDATA[ <p>Jaidee Framework is Graceful and powerful HTML &amp; CSS Framework for building flexible and responsive website and mobile app development.</p> ]]></description>
<pubDate>Tue, 12 Mar 2013 23:06:13 GMT</pubDate>
<guid>http://snipplr.com/view/70370/jaidee-html-framework/</guid>
</item>
<item>
<title>(HTML) Basic HTML5 Template - rickygri</title>
<link>http://snipplr.com/view/70363/basic-html5-template/</link>
<description><![CDATA[ <p>Basic HTML template including jQuery and HTML5 Shiv</p> ]]></description>
<pubDate>Tue, 12 Mar 2013 09:24:16 GMT</pubDate>
<guid>http://snipplr.com/view/70363/basic-html5-template/</guid>
</item>
<item>
<title>(HTML) Multiple File Input in HTML - apphp-snippets</title>
<link>http://snipplr.com/view/70354/multiple-file-input-in-html/</link>
<description><![CDATA[ <p>File inputs can have an attribute of "multiple" which then allows multiple files to be selected in the file section dialog box. Currently only Firefox 3.6+ and WebKit browsers are supporting it.</p> ]]></description>
<pubDate>Mon, 11 Mar 2013 17:44:09 GMT</pubDate>
<guid>http://snipplr.com/view/70354/multiple-file-input-in-html/</guid>
</item>
<item>
<title>(HTML) Media Code in HTML5 - apphp-snippets</title>
<link>http://snipplr.com/view/70353/media-code-in-html5/</link>
<description><![CDATA[ <p>This example is a basic design structure for loading multiple video and audio formats for universal work of media content on your page.</p> ]]></description>
<pubDate>Mon, 11 Mar 2013 17:43:11 GMT</pubDate>
<guid>http://snipplr.com/view/70353/media-code-in-html5/</guid>
</item>
<item>
<title>(HTML) Meta Tag Refresh in HTML - apphp-snippets</title>
<link>http://snipplr.com/view/70346/meta-tag-refresh-in-html/</link>
<description><![CDATA[ <p>This definition allows redirection to the provided URL in 5 seconds. You may set it to 0 if you need an immediate redirect.</p> ]]></description>
<pubDate>Sun, 10 Mar 2013 19:34:50 GMT</pubDate>
<guid>http://snipplr.com/view/70346/meta-tag-refresh-in-html/</guid>
</item>
<item>
<title>(HTML) Form Trick: Disappearing Text - thesmu</title>
<link>http://snipplr.com/view/70289/form-trick-disappearing-text/</link>
<description><![CDATA[ <p>Form Trick: Disappearing Text</p> ]]></description>
<pubDate>Wed, 06 Mar 2013 22:06:25 GMT</pubDate>
<guid>http://snipplr.com/view/70289/form-trick-disappearing-text/</guid>
</item>
<item>
<title>(HTML) HTML5 960gs - misnoul</title>
<link>http://snipplr.com/view/70204/html5-960gs/</link>
<description><![CDATA[ <p>HTML5 Starter Page with 960gs CSS.</p> ]]></description>
<pubDate>Sat, 02 Mar 2013 05:42:25 GMT</pubDate>
<guid>http://snipplr.com/view/70204/html5-960gs/</guid>
</item>
<item>
<title>(HTML) Youtube Video in Fancy Box pop up with Thumbnail - i-am-andy</title>
<link>http://snipplr.com/view/70129/youtube-video-in-fancy-box-pop-up-with-thumbnail/</link>
<description><![CDATA[ <p>Add a Youtube video to a page with a dynamically generated thumbnail, when the thumbnail is clicked open the Youtube video in a jQuery Fancybox modal window. Auto play the video and hide related videos at the end</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 23:21:16 GMT</pubDate>
<guid>http://snipplr.com/view/70129/youtube-video-in-fancy-box-pop-up-with-thumbnail/</guid>
</item>
</channel>
</rss>