<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - iroybot</title>
<link>http://snipplr.com/users/iroybot</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 07:32:35 GMT</pubDate>
<item>
<title>(XSLT) XML structure to Tree View</title>
<link>http://snipplr.com/view/71196/xml-structure-to-tree-view/</link>
<description><![CDATA[ <p>a perfect tree representation of a XML structure (with i, l and t and empty node images)</p> ]]></description>
<pubDate>Thu, 16 May 2013 04:15:15 GMT</pubDate>
<guid>http://snipplr.com/view/71196/xml-structure-to-tree-view/</guid>
</item>
<item>
<title>(PHP) Fix CDATA blocks in XML files after reformatting with Tidy</title>
<link>http://snipplr.com/view/69689/fix-cdata-blocks-in-xml-files-after-reformatting-with-tidy/</link>
<description><![CDATA[ <p>For some reason tidy inserts new lines before/after </p> ]]></description>
<pubDate>Tue, 29 Jan 2013 09:43:33 GMT</pubDate>
<guid>http://snipplr.com/view/69689/fix-cdata-blocks-in-xml-files-after-reformatting-with-tidy/</guid>
</item>
<item>
<title>(PHP) PHP Exec debugging</title>
<link>http://snipplr.com/view/66893/php-exec-debugging/</link>
<description><![CDATA[ <p>easy way of catching and displaying errors and return values from a exec() command  back in PHP.</p> ]]></description>
<pubDate>Sat, 25 Aug 2012 00:42:55 GMT</pubDate>
<guid>http://snipplr.com/view/66893/php-exec-debugging/</guid>
</item>
<item>
<title>(PHP) PHP Exec debugging</title>
<link>http://snipplr.com/view/66892/php-exec-debugging/</link>
<description><![CDATA[ <p>easy way of catching and displaying errors and return values from a exec() command  back in PHP.</p> ]]></description>
<pubDate>Sat, 25 Aug 2012 00:41:58 GMT</pubDate>
<guid>http://snipplr.com/view/66892/php-exec-debugging/</guid>
</item>
<item>
<title>(jQuery) Access HTML5 data attribute with jQuery</title>
<link>http://snipplr.com/view/66605/access-html5-data-attribute-with-jquery/</link>
<description><![CDATA[ <p>obviously one can access HTML5's data attribute super easy in jQuery</p> ]]></description>
<pubDate>Thu, 09 Aug 2012 07:39:12 GMT</pubDate>
<guid>http://snipplr.com/view/66605/access-html5-data-attribute-with-jquery/</guid>
</item>
<item>
<title>(jQuery) Foreign characters</title>
<link>http://snipplr.com/view/66551/foreign-characters/</link>
<description><![CDATA[ <p>a list of special characters for the use together with alphanumeric plugin and it's allow parameter. This shall make sure that foreigners will be able to use your name/lastname fields.</p> ]]></description>
<pubDate>Tue, 07 Aug 2012 03:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/66551/foreign-characters/</guid>
</item>
<item>
<title>(SQL) Manual activation of a module in Joomla!</title>
<link>http://snipplr.com/view/63229/manual-activation-of-a-module-in-joomla/</link>
<description><![CDATA[ <p>in order to avoid the .zip madness when creating a new module, you can make it available in the backend by firing a simple SQL in your DB. (mod_media is the name of the folder that holds it)</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 11:42:10 GMT</pubDate>
<guid>http://snipplr.com/view/63229/manual-activation-of-a-module-in-joomla/</guid>
</item>
<item>
<title>(Bash) Change Permission</title>
<link>http://snipplr.com/view/61212/change-permission/</link>
<description><![CDATA[ <p>some helpful chomod commands</p> ]]></description>
<pubDate>Sat, 26 Nov 2011 06:44:50 GMT</pubDate>
<guid>http://snipplr.com/view/61212/change-permission/</guid>
</item>
<item>
<title>(XSLT) XSLT Pagination</title>
<link>http://snipplr.com/view/60617/xslt-pagination/</link>
<description><![CDATA[ <p>This Pagination XSLT is working just great for me.  Been using it in numerous projects.</p> ]]></description>
<pubDate>Tue, 08 Nov 2011 00:56:00 GMT</pubDate>
<guid>http://snipplr.com/view/60617/xslt-pagination/</guid>
</item>
<item>
<title>(PHP) Simplepie with fixed Cache directory handling</title>
<link>http://snipplr.com/view/60572/simplepie-with-fixed-cache-directory-handling/</link>
<description><![CDATA[ <p>Simplepie per default uses relative paths to generate the cache filename. Whenever I  use Simplepie I run into the same problem, that the cache directory can't be located. This is why I modify the file everytime. Here's my version (with a hardcoded path which you'll want to replace with your desired location).</p> ]]></description>
<pubDate>Sun, 06 Nov 2011 07:00:30 GMT</pubDate>
<guid>http://snipplr.com/view/60572/simplepie-with-fixed-cache-directory-handling/</guid>
</item>
<item>
<title>(PHP) Joomla! K2 image naming...</title>
<link>http://snipplr.com/view/56954/joomla-k2-image-naming/</link>
<description><![CDATA[ <p>If you wanna use images stored by K2 in your custom scripts/classes you'll need to know how K2 generates the names... (took me quite a bit to find that, because they're not stored in the _k2_items table)</p> ]]></description>
<pubDate>Thu, 21 Jul 2011 09:19:11 GMT</pubDate>
<guid>http://snipplr.com/view/56954/joomla-k2-image-naming/</guid>
</item>
<item>
<title>(Bash) Find out Linux distro and name</title>
<link>http://snipplr.com/view/56356/find-out-linux-distro-and-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Jul 2011 10:07:36 GMT</pubDate>
<guid>http://snipplr.com/view/56356/find-out-linux-distro-and-name/</guid>
</item>
<item>
<title>(Bash) Remove RSA key for ssh</title>
<link>http://snipplr.com/view/56355/remove-rsa-key-for-ssh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Jul 2011 10:06:01 GMT</pubDate>
<guid>http://snipplr.com/view/56355/remove-rsa-key-for-ssh/</guid>
</item>
<item>
<title>(SQL) Search and Replace in MySQL Databases</title>
<link>http://snipplr.com/view/54856/search-and-replace-in-mysql-databases/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 04 Jun 2011 03:58:42 GMT</pubDate>
<guid>http://snipplr.com/view/54856/search-and-replace-in-mysql-databases/</guid>
</item>
<item>
<title>(PHP) Example XML representation of Zend_Form</title>
<link>http://snipplr.com/view/52714/example-xml-representation-of-zendform/</link>
<description><![CDATA[ <p>the link explains how the XML is generated.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 08:30:17 GMT</pubDate>
<guid>http://snipplr.com/view/52714/example-xml-representation-of-zendform/</guid>
</item>
<item>
<title>(PHP) Zend_Form  Object to XML Data Representation (for use in XSLT)</title>
<link>http://snipplr.com/view/52713/zendform--object-to-xml-data-representation-for-use-in-xslt/</link>
<description><![CDATA[ <p>Turns a Zend_Form object into XML data. Click the associated link to see an Example XML result and a XSL Stylesheet used to display regular HMTL.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 08:10:07 GMT</pubDate>
<guid>http://snipplr.com/view/52713/zendform--object-to-xml-data-representation-for-use-in-xslt/</guid>
</item>
<item>
<title>(JavaScript) JS email validation</title>
<link>http://snipplr.com/view/49557/js-email-validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Feb 2011 04:46:49 GMT</pubDate>
<guid>http://snipplr.com/view/49557/js-email-validation/</guid>
</item>
<item>
<title>(JavaScript) getting an objects key values</title>
<link>http://snipplr.com/view/48653/getting-an-objects-key-values/</link>
<description><![CDATA[ <p>I wanted to pass a form submission (array) as a JSON object to another function.
Some form field were created with JS, to identify them their names have been concatenated with unique IDs, etc.
In order to access values of that JSON obj I needed to find out the key names in order to get data out of it.</p> ]]></description>
<pubDate>Wed, 09 Feb 2011 10:29:19 GMT</pubDate>
<guid>http://snipplr.com/view/48653/getting-an-objects-key-values/</guid>
</item>
<item>
<title>(JavaScript) getting an objects key values</title>
<link>http://snipplr.com/view/48652/getting-an-objects-key-values/</link>
<description><![CDATA[ <p>I wanted to pass a form submission (array) as a JSON object to another function.
Some form field were created with JS, to identify them their names have been concatenated with unique IDs, etc.
In order to access values of that JSON obj I needed to find out the key names in order to get data out of it.</p> ]]></description>
<pubDate>Wed, 09 Feb 2011 10:28:28 GMT</pubDate>
<guid>http://snipplr.com/view/48652/getting-an-objects-key-values/</guid>
</item>
<item>
<title>(PHP) Using PHP in XPath</title>
<link>http://snipplr.com/view/48042/using-php-in-xpath/</link>
<description><![CDATA[ <p>I'm using this out of laziness.
PHP is slowing things down here, since it's not as close to C as XPath.
A better solution would be to have an attribute specifically for search purposes (either in upper or lowercase).</p> ]]></description>
<pubDate>Fri, 28 Jan 2011 10:14:24 GMT</pubDate>
<guid>http://snipplr.com/view/48042/using-php-in-xpath/</guid>
</item>
</channel>
</rss>