<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:55:29 +0000</lastBuildDate>
    <item>
      <title>(CSS) CSS3 validation - fcommisso</title>
      <link>https://snipplr.com/view/145982/css3-validation</link>
      <description>&lt;p&gt;CSS for form field validation&lt;/p&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:02:22 UTC</pubDate>
      <guid>https://snipplr.com/view/145982/css3-validation</guid>
    </item>
    <item>
      <title>(CSS) Cross-Browser Gradient in CSS3 - apphp-snippets</title>
      <link>https://snipplr.com/view/145467/crossbrowser-gradient-in-css3</link>
      <description>&lt;p&gt;The following code will display a cross-browser CSS-gradients. Th add the right selector you can use rgba() for transparency.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Dec 2015 07:03:12 UTC</pubDate>
      <guid>https://snipplr.com/view/145467/crossbrowser-gradient-in-css3</guid>
    </item>
    <item>
      <title>(JavaScript) EnjoyHint 3.0 To Add Free Hints and Tips To Site Or App - lanagio</title>
      <link>https://snipplr.com/view/89543/enjoyhint-30-to-add-free-hints-and-tips-to-site-or-app</link>
      <description>&lt;p&gt;The new updated introduced auto scrolling to highlighted elements, possibility to hide 'next' and 'skip' buttons, add html markup in description, and more.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Feb 2015 22:41:28 UTC</pubDate>
      <guid>https://snipplr.com/view/89543/enjoyhint-30-to-add-free-hints-and-tips-to-site-or-app</guid>
    </item>
    <item>
      <title>(CSS) Word break links - flatearthcomms</title>
      <link>https://snipplr.com/view/74095/word-break-links</link>
      <description>&lt;p&gt;Stop a link overflowing it's parent's width&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2014 06:26:10 UTC</pubDate>
      <guid>https://snipplr.com/view/74095/word-break-links</guid>
    </item>
    <item>
      <title>(HTML) HTML5 Basic Template (w/ Comments) - Rar</title>
      <link>https://snipplr.com/view/72752/html5-basic-template-w-comments</link>
      <description>&lt;p&gt;Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS&lt;/p&gt;</description>
      <pubDate>Sun, 27 Oct 2013 10:36:15 UTC</pubDate>
      <guid>https://snipplr.com/view/72752/html5-basic-template-w-comments</guid>
    </item>
    <item>
      <title>(CSS) CSS Rotate Animation - keidash</title>
      <link>https://snipplr.com/view/72173/css-rotate-animation</link>
      <description>&lt;p&gt;How to create animate rotation for a  element.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Aug 2013 22:45:05 UTC</pubDate>
      <guid>https://snipplr.com/view/72173/css-rotate-animation</guid>
    </item>
    <item>
      <title>(CSS) Curtain Effect Using Multiple Background Images - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71417/curtain-effect-using-multiple-background-images</link>
      <description>&lt;p&gt;Each image is positioned, dimensioned, and repeated according to the comma separated values in the other background properties. The images in the list are layered front to back in the same order they are listed in the rule declaration. If a background color is specified it will be the bottom layer.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Jun 2013 05:05:00 UTC</pubDate>
      <guid>https://snipplr.com/view/71417/curtain-effect-using-multiple-background-images</guid>
    </item>
    <item>
      <title>(CSS) Css3 twitter follow box - jntu_gnec</title>
      <link>https://snipplr.com/view/71049/css3-twitter-follow-box</link>
      <description>&lt;p&gt;Demo Image: http://i.imgur.com/hTQXYOu.png&lt;/p&gt;</description>
      <pubDate>Mon, 06 May 2013 01:21:23 UTC</pubDate>
      <guid>https://snipplr.com/view/71049/css3-twitter-follow-box</guid>
    </item>
    <item>
      <title>(CSS) Simple CSS3 Play Button - devowhippit</title>
      <link>https://snipplr.com/view/70174/simple-css3-play-button</link>
      <description>&lt;p&gt;Uses CSS3 attributes and psuedo elements to create a simple play button for web interfaces.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Mar 2013 02:54:00 UTC</pubDate>
      <guid>https://snipplr.com/view/70174/simple-css3-play-button</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Box Sizing Made Easy - bmayzure</title>
      <link>https://snipplr.com/view/69646/css3-box-sizing-made-easy</link>
      <description>&lt;p&gt;When box sizing is set, the padding, border and margin no longer add onto the total width or height of the element. Instead, they eat into the set width or height. So, if you have a box whose width is set to 300px, and padding set to 10px, then the total width of the box is still 300px. Instead, there are 20 less pixels inside the box for content such as text or images. This may be a confusing concept but one that will definitely come in handy, especially to those who do not like to do math because we all know that in the real world measurements are made up of wacky numbers and not increments of 10. &#13;
