<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en-US">
  <id>tag:www.cssflow.com,2005:/feed</id>
  <link rel="alternate" type="text/html" href="http://www.cssflow.com" />
  
  <title>CSSFlow</title>
  <updated>2013-06-05T14:08:02Z</updated>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/WebInterfaceLab" /><feedburner:info uri="webinterfacelab" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>WebInterfaceLab</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWebInterfaceLab" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><entry>
    <id>tag:www.cssflow.com,2005:Snippet/55</id>
    <published>2013-06-05T14:08:02Z</published>
    <updated>2013-06-05T14:08:02Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/odb2wbp91EI/sign-up-form" />
    <title>Sign Up Form</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/sign-up-form"&gt;&lt;img src="http://cdn.cssflow.com/snippets/sign-up-form/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A simple sign up form with fresh colors and subtle three-dimensional effects.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The top border is created using a linear gradient with fixed color-stop points.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/1037950-Sign-up-freebie"&gt;Dylan Opet&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/sign-up-form/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/odb2wbp91EI" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/sign-up-form</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/54</id>
    <published>2013-05-23T13:24:18Z</published>
    <updated>2013-05-23T13:24:18Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/eOnZLmVUyxg/tabbed-widget" />
    <title>Tabbed Widget</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/tabbed-widget"&gt;&lt;img src="http://cdn.cssflow.com/snippets/tabbed-widget/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A simple tabbed widget that works without JavaScript.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This snippet makes heave use of the new CSS3 selectors to create a tabbed content area using only CSS, while keeping the markup to a minimum (no hidden inputs &amp;amp; labels).&lt;/p&gt;

&lt;p&gt;Each tab&amp;#39;s content is toggled using the &lt;code&gt;:target&lt;/code&gt; pseudo class selector and the current tab is highlighted using the &lt;code&gt;~&lt;/code&gt; adjacent sibling combinator.&lt;/p&gt;

&lt;p&gt;I then went a bit overboard with the child/type selectors in order to have the first tab activated by default.&lt;/p&gt;

&lt;p&gt;Read the full source &lt;a href="http://www.cssflow.com/snippets/tabbed-widget/demo/scss"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;code&gt;#target&lt;/code&gt; links make the page jump to the element with the matching ID when they&amp;#39;re clicked. This is a bad user experience and I wouldn&amp;#39;t use it in production. This snippet is more a demonstration of what CSS can do than a usable implementation. ;)&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/961963-Contact-Designers-PSD-Included"&gt;Aaron Sananes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/tabbed-widget/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/eOnZLmVUyxg" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/tabbed-widget</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/53</id>
    <published>2013-05-07T14:47:31Z</published>
    <updated>2013-05-07T15:03:01Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/6i3AbbzCAkg/check-buttons" />
    <title>Check Buttons</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/check-buttons"&gt;&lt;img src="http://cdn.cssflow.com/snippets/check-buttons/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A set of dark, round buttons with a pure CSS check mark.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The check mark is created using CSS3 transforms. The button text is replaced by an empty rectangle with two borders in a &lt;code&gt;before&lt;/code&gt; pseudo-element. The rectangle is then rotated by 45 degrees. You can read the source &lt;a href="http://www.cssflow.com/snippets/check-buttons/demo/scss"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also included in the snippet is a version that uses a Unicode character, which works as a fallback for browsers that don&amp;#39;t support CSS transforms (IE 8).&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/amont"&gt;Alex Montague&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/check-buttons/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/6i3AbbzCAkg" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/check-buttons</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/52</id>
    <published>2013-04-17T14:26:34Z</published>
    <updated>2013-05-18T05:32:44Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/IZE6F0J-do8/checkout-form" />
    <title>Checkout Form</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/checkout-form"&gt;&lt;img src="http://cdn.cssflow.com/snippets/checkout-form/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A clean and simple checkout form with credit card fields, submit button and a fancy price badge.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/960330-Checkout-Form-PSD"&gt;Umar Irshad&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/checkout-form/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/IZE6F0J-do8" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/checkout-form</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/51</id>
    <published>2013-04-03T14:36:06Z</published>
    <updated>2013-04-17T06:58:12Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/LYnNt3s9uJo/dark-datepicker" />
    <title>Dark Datepicker</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/dark-datepicker"&gt;&lt;img src="http://cdn.cssflow.com/snippets/dark-datepicker/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A dark pop-up date picker with a slick navigation bar and crip shadows.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/899662-Putty-Pack"&gt;Alexey Anatolievich&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/dark-datepicker/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/LYnNt3s9uJo" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/dark-datepicker</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Post/7</id>
    <published>2013-03-21T16:05:03Z</published>
    <updated>2013-03-21T16:12:57Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/gJwx-tWI4w8/flat" />
    <title>New Flat UI Kit</title>
    <content type="html">&lt;p&gt;&lt;strong&gt;I&amp;#39;ve released a new &amp;quot;Flat&amp;quot; CSS UI kit and updated my other kits with new &amp;amp; improved elements.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here&amp;#39;s a preview of the new kit:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cssflow.com/ui-kits/flat"&gt;&lt;img src="http://cdn.cssflow.com/kits/flat_css_ui_kit_preview.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I used lightweight CSS and some advanced techniques to create a sleek user interface that you can incorporate into any web project.&lt;/p&gt;

