<?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/set</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 01:54:19 GMT</pubDate>
<item>
<title>(PHP) Facebook Safari Session Problem - Safari Iframe Set Cookie - Whiteagle</title>
<link>http://snipplr.com/view/66858/facebook-safari-session-problem--safari-iframe-set-cookie/</link>
<description><![CDATA[ <p>Add this code in the top of your index.php and set $page_url to your application final tab/app URL.</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 19:56:07 GMT</pubDate>
<guid>http://snipplr.com/view/66858/facebook-safari-session-problem--safari-iframe-set-cookie/</guid>
</item>
<item>
<title>(jQuery) Set div height same as window (resize on window resize) - eme_dlr</title>
<link>http://snipplr.com/view/54365/set-div-height-same-as-window-resize-on-window-resize/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 25 May 2011 10:55:15 GMT</pubDate>
<guid>http://snipplr.com/view/54365/set-div-height-same-as-window-resize-on-window-resize/</guid>
</item>
<item>
<title>(jQuery) Set Focus To Next Text Input On Press Enter Button - genik</title>
<link>http://snipplr.com/view/53099/set-focus-to-next-text-input-on-press-enter-button/</link>
<description><![CDATA[ <p>Set focus to all next text input in a html document when press enter button on your keyboard. If  focused at the last text input element, it will be back to the first text input element.</p> ]]></description>
<pubDate>Thu, 05 May 2011 11:56:39 GMT</pubDate>
<guid>http://snipplr.com/view/53099/set-focus-to-next-text-input-on-press-enter-button/</guid>
</item>
<item>
<title>(PHP) Recover fields from a database by filtering per a specific field - juanchifc</title>
<link>http://snipplr.com/view/42308/recover-fields-from-a-database-by-filtering-per-a-specific-field/</link>
<description><![CDATA[ <p>By using this snippet we can recover fields from a database by filtering these ones per a specific field.</p> ]]></description>
<pubDate>Fri, 15 Oct 2010 02:28:53 GMT</pubDate>
<guid>http://snipplr.com/view/42308/recover-fields-from-a-database-by-filtering-per-a-specific-field/</guid>
</item>
<item>
<title>(PHP) PHP forward magic methods - dmertl</title>
<link>http://snipplr.com/view/40820/php-forward-magic-methods/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Sep 2010 07:50:26 GMT</pubDate>
<guid>http://snipplr.com/view/40820/php-forward-magic-methods/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 XML Setup - one984</title>
<link>http://snipplr.com/view/33975/as3-xml-setup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 May 2010 18:40:16 GMT</pubDate>
<guid>http://snipplr.com/view/33975/as3-xml-setup/</guid>
</item>
<item>
<title>(SAS) How to create a macro variable containing a list of variables in a DATA set - sarathannapareddy</title>
<link>http://snipplr.com/view/33202/how-to-create-a-macro-variable-containing-a-list-of-variables-in-a-data-set/</link>
<description><![CDATA[ <p>Sometimes it is very handy to have a macro variable contanining the variables names of the dataset. Here are the 2 different ways you can create a macro variable with list of variables names ...</p> ]]></description>
<pubDate>Mon, 26 Apr 2010 19:49:45 GMT</pubDate>
<guid>http://snipplr.com/view/33202/how-to-create-a-macro-variable-containing-a-list-of-variables-in-a-data-set/</guid>
</item>
<item>
<title>(Windows Registry) Windows Registry: Set open folder default icons for all A-Z drive letters and Desktop Shell Folder in Windows 7 - karlhorky</title>
<link>http://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7/</link>
<description><![CDATA[ <p>Based upon the Drive Icon Change Windows Vista tweak  and the shell icons registry settings found at the respective links below, this Windows 7 / Vista tweak will set the default icon of all A-Z drive letters (like C: for instance) and the Desktop to the open folder icon that Windows uses. This tweak is one step towards the final goal of having a standard default taskbar icon for Windows Explorer, irrespective of the current location of the Explorer instance.

Of course, a better solution would be an application to modify Windows Explorer so that its taskbar icon is configurable, but I have yet to find (or make) a solution that would be this flexible.

Drive Icon Change - Vista Forums: http://www.vistax64.com/tutorials/111388-drive-icon-change.html

Shell icons registry settings: http://www.virtualplastic.net/html/icn_reg.html#shellicons</p> ]]></description>
<pubDate>Sat, 10 Apr 2010 18:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7/</guid>
</item>
<item>
<title>(PHP) PHP function to change collation on MySQL db - ginoplusio</title>
<link>http://snipplr.com/view/28158/php-function-to-change-collation-on-mysql-db/</link>
<description><![CDATA[ <p>Function to fix char set and collation on mysql tables, see [this link](http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/ "Fix encoding on db")
for examples and more infos.</p> ]]></description>
<pubDate>Thu, 11 Feb 2010 04:53:09 GMT</pubDate>
<guid>http://snipplr.com/view/28158/php-function-to-change-collation-on-mysql-db/</guid>
</item>
<item>
<title>(PHP) MySQLi convert a result set to an HTML table - ginoplusio</title>
<link>http://snipplr.com/view/27470/mysqli-convert-a-result-set-to-an-html-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Feb 2010 05:47:27 GMT</pubDate>
<guid>http://snipplr.com/view/27470/mysqli-convert-a-result-set-to-an-html-table/</guid>
</item>
<item>
<title>(HTML) HTML File(4.01 Transitional) - yomweb</title>
<link>http://snipplr.com/view/27127/html-file401-transitional/</link>
<description><![CDATA[ <p>Snippet provided by YomWeb.co.cc. YomWeb is a blog specially dedicated webmasters who are interested in coding, design and blogging. We are currently a new blog but have big plans for the blog. If you find any mistakes in our articles you can contact us at support@yomweb.co.cc or just comment under the article. We are also more than happy to hear ideas for new articles.</p> ]]></description>
<pubDate>Tue, 26 Jan 2010 18:49:44 GMT</pubDate>
<guid>http://snipplr.com/view/27127/html-file401-transitional/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 | ArraySet - alejandromb</title>
<link>http://snipplr.com/view/25105/as3--arrayset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Dec 2009 02:33:59 GMT</pubDate>
<guid>http://snipplr.com/view/25105/as3--arrayset/</guid>
</item>
<item>
<title>(XSLT) Determining if Two Node Sets Contain the Same Data - Meander365</title>
<link>http://snipplr.com/view/18245/determining-if-two-node-sets-contain-the-same-data/</link>
<description><![CDATA[ <p>Makes use of XPath's union operator | .</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 03:10:20 GMT</pubDate>
<guid>http://snipplr.com/view/18245/determining-if-two-node-sets-contain-the-same-data/</guid>
</item>
<item>
<title>(PHP) SimpleXML Set Attributes - iloveitaly</title>
<link>http://snipplr.com/view/17212/simplexml-set-attributes/</link>
<description><![CDATA[ <p>Convenience function to set a SimpleXMLElement's attributes quickly.</p> ]]></description>
<pubDate>Mon, 20 Jul 2009 12:14:59 GMT</pubDate>
<guid>http://snipplr.com/view/17212/simplexml-set-attributes/</guid>
</item>
<item>
<title>(PHP) Kohana Query String URL Extension - iloveitaly</title>
<link>http://snipplr.com/view/15550/kohana-query-string-url-extension/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Jun 2009 07:44:24 GMT</pubDate>
<guid>http://snipplr.com/view/15550/kohana-query-string-url-extension/</guid>
</item>
<item>
<title>(PHP) Create Query String - iloveitaly</title>
<link>http://snipplr.com/view/15531/create-query-string/</link>
<description><![CDATA[ <p>More of a setQueryString</p> ]]></description>
<pubDate>Thu, 04 Jun 2009 16:09:54 GMT</pubDate>
<guid>http://snipplr.com/view/15531/create-query-string/</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>(VB.NET) Loop Through a DataSet - blackf0rk</title>
<link>http://snipplr.com/view/13053/loop-through-a-dataset/</link>
<description><![CDATA[ <p>Assuming your DataSet (named, ds) is already populated with Data and contains only one table.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:14:19 GMT</pubDate>
<guid>http://snipplr.com/view/13053/loop-through-a-dataset/</guid>
</item>
<item>
<title>(PHP) a Set class that maintains an array of unique items - dbug13</title>
<link>http://snipplr.com/view/12989/a-set-class-that-maintains-an-array-of-unique-items/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Mar 2009 16:28:54 GMT</pubDate>
<guid>http://snipplr.com/view/12989/a-set-class-that-maintains-an-array-of-unique-items/</guid>
</item>
<item>
<title>(C++) GradeBook.cpp - woofeR</title>
<link>http://snipplr.com/view/12218/gradebookcpp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Feb 2009 08:19:15 GMT</pubDate>
<guid>http://snipplr.com/view/12218/gradebookcpp/</guid>
</item>
</channel>
</rss>