&#13;
**Source:** [http://designmodo.com/css-layout-properties/](http://designmodo.com/css-layout-properties/) and [http://css-tricks.com/box-sizing/](http://css-tricks.com/box-sizing/)&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jan 2013 11:10:53 UTC</pubDate>
      <guid>https://snipplr.com/view/69646/css3-box-sizing-made-easy</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Roll Links - bmayzure</title>
      <link>https://snipplr.com/view/69645/css3-roll-links</link>
      <description>&lt;p&gt;Cross-browser roll link effect in CSS3. Works in IE 10+, Webkit (Chrome/Safari/etc), Opera, Gecko (Firefox/Seamonkey/etc). Degrades nicely for unsupported browsers.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:47:29 UTC</pubDate>
      <guid>https://snipplr.com/view/69645/css3-roll-links</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Link Color Transition Effect - bmayzure</title>
      <link>https://snipplr.com/view/69644/css3-link-color-transition-effect</link>
      <description>&lt;p&gt;A simple CSS3 link-color transition effect. Fades from the base color to the active/focus color and back on rollover. A nice little added effect that's pretty well cross browser. Works with Webkit (Chrome/Safari/etc), Opera, Gecko (Firefox/Seamonkey/etc), and IE 10. Degrades nicely for unsupported browsers.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:21:22 UTC</pubDate>
      <guid>https://snipplr.com/view/69644/css3-link-color-transition-effect</guid>
    </item>
    <item>
      <title>(CSS) Lining up vendor-prefixed CSS properties for easy editing in Sublime Text - Todd</title>
      <link>https://snipplr.com/view/69532/lining-up-vendorprefixed-css-properties-for-easy-editing-in-sublime-text</link>
      <description>&lt;p&gt;When using a CSS3 property that has vendor-prefixed versions available, I indent as usual with one tab and then use spaces to line up the properties on the colon. This allows for easy editing of all â€˜siblingâ€™ properties at once using [Sublime Textâ€™s](http://www.sublimetext.com/) multiple selection feature ([video demonstration](http://youtu.be/czQipWJA8EU)).&lt;/p&gt;</description>
      <pubDate>Fri, 18 Jan 2013 16:08:05 UTC</pubDate>
      <guid>https://snipplr.com/view/69532/lining-up-vendorprefixed-css-properties-for-easy-editing-in-sublime-text</guid>
    </item>
    <item>
      <title>(HTML) CSS3 Ajax Loading Cross browser - MohamedAlaa</title>
      <link>https://snipplr.com/view/68789/css3-ajax-loading-cross-browser</link>
      <description>&lt;p&gt;CSS3 Ajax Loading Animation&#13;
========&#13;
&#13;
This is a simulation for the popular gif animated images. The reason why i choose to do it in css3 is the flexibility of re-using it in different sizes, different colors and the transparency issues in gif animated loaders.&#13;
&#13;
Enjoy it ;)&#13;
--------&#13;
&#13;
[Mohamed](http://seniorwebdesigner.com/ "My Portfolio")&#13;
&#13;
Twitter: [@MohammedAlaa](http://twitter.com/MohammedAlaa "@MohammedAlaa on Twitter")&lt;/p&gt;</description>
      <pubDate>Wed, 28 Nov 2012 05:58:48 UTC</pubDate>
      <guid>https://snipplr.com/view/68789/css3-ajax-loading-cross-browser</guid>
    </item>
    <item>
      <title>(CSS) Add box shadow on bottom of element only - Huskie</title>
      <link>https://snipplr.com/view/68646/add-box-shadow-on-bottom-of-element-only</link>
      <description>&lt;p&gt;CSS code to add a CSS3 box shadow to the bottom of an element only.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Nov 2012 22:54:21 UTC</pubDate>
      <guid>https://snipplr.com/view/68646/add-box-shadow-on-bottom-of-element-only</guid>
    </item>
    <item>
      <title>(CSS) Webkit lastline truncate - Rakowskey</title>
      <link>https://snipplr.com/view/67357/webkit-lastline-truncate</link>
      <description>&lt;p&gt;Truncate the multiline text. Webkit Property.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2012 02:01:07 UTC</pubDate>
      <guid>https://snipplr.com/view/67357/webkit-lastline-truncate</guid>
    </item>
    <item>
      <title>(CSS) CSS - Rounded corners - tucq88</title>
      <link>https://snipplr.com/view/67056/css--rounded-corners</link>
      <description>&lt;p&gt;IE8 and below have no CSS support&lt;/p&gt;</description>
      <pubDate>Wed, 05 Sep 2012 17:34:12 UTC</pubDate>
      <guid>https://snipplr.com/view/67056/css--rounded-corners</guid>
    </item>
    <item>
      <title>(CSS) Implementation of CSS3 Media Query - ecksteing</title>
      <link>https://snipplr.com/view/67032/implementation-of-css3-media-query</link>
      <description>&lt;p&gt;Implementation of CSS3 Media Query&lt;/p&gt;</description>
      <pubDate>Mon, 03 Sep 2012 15:36:45 UTC</pubDate>
      <guid>https://snipplr.com/view/67032/implementation-of-css3-media-query</guid>
    </item>
    <item>
      <title>(CSS) CSS - Adding a gradient â€“ linear-gradient - satie83</title>
      <link>https://snipplr.com/view/66661/css--adding-a-gradient--lineargradient</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2012 10:09:07 UTC</pubDate>
      <guid>https://snipplr.com/view/66661/css--adding-a-gradient--lineargradient</guid>
    </item>
    <item>
      <title>(HTML) HTML5 CSS3 Webtemplate with Html5 drop down navigation bar - flanker</title>
      <link>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</link>
      <description>&lt;p&gt;This is a simple HTML5 CSS3 website template you can customize it according to your needs. It has a clean and modular code and css. No fancy stuff just basic elements presents like : slideshow, social icons and a navigation bar. Its cross browser compatible&lt;/p&gt;</description>
      <pubDate>Thu, 02 Aug 2012 03:02:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</guid>
    </item>
    <item>
      <title>(CSS) Chunky CSS3 Button - kdesilva</title>
      <link>https://snipplr.com/view/65933/chunky-css3-button</link>
      <description>&lt;p&gt;not mine.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jul 2012 04:40:41 UTC</pubDate>
      <guid>https://snipplr.com/view/65933/chunky-css3-button</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Only - Small Sphere Following Larger Circular Track - ryanfiorini</title>
      <link>https://snipplr.com/view/64527/css3-only--small-sphere-following-larger-circular-track</link>
      <description>&lt;p&gt;* This will not work in IE.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Apr 2012 00:24:03 UTC</pubDate>
      <guid>https://snipplr.com/view/64527/css3-only--small-sphere-following-larger-circular-track</guid>
    </item>
    <item>
      <title>(Other) CSS3 box-shadow with page curl effect - rodcwahr</title>
      <link>https://snipplr.com/view/64470/css3-boxshadow-with-page-curl-effect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:50:39 UTC</pubDate>
      <guid>https://snipplr.com/view/64470/css3-boxshadow-with-page-curl-effect</guid>
    </item>
    <item>
      <title>(Other) CSS3 box-shadow with page curl effect - rodcwahr</title>
      <link>https://snipplr.com/view/64469/css3-boxshadow-with-page-curl-effect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:50:01 UTC</pubDate>
      <guid>https://snipplr.com/view/64469/css3-boxshadow-with-page-curl-effect</guid>
    </item>
    <item>
      <title>(CSS) Menu With CSS Only - ryanfiorini</title>
      <link>https://snipplr.com/view/64452/menu-with-css-only</link>
      <description>&lt;p&gt;Simple 2 lines of CSS and you have a dropdown with hover.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Apr 2012 21:05:10 UTC</pubDate>
      <guid>https://snipplr.com/view/64452/menu-with-css-only</guid>
    </item>
    <item>
      <title>(CSS) Use CSS3 Media Screen to go from Horizontal Menu to dropdown - ryanfiorini</title>
      <link>https://snipplr.com/view/64375/use-css3-media-screen-to-go-from-horizontal-menu-to-dropdown</link>
      <description>&lt;p&gt;This will take the screen width into account and display either a horizontal menu or a dropdown menu with a hover style.  Resize your window to see the effect.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Apr 2012 03:27:24 UTC</pubDate>
      <guid>https://snipplr.com/view/64375/use-css3-media-screen-to-go-from-horizontal-menu-to-dropdown</guid>
    </item>
    <item>
      <title>(CSS) CSS3 box-shadow can replace mask for mobile - ryanfiorini</title>
      <link>https://snipplr.com/view/64356/css3-boxshadow-can-replace-mask-for-mobile</link>
      <description>&lt;p&gt;This is a good replacement for a mask for mobile devices.  You are still able to click through the shadow to the text behind.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Apr 2012 22:07:34 UTC</pubDate>
      <guid>https://snipplr.com/view/64356/css3-boxshadow-can-replace-mask-for-mobile</guid>
    </item>
    <item>
      <title>(CSS) Nice Gradient Button with Hover all CSS - ryanfiorini</title>
      <link>https://snipplr.com/view/64338/nice-gradient-button-with-hover-all-css</link>
      <description>&lt;p&gt;This uses transitions for the hover effect which has limited IE support.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Apr 2012 22:40:15 UTC</pubDate>
      <guid>https://snipplr.com/view/64338/nice-gradient-button-with-hover-all-css</guid>
    </item>
    <item>
      <title>(CSS) Soothing Clouds in CSS3 - jimmy101</title>
      <link>https://snipplr.com/view/63885/soothing-clouds-in-css3</link>
      <description>&lt;p&gt;Just came across pure css3 soothing clouds, looks awesome, checkout!&lt;/p&gt;</description>
      <pubDate>Sun, 11 Mar 2012 14:38:02 UTC</pubDate>
      <guid>https://snipplr.com/view/63885/soothing-clouds-in-css3</guid>
    </item>
    <item>
      <title>(CSS) Rotating circle link animation - discipolo</title>
      <link>https://snipplr.com/view/63702/rotating-circle-link-animation</link>
      <description>&lt;p&gt;a link with the class becomes circle animated  rotating once and fading in&lt;/p&gt;</description>
      <pubDate>Sun, 04 Mar 2012 00:37:14 UTC</pubDate>
      <guid>https://snipplr.com/view/63702/rotating-circle-link-animation</guid>
    </item>
    <item>
      <title>(HTML) CSS3 Form Search Button - CKOink</title>
      <link>https://snipplr.com/view/63566/css3-form-search-button</link>
      <description>&lt;p&gt;A nice looking search button built with css3&lt;/p&gt;</description>
      <pubDate>Fri, 24 Feb 2012 22:21:17 UTC</pubDate>
      <guid>https://snipplr.com/view/63566/css3-form-search-button</guid>
    </item>
    <item>
      <title>(HTML) CSS3 Page Curls - CKOink</title>
      <link>https://snipplr.com/view/63561/css3-page-curls</link>
      <description>&lt;p&gt;Using css3 to create page curl illusion on box elements&lt;/p&gt;</description>
      <pubDate>Fri, 24 Feb 2012 20:24:35 UTC</pubDate>
      <guid>https://snipplr.com/view/63561/css3-page-curls</guid>
    </item>
    <item>
      <title>(CSS) Rounded Corners with CSS3 / Creating a Circle with CSS3 - ninacess</title>
      <link>https://snipplr.com/view/62897/rounded-corners-with-css3--creating-a-circle-with-css3</link>
      <description>&lt;p&gt;Use css for rounding corners instead of images.&#13;
Also use css3 for creating circles.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jan 2012 18:07:05 UTC</pubDate>
      <guid>https://snipplr.com/view/62897/rounded-corners-with-css3--creating-a-circle-with-css3</guid>
    </item>
    <item>
      <title>(CSS) Amazing CSS3 Pushy Buttons (So Slick) - jimmy101</title>
      <link>https://snipplr.com/view/62386/amazing-css3-pushy-buttons-so-slick</link>
      <description>&lt;p&gt;Really Nice CSS3 Buttons I came across. Love the gradients and especially the Pushy Effects.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2012 20:59:31 UTC</pubDate>
      <guid>https://snipplr.com/view/62386/amazing-css3-pushy-buttons-so-slick</guid>
    </item>
    <item>
      <title>(CSS) iOS Media Queries - swoicik</title>
      <link>https://snipplr.com/view/61970/ios-media-queries</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 18 Dec 2011 12:27:59 UTC</pubDate>
      <guid>https://snipplr.com/view/61970/ios-media-queries</guid>
    </item>
    <item>
      <title>(CSS) Fix Webkit CSS3 animation flickers - FatFolderDesigner</title>
      <link>https://snipplr.com/view/61945/fix-webkit-css3-animation-flickers</link>
      <description>&lt;p&gt;Ever notice a weird CS3 animation flicker? Annoying right? Add these CSS3 classes to the objects being animated and it should go away (at least it has in my testing). More details at the link, questions can be postsed either here or there.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Dec 2011 15:57:28 UTC</pubDate>
      <guid>https://snipplr.com/view/61945/fix-webkit-css3-animation-flickers</guid>
    </item>
    <item>
      <title>(CSS) CSS3 animation flash stop - inpixelitrust</title>
      <link>https://snipplr.com/view/61414/css3-animation-flash-stop</link>
      <description>&lt;p&gt;Fight the "flash" effect at animation start in webkit browsers&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:41:46 UTC</pubDate>
      <guid>https://snipplr.com/view/61414/css3-animation-flash-stop</guid>
    </item>
    <item>
      <title>(CSS) CSS3 multiple backgrounds - Barlon</title>
      <link>https://snipplr.com/view/60852/css3-multiple-backgrounds</link>
      <description>&lt;p&gt;img1.png is closest to the viewer and img4.png furthest.&#13;
This will create a feeling of stuff moving around when resizing the browserwindow.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 18:10:39 UTC</pubDate>
      <guid>https://snipplr.com/view/60852/css3-multiple-backgrounds</guid>
    </item>
    <item>
      <title>(CSS) CSS3 heartbeat animation - Roen</title>
      <link>https://snipplr.com/view/60772/css3-heartbeat-animation</link>
      <description>&lt;p&gt;heartbeat pulse, a css3 animation&lt;/p&gt;</description>
      <pubDate>Mon, 14 Nov 2011 03:48:49 UTC</pubDate>
      <guid>https://snipplr.com/view/60772/css3-heartbeat-animation</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Transition - Barlon</title>
      <link>https://snipplr.com/view/60756/css3-transition</link>
      <description>&lt;p&gt;The transition instructions are attached to the normal state and therefore declared only once, then triggered on for eg. hover.&lt;/p&gt;</description>
      <pubDate>Sun, 13 Nov 2011 02:14:50 UTC</pubDate>
      <guid>https://snipplr.com/view/60756/css3-transition</guid>
    </item>
    <item>
      <title>(CSS) CSS3 fallback prefixes - Barlon</title>
      <link>https://snipplr.com/view/60753/css3-fallback-prefixes</link>
      <description>&lt;p&gt;CSS3 fallback prefixes for major browser-vendors.&lt;/p&gt;</description>
      <pubDate>Sun, 13 Nov 2011 01:42:23 UTC</pubDate>
      <guid>https://snipplr.com/view/60753/css3-fallback-prefixes</guid>
    </item>
    <item>
      <title>(CSS) CSS3 usable today - Barlon</title>
      <link>https://snipplr.com/view/60752/css3-usable-today</link>
      <description>&lt;p&gt;Usable CSS3&lt;/p&gt;</description>
      <pubDate>Sun, 13 Nov 2011 01:35:25 UTC</pubDate>
      <guid>https://snipplr.com/view/60752/css3-usable-today</guid>
    </item>
    <item>
      <title>(jQuery) metro.js: recreating Windows 8 UI as a web interface - claudiowebdesign</title>
      <link>https://snipplr.com/view/59777/metrojs-recreating-windows-8-ui-as-a-web-interface</link>
      <description>&lt;p&gt;Hi everyone, a while ago i posted a little script that reproduced a little animation effect seen in Windows 8 Developer Preview. I thought about expanding it some more, and in the end i started actually recreating the whole Metro interface in HTML5/CSS3/jQuery. if anyone gets interested in it and desires to give a hand i'll soon upload everything on a public github repository&#13;
&#13;
THE RESULT: http://claudiobonifazi.com/snippets/metro&#13;
&#13;
THE SCRIPT: http://claudiobonifazi.com/snippets/metro/script/metro.js&#13;
&#13;
THE MINIFIED SCRIPT: http://claudiobonifazi.com/snippets/metro/script/metro.min.js&#13;
&#13;
hope you enjoy&lt;/p&gt;</description>
      <pubDate>Fri, 14 Oct 2011 22:53:35 UTC</pubDate>
      <guid>https://snipplr.com/view/59777/metrojs-recreating-windows-8-ui-as-a-web-interface</guid>
    </item>
    <item>
      <title>(Other) Safari flickering fix when HW-accel CSS - athanassiadis</title>
      <link>https://snipplr.com/view/59764/safari-flickering-fix-when-hwaccel-css</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 14 Oct 2011 19:59:28 UTC</pubDate>
      <guid>https://snipplr.com/view/59764/safari-flickering-fix-when-hwaccel-css</guid>
    </item>
    <item>
      <title>(Other) CSS3 Border Radius Bottom Left - maxxscho</title>
      <link>https://snipplr.com/view/59701/css3-border-radius-bottom-left</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Oct 2011 00:07:55 UTC</pubDate>
      <guid>https://snipplr.com/view/59701/css3-border-radius-bottom-left</guid>
    </item>
    <item>
      <title>(jQuery) placeholders using jQuery - tjboverl</title>
      <link>https://snipplr.com/view/59295/placeholders-using-jquery</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 30 Sep 2011 22:44:21 UTC</pubDate>
      <guid>https://snipplr.com/view/59295/placeholders-using-jquery</guid>
    </item>
    <item>
      <title>(CSS) Starry Night Parallax CSS Simplified - DeluxiveState</title>
      <link>https://snipplr.com/view/58688/starry-night-parallax-css-simplified</link>
      <description>&lt;p&gt;A Simplified solution to CSS-Tricks Starry Night Parallax Effect. Se URL for demo and original article. Example files can also be downloaded at the URL.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Sep 2011 03:00:42 UTC</pubDate>
      <guid>https://snipplr.com/view/58688/starry-night-parallax-css-simplified</guid>
    </item>
    <item>
      <title>(CSS) Style for Required inputs and Placeholder - rigobcastro</title>
      <link>https://snipplr.com/view/58578/style-for-required-inputs-and-placeholder</link>
      <description>&lt;p&gt;CSS3 Normalize for Required and Placeholder...&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 06:23:13 UTC</pubDate>
      <guid>https://snipplr.com/view/58578/style-for-required-inputs-and-placeholder</guid>
    </item>
    <item>
      <title>(CSS) CSS3  - Rounded Corner Boxes - anaplusx</title>
      <link>https://snipplr.com/view/58307/css3---rounded-corner-boxes</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 30 Aug 2011 18:57:20 UTC</pubDate>
      <guid>https://snipplr.com/view/58307/css3---rounded-corner-boxes</guid>
    </item>
    <item>
      <title>(CSS) Pure CSS3 Buttons - Huskie</title>
      <link>https://snipplr.com/view/57704/pure-css3-buttons</link>
      <description>&lt;p&gt;Pure CSS3 buttons with 9 pre-defined colours and 3 styles.&#13;
Adapted from Web Designer Wall - http://www.webdesignerwall.com/demo/css-buttons.html&lt;/p&gt;</description>
      <pubDate>Wed, 10 Aug 2011 00:09:15 UTC</pubDate>
      <guid>https://snipplr.com/view/57704/pure-css3-buttons</guid>
    </item>
  </channel>
</rss>