&lt;p&gt;As usual it comes fully tested in IE 8 and other modern web browsers, and for only $9 you can use it in an unlimited number of websites. &lt;/p&gt;

&lt;p&gt;Check out the complete UI on &lt;a href="http://www.cssflow.com/ui-kits/flat/demo"&gt;the demo page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The &amp;quot;Colorful&amp;quot;, &amp;quot;Graphite&amp;quot; and &amp;quot;Dark&amp;quot; kits have also received major updates with new elements including tables, headings, dropdowns, alert messages, and more.&lt;/p&gt;

&lt;p&gt;You can demo these new versions &lt;a href="http://www.cssflow.com/ui-kits/colorful/demo"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I hope you like it. If you have any comments or suggestions I&amp;#39;d love to hear them.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/gJwx-tWI4w8" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/ui-kits/flat</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/50</id>
    <published>2013-03-21T16:02:41Z</published>
    <updated>2013-03-21T16:02:41Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/J08JuTREjjc/flip-down-clock" />
    <title>Flip-down Clock</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/flip-down-clock"&gt;&lt;img src="http://cdn.cssflow.com/snippets/flip-down-clock/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A “skeuomorphic” flip-down clock for your countdowns and timers.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As usual this is all done with CSS using CSS3 gradients and shadows.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://365psd.com/day/3-105-2/"&gt;Julien Debove&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/flip-down-clock/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/J08JuTREjjc" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/flip-down-clock</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/49</id>
    <published>2013-03-13T14:33:53Z</published>
    <updated>2013-03-13T14:33:53Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/BVvYVkadhiw/glossy-buttons" />
    <title>Glossy Buttons</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/glossy-buttons"&gt;&lt;img src="http://cdn.cssflow.com/snippets/glossy-buttons/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A set of sleek, glossy buttons in multiple colors.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Download &lt;a href="http://www.cssflow.com/snippets/glossy-buttons.zip"&gt;the Sass source&lt;/a&gt; to quickly generate your own color variation.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://forrst.com/posts/Glossy_Buttons_Freebie-H5f"&gt;Alex Montague&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/glossy-buttons/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/BVvYVkadhiw" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/glossy-buttons</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/48</id>
    <published>2013-03-06T16:06:17Z</published>
    <updated>2013-05-18T05:38:31Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/pa1MX0fqLnA/pricing-table" />
    <title>Pricing Table</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/pricing-table"&gt;&lt;img src="http://cdn.cssflow.com/snippets/pricing-table/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A simple pricing table. Each plan has a title, price, list of features, and purple sign-up button.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Can you guess how the dashed line is created? Answer &lt;a href="http://www.cssflow.com/snippets/pricing-table/demo/scss"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/769830-Pricing-Table-Psd-Freebie"&gt;Edi Gil&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/pricing-table/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/pa1MX0fqLnA" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/pricing-table</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Snippet/47</id>
    <published>2013-02-20T19:03:33Z</published>
    <updated>2013-06-07T06:03:36Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/pJiYlX8QWFg/social-buttons" />
    <title>Social Buttons</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/social-buttons"&gt;&lt;img src="http://cdn.cssflow.com/snippets/social-buttons/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A set of social media buttons for tweeting, liking, and subscribing.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The icons are image-based but a double-resolution version is included for high-density screens.&lt;/p&gt;

&lt;p&gt;Check out &lt;a href="http://www.cssflow.com/snippets/social-buttons/demo/scss"&gt;the source&lt;/a&gt; for an example of using CSS media queries to serve Retina-ready assets to high-density devices.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/social-buttons/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/pJiYlX8QWFg" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/social-buttons</feedburner:origLink></entry>
  <entry>
    <id>tag:www.cssflow.com,2005:Post/6</id>
    <published>2013-02-20T18:58:42Z</published>
    <updated>2013-02-20T19:17:34Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/vloguKMAVq4/mobile" />
    <title>New Name &amp; Mobile UI Kit</title>
    <content type="html">&lt;p&gt;Hi everyone&lt;/p&gt;

