<?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>Sat, 13 Jun 2026 17:25:09 +0000</lastBuildDate>
    <item>
      <title>(CSS) Sample Media Query in html Header - jefferis</title>
      <link>https://snipplr.com/view/88276/sample-media-query-in-html-header</link>
      <description>&lt;p&gt;Unlike linked style sheets, it is necessary to enclose CSS in Headers in a "style type".&#13;
This example media query is for screens under 1024 (tablets and phones) to make sure the images do not extend beyond the layout.&lt;/p&gt;</description>
      <pubDate>Sat, 24 Jan 2015 09:39:57 UTC</pubDate>
      <guid>https://snipplr.com/view/88276/sample-media-query-in-html-header</guid>
    </item>
    <item>
      <title>(PHP) Wordpress - Add Custom Style for Admin - razvanstavila</title>
      <link>https://snipplr.com/view/75523/wordpress--add-custom-style-for-admin</link>
      <description>&lt;p&gt;Add custom header style for Admin&lt;/p&gt;</description>
      <pubDate>Thu, 24 Jul 2014 23:33:24 UTC</pubDate>
      <guid>https://snipplr.com/view/75523/wordpress--add-custom-style-for-admin</guid>
    </item>
    <item>
      <title>(PHP) Wordpress - Add CSS File to Style Visual Editor - razvanstavila</title>
      <link>https://snipplr.com/view/75522/wordpress--add-css-file-to-style-visual-editor</link>
      <description>&lt;p&gt;Add a css file to style the visual editor to resemble the theme style.&lt;/p&gt;</description>
      <pubDate>Thu, 24 Jul 2014 23:31:11 UTC</pubDate>
      <guid>https://snipplr.com/view/75522/wordpress--add-css-file-to-style-visual-editor</guid>
    </item>
    <item>
      <title>(JavaScript) Rock-Solid Equal Height Columns - o0110o</title>
      <link>https://snipplr.com/view/73097/rocksolid-equal-height-columns</link>
      <description>&lt;p&gt;Dynamic equal height columns that account for padding and borders.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:46:29 UTC</pubDate>
      <guid>https://snipplr.com/view/73097/rocksolid-equal-height-columns</guid>
    </item>
    <item>
      <title>(HTML) iPhone Calling and Texting Links - haydin</title>
      <link>https://snipplr.com/view/70488/iphone-calling-and-texting-links</link>
      <description>&lt;p&gt;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)&#13;
