<?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>Sun, 06 Jul 2008 03:52:19 GMT</pubDate>
<item>
<title>(ASP) Make YouTube Embed HTML Validate</title>
<link>http://snipplr.com/view/6871/make-youtube-embed-html-validate/</link>
<description><![CDATA[ <p>YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.</p> ]]></description>
<pubDate>Tue, 24 Jun 2008 07:55:27 GMT</pubDate>
<guid>http://snipplr.com/view/6871/make-youtube-embed-html-validate/</guid>
</item>
<item>
<title>(CSS) CSS Diagnostics - Highlight Deprecated HTML With CSS &amp;amp; More...</title>
<link>http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/</link>
<description><![CDATA[ <p>CSS Diagnostics allows web designers and developers to highlight invalid HTML using CSS selectors. Say goodbye to the font tag by highlighting it in a large obnoxious border. It also has the ability to highlight 404 pages, old CSS classes and old JavaScript function calls.</p> ]]></description>
<pubDate>Wed, 18 Jun 2008 21:52:24 GMT</pubDate>
<guid>http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/</guid>
</item>
<item>
<title>(ASP) Create Class Name From URL In ASP</title>
<link>http://snipplr.com/view/6647/create-class-name-from-url-in-asp/</link>
<description><![CDATA[ <p>Use this function to create a unique class name based on the page's url. It makes for a great way to drill down with specificity in CSS later by placing this on the ID or as a Class on the body tag.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 21:34:51 GMT</pubDate>
<guid>http://snipplr.com/view/6647/create-class-name-from-url-in-asp/</guid>
</item>
<item>
<title>(CSS) Using CSS To Find Broken Links &amp;amp; 404 Pages</title>
<link>http://snipplr.com/view/6622/using-css-to-find-broken-links--404-pages/</link>
<description><![CDATA[ <p>Using CSS3 selectors, highlight links to deleted pages and 404 pages. Also highlight function calls to deleted javascript using this CSS technique.</p> ]]></description>
<pubDate>Sat, 07 Jun 2008 19:21:27 GMT</pubDate>
<guid>http://snipplr.com/view/6622/using-css-to-find-broken-links--404-pages/</guid>
</item>
<item>
<title>(ASP) Getting Full URL/Path with ASP</title>
<link>http://snipplr.com/view/6618/getting-full-urlpath-with-asp/</link>
<description><![CDATA[ <p>One thing that always bothered me about Classic ASP is that there isn't an easy way to get the entire url. So I devised a function that will get the full path
including the query string.</p> ]]></description>
<pubDate>Sat, 07 Jun 2008 11:04:46 GMT</pubDate>
<guid>http://snipplr.com/view/6618/getting-full-urlpath-with-asp/</guid>
</item>
<item>
<title>(CSS) Always Show Scrollbars In Firefox Using CSS</title>
<link>http://snipplr.com/view/6071/always-show-scrollbars-in-firefox-using-css/</link>
<description><![CDATA[ <p>In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.</p> ]]></description>
<pubDate>Wed, 30 Apr 2008 21:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/6071/always-show-scrollbars-in-firefox-using-css/</guid>
</item>
<item>
<title>(JavaScript) Common JavaScript Functions</title>
<link>http://snipplr.com/view/6054/common-javascript-functions/</link>
<description><![CDATA[ <p>Slim down the size of your javascript by using these custom functions.</p> ]]></description>
<pubDate>Tue, 29 Apr 2008 20:04:52 GMT</pubDate>
<guid>http://snipplr.com/view/6054/common-javascript-functions/</guid>
</item>
<item>
<title>(ASP) Reversing Arrays in ASP</title>
<link>http://snipplr.com/view/5878/reversing-arrays-in-asp/</link>
<description><![CDATA[ <p>ASP does not have a built in function to reverse or sort array like other languages. Find out how to do it.</p> ]]></description>
<pubDate>Tue, 15 Apr 2008 20:27:32 GMT</pubDate>
<guid>http://snipplr.com/view/5878/reversing-arrays-in-asp/</guid>
</item>
<item>
<title>(HTML) Embedding Flash Without Click To Activate Using Valid HTML</title>
<link>http://snipplr.com/view/5744/embedding-flash-without-click-to-activate-using-valid-html/</link>
<description><![CDATA[ <p>Flash sucks, embedding it sucks more, find out how to make it not suck.</p> ]]></description>
<pubDate>Mon, 07 Apr 2008 19:30:27 GMT</pubDate>
<guid>http://snipplr.com/view/5744/embedding-flash-without-click-to-activate-using-valid-html/</guid>
</item>
<item>
<title>(CSS) Target Safari With CSS</title>
<link>http://snipplr.com/view/5669/target-safari-with-css/</link>
<description><![CDATA[ <p>The -webkit prefix will ensure it is only applied to safari</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 16:33:47 GMT</pubDate>
<guid>http://snipplr.com/view/5669/target-safari-with-css/</guid>
</item>
<item>
<title>(CSS) Media Targeting With CSS Using @Media</title>
<link>http://snipplr.com/view/5565/media-targeting-with-css-using-media/</link>
<description><![CDATA[ <p>Consolidate all your various stylesheets into one and cut down on requests to your server by placing your screen, print &amp; handheld stylesheets into one stylesheet</p> ]]></description>
<pubDate>Tue, 25 Mar 2008 22:19:41 GMT</pubDate>
<guid>http://snipplr.com/view/5565/media-targeting-with-css-using-media/</guid>
</item>
<item>
<title>(ASP) Checking Plurals With ASP - A Simple Check Plural Function</title>
<link>http://snipplr.com/view/5521/checking-plurals-with-asp--a-simple-check-plural-function/</link>
<description><![CDATA[ <p>I notice that a lot of database driven websites make easy mistakes by not checking for plural words. An example might be "2 vote" or "1 votes". Here is an example of a function using ASP to check for plurals.</p> ]]></description>
<pubDate>Fri, 21 Mar 2008 15:37:25 GMT</pubDate>
<guid>http://snipplr.com/view/5521/checking-plurals-with-asp--a-simple-check-plural-function/</guid>
</item>
<item>
<title>(ASP) Get File Size And Type Using ASP</title>
<link>http://snipplr.com/view/5450/get-file-size-and-type-using-asp/</link>
<description><![CDATA[ <p>Often times it is nice to add some text after a link on your website to let your users know whether the link goes to a PDF and how large that PDF file is. I've found that manually doing this works but after awhile when that PDF file get updated, the file size next to it is incorrect. It is even possible that the link is no longer a PDF but somebody forgot update the text. 

An easy solution to these problems is to create a function within ASP that spits out the file type and the file size after the link to let your users know using asp how large a file is and what the file type is.</p> ]]></description>
<pubDate>Sun, 16 Mar 2008 20:04:31 GMT</pubDate>
<guid>http://snipplr.com/view/5450/get-file-size-and-type-using-asp/</guid>
</item>
<item>
<title>(ASP) How To Serve XHTML to Internet Explorer 6 And 7 as XML Using Content Negotiation</title>
<link>http://snipplr.com/view/5374/how-to-serve-xhtml-to-internet-explorer-6-and-7-as-xml-using-content-negotiation/</link>
<description><![CDATA[ <p>Serve your xhtml pages correctly with this script and xsl file. Most websites serve their xhtml pages as text and not xml to Internet Explorer. With this it will serve to IE as xml. Your sites will be more valid because they will validate against the xml validator rather than the html validator.</p> ]]></description>
<pubDate>Tue, 11 Mar 2008 19:47:12 GMT</pubDate>
<guid>http://snipplr.com/view/5374/how-to-serve-xhtml-to-internet-explorer-6-and-7-as-xml-using-content-negotiation/</guid>
</item>
<item>
<title>(CSS) Change Text Selection Color Using CSS</title>
<link>http://snipplr.com/view/5341/change-text-selection-color-using-css/</link>
<description><![CDATA[ <p>Change selection color using CSS. Works in most modern browsers except for IE.</p> ]]></description>
<pubDate>Sun, 09 Mar 2008 19:39:40 GMT</pubDate>
<guid>http://snipplr.com/view/5341/change-text-selection-color-using-css/</guid>
</item>
<item>
<title>(CSS) Style External, PDF, and Mailto links with CSS</title>
<link>http://snipplr.com/view/5270/style-external-pdf-and-mailto-links-with-css/</link>
<description><![CDATA[ <p>Style External, PDF, and Mailto links using CSS and a background image.  For a great set of icons to choose from visit http://www.famfamfam.com/lab/icons/silk/.</p> ]]></description>
<pubDate>Tue, 04 Mar 2008 19:23:49 GMT</pubDate>
<guid>http://snipplr.com/view/5270/style-external-pdf-and-mailto-links-with-css/</guid>
</item>
<item>
<title>(HTML) How To Use target="_blank" Correctly In XHTML &amp;amp; HTML Strict</title>
<link>http://snipplr.com/view/5195/how-to-use-targetblank-correctly-in-xhtml--html-strict/</link>
<description><![CDATA[ <p>If you've ever used a strict doctype and used the target attribute on links you'll notice that it doesn't validate. Here is an easy solution.</p> ]]></description>
<pubDate>Mon, 25 Feb 2008 11:53:06 GMT</pubDate>
<guid>http://snipplr.com/view/5195/how-to-use-targetblank-correctly-in-xhtml--html-strict/</guid>
</item>
<item>
<title>(CSS) CSS Diagnostics - Find Depreciated Elements Using CSS</title>
<link>http://snipplr.com/view/5194/css-diagnostics--find-depreciated-elements-using-css/</link>
<description><![CDATA[ <p>Find depreciated elements and attributes using CSS . Simply add the CSS below to the end of your style sheet and it will highlight bad code.</p> ]]></description>
<pubDate>Mon, 25 Feb 2008 11:50:46 GMT</pubDate>
<guid>http://snipplr.com/view/5194/css-diagnostics--find-depreciated-elements-using-css/</guid>
</item>
<item>
<title>(CSS) Slashdot Style Quoting With CSS</title>
<link>http://snipplr.com/view/4287/slashdot-style-quoting-with-css/</link>
<description><![CDATA[ <p>Style quotations similar to those used on Slashdot.org.</p> ]]></description>
<pubDate>Fri, 07 Dec 2007 18:00:03 GMT</pubDate>
<guid>http://snipplr.com/view/4287/slashdot-style-quoting-with-css/</guid>
</item>
<item>
<title>(CSS) Make Button Appear to Be Disabled on Click With CSS</title>
<link>http://snipplr.com/view/4286/make-button-appear-to-be-disabled-on-click-with-css/</link>
<description><![CDATA[ <p>A better more accessible method to make buttons appear to be disabled upon click via css (with no javascript) Doesn't work in IE but does in other browsers.</p> ]]></description>
<pubDate>Fri, 07 Dec 2007 17:57:51 GMT</pubDate>
<guid>http://snipplr.com/view/4286/make-button-appear-to-be-disabled-on-click-with-css/</guid>
</item>
</channel>
</rss>