<?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/store</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 20:21:42 GMT</pubDate>
<item>
<title>(PHP) Magento Parameters - tomle123</title>
<link>http://snipplr.com/view/70915/magento-parameters/</link>
<description><![CDATA[ <p>append this to switch to different Stores in Magento</p> ]]></description>
<pubDate>Wed, 24 Apr 2013 06:08:04 GMT</pubDate>
<guid>http://snipplr.com/view/70915/magento-parameters/</guid>
</item>
<item>
<title>(PHP) Magento storeswitch - flags - WGenie</title>
<link>http://snipplr.com/view/66526/magento-storeswitch--flags/</link>
<description><![CDATA[ <p>- Mage 1.7* flag storeswitcher
- images/flags/flag_[storeview_name].png</p> ]]></description>
<pubDate>Sat, 04 Aug 2012 03:50:59 GMT</pubDate>
<guid>http://snipplr.com/view/66526/magento-storeswitch--flags/</guid>
</item>
<item>
<title>(HTML) Travis Mathew Store Starter - ryarwood</title>
<link>http://snipplr.com/view/62874/travis-mathew-store-starter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:32 GMT</pubDate>
<guid>http://snipplr.com/view/62874/travis-mathew-store-starter/</guid>
</item>
<item>
<title>(PHP) USPS Real time rates - drifterz28</title>
<link>http://snipplr.com/view/57650/usps-real-time-rates/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Aug 2011 23:37:53 GMT</pubDate>
<guid>http://snipplr.com/view/57650/usps-real-time-rates/</guid>
</item>
<item>
<title>(jQuery) jQuery to move google plus one - drifterz28</title>
<link>http://snipplr.com/view/55244/jquery-to-move-google-plus-one/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Jun 2011 04:11:36 GMT</pubDate>
<guid>http://snipplr.com/view/55244/jquery-to-move-google-plus-one/</guid>
</item>
<item>
<title>(HTML) Google +1 for your yahoo store - drifterz28</title>
<link>http://snipplr.com/view/55243/google-1-for-your-yahoo-store/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Jun 2011 04:02:06 GMT</pubDate>
<guid>http://snipplr.com/view/55243/google-1-for-your-yahoo-store/</guid>
</item>
<item>
<title>(PHP) Real Time Tax rates - drifterz28</title>
<link>http://snipplr.com/view/47633/real-time-tax-rates/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Jan 2011 06:53:20 GMT</pubDate>
<guid>http://snipplr.com/view/47633/real-time-tax-rates/</guid>
</item>
<item>
<title>(Bash) Set &amp;amp; store audio levels - lamebollock</title>
<link>http://snipplr.com/view/45103/set--store-audio-levels/</link>
<description><![CDATA[ <p>Set audio using "alsamixer -c 0", store using "alsactl"</p> ]]></description>
<pubDate>Wed, 01 Dec 2010 21:32:21 GMT</pubDate>
<guid>http://snipplr.com/view/45103/set--store-audio-levels/</guid>
</item>
<item>
<title>(Other) Heirarchical SiteMap RTML Template for Yahoo! Stores - nathwill</title>
<link>http://snipplr.com/view/40748/heirarchical-sitemap-rtml-template-for-yahoo-stores/</link>
<description><![CDATA[ <p>use this RTML template to create a nested, heirarchical sitemap for your Yahoo! Store</p> ]]></description>
<pubDate>Sun, 19 Sep 2010 06:30:50 GMT</pubDate>
<guid>http://snipplr.com/view/40748/heirarchical-sitemap-rtml-template-for-yahoo-stores/</guid>
</item>
<item>
<title>(C#) Store/retrieve object in session - housecor</title>
<link>http://snipplr.com/view/40177/storeretrieve-object-in-session/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Sep 2010 04:04:18 GMT</pubDate>
<guid>http://snipplr.com/view/40177/storeretrieve-object-in-session/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Use Dictionary Obect to Store Values Associated with MovieClips - adrianparr</title>
<link>http://snipplr.com/view/29331/as3-use-dictionary-obect-to-store-values-associated-with-movieclips/</link>
<description><![CDATA[ <p>To do this sort of thing (ie. passing values to an onRelease event handler) in AS2 I would have used Joey Lott's Proxy class, which was similar to Delegate.
To do this in AS3 you could create your own custom class which extends MovieClip and then store the value as a property which can then be retrieved in the event handler, but sometime just using a Dictionary Object is easier and quicker.</p> ]]></description>
<pubDate>Fri, 05 Mar 2010 05:47:30 GMT</pubDate>
<guid>http://snipplr.com/view/29331/as3-use-dictionary-obect-to-store-values-associated-with-movieclips/</guid>
</item>
<item>
<title>(PHP) A utility function to preserve an array in a session. - Heroftime</title>
<link>http://snipplr.com/view/27354/a-utility-function-to-preserve-an-array-in-a-session/</link>
<description><![CDATA[ <p>A utility function to preserve an array in a session. Adding the newest element to the beginning of the array and popping out the last one. Useful for displaying for instance; your last searches option in your website.</p> ]]></description>
<pubDate>Sat, 30 Jan 2010 01:44:51 GMT</pubDate>
<guid>http://snipplr.com/view/27354/a-utility-function-to-preserve-an-array-in-a-session/</guid>
</item>
<item>
<title>(JavaScript) The jQuery Data Store - 1man</title>
<link>http://snipplr.com/view/9715/the-jquery-data-store/</link>
<description><![CDATA[ <p>I didn't realise until now you could do this in jQuery, very useful. Store a value for later use, then remove it.</p> ]]></description>
<pubDate>Thu, 13 Nov 2008 10:45:01 GMT</pubDate>
<guid>http://snipplr.com/view/9715/the-jquery-data-store/</guid>
</item>
<item>
<title>(C#) xml handler - zvasanth</title>
<link>http://snipplr.com/view/4431/xml-handler/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 02:02:52 GMT</pubDate>
<guid>http://snipplr.com/view/4431/xml-handler/</guid>
</item>
</channel>
</rss>