<?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>Clayton McIlrath &#187; zend</title> <atom:link href="http://thinkclay.com/tag/zend/feed" rel="self" type="application/rss+xml" /><link>http://thinkclay.com</link> <description>Creative Media Design, Powered by Wordpress</description> <lastBuildDate>Tue, 10 Apr 2012 01:24:47 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>Must-have Magento Extensions</title><link>http://thinkclay.com/technology/must-have-magento-extensions</link> <comments>http://thinkclay.com/technology/must-have-magento-extensions#comments</comments> <pubDate>Sun, 13 Jun 2010 19:14:45 +0000</pubDate> <dc:creator>Clay McIlrath</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[developer tools]]></category> <category><![CDATA[magento]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[resources]]></category> <category><![CDATA[zend]]></category> <guid
isPermaLink="false">http://thinkclay.com/?p=1232</guid> <description><![CDATA[As Magento grows, so does it&#8217;s base for extensions and contributions. I often find myself browsing the collection of them, and try to experiment with a new extension on every site that I build. This is my list of must-haves and favorite magento extensions thus far, and hopefully I&#8217;ll add to this list as time [...]]]></description> <content:encoded><![CDATA[<p>As Magento grows, so does it&#8217;s base for extensions and contributions. I often find myself browsing the collection of them, and try to experiment with a new extension on every site that I build. This is my list of must-haves and favorite magento extensions thus far, and hopefully I&#8217;ll add to this list as time goes on.</p><h3>Developer Extensions</h3><p>Developer toolbar:</p><p>http://www.magentocommerce.com/extension/2271/developer-toolbar</p><p>Blueprint Theme:</p><p>http://www.magentocommerce.com/extension/2245</p><h3>Free Magento Extensions</h3><p>Product Image lightbox:</p><p>http://www.magentocommerce.com/extension/1487/magento-easy-lightbox</p><p>Product Detail tabbing:</p><p>http://www.magentocommerce.com/extension/1725/magento-easytabs</p><p>Teaser Box:</p><p>http://www.magentocommerce.com/extension/1778/teaserbox</p><h3>Free Magento Themes</h3><p>Absolute Magento Theme</p><p>http://www.magentocommerce.com/extension/2031/magento-absolute-theme</p><h3>Paid Magento Extensions</h3><p>Abandoned Cart Alerts</p><p>http://adjustware.com/shop/magentomods_abandoned_carts_alerts.html</p><p>Quickview</p><p>http://www.magentocommerce.com/extension/574/quickview-1.1</p> ]]></content:encoded> <wfw:commentRss>http://thinkclay.com/technology/must-have-magento-extensions/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Installing Zend Framework on MAMP</title><link>http://thinkclay.com/technology/installing-zend-framework-on-mamp</link> <comments>http://thinkclay.com/technology/installing-zend-framework-on-mamp#comments</comments> <pubDate>Wed, 09 Dec 2009 03:23:28 +0000</pubDate> <dc:creator>Clay McIlrath</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[desktop]]></category> <category><![CDATA[developer tools]]></category> <category><![CDATA[MAC]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[zend]]></category> <guid
isPermaLink="false">http://thinkclay.com/?p=1209</guid> <description><![CDATA[As usual, I'm sharing a solution a problem that I personally encountered and couldn't find a great solution for. So I've been using my laptop more and more as my local development environment in order to keep things private and secure while in the dev stage. Among learning how to fully utilize SVN locally, I've been trying to setup my laptop to be a fully functional server while also being extremely easy to maintain and change my environment on the fly. To do this, I'm running MAMP (Mac Apache MySQL PHP) available for free at <a
href="http://mamp.info">mamp.info</a> as well as the Zend Framework bundled with Zend Tool. ]]></description> <content:encoded><![CDATA[<p>As usual, I&#8217;m sharing a solution a problem that I personally encountered and couldn&#8217;t find a great solution for. So I&#8217;ve been using my laptop more and more as my local development environment in order to keep things private and secure while in the dev stage. Among learning how to fully utilize SVN locally, I&#8217;ve been trying to setup my laptop to be a fully functional server while also being extremely easy to maintain and change my environment on the fly. To do this, I&#8217;m running MAMP (Mac Apache MySQL PHP) available for free at <a
href="http://mamp.info">mamp.info</a> as well as the <strong>Zend Framework</strong> bundled with <strong>Zend Tool</strong>.</p><ol><li>Get MAMP up and running, no special setup is needed here.</li><li>Download <a
href="http://framework.zend.com/download/latest">Zend Framework</a> and place it wherever you&#8217;d like. I actually retrieved my copy via SVN so that I can easily upgrade it later. To do this open up terminal and follow these commands:<pre>
cd /Applications/MAMP/
mkdir svn
cd svn
mkdir zendframework
cd zendframework
svn checkout http://framework.zend.com/svn/framework/standard/trunk
</pre></li><li>Now open your php.ini file located under <em>/Applications/MAMP/conf/php5/php.ini</em></li><li>Search for <strong>include_path</strong> (around line 411 on mine) and add the location of your zend framework:<pre>include_path = ".:/usr/lib/php:/usr/local/lib/php:/Applications/MAMP/svn/zendframework/trunk/library"</pre><p>Make sure to include the <em>library</em> directory otherwise you&#8217;ll <strong>get a blank page in Zend Framework</strong></li><li>Zend Framework also comes with a shell script that will help you with RAD (Rapid Application Deployment), you can create a shortcut to Zend Tools in terminal by adding an alias to your profile under /etc/profile (thanks DS for pointing this out) and make sure to restart terminal after you&#8217;ve done so:<pre>alias zf=/Applications/MAMP/svn/zendframework/trunk/bin/zf.sh</pre></li><li>Test if the Zend Tool is installed correctly by showing the version:<pre>zf show version</pre></li><li>Finally navigate to the directory you&#8217;d like to create your first project in:<pre>cd /Applications/MAMP/htdocs/</pre><p>and with Zend Tool creating a project is simple:</p><pre>zf create project test</pre></li></ol> ]]></content:encoded> <wfw:commentRss>http://thinkclay.com/technology/installing-zend-framework-on-mamp/feed</wfw:commentRss> <slash:comments>49</slash:comments> </item> </channel> </rss>