This is the SMS one, which overrides the default calling behavior (ex : &lt;a href="http://giocaregratis.123homepage.it"&gt; Giocare Gioco &lt;/a&gt;&#13;
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.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Mar 2013 20:27:55 UTC</pubDate>
      <guid>https://snipplr.com/view/70488/iphone-calling-and-texting-links</guid>
    </item>
    <item>
      <title>(CSS) Stylesheet Template - rickygri</title>
      <link>https://snipplr.com/view/68637/stylesheet-template</link>
      <description>&lt;p&gt;CSS stylesheet template - including HTML5 reset, tweaks for mobile including media queries, print reset styles, and base styles for standardization&lt;/p&gt;</description>
      <pubDate>Sun, 18 Nov 2012 21:54:52 UTC</pubDate>
      <guid>https://snipplr.com/view/68637/stylesheet-template</guid>
    </item>
    <item>
      <title>(JavaScript) Google Maps API V3 Javascript Full Example - FatFolderDesigner</title>
      <link>https://snipplr.com/view/65525/google-maps-api-v3-javascript-full-example</link>
      <description>&lt;p&gt;This javascript will create a complex google javascript map with multiple locations selected marked. The map will be centered in the middle and zoomed so that all point can be seen. It also stylizes the map making it mostly desaturated with bits of orange. More explanation as to how to set this up and change it at the url.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jun 2012 08:31:18 UTC</pubDate>
      <guid>https://snipplr.com/view/65525/google-maps-api-v3-javascript-full-example</guid>
    </item>
    <item>
      <title>(jQuery) custom jquery selectbox dropdown - rumremix</title>
      <link>https://snipplr.com/view/64524/custom-jquery-selectbox-dropdown</link>
      <description>&lt;p&gt;Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2012 09:25:51 UTC</pubDate>
      <guid>https://snipplr.com/view/64524/custom-jquery-selectbox-dropdown</guid>
    </item>
    <item>
      <title>(PHP) WordPress CSS based on page title (Conditional) - stephcode</title>
      <link>https://snipplr.com/view/61055/wordpress-css-based-on-page-title-conditional</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Nov 2011 09:51:50 UTC</pubDate>
      <guid>https://snipplr.com/view/61055/wordpress-css-based-on-page-title-conditional</guid>
    </item>
    <item>
      <title>(Other) Alert Shortcodes - silentpro</title>
      <link>https://snipplr.com/view/60794/alert-shortcodes</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 14 Nov 2011 14:05:50 UTC</pubDate>
      <guid>https://snipplr.com/view/60794/alert-shortcodes</guid>
    </item>
    <item>
      <title>(JavaScript) addClass function - alberomo</title>
      <link>https://snipplr.com/view/57168/addclass-function</link>
      <description>&lt;p&gt;Description: A function that add a class to an element if the element doesn't have anyone, if it already has one, add a new class name.&#13;
Arguments: The elemento to which you want to add the class and the name of the class you want to add.&#13;
&#13;
From book Dom Scripting by Jeremy Keith.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2011 02:19:31 UTC</pubDate>
      <guid>https://snipplr.com/view/57168/addclass-function</guid>
    </item>
    <item>
      <title>(CSS) bringing back list styles in a section after they have been removed from section\'s parent - rumremix</title>
      <link>https://snipplr.com/view/56592/bringing-back-list-styles-in-a-section-after-they-have-been-removed-from-sections-parent</link>
      <description>&lt;p&gt;We use lists for all sorts of things, especiall navigation elements for which bullets don't make sense. Often, it is most convenient to remove bullet/list styles from all list elements globally. In fact many css resets do just that. However, there may be content areas where we do want bullets! The following css brings back the list styles for all list elements within a container with the class "bulletsAvailable". These values approximate the normal default browser behavior.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Jul 2011 10:57:26 UTC</pubDate>
      <guid>https://snipplr.com/view/56592/bringing-back-list-styles-in-a-section-after-they-have-been-removed-from-sections-parent</guid>
    </item>
    <item>
      <title>(PHP) Change style depending on user browser in Wordpress - paulund</title>
      <link>https://snipplr.com/view/55257/change-style-depending-on-user-browser-in-wordpress</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jun 2011 18:10:22 UTC</pubDate>
      <guid>https://snipplr.com/view/55257/change-style-depending-on-user-browser-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Mettere uppercase un textbox - tuffo19</title>
      <link>https://snipplr.com/view/54520/mettere-uppercase-un-textbox</link>
      <description>&lt;p&gt;Come rendere uppercase un textbox senza bisogno di js&lt;/p&gt;</description>
      <pubDate>Sat, 28 May 2011 00:22:22 UTC</pubDate>
      <guid>https://snipplr.com/view/54520/mettere-uppercase-un-textbox</guid>
    </item>
    <item>
      <title>(CSS) style the search bar in sharepoint 2010 - rumremix</title>
      <link>https://snipplr.com/view/52508/style-the-search-bar-in-sharepoint-2010</link>
      <description>&lt;p&gt;This is the quickest way to style the search bar. It involves creating one single image that includes both the input area and search button.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Apr 2011 08:50:11 UTC</pubDate>
      <guid>https://snipplr.com/view/52508/style-the-search-bar-in-sharepoint-2010</guid>
    </item>
    <item>
      <title>(JavaScript) CSS Base Reset and Typography - sethetter</title>
      <link>https://snipplr.com/view/51880/css-base-reset-and-typography</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 10 Apr 2011 05:10:55 UTC</pubDate>
      <guid>https://snipplr.com/view/51880/css-base-reset-and-typography</guid>
    </item>
    <item>
      <title>(Other) CSS Starter 2011 - silentpro</title>
      <link>https://snipplr.com/view/51087/css-starter-2011</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Mar 2011 03:25:45 UTC</pubDate>
      <guid>https://snipplr.com/view/51087/css-starter-2011</guid>
    </item>
    <item>
      <title>(JavaScript) Disable skype plugin style with Jquery - jli</title>
      <link>https://snipplr.com/view/47804/disable-skype-plugin-style-with-jquery</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 25 Jan 2011 03:06:11 UTC</pubDate>
      <guid>https://snipplr.com/view/47804/disable-skype-plugin-style-with-jquery</guid>
    </item>
    <item>
      <title>(HTML) Aligning divs on one line using a floated left unorderd list - bobbym245</title>
      <link>https://snipplr.com/view/45434/aligning-divs-on-one-line-using-a-floated-left-unorderd-list</link>
      <description>&lt;p&gt;The css style's in the &lt;style&gt;&lt;/style&gt; tags are important for this snippet to work.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Dec 2010 07:57:45 UTC</pubDate>
      <guid>https://snipplr.com/view/45434/aligning-divs-on-one-line-using-a-floated-left-unorderd-list</guid>
    </item>
    <item>
      <title>(JavaScript) Automatically assign a style to any written instance of word on a page - stephcode</title>
      <link>https://snipplr.com/view/42737/automatically-assign-a-style-to-any-written-instance-of-word-on-a-page</link>
      <description>&lt;p&gt;Not sure what I\'d ever use this for as it doesn\'t exactly lend itself to flexibility in the long term, but saving it anyway.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Oct 2010 04:49:23 UTC</pubDate>
      <guid>https://snipplr.com/view/42737/automatically-assign-a-style-to-any-written-instance-of-word-on-a-page</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 TextField and StyleSheet Example (created in ActionScript) - adrianparr</title>
      <link>https://snipplr.com/view/39474/as3-textfield-and-stylesheet-example-created-in-actionscript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 Aug 2010 19:54:06 UTC</pubDate>
      <guid>https://snipplr.com/view/39474/as3-textfield-and-stylesheet-example-created-in-actionscript</guid>
    </item>
    <item>
      <title>(CSS) CSS - CSS3 Safari style toolbar buttons rounded box shadow pressed border radius for Moz, Firefox, KHTML - brandonjp</title>
      <link>https://snipplr.com/view/38585/css--css3-safari-style-toolbar-buttons-rounded-box-shadow-pressed-border-radius-for-moz-firefox-khtml</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 06 Aug 2010 03:51:15 UTC</pubDate>
      <guid>https://snipplr.com/view/38585/css--css3-safari-style-toolbar-buttons-rounded-box-shadow-pressed-border-radius-for-moz-firefox-khtml</guid>
    </item>
    <item>
      <title>(CSS) CSS: Printer Friendly Header Visibility Styles - karlhorky</title>
      <link>https://snipplr.com/view/36887/css-printer-friendly-header-visibility-styles</link>
      <description>&lt;p&gt;When developing a website, an important consideration is accessibility on other media, including the medium of print. However, the printing engines of most browsers render content differently to allow for simple printed pages. One of the most notable differences is the omission of background images by default in modern browsers' print output. Background images are commonly used for header elements, which causes missing branding in the resulting printed pages.&#13;
 &#13;
One option defined in this snippet is to add markup after your normal header for a 0 pixel by 0 pixel `&lt;img&gt;` element (your print version header), and then style the two headers as invisible and visible based upon the stylesheet medium. So when you're viewing the screen version of the page the normal header will be visible and the print header will be an invisible element with a width and height of 0 pixels. With the print version of the page the normal header will not be displayed at all and the print header will be a visible element that is floated and correctly sized.&#13;
&#13;
This solution has been tested to work in:&#13;
&#13;
*  Microsoft Internet Explorer 6, 7, 8&#13;
*  Mozilla Firefox 3.6&#13;
*  Google Chrome 5&#13;
*  Apple Safari 4&#13;
*  Opera 10&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jul 2010 04:43:28 UTC</pubDate>
      <guid>https://snipplr.com/view/36887/css-printer-friendly-header-visibility-styles</guid>
    </item>
    <item>
      <title>(CSS) sharepoint 2007 custom class for content editor web part css syntax - rumremix</title>
      <link>https://snipplr.com/view/35870/sharepoint-2007-custom-class-for-content-editor-web-part-css-syntax</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Jun 2010 08:35:46 UTC</pubDate>
      <guid>https://snipplr.com/view/35870/sharepoint-2007-custom-class-for-content-editor-web-part-css-syntax</guid>
    </item>
    <item>
      <title>(CSS) Extra Strength CSS Reset and Common HTML Elements Styling -Updated - vagrantradio</title>
      <link>https://snipplr.com/view/35416/extra-strength-css-reset-and-common-html-elements-styling-updated</link>
      <description>&lt;p&gt;Starter barebones stylesheet that fixes many common browser differences and styles all common HTML elements. - Will be updated.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jun 2010 16:00:43 UTC</pubDate>
      <guid>https://snipplr.com/view/35416/extra-strength-css-reset-and-common-html-elements-styling-updated</guid>
    </item>
    <item>
      <title>(JavaScript) style element function - antij</title>
      <link>https://snipplr.com/view/35017/style-element-function</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 May 2010 11:03:26 UTC</pubDate>
      <guid>https://snipplr.com/view/35017/style-element-function</guid>
    </item>
    <item>
      <title>(CSS) CSS list-style-image - Masis</title>
      <link>https://snipplr.com/view/34641/css-liststyleimage</link>
      <description>&lt;p&gt;This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker restoration.&#13;
&#13;
Syntax&#13;
&#13;
list-style-image: none | url (a path to a file)&#13;
&#13;
Arguments&#13;
Relative or absolute way to a graphic file is used as the value. The argument none cancels the image as a marker for a parental element.&lt;/p&gt;</description>
      <pubDate>Mon, 17 May 2010 12:30:50 UTC</pubDate>
      <guid>https://snipplr.com/view/34641/css-liststyleimage</guid>
    </item>
    <item>
      <title>(jQuery) Custom Select Box CSS Style Plugin: jQuery + CSS - adamcoulombe</title>
      <link>https://snipplr.com/view/29233/custom-select-box-css-style-plugin-jquery--css</link>
      <description>&lt;p&gt;NOTE: THIS HAS BEEN MOVED TO GITHUB:&#13;
If you have any ideas or improvements for this script feel free to fork or contribute or discuss over there:&#13;
https://github.com/adamcoulombe/jquery.customSelect&#13;
&#13;
&#13;
Plugin Download: http://www.adamcoulombe.info/lab/jquery/select-box/customSelect.jquery.js. ...............Demo: http://www.adamcoulombe.info/lab/jquery/select-box/ ...............This lightweight, unintrusive technique uses the native select box functionality of the web browser, and overlays a stylable SPAN element in order to acheive your desired look. Since it makes use of default browser functionality, it can be treated just like any ordinary HTML select box.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Mar 2010 15:04:57 UTC</pubDate>
      <guid>https://snipplr.com/view/29233/custom-select-box-css-style-plugin-jquery--css</guid>
    </item>
    <item>
      <title>(ActionScript) AS2 Remove Border on TextArea Component - adrianparr</title>
      <link>https://snipplr.com/view/28370/as2-remove-border-on-textarea-component</link>
      <description>&lt;p&gt;This line of code will remove the border of an ActionScript 2 TextArea component.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 06:58:00 UTC</pubDate>
      <guid>https://snipplr.com/view/28370/as2-remove-border-on-textarea-component</guid>
    </item>
    <item>
      <title>(MatLab) line styles, colors, markers in matlab - benjamin</title>
      <link>https://snipplr.com/view/22112/line-styles-colors-markers-in-matlab</link>
      <description>&lt;p&gt;This script is for generating plots with many curves, where each curve has its own marker, color, and line style. Please see my blog post for more explanations and leave comments there.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Oct 2009 16:03:17 UTC</pubDate>
      <guid>https://snipplr.com/view/22112/line-styles-colors-markers-in-matlab</guid>
    </item>
    <item>
      <title>(Bash) uncompress a minified stylesheet - fris</title>
      <link>https://snipplr.com/view/20615/uncompress-a-minified-stylesheet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 03 Oct 2009 16:15:40 UTC</pubDate>
      <guid>https://snipplr.com/view/20615/uncompress-a-minified-stylesheet</guid>
    </item>
    <item>
      <title>(CSS) The 8 Definitive Font Stacks - ZGX</title>
      <link>https://snipplr.com/view/20441/the-8-definitive-font-stacks</link>
      <description>&lt;p&gt;The "Definitive CSS Font Stacks"&lt;/p&gt;</description>
      <pubDate>Tue, 29 Sep 2009 16:43:09 UTC</pubDate>
      <guid>https://snipplr.com/view/20441/the-8-definitive-font-stacks</guid>
    </item>
    <item>
      <title>(jQuery) jQuery: Setting Multiple CSS Properties - benwasilewski</title>
      <link>https://snipplr.com/view/20416/jquery-setting-multiple-css-properties</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:14:46 UTC</pubDate>
      <guid>https://snipplr.com/view/20416/jquery-setting-multiple-css-properties</guid>
    </item>
    <item>
      <title>(jQuery) jQuery: select first and/or last list items - cyberhobo</title>
      <link>https://snipplr.com/view/18407/jquery-select-first-andor-last-list-items</link>
      <description>&lt;p&gt;Select the first and last item in an unordered list. As an example, I add a CSS class to each.&#13;
&#13;
In WordPress, it's not so easy to get wp\_list\_pages() to generate these classes. jQuery provides an easy out for javascript-enabled clients.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Aug 2009 17:14:01 UTC</pubDate>
      <guid>https://snipplr.com/view/18407/jquery-select-first-andor-last-list-items</guid>
    </item>
    <item>
      <title>(HTML) Defining a Style Sheet for Print - thesmu</title>
      <link>https://snipplr.com/view/18305/defining-a-style-sheet-for-print</link>
      <description>&lt;p&gt;As with screen style sheets, you use the &lt;link&gt; element to define the print style sheet your Web page should use:&#13;
&lt;link&gt;&#13;
&#13;
The only difference between this link element and the link to your screen style sheet is the attribute:&#13;
media="print"&#13;
Most style sheets are written for the screen, so the media can be left off, or written as:&#13;
media="screen"&lt;/p&gt;</description>
      <pubDate>Fri, 14 Aug 2009 05:53:18 UTC</pubDate>
      <guid>https://snipplr.com/view/18305/defining-a-style-sheet-for-print</guid>
    </item>
    <item>
      <title>(JavaScript) Relative Date Parse - jonniespratley</title>
      <link>https://snipplr.com/view/18278/relative-date-parse</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Aug 2009 16:14:21 UTC</pubDate>
      <guid>https://snipplr.com/view/18278/relative-date-parse</guid>
    </item>
    <item>
      <title>(CSS) Text Rotation with CSS - Winkyboy</title>
      <link>https://snipplr.com/view/17615/text-rotation-with-css</link>
      <description>&lt;p&gt;Fairly simple, cross-browser way to rotate text using only CSS.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jul 2009 09:41:28 UTC</pubDate>
      <guid>https://snipplr.com/view/17615/text-rotation-with-css</guid>
    </item>
    <item>
      <title>(JavaScript) Simple JS Calendar - design2develop</title>
      <link>https://snipplr.com/view/16564/simple-js-calendar</link>
      <description>&lt;p&gt;Very easy to use JS Calendar Control with so many customization options.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 15:08:44 UTC</pubDate>
      <guid>https://snipplr.com/view/16564/simple-js-calendar</guid>
    </item>
    <item>
      <title>(jQuery) In wordpress navigation, target the first &amp; last li tags &amp; style - kstetson</title>
      <link>https://snipplr.com/view/15503/in-wordpress-navigation-target-the-first--last-li-tags--style</link>
      <description>&lt;p&gt;Use javascript to add a class of last onto the first and the last li tags in the navigation (add to global.js). Then use css to style. For instance, if the first li is home, you can set the css to hide this link (if you want the logo to act as your home link instead). You may have a background pattern that you want to turn off on your last li tag, you can set the css background to none in this case.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Jun 2009 22:49:01 UTC</pubDate>
      <guid>https://snipplr.com/view/15503/in-wordpress-navigation-target-the-first--last-li-tags--style</guid>
    </item>
    <item>
      <title>(CSS) Style the down nav state on a wordpress page - kstetson</title>
      <link>https://snipplr.com/view/15500/style-the-down-nav-state-on-a-wordpress-page</link>
      <description>&lt;p&gt;Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Jun 2009 22:07:24 UTC</pubDate>
      <guid>https://snipplr.com/view/15500/style-the-down-nav-state-on-a-wordpress-page</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript  style display  ie problem - Thresh</title>
      <link>https://snipplr.com/view/14885/javascript--style-display--ie-problem</link>
      <description>&lt;p&gt;you can use this function for ie javascript bug. Ä°t is switchin display with javascript&lt;/p&gt;</description>
      <pubDate>Sun, 10 May 2009 08:33:33 UTC</pubDate>
      <guid>https://snipplr.com/view/14885/javascript--style-display--ie-problem</guid>
    </item>
    <item>
      <title>(CSS) CSS Reset + Diagnostic + General Styles - BFTrick</title>
      <link>https://snipplr.com/view/13637/css-reset--diagnostic--general-styles</link>
      <description>&lt;p&gt;The first part resets all the browser\\\'s default styles.  The second part adds some styles back in and provides a few classes for common issues.  The third part will check your page for invalid markup.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Mar 2009 12:55:09 UTC</pubDate>
      <guid>https://snipplr.com/view/13637/css-reset--diagnostic--general-styles</guid>
    </item>
    <item>
      <title>(Groovy) Closure composition in Groovy - narkisr</title>
      <link>https://snipplr.com/view/13382/closure-composition-in-groovy</link>
      <description>&lt;p&gt;Clojsure composition in Groovy (functional style programing).&#13;
@http://www.ibm.com/developerworks/java/library/j-pg08235/index.html&lt;/p&gt;</description>
      <pubDate>Mon, 23 Mar 2009 11:12:06 UTC</pubDate>
      <guid>https://snipplr.com/view/13382/closure-composition-in-groovy</guid>
    </item>
    <item>
      <title>(CSS) rounded box in css3 - rwczippy</title>
      <link>https://snipplr.com/view/11539/rounded-box-in-css3</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jan 2009 13:45:17 UTC</pubDate>
      <guid>https://snipplr.com/view/11539/rounded-box-in-css3</guid>
    </item>
    <item>
      <title>(HTML) Simple Tutorial to Swap CSS Files for HTML Web Pages - rwczippy</title>
      <link>https://snipplr.com/view/11538/simple-tutorial-to-swap-css-files-for-html-web-pages</link>
      <description>&lt;p&gt;NICE!&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jan 2009 13:37:32 UTC</pubDate>
      <guid>https://snipplr.com/view/11538/simple-tutorial-to-swap-css-files-for-html-web-pages</guid>
    </item>
    <item>
      <title>(JavaScript) Styles and Stylesheet Manipulation - wizard04</title>
      <link>https://snipplr.com/view/7272/styles-and-stylesheet-manipulation</link>
      <description>&lt;p&gt;Useful functions to get around browser incompatibilities when working with stylesheets.  &#13;
If you find any errors, please leave a comment.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jul 2008 16:49:02 UTC</pubDate>
      <guid>https://snipplr.com/view/7272/styles-and-stylesheet-manipulation</guid>
    </item>
    <item>
      <title>(JavaScript) Format (humanize) file byte size presentation in javascript - inkdeep</title>
      <link>https://snipplr.com/view/5949/format-humanize-file-byte-size-presentation-in-javascript</link>
      <description>&lt;p&gt;I use this in addition to the &#13;
number_format  (http://snipplr.com/view/5945/javascript-numberformat--ported-from-php/)&#13;
 snippit in SWFUpload to display the size of files a user is preparing to upload.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Apr 2008 17:11:07 UTC</pubDate>
      <guid>https://snipplr.com/view/5949/format-humanize-file-byte-size-presentation-in-javascript</guid>
    </item>
    <item>
      <title>(CSS) 8 Premium One Line Css Tips - zingo</title>
      <link>https://snipplr.com/view/5760/8-premium-one-line-css-tips</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 19:56:26 UTC</pubDate>
      <guid>https://snipplr.com/view/5760/8-premium-one-line-css-tips</guid>
    </item>
    <item>
      <title>(CSS) Reset the Style of all Browsers - Victoor</title>
      <link>https://snipplr.com/view/5323/reset-the-style-of-all-browsers</link>
      <description>&lt;p&gt;It's not mine...&lt;/p&gt;</description>
      <pubDate>Sat, 08 Mar 2008 17:41:20 UTC</pubDate>
      <guid>https://snipplr.com/view/5323/reset-the-style-of-all-browsers</guid>
    </item>
    <item>
      <title>(CSS) Clear (aka CSS Reset) - seekup00</title>
      <link>https://snipplr.com/view/4936/clear-aka-css-reset</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Feb 2008 11:52:38 UTC</pubDate>
      <guid>https://snipplr.com/view/4936/clear-aka-css-reset</guid>
    </item>
  </channel>
</rss>