&lt;p&gt;WebInterfaceLab has changed name and is now &lt;a href="http://www.cssflow.com"&gt;CSSFlow&lt;/a&gt;. With most resources now being CSS-only and me not liking the old name, I decided it was time for a change.&lt;/p&gt;

&lt;p&gt;I took this opportunity to completely re-design the site, this time using a responsive approach and an icon font in place of image sprites (which is much easier to maintain thanks to tools like &lt;a href="http://icomoon.io/"&gt;IcoMoon&lt;/a&gt; and &lt;a href="http://www.fontsquirrel.com/tools/webfont-generator"&gt;FontSquirrel&lt;/a&gt;). I hope you like &lt;a href="http://www.cssflow.com"&gt;it&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;These past few weeks I&amp;#39;ve also been hard at work creating a UI kit targeted at mobile devices.&lt;br&gt;
The result is this: a native-like UI created entirely with CSS.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cssflow.com/ui-kits/mobile"&gt;&lt;img src="http://cdn.cssflow.com/kits/mobile_css_ui_kit_preview_432.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I tested everything extensively in iOS 5+, Android 4+, and Opera Mobile 12.1.&lt;br&gt;
Check out all the screens and features &lt;a href="http://www.cssflow.com/ui-kits/mobile"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Lastly, you can now preview all my UI kits directly in your browser. &lt;a href="http://www.cssflow.com/ui-kits/dark/demo"&gt;Have a look&lt;/a&gt;.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/vloguKMAVq4" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/ui-kits/mobile</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/46</id>
    <published>2013-01-30T15:10:00Z</published>
    <updated>2013-06-10T18:26:43Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/yszjM7Lp1J4/facebook-login-form" />
    <title>Facebook Login Form</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/facebook-login-form"&gt;&lt;img src="http://cdn.cssflow.com/snippets/facebook-login-form/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A simple login form in Facebook color scheme.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/808325-Facebook-Login-Freebie"&gt;Alex Montague&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/facebook-login-form/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/yszjM7Lp1J4" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/facebook-login-form</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/45</id>
    <published>2013-01-16T16:27:21Z</published>
    <updated>2013-02-20T10:28:48Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/GoOlDQIsxFc/metal-progress-bar" />
    <title>Metal Progress Bar</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/metal-progress-bar"&gt;&lt;img src="http://cdn.cssflow.com/snippets/metal-progress-bar/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A tiny blue progress bar in a shiny “metallic” container.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check out &lt;a href="http://www.cssflow.com/snippets/metal-progress-bar/demo/scss"&gt;the source&lt;/a&gt; for an example of using multiple gradients on a single element.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/748531-Progress-Bar-Freebie"&gt;Ivo Ivanov&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/metal-progress-bar/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/GoOlDQIsxFc" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/metal-progress-bar</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/44</id>
    <published>2013-01-09T15:12:32Z</published>
    <updated>2013-03-10T13:33:22Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/ocWIxfrYOdk/modal-box-contact-form" />
    <title>Modal Box Contact Form</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/modal-box-contact-form"&gt;&lt;img src="http://cdn.cssflow.com/snippets/modal-box-contact-form/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An elegant contact form in a modal box with a custom dropdown and round submit button.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://www.premiumpixels.com/freebies/modal-box-contact-form-psd/"&gt;Orman Clark&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/modal-box-contact-form/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/ocWIxfrYOdk" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/modal-box-contact-form</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/43</id>
    <published>2012-12-19T16:48:47Z</published>
    <updated>2013-02-20T10:30:21Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/u__o03oWCfw/app-navigation-with-notification-badges" />
    <title>App Navigation with Notification Badges</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/app-navigation-with-notification-badges"&gt;&lt;img src="http://cdn.cssflow.com/snippets/app-navigation-with-notification-badges/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A simple app navigation with colorful notification badges.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The badges are generated from a single input color using Sass functions, which you can easily customize to create your own.&lt;/p&gt;

&lt;p&gt;Have a look at the source &lt;a href="http://www.cssflow.com/snippets/app-navigation-with-notification-badges/demo/scss"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://www.psdchat.com/resources/freebie-app-navigation/"&gt;Petrovski Marijan&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/app-navigation-with-notification-badges/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/u__o03oWCfw" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/app-navigation-with-notification-badges</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Post/5</id>
    <published>2012-12-12T16:27:14Z</published>
    <updated>2013-02-20T10:51:26Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/ab-g0laO7kI/dark" />
    <title>New Dark UI Kit</title>
    <content type="html">&lt;p&gt;&lt;strong&gt;I&amp;#39;ve released a new &amp;quot;Dark&amp;quot; web interface kit.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As with all the other kits it&amp;#39;s created entirely with CSS, easy to implement, and thoroughly tested.&lt;/p&gt;

