<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/asp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 15:09:12 GMT</pubDate>
<item>
<title>(ASP) Detect Mobile Browser Using ASP - nshakin</title>
<link>http://snipplr.com/view/71210/detect-mobile-browser-using-asp/</link>
<description><![CDATA[ <p>A function and if statement to detect whether or not the browser is a mobile device.</p> ]]></description>
<pubDate>Fri, 17 May 2013 02:32:15 GMT</pubDate>
<guid>http://snipplr.com/view/71210/detect-mobile-browser-using-asp/</guid>
</item>
<item>
<title>(ASP) ASP Request Current Page Name - nshakin</title>
<link>http://snipplr.com/view/71208/asp-request-current-page-name/</link>
<description><![CDATA[ <p>Request the current page name relative to the home directory of the server.</p> ]]></description>
<pubDate>Fri, 17 May 2013 00:03:57 GMT</pubDate>
<guid>http://snipplr.com/view/71208/asp-request-current-page-name/</guid>
</item>
<item>
<title>(ASP) Configuring 404 pages - our.umbraco.org - thesmu</title>
<link>http://snipplr.com/view/71100/configuring-404-pages--ourumbracoorg/</link>
<description><![CDATA[ <p>Configuring 404 pages - our.umbraco.org</p> ]]></description>
<pubDate>Thu, 09 May 2013 01:43:27 GMT</pubDate>
<guid>http://snipplr.com/view/71100/configuring-404-pages--ourumbracoorg/</guid>
</item>
<item>
<title>(ASP) Register tags for Telerik and Label - box86rowh</title>
<link>http://snipplr.com/view/70577/register-tags-for-telerik-and-label/</link>
<description><![CDATA[ <p>This is a shortcut to the tags.</p> ]]></description>
<pubDate>Thu, 28 Mar 2013 02:06:29 GMT</pubDate>
<guid>http://snipplr.com/view/70577/register-tags-for-telerik-and-label/</guid>
</item>
<item>
<title>(ASP) Modulo on big numbers - cryothic</title>
<link>http://snipplr.com/view/70422/modulo-on-big-numbers/</link>
<description><![CDATA[ <p>Use this function to calculate modulo on numbers that overflow doubles.
Where "number" is the value you want to devide, and "div" is the number you want to devide by.</p> ]]></description>
<pubDate>Thu, 14 Mar 2013 23:17:58 GMT</pubDate>
<guid>http://snipplr.com/view/70422/modulo-on-big-numbers/</guid>
</item>
<item>
<title>(ASP) hide div in macro if no content is added - Xslt - our.umbraco.org - thesmu</title>
<link>http://snipplr.com/view/70291/hide-div-in-macro-if-no-content-is-added--xslt--ourumbracoorg/</link>
<description><![CDATA[ <p>hide div in macro if no content is added - Xslt - our.umbraco.org</p> ]]></description>
<pubDate>Wed, 06 Mar 2013 22:08:56 GMT</pubDate>
<guid>http://snipplr.com/view/70291/hide-div-in-macro-if-no-content-is-added--xslt--ourumbracoorg/</guid>
</item>
<item>
<title>(ASP) Using Umbraco and Razor Syntax to add attributes to body tag for CSS targetting | Prolific Notion, Certified Umbraco Developer - thesmu</title>
<link>http://snipplr.com/view/70288/using-umbraco-and-razor-syntax-to-add-attributes-to-body-tag-for-css-targetting--prolific-notion-certified-umbraco-developer/</link>
<description><![CDATA[ <p>Using Umbraco and Razor Syntax to add attributes to body tag for CSS targetting | Prolific Notion, Certified Umbraco Developer</p> ]]></description>
<pubDate>Wed, 06 Mar 2013 22:03:53 GMT</pubDate>
<guid>http://snipplr.com/view/70288/using-umbraco-and-razor-syntax-to-add-attributes-to-body-tag-for-css-targetting--prolific-notion-certified-umbraco-developer/</guid>
</item>
<item>
<title>(ASP) how to use dynamically generated .Net element IDs on page in jquery or css - rumremix</title>
<link>http://snipplr.com/view/67168/how-to-use-dynamically-generated-net-element-ids-on-page-in-jquery-or-css/</link>
<description><![CDATA[ <p>In the examples, below, Step1 is the id  given to the element. If the element is set to runat="server", when it is rendered on the page, the id will change dynamically to something like ctl00$PlaceHolderMain$Step1. But the actual value may change. To make sure we capture the correct value to manipulate the element in javascript or CSS, use the technique below. Note that this code will need to live on the same page as the element, not in an external js or css file.</p> ]]></description>
<pubDate>Thu, 13 Sep 2012 04:37:21 GMT</pubDate>
<guid>http://snipplr.com/view/67168/how-to-use-dynamically-generated-net-element-ids-on-page-in-jquery-or-css/</guid>
</item>
<item>
<title>(ASP) DNN Container Title, simple tag - box86rowh</title>
<link>http://snipplr.com/view/66965/dnn-container-title-simple-tag/</link>
<description><![CDATA[ <p>This is a real easy tag to add to you container that accesses the module title.</p> ]]></description>
<pubDate>Fri, 31 Aug 2012 10:27:00 GMT</pubDate>
<guid>http://snipplr.com/view/66965/dnn-container-title-simple-tag/</guid>
</item>
<item>
<title>(ASP) Breadcrumb in Sharepoint 2010 - rumremix</title>
<link>http://snipplr.com/view/63654/breadcrumb-in-sharepoint-2010/</link>
<description><![CDATA[ <p>Both ASP and Javascript versions provided below. Use either one or the other. Code should be placed in a SharePoint 2010 master page.</p> ]]></description>
<pubDate>Thu, 01 Mar 2012 10:57:15 GMT</pubDate>
<guid>http://snipplr.com/view/63654/breadcrumb-in-sharepoint-2010/</guid>
</item>
<item>
<title>(ASP) Home and Garden Decor - jhonghrim</title>
<link>http://snipplr.com/view/63522/home-and-garden-decor/</link>
<description><![CDATA[ <p>asdfasf</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 06:56:22 GMT</pubDate>
<guid>http://snipplr.com/view/63522/home-and-garden-decor/</guid>
</item>
<item>
<title>(ASP) CMS List Menu - inreflection7</title>
<link>http://snipplr.com/view/63384/cms-list-menu/</link>
<description><![CDATA[ <p>PROPERTIES:
 DisplayHighlightedItemAsLink="true"
 DisplayOnlySelectedPath="true"
 HighlightAllItemsInPath="true"
 HighlightedNodePath="/products/nokia"
 RenderLinkTitle="true"
 RenderImageAlt="true"

 FirstItemCssClass=" first"
 LastItemCssClass=" last"
 RenderCssClasses="true"
 RenderItemID="true"
 ItemIdPrefix="primary-"
 HoverCSSClassName="hover"
 CSSPrefix="primary-"
 UseAlternatingStyles="true"
	
 SubmenuIndicator="path/to/image/"
 OnMouseOutScript="alert('{%nodealiaspath%}')"
 OnMouseOverScript="alert(this.innerText);"
 UrlTarget="_blank"
 LoadDataAutomaticaly="true"
 RenderedHTML
	
METHODS:
 ReloadData</p> ]]></description>
<pubDate>Fri, 17 Feb 2012 05:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/63384/cms-list-menu/</guid>
</item>
<item>
<title>(ASP) Formulario fantasma asp para enviar post a otras paginas - juanprimal</title>
<link>http://snipplr.com/view/61047/formulario-fantasma-asp-para-enviar-post-a-otras-paginas/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 04:00:44 GMT</pubDate>
<guid>http://snipplr.com/view/61047/formulario-fantasma-asp-para-enviar-post-a-otras-paginas/</guid>
</item>
<item>
<title>(ASP) Default WordPress web.config file, with permalinks - batfan</title>
<link>http://snipplr.com/view/58542/default-wordpress-webconfig-file-with-permalinks/</link>
<description><![CDATA[ <p>For use with a WordPress install, on a Windows server.</p> ]]></description>
<pubDate>Fri, 09 Sep 2011 08:31:38 GMT</pubDate>
<guid>http://snipplr.com/view/58542/default-wordpress-webconfig-file-with-permalinks/</guid>
</item>
<item>
<title>(ASP) Print Array Half - danfsmith</title>
<link>http://snipplr.com/view/57597/print-array-half/</link>
<description><![CDATA[ <p>Used when splitting array elements between two columns in HTML</p> ]]></description>
<pubDate>Thu, 04 Aug 2011 06:15:12 GMT</pubDate>
<guid>http://snipplr.com/view/57597/print-array-half/</guid>
</item>
<item>
<title>(ASP) SharePoint Field Validator - nickaranz</title>
<link>http://snipplr.com/view/57500/sharepoint-field-validator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Aug 2011 09:01:36 GMT</pubDate>
<guid>http://snipplr.com/view/57500/sharepoint-field-validator/</guid>
</item>
<item>
<title>(ASP) SharePoint Styling Common Controls - nickaranz</title>
<link>http://snipplr.com/view/57498/sharepoint-styling-common-controls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Aug 2011 08:07:19 GMT</pubDate>
<guid>http://snipplr.com/view/57498/sharepoint-styling-common-controls/</guid>
</item>
<item>
<title>(ASP) Visible = false - inreflection7</title>
<link>http://snipplr.com/view/57495/visible--false/</link>
<description><![CDATA[ <p>Sometimes you gotta hide stuff without messing with the code behind</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 06:51:46 GMT</pubDate>
<guid>http://snipplr.com/view/57495/visible--false/</guid>
</item>
<item>
<title>(ASP) Kentico - Smart Search Date w/o Time - inreflection7</title>
<link>http://snipplr.com/view/55973/kentico--smart-search-date-wo-time/</link>
<description><![CDATA[ <p>Wanna lose the time portion of the date something was created in a smart search result!?!?</p> ]]></description>
<pubDate>Fri, 01 Jul 2011 04:53:45 GMT</pubDate>
<guid>http://snipplr.com/view/55973/kentico--smart-search-date-wo-time/</guid>
</item>
<item>
<title>(ASP) Redirect a page to another domain in ASP - ajbatac</title>
<link>http://snipplr.com/view/55795/redirect-a-page-to-another-domain-in-asp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Jun 2011 01:11:55 GMT</pubDate>
<guid>http://snipplr.com/view/55795/redirect-a-page-to-another-domain-in-asp/</guid>
</item>
</channel>
</rss>