<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - neal_grosskopf</title>
<link>http://snipplr.com/users/neal_grosskopf</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 20:39:36 GMT</pubDate>
<item>
<title>(jQuery) Emulate Facebook By Preloading Previous &amp;amp; Next Photo Gallery Images</title>
<link>http://snipplr.com/view/51943/emulate-facebook-by-preloading-previous--next-photo-gallery-images/</link>
<description><![CDATA[ <p>Ever notice how fast images load when paging through a Facebook photo album? Facebook is preloading each of these images into your browser's cache before you even view them. Learn how to accomplish this using a couple lines of jQuery.</p> ]]></description>
<pubDate>Mon, 11 Apr 2011 23:46:22 GMT</pubDate>
<guid>http://snipplr.com/view/51943/emulate-facebook-by-preloading-previous--next-photo-gallery-images/</guid>
</item>
<item>
<title>(JavaScript) Determine CSS Property Support Using Javascript Feature Testin</title>
<link>http://snipplr.com/view/42566/determine-css-property-support-using-javascript-feature-testin/</link>
<description><![CDATA[ <p>Learn how to test for CSS property support in specific browsers using this simple Javascript technique.</p> ]]></description>
<pubDate>Tue, 19 Oct 2010 23:20:40 GMT</pubDate>
<guid>http://snipplr.com/view/42566/determine-css-property-support-using-javascript-feature-testin/</guid>
</item>
<item>
<title>(jQuery) Tracking Outgoing Links in Google Analytics Using Event Tracking and jQuery</title>
<link>http://snipplr.com/view/37950/tracking-outgoing-links-in-google-analytics-using-event-tracking-and-jquery/</link>
<description><![CDATA[ <p>Learn how to track outgoing links in Google Analytics with jQuery.</p> ]]></description>
<pubDate>Tue, 27 Jul 2010 22:24:20 GMT</pubDate>
<guid>http://snipplr.com/view/37950/tracking-outgoing-links-in-google-analytics-using-event-tracking-and-jquery/</guid>
</item>
<item>
<title>(jQuery) jQuery's .data() Method - Store Information Inside Elements</title>
<link>http://snipplr.com/view/34620/jquerys-data-method--store-information-inside-elements/</link>
<description><![CDATA[ <p>jQuery has a built in method that allows developers to store information inside elements. Learn how to use the .data() method and view some examples of how this can be used.</p> ]]></description>
<pubDate>Mon, 17 May 2010 07:13:41 GMT</pubDate>
<guid>http://snipplr.com/view/34620/jquerys-data-method--store-information-inside-elements/</guid>
</item>
<item>
<title>(jQuery) A jQuery Plugin To Create CSS3 Text-Shadows In Internet Explorer</title>
<link>http://snipplr.com/view/24462/a-jquery-plugin-to-create-css3-textshadows-in-internet-explorer/</link>
<description><![CDATA[ <p>Internet Explorer does not support a standards compliant way to create text shadows. Learn how to emulate the CSS3 feature with this jQuery plugin.</p> ]]></description>
<pubDate>Tue, 08 Dec 2009 08:09:22 GMT</pubDate>
<guid>http://snipplr.com/view/24462/a-jquery-plugin-to-create-css3-textshadows-in-internet-explorer/</guid>
</item>
<item>
<title>(jQuery) Identify The Age Of Your Word &amp;amp; PDF Files Using CSS &amp;amp; jQuery</title>
<link>http://snipplr.com/view/19421/identify-the-age-of-your-word--pdf-files-using-css--jquery/</link>
<description><![CDATA[ <p>A jQuery plugin that will add a 'new' icon next to files that are newer than X amount of days.</p> ]]></description>
<pubDate>Wed, 09 Sep 2009 08:07:13 GMT</pubDate>
<guid>http://snipplr.com/view/19421/identify-the-age-of-your-word--pdf-files-using-css--jquery/</guid>
</item>
<item>
<title>(PHP) Custom Twitter Badge Using PHP</title>
<link>http://snipplr.com/view/19118/custom-twitter-badge-using-php/</link>
<description><![CDATA[ <p>Display the number of people following you on Twitter using this custom Twitter badge. The code simply returns a number so you can style it however you like.</p> ]]></description>
<pubDate>Tue, 01 Sep 2009 08:02:55 GMT</pubDate>
<guid>http://snipplr.com/view/19118/custom-twitter-badge-using-php/</guid>
</item>
<item>
<title>(JavaScript) Emulate ASP.NET's AppendFormat Method In Javascript</title>
<link>http://snipplr.com/view/16994/emulate-aspnets-appendformat-method-in-javascript/</link>
<description><![CDATA[ <p>Learn how to emulate ASP.NET's AppendFormat method in Javascript. AppendFormat is essentially a simple form of concatenation in ASP.NET.</p> ]]></description>
<pubDate>Tue, 14 Jul 2009 08:13:10 GMT</pubDate>
<guid>http://snipplr.com/view/16994/emulate-aspnets-appendformat-method-in-javascript/</guid>
</item>
<item>
<title>(ASP) Emulate ASP.NET's AppendFormat Method In Classic ASP</title>
<link>http://snipplr.com/view/16993/emulate-aspnets-appendformat-method-in-classic-asp/</link>
<description><![CDATA[ <p>Learn how to emulate ASP.NET's AppendFormat method in Classic ASP. AppendFormat is essentially a simple form of concatenation in ASP.NET.</p> ]]></description>
<pubDate>Tue, 14 Jul 2009 08:11:55 GMT</pubDate>
<guid>http://snipplr.com/view/16993/emulate-aspnets-appendformat-method-in-classic-asp/</guid>
</item>
<item>
<title>(CSS) CSS Drop Caps Without Unnecessary HTML Elements or Classes</title>
<link>http://snipplr.com/view/13573/css-drop-caps-without-unnecessary-html-elements-or-classes/</link>
<description><![CDATA[ <p>Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.</p> ]]></description>
<pubDate>Mon, 30 Mar 2009 07:55:46 GMT</pubDate>
<guid>http://snipplr.com/view/13573/css-drop-caps-without-unnecessary-html-elements-or-classes/</guid>
</item>
<item>
<title>(ASP) Simple Function To Return Recordset Results as Table In HTML</title>
<link>http://snipplr.com/view/13223/simple-function-to-return-recordset-results-as-table-in-html/</link>
<description><![CDATA[ <p>A quick and easy function that will output table column names and loop through your SQL recordset results outputting it into a HTML table.</p> ]]></description>
<pubDate>Wed, 18 Mar 2009 08:11:49 GMT</pubDate>
<guid>http://snipplr.com/view/13223/simple-function-to-return-recordset-results-as-table-in-html/</guid>
</item>
<item>
<title>(CSS) Go Green With CSS Print Stylesheets</title>
<link>http://snipplr.com/view/12956/go-green-with-css-print-stylesheets/</link>
<description><![CDATA[ <p>Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.</p> ]]></description>
<pubDate>Tue, 10 Mar 2009 08:11:22 GMT</pubDate>
<guid>http://snipplr.com/view/12956/go-green-with-css-print-stylesheets/</guid>
</item>
<item>
<title>(jQuery) Vertical Align JQuery Plugin</title>
<link>http://snipplr.com/view/12566/vertical-align-jquery-plugin/</link>
<description><![CDATA[ <p>Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal &amp; vertical align plugin.</p> ]]></description>
<pubDate>Wed, 25 Feb 2009 08:03:26 GMT</pubDate>
<guid>http://snipplr.com/view/12566/vertical-align-jquery-plugin/</guid>
</item>
<item>
<title>(jQuery) How To Get Total Feedburner Subscribers With JQuery and ASP</title>
<link>http://snipplr.com/view/12501/how-to-get-total-feedburner-subscribers-with-jquery-and-asp/</link>
<description><![CDATA[ <p>Learn how to display the total number of Feedburner subscribers next to your 'subscribe' icon on your web site.</p> ]]></description>
<pubDate>Mon, 23 Feb 2009 08:06:36 GMT</pubDate>
<guid>http://snipplr.com/view/12501/how-to-get-total-feedburner-subscribers-with-jquery-and-asp/</guid>
</item>
<item>
<title>(jQuery) How To Get Total Diggs Using JQuery And ASP In 30 Lines Of Code</title>
<link>http://snipplr.com/view/12328/how-to-get-total-diggs-using-jquery-and-asp-in-30-lines-of-code/</link>
<description><![CDATA[ <p>Learn how to retrieve a specific url's total number of Diggs using JQuery, ASP and the Digg API.</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 23:29:39 GMT</pubDate>
<guid>http://snipplr.com/view/12328/how-to-get-total-diggs-using-jquery-and-asp-in-30-lines-of-code/</guid>
</item>
<item>
<title>(jQuery) How To Get Delicious Bookmark Total Using JQuery And JSON</title>
<link>http://snipplr.com/view/12246/how-to-get-delicious-bookmark-total-using-jquery-and-json/</link>
<description><![CDATA[ <p>Find out how to retrieve a count of the total times users have bookmarked your web site or web page on Delicious by using JQuery and JSON.
The code is pretty simple and can be done in under 18 lines of code.</p> ]]></description>
<pubDate>Mon, 16 Feb 2009 08:00:12 GMT</pubDate>
<guid>http://snipplr.com/view/12246/how-to-get-delicious-bookmark-total-using-jquery-and-json/</guid>
</item>
<item>
<title>(CSS) Styling HTML Code Blocks Using Only CSS &amp;amp; CSS Counters</title>
<link>http://snipplr.com/view/12069/styling-html-code-blocks-using-only-css--css-counters/</link>
<description><![CDATA[ <p>Learn how to style the HTML code element with CSS using CSS counters. CSS counters are the CSS equivalent to variables. In my tutorial I use CSS counters to emulate line numbers for my code block.</p> ]]></description>
<pubDate>Tue, 10 Feb 2009 08:04:31 GMT</pubDate>
<guid>http://snipplr.com/view/12069/styling-html-code-blocks-using-only-css--css-counters/</guid>
</item>
<item>
<title>(CSS) CSS Image Framing - An Easy Way To Style Images Using CSS</title>
<link>http://snipplr.com/view/11874/css-image-framing--an-easy-way-to-style-images-using-css/</link>
<description><![CDATA[ <p>A tutorial showing you how to give your images some style using only CSS rather than using Photoshop to give images a border/frame.</p> ]]></description>
<pubDate>Thu, 05 Feb 2009 08:03:19 GMT</pubDate>
<guid>http://snipplr.com/view/11874/css-image-framing--an-easy-way-to-style-images-using-css/</guid>
</item>
<item>
<title>(CSS) CSS Rounded Corners In Internet Explorer, Firefox &amp;amp; Safari Using Border Radius</title>
<link>http://snipplr.com/view/11185/css-rounded-corners-in-internet-explorer-firefox--safari-using-border-radius/</link>
<description><![CDATA[ <p>Find out how to do rounded corners in CSS. A new method has recently come out that makes it extremely easy to implement.</p> ]]></description>
<pubDate>Wed, 14 Jan 2009 19:59:07 GMT</pubDate>
<guid>http://snipplr.com/view/11185/css-rounded-corners-in-internet-explorer-firefox--safari-using-border-radius/</guid>
</item>
<item>
<title>(CSS) Clearing Floats In IE6, IE7, Firefox, Opera &amp;amp; Safari - A New Method</title>
<link>http://snipplr.com/view/10392/clearing-floats-in-ie6-ie7-firefox-opera--safari--a-new-method/</link>
<description><![CDATA[ <p>Learn a new and seldom used method of clearing floats in CSS.</p> ]]></description>
<pubDate>Wed, 10 Dec 2008 21:29:48 GMT</pubDate>
<guid>http://snipplr.com/view/10392/clearing-floats-in-ie6-ie7-firefox-opera--safari--a-new-method/</guid>
</item>
</channel>
</rss>