&lt;p&gt;Here&amp;#39;s a preview:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cssflow.com/ui-kits/dark"&gt;&lt;img src="http://cdn.cssflow.com/kits/dark_css_ui_kit_preview.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New:&lt;/strong&gt; you can now save 30% and buy all 3 kits for $29.&lt;/p&gt;

&lt;p&gt;Check it out &lt;a href="http://www.cssflow.com/ui-kits"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/ab-g0laO7kI" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/ui-kits/dark</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/42</id>
    <published>2012-12-12T16:22:26Z</published>
    <updated>2013-02-21T10:29:28Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/340JURf-s_c/notepad" />
    <title>Notepad</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/notepad"&gt;&lt;img src="http://cdn.cssflow.com/snippets/notepad/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A realistic notepad with a lined paper background and hidden pages at the bottom.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The lines are created using linear gradients, making the content fully flexible in width/height and keeping the markup clean.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/592046-Notepad"&gt;Mathieu Berenguer&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/notepad/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/340JURf-s_c" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/notepad</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Post/4</id>
    <published>2012-12-05T16:02:46Z</published>
    <updated>2013-02-20T10:49:20Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/MaqLwVm1xTM/graphite" />
    <title>New Graphite UI Kit</title>
    <content type="html">&lt;p&gt;&lt;strong&gt;I&amp;#39;ve released a new web interface kit coded entirely with HTML5 &amp;amp; CSS3.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No JavaScript and no images means the UI loads fast and looks great on HiDPI/Retina displays.&lt;/p&gt;

&lt;p&gt;Here&amp;#39;s a preview:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cssflow.com/ui-kits/graphite"&gt;&lt;img src="http://cdn.cssflow.com/kits/graphite_css_ui_kit_preview.png" alt="Preview"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;You can implement it today with a simple copy/paste.&lt;/p&gt;

&lt;p&gt;Download &lt;a href="http://www.cssflow.com/ui-kits/graphite"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/MaqLwVm1xTM" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/ui-kits/graphite</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/41</id>
    <published>2012-12-05T15:59:36Z</published>
    <updated>2013-04-17T06:58:59Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/AAWS4tIVHUs/notification-windows" />
    <title>Notification Windows</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/notification-windows"&gt;&lt;img src="http://cdn.cssflow.com/snippets/notification-windows/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A set of flat notification windows with pure CSS icons.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The icons are created using before/after pseudo-elements (no extraneous markup) and CSS3 transform functions.&lt;/p&gt;

&lt;p&gt;They even work in IE 8 where Unicode characters make up for the lack of CSS transforms support.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/cosmin-negoita"&gt;Cosmin Negoita&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/notification-windows/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/AAWS4tIVHUs" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/notification-windows</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Post/3</id>
    <published>2012-11-28T15:36:17Z</published>
    <updated>2013-02-20T10:45:35Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/cqcnWvcc4E4/download" />
    <title>Download all snippets in one easy .zip + a bonus</title>
    <content type="html">&lt;p&gt;&lt;strong&gt;You can now download all existing snippets in a single zip file, and receive an awesome bonus snippet, and support me and my work, for only $9.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here&amp;#39;s a preview of the bonus:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/download"&gt;&lt;img src="http://cdn.cssflow.com/snippets/bonus-reminders-app/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It&amp;#39;s 100% retina-ready using only CSS (no images or data URIs) and even works in IE 8!&lt;/p&gt;

&lt;p&gt;Check it out &lt;a href="http://www.cssflow.com/snippets/download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/cqcnWvcc4E4" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/download</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/40</id>
    <published>2012-11-21T14:13:01Z</published>
    <updated>2013-05-30T07:30:35Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/KXTquEWlt04/analytics-widget" />
    <title>Analytics Widget</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/analytics-widget"&gt;&lt;img src="http://cdn.cssflow.com/snippets/analytics-widget/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An analytics widget with a shiny bar chart and a nice metal texture for background.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check out &lt;a href="http://www.cssflow.com/snippets/analytics-widget/demo/scss"&gt;the source&lt;/a&gt; on &lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/analytics-widget/demo"&gt;the new demo view&lt;/a&gt;&lt;/strong&gt; to see how the background pattern is created using CSS radial gradients only.&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://www.premiumpixels.com/freebies/analytics-widget-psd/"&gt;Farzad Ban&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/analytics-widget/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/KXTquEWlt04" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/analytics-widget</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/39</id>
    <published>2012-11-16T14:46:49Z</published>
    <updated>2013-03-27T22:36:40Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/R8h_x-8GzLs/multi-colored-buttons" />
    <title>Multi-colored Buttons</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/multi-colored-buttons"&gt;&lt;img src="http://cdn.cssflow.com/snippets/multi-colored-buttons/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A set of multi-colored buttons with hover and active states.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These are generated from a single input color using Sass functions.&lt;br&gt;
