<?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/tags/statement</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 15:41:01 GMT</pubDate>
<item>
<title>(PHP) Wordpress Conditional statement for Singular Custom Post Type - i-am-andy</title>
<link>http://snipplr.com/view/67604/wordpress-conditional-statement-for-singular-custom-post-type/</link>
<description><![CDATA[ <p>Suppose you wanted to check if a user was viewing a singular post with the post type of testimonial. You can use the next code sample to perform this check.</p> ]]></description>
<pubDate>Thu, 04 Oct 2012 20:43:14 GMT</pubDate>
<guid>http://snipplr.com/view/67604/wordpress-conditional-statement-for-singular-custom-post-type/</guid>
</item>
<item>
<title>(jQuery) Clear all text fields on focus based on original value with single function - Huskie</title>
<link>http://snipplr.com/view/64478/clear-all-text-fields-on-focus-based-on-original-value-with-single-function/</link>
<description><![CDATA[ <p>Clear all text fields on focus based on original value with single function. The code checks for a 'title' attribute on each input with class 'text' and compares this to the current value of the field.</p> ]]></description>
<pubDate>Tue, 10 Apr 2012 19:29:59 GMT</pubDate>
<guid>http://snipplr.com/view/64478/clear-all-text-fields-on-focus-based-on-original-value-with-single-function/</guid>
</item>
<item>
<title>(PHP) PHP if outside the HTML - ryarwood</title>
<link>http://snipplr.com/view/64474/php-if-outside-the-html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 Apr 2012 14:02:49 GMT</pubDate>
<guid>http://snipplr.com/view/64474/php-if-outside-the-html/</guid>
</item>
<item>
<title>(Java) Boilerplate: closing JDBC resources - octaviannitagmailcom</title>
<link>http://snipplr.com/view/63564/boilerplate-closing-jdbc-resources/</link>
<description><![CDATA[ <p>Boilerplate JDBC code to close various resources (I just hate repeating myself in my code...)</p> ]]></description>
<pubDate>Fri, 24 Feb 2012 21:51:40 GMT</pubDate>
<guid>http://snipplr.com/view/63564/boilerplate-closing-jdbc-resources/</guid>
</item>
<item>
<title>(PHP) Conditional Statement if Custom Field Exists Wordpress - i-am-andy</title>
<link>http://snipplr.com/view/60283/conditional-statement-if-custom-field-exists-wordpress/</link>
<description><![CDATA[ <p>Only show content if Custom Field exists</p> ]]></description>
<pubDate>Fri, 28 Oct 2011 00:51:52 GMT</pubDate>
<guid>http://snipplr.com/view/60283/conditional-statement-if-custom-field-exists-wordpress/</guid>
</item>
<item>
<title>(JavaScript) If Else If Else - amandalaine</title>
<link>http://snipplr.com/view/56497/if-else-if-else/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jul 2011 03:38:11 GMT</pubDate>
<guid>http://snipplr.com/view/56497/if-else-if-else/</guid>
</item>
<item>
<title>(Django) Django if statement &amp;amp; loop - stewartduffy</title>
<link>http://snipplr.com/view/55083/django-if-statement--loop/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Jun 2011 16:15:05 GMT</pubDate>
<guid>http://snipplr.com/view/55083/django-if-statement--loop/</guid>
</item>
<item>
<title>(Other) SQL - Find Duplicate Rows - silentpro</title>
<link>http://snipplr.com/view/53440/sql--find-duplicate-rows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 May 2011 13:33:26 GMT</pubDate>
<guid>http://snipplr.com/view/53440/sql--find-duplicate-rows/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Switch Statement Example - adrianparr</title>
<link>http://snipplr.com/view/48889/as3-switch-statement-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Feb 2011 05:59:43 GMT</pubDate>
<guid>http://snipplr.com/view/48889/as3-switch-statement-example/</guid>
</item>
<item>
<title>(C++) Account / Password - k9flow</title>
<link>http://snipplr.com/view/30864/account--password/</link>
<description><![CDATA[ <p>Well Here...

Newbs Only!</p> ]]></description>
<pubDate>Sun, 04 Apr 2010 01:50:23 GMT</pubDate>
<guid>http://snipplr.com/view/30864/account--password/</guid>
</item>
<item>
<title>(PHP) Short if-Statement - Michael01</title>
<link>http://snipplr.com/view/24226/short-ifstatement/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Dec 2009 17:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/24226/short-ifstatement/</guid>
</item>
<item>
<title>(SAS) How to delete previously assigned formats and informats of variables in the dataset - sarathannapareddy</title>
<link>http://snipplr.com/view/18187/how-to-delete-previously-assigned-formats-and-informats-of-variables-in-the-dataset/</link>
<description><![CDATA[ <p>How to delete previously assigned formats and informats completely from the SAS dataset:

PROC DATASETS lib=work;
MODIFY dsn;
FORMAT _all_;
INFORMAT _all_;
RUN; 
QUIT;</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 16:26:20 GMT</pubDate>
<guid>http://snipplr.com/view/18187/how-to-delete-previously-assigned-formats-and-informats-of-variables-in-the-dataset/</guid>
</item>
<item>
<title>(SAS) SAS programming errors we make..... can be deadly sometimes - sarathannapareddy</title>
<link>http://snipplr.com/view/13594/sas-programming-errors-we-make-can-be-deadly-sometimes/</link>
<description><![CDATA[ <p>The errors I will list here will be very few in number. They are errors that you will likely make at some time if you do not remain alert. These errors could have serious consequences so that is why I have described them as "deadly errors".</p> ]]></description>
<pubDate>Mon, 30 Mar 2009 20:12:33 GMT</pubDate>
<guid>http://snipplr.com/view/13594/sas-programming-errors-we-make-can-be-deadly-sometimes/</guid>
</item>
<item>
<title>(JavaScript) Javascript IF Statements - shanegriff</title>
<link>http://snipplr.com/view/6840/javascript-if-statements/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 22 Jun 2008 18:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/6840/javascript-if-statements/</guid>
</item>
<item>
<title>(SAS) Create a new data set for each BY-Group in a data set - webonomic</title>
<link>http://snipplr.com/view/6212/create-a-new-data-set-for-each-bygroup-in-a-data-set/</link>
<description><![CDATA[ <p>This sample uses macro logic to determine the number of unique values of a variable (the BY variable) and creates a new data set for each. The resulting data set names will be the BY variable value.

Limitations:

The sample code does not allow for BY values of longer than 32 positions, numeric BY values or BY values that contain characters that are not permitted in SAS data set names.

If your data contains any of the above, you must add program statements to convert your BY values into valid SAS data set names.</p> ]]></description>
<pubDate>Tue, 13 May 2008 17:23:08 GMT</pubDate>
<guid>http://snipplr.com/view/6212/create-a-new-data-set-for-each-bygroup-in-a-data-set/</guid>
</item>
<item>
<title>(JavaScript) Simple Switch Statement - 1man</title>
<link>http://snipplr.com/view/4156/simple-switch-statement/</link>
<description><![CDATA[ <p>Very basic switch statement.</p> ]]></description>
<pubDate>Sun, 18 Nov 2007 10:58:53 GMT</pubDate>
<guid>http://snipplr.com/view/4156/simple-switch-statement/</guid>
</item>
</channel>
</rss>