<?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/attributes</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 00:16:00 GMT</pubDate>
<item>
<title>(PHP) Parse Attributes - ryanve</title>
<link>http://snipplr.com/view/69712/parse-attributes/</link>
<description><![CDATA[ <p>Parse an attributes string into an array. If the string starts with a tag, then the attributes on the first tag are parsed. This parses via a manual loop and is designed to be safer than using DOMDocument.</p> ]]></description>
<pubDate>Thu, 31 Jan 2013 10:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/69712/parse-attributes/</guid>
</item>
<item>
<title>(Python) Add VRay gamma attributes to all 8 bit file nodes - throb</title>
<link>http://snipplr.com/view/64433/add-vray-gamma-attributes-to-all-8-bit-file-nodes/</link>
<description><![CDATA[ <p>A function that adds gamma attribs to the image files that are 8 bit in nature (aka not EXR or HDR) so that you can get to a linear workflow easily</p> ]]></description>
<pubDate>Mon, 09 Apr 2012 01:28:35 GMT</pubDate>
<guid>http://snipplr.com/view/64433/add-vray-gamma-attributes-to-all-8-bit-file-nodes/</guid>
</item>
<item>
<title>(PHP) Get product attribute label &amp;amp; value in Magento - axertion</title>
<link>http://snipplr.com/view/62970/get-product-attribute-label--value-in-magento/</link>
<description><![CDATA[ <p>Displays the attribute label and value by using the attribute code.

This works on the Product Detail page in Magento.</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 11:06:13 GMT</pubDate>
<guid>http://snipplr.com/view/62970/get-product-attribute-label--value-in-magento/</guid>
</item>
<item>
<title>(jQuery) Working with Attributes - dubogii</title>
<link>http://snipplr.com/view/53670/working-with-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 19:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/53670/working-with-attributes/</guid>
</item>
<item>
<title>(SQL) magento translate global attributes - nico65</title>
<link>http://snipplr.com/view/52660/magento-translate-global-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Apr 2011 20:08:58 GMT</pubDate>
<guid>http://snipplr.com/view/52660/magento-translate-global-attributes/</guid>
</item>
<item>
<title>(Bash) Removing all extended attributes from a directory tree - nkm</title>
<link>http://snipplr.com/view/51227/removing-all-extended-attributes-from-a-directory-tree/</link>
<description><![CDATA[ <p>The space after the caret in the grep command is produced by typing Ctrl-V and then Tab, to insert a Tab character.</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 06:45:35 GMT</pubDate>
<guid>http://snipplr.com/view/51227/removing-all-extended-attributes-from-a-directory-tree/</guid>
</item>
<item>
<title>(JavaScript) Extjs - How to color a node in a tree (dynamically) - jvandemerwe</title>
<link>http://snipplr.com/view/50430/extjs--how-to-color-a-node-in-a-tree-dynamically/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Mar 2011 07:19:17 GMT</pubDate>
<guid>http://snipplr.com/view/50430/extjs--how-to-color-a-node-in-a-tree-dynamically/</guid>
</item>
<item>
<title>(PHP) magento show product attributes - dmistriotis</title>
<link>http://snipplr.com/view/42918/magento-show-product-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Oct 2010 23:58:30 GMT</pubDate>
<guid>http://snipplr.com/view/42918/magento-show-product-attributes/</guid>
</item>
<item>
<title>(Other) presta get attributes - mphuongz</title>
<link>http://snipplr.com/view/42113/presta-get-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Oct 2010 18:02:22 GMT</pubDate>
<guid>http://snipplr.com/view/42113/presta-get-attributes/</guid>
</item>
<item>
<title>(Python) get file mod time and size in bytes (python) - mattsn0w</title>
<link>http://snipplr.com/view/41177/get-file-mod-time-and-size-in-bytes-python/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Sep 2010 10:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/41177/get-file-mod-time-and-size-in-bytes-python/</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>(ActionScript 3) Toggle Attributes - cessnajumpin</title>
<link>http://snipplr.com/view/10311/toggle-attributes/</link>
<description><![CDATA[ <p>A simple line of code to apply to attributes that need to be toggled on and off.</p> ]]></description>
<pubDate>Sun, 07 Dec 2008 11:58:23 GMT</pubDate>
<guid>http://snipplr.com/view/10311/toggle-attributes/</guid>
</item>
<item>
<title>(PHP) write and read XML - donkeykong</title>
<link>http://snipplr.com/view/7473/write-and-read-xml/</link>
<description><![CDATA[ <p>This is a simple example of how to read and write XML that includes reading attributes and nodes.</p> ]]></description>
<pubDate>Thu, 24 Jul 2008 05:16:14 GMT</pubDate>
<guid>http://snipplr.com/view/7473/write-and-read-xml/</guid>
</item>
<item>
<title>(Rails) Humanized Attributes - brettarogers</title>
<link>http://snipplr.com/view/4304/humanized-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Dec 2007 14:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/4304/humanized-attributes/</guid>
</item>
<item>
<title>(PHP) image attributes - luman</title>
<link>http://snipplr.com/view/142/image-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jun 2006 11:00:12 GMT</pubDate>
<guid>http://snipplr.com/view/142/image-attributes/</guid>
</item>
</channel>
</rss>