<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>devmatt.co.za</title> <atom:link href="http://devmatt.co.za/feed/" rel="self" type="application/rss+xml" /><link>http://devmatt.co.za</link> <description></description> <lastBuildDate>Tue, 06 Mar 2012 19:48:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>The Joys of Automatic deployment with SVN/GIT and FTP/SFTP/etc</title><link>http://devmatt.co.za/2012/03/06/the-joys-of-automatic-deployment/</link> <comments>http://devmatt.co.za/2012/03/06/the-joys-of-automatic-deployment/#comments</comments> <pubDate>Tue, 06 Mar 2012 19:47:16 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://devmatt.co.za/?p=145</guid> <description><![CDATA[A while back I was extremely frustrated with shared hosting and the limited tools with which to update the sites I regularly work on. For the most part, shared servers do not allow ssh access. Some do, many don&#8217;t. And therein lies my frustration. I do not want to upload my changes every time I [...]]]></description> <wfw:commentRss>http://devmatt.co.za/2012/03/06/the-joys-of-automatic-deployment/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>jQuery animated page scroll</title><link>http://devmatt.co.za/2011/05/10/jquery-animated-page-scroll/</link> <comments>http://devmatt.co.za/2011/05/10/jquery-animated-page-scroll/#comments</comments> <pubDate>Tue, 10 May 2011 12:24:00 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[jQuery]]></category> <guid
isPermaLink="false">http://devmatt.co.za/?p=130</guid> <description><![CDATA[I found a nice snippet for animating the page scroll using the standard anchor link. The original snippet can be found on oncemade.com. Below is an updated version that will automatically update all links that use the anchor for navigation. $&#40;'a[href^=&#34;#&#34;]'&#41;.click&#40;function&#40;e&#41; &#123; var offset = 20; var duration = 500; var $dest = $&#40;e.target.hash&#41;; &#160; [...]]]></description> <wfw:commentRss>http://devmatt.co.za/2011/05/10/jquery-animated-page-scroll/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MyGate &amp; PayGate Payment Gateway modules for OpenCart</title><link>http://devmatt.co.za/2010/09/17/mygate-paygate-payment-processing-modules-for-opencart/</link> <comments>http://devmatt.co.za/2010/09/17/mygate-paygate-payment-processing-modules-for-opencart/#comments</comments> <pubDate>Fri, 17 Sep 2010 15:40:31 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://devmatt.co.za/?p=107</guid> <description><![CDATA[I have released my first 2 OpenCart payment modules. MyGate Payment Module The payment module works with the MyGate Credit Card processing service to process payments in South Africa. PayGate Payment Module The payment module works with the PayGate Credit Card processing service to process payments in South Africa. There have been a couple of [...]]]></description> <wfw:commentRss>http://devmatt.co.za/2010/09/17/mygate-paygate-payment-processing-modules-for-opencart/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Simple Breadcrumbs Components/Helper</title><link>http://devmatt.co.za/2009/08/10/simple-breadcrumbs-componentshelper/</link> <comments>http://devmatt.co.za/2009/08/10/simple-breadcrumbs-componentshelper/#comments</comments> <pubDate>Mon, 10 Aug 2009 10:43:10 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[CakePHP]]></category> <guid
isPermaLink="false">http://www.devmatt.co.za/?p=68</guid> <description><![CDATA[I made this component/helper a while ago for a site i was building and i thought i would share it with you. It&#8217;s a very simple and straight forward way to add breadcrumbs to your site with minimal mess or fuss. Component Code (app/controllers/components/breadcrumb.php): &#60;?php /* author: Matthew Nessworthy http://www.devmatt.co.za/ */ &#160; class BreadcrumbComponent extends [...]]]></description> <wfw:commentRss>http://devmatt.co.za/2009/08/10/simple-breadcrumbs-componentshelper/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>CakePHP Daemon Shell</title><link>http://devmatt.co.za/2009/08/09/cakephp-daemon-shell/</link> <comments>http://devmatt.co.za/2009/08/09/cakephp-daemon-shell/#comments</comments> <pubDate>Sun, 09 Aug 2009 21:39:46 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[CakePHP]]></category> <guid
isPermaLink="false">http://www.devmatt.co.za/?p=65</guid> <description><![CDATA[A really excellent and useful CakePHP shell task is the Daemon Task. It allows you to run a pseudo daemon process. I say pseudo because the is no child process detached or anything of that sort. It would actually be more accurate to say that it allows you to run 1 instance of a specific [...]]]></description> <wfw:commentRss>http://devmatt.co.za/2009/08/09/cakephp-daemon-shell/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>AJAX jQuery link binding</title><link>http://devmatt.co.za/2009/08/09/ajax-jquery-link-binding/</link> <comments>http://devmatt.co.za/2009/08/09/ajax-jquery-link-binding/#comments</comments> <pubDate>Sun, 09 Aug 2009 19:35:26 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[AJAX]]></category> <category><![CDATA[jQuery]]></category> <guid
isPermaLink="false">http://www.devmatt.co.za/?p=47</guid> <description><![CDATA[When building an AJAX site often there will be a large amount of links that need to be processed in a specific way. Namely links will need to load content and replace a DOM element. A very basic way of doing this would be to do the following: $&#40;document&#41;.ready&#40;function&#40;&#41; &#123; $&#40;'a'&#41;.livequery&#40;'click', function&#40;&#41; &#123; var $el [...]]]></description> <wfw:commentRss>http://devmatt.co.za/2009/08/09/ajax-jquery-link-binding/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Pagination &amp; Containable</title><link>http://devmatt.co.za/2009/08/09/pagination-containable/</link> <comments>http://devmatt.co.za/2009/08/09/pagination-containable/#comments</comments> <pubDate>Sun, 09 Aug 2009 14:16:57 +0000</pubDate> <dc:creator>devmatt</dc:creator> <category><![CDATA[CakePHP]]></category> <category><![CDATA[pagination]]></category> <guid
isPermaLink="false">http://www.devmatt.co.za/?p=11</guid> <description><![CDATA[Getting the CakePHP Containable behavior to play nice with the built-in pagination.]]></description> <wfw:commentRss>http://devmatt.co.za/2009/08/09/pagination-containable/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