&lt;a href="http://www.cssflow.com/snippets/multi-colored-buttons.zip"&gt;Download the source&lt;/a&gt; to create your own.&lt;/p&gt;

&lt;p&gt;The arrow is done using good old &amp;quot;Comic Sans MS&amp;quot; ;-)&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/536273-Blue-Button"&gt;Daryl Ginn&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/multi-colored-buttons/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/R8h_x-8GzLs" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/multi-colored-buttons</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Post/2</id>
    <published>2012-11-14T16:22:59Z</published>
    <updated>2013-02-20T10:44:02Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/VdIDkPPUeZU/" />
    <title>New Design &amp; UI Kits</title>
    <content type="html">&lt;p&gt;&lt;strong&gt;Hi everyone!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I&amp;#39;m happy to introduce the new &lt;a href="http://www.cssflow.com"&gt;webinterfacelab.com&lt;/a&gt; with full retina support.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cssflow.com"&gt;&lt;img src="http://assets.webinterfacelab.com/v2-preview.jpg" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&amp;#39;m also releasing a new product: a CSS-only UI kit. Check it out &lt;a href="http://www.cssflow.com/ui-kits"&gt;here&lt;/a&gt;.&lt;br&gt;
More of these will come out regularly.&lt;/p&gt;

&lt;p&gt;In the next few weeks I&amp;#39;ll also update the demo viewer with an integrated source view.&lt;/p&gt;

&lt;p&gt;Oh, and there&amp;#39;s a new snippet coming out by the end of week ;)&lt;/p&gt;

&lt;p&gt;Hope you like all of this &amp;amp; have a great day!&lt;/p&gt;

&lt;p&gt;Thibaut&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/VdIDkPPUeZU" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/38</id>
    <published>2012-10-23T11:38:30Z</published>
    <updated>2013-03-08T17:16:48Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/STbt9tZJ-Yo/dark-pagination" />
    <title>Dark Pagination</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/dark-pagination"&gt;&lt;img src="http://cdn.cssflow.com/snippets/dark-pagination/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A dark pagination complete with hover and active states.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Original PSD by &lt;a href="http://dribbble.com/shots/769291-Pagination"&gt;Bart Ebbekink&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/dark-pagination/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/STbt9tZJ-Yo" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/dark-pagination</feedburner:origLink></entry>
  <entry>
    <id>tag:www.webinterfacelab.com,2005:Snippet/37</id>
    <published>2012-10-10T13:31:37Z</published>
    <updated>2013-04-23T08:15:58Z</updated>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebInterfaceLab/~3/Vl6eOv85vzQ/dark-and-light-dropdown-lists" />
    <title>Dark and Light Dropdown Lists</title>
    <content type="html">&lt;p&gt;&lt;a href="http://www.cssflow.com/snippets/dark-and-light-dropdown-lists"&gt;&lt;img src="http://cdn.cssflow.com/snippets/dark-and-light-dropdown-lists/preview-580.png" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A set of custom &lt;code&gt;&amp;lt;select&amp;gt;&lt;/code&gt; dropdown lists in dark and light color schemes.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These are fully functional and accessible without Javascript or images.&lt;/p&gt;

&lt;p&gt;They use the native &lt;code&gt;&amp;lt;select&amp;gt;&lt;/code&gt; element with a wrapper element to hide the dropdown arrow.&lt;/p&gt;

&lt;p&gt;Inspired by &lt;a href="http://365psd.com/day/3-47/"&gt;Hemn Chawroka&amp;#39;s PSD&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cssflow.com/snippets/dark-and-light-dropdown-lists/demo"&gt;Demo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/WebInterfaceLab/~4/Vl6eOv85vzQ" height="1" width="1"/&gt;</content>
    <author>Thibaut</author>
  <feedburner:origLink>http://www.cssflow.com/snippets/dark-and-light-dropdown-lists</feedburner:origLink></entry>
</feed>
