<?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/"
xmlns:series="http://unfoldingneurons.com/"
><channel><title>HackIX</title> <atom:link href="http://blog.hackix.com/feed/" rel="self" type="application/rss+xml" /><link>http://blog.hackix.com</link> <description>HackIX: Small Hacks for a Large World</description> <lastBuildDate>Fri, 03 Sep 2010 17:27:02 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <image><link>http://blog.hackix.com</link> <url>http://blog.hackix.com/wp-content/cbnet-favicon/favicon(5).ico</url><title>HackIX</title> </image> <item><title>Zend_Server Class</title><link>http://blog.hackix.com/2010/09/zend_server-class/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/09/zend_server-class/#comments</comments> <pubDate>Fri, 03 Sep 2010 17:27:02 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Ajax]]></category> <category><![CDATA[Classes]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Flex]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=641</guid> <description><![CDATA[e_schrade wrote a neat way of doing things in the service layer; Let’s take a quick look at something that’s kind of neat in Zend Framework. I’ve been doing some work with Adobe on some articles and one of them was on working with mobile clients with Flash. Well, me being the masochist I did [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/09/zend_server-class/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Finding syntax errors in your PHP Project files</title><link>http://blog.hackix.com/2010/08/finding-syntax-errors-in-your-php-project-files/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/finding-syntax-errors-in-your-php-project-files/#comments</comments> <pubDate>Tue, 24 Aug 2010 12:34:29 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Useful Tools]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=639</guid> <description><![CDATA[Till posted this little snippet; It’s so useful I just had to share it find . \&#40; -name &#34;*.php&#34; -o -name &#34;*.phtml&#34; \&#41; -exec php -l &#123;&#125; \; Just go to your project directory and fire it off, it will help you find those pesky unmatched {}]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/finding-syntax-errors-in-your-php-project-files/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Search each class for function names that match except for the underscore prefix</title><link>http://blog.hackix.com/2010/08/search-each-class-for-function-names-that-match-except-for-the-underscore-prefix/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/search-each-class-for-function-names-that-match-except-for-the-underscore-prefix/#comments</comments> <pubDate>Mon, 16 Aug 2010 22:16:40 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[phpUnit]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=637</guid> <description><![CDATA[Bill Karwin posts a useful little snippet that will list and search each class for function names that match except for the underscore prefix, private / protected functions. &#60;?php /** &#160; * Find methods that differ only by the underscore prefix. &#160; * by Bill Karwin August 2010 &#160; * &#160; * I release this [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/search-each-class-for-function-names-that-match-except-for-the-underscore-prefix/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Testing Zend Framework controllers in isolation</title><link>http://blog.hackix.com/2010/08/testing-zend-framework-controllers-in-isolation/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/testing-zend-framework-controllers-in-isolation/#comments</comments> <pubDate>Wed, 11 Aug 2010 10:12:49 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Unit Testing]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Test]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=635</guid> <description><![CDATA[What I do is I have my controllers fetch all their dependencies from the bootstrap and/or front controller. The most common example is to pull the db resource from the bootstrap: // in controller $db = $this-&#62;getInvokeArg&#40;'bootstrap'&#41;-&#62;getResource&#40;'db'&#41;; But I also take it a step further. For example, if I’m using data mappers, I have the [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/testing-zend-framework-controllers-in-isolation/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework 2.0 (2.0.0dev1)</title><link>http://blog.hackix.com/2010/08/zend-framework-2-0-2-0-0dev1/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/zend-framework-2-0-2-0-0dev1/#comments</comments> <pubDate>Fri, 06 Aug 2010 22:51:30 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=631</guid> <description><![CDATA[Yesterday, the Zend Framework team tagged the first development milestone of Zend Framework 2.0 (2.0.0dev1). It is immediately downloadable from the Zend Framework servers: * Zip package: http://framework.zend.com/releases/ZendFramework-2.0.0dev1/ZendFramework-2.0.0dev1.zip * tar.gz package: http://framework.zend.com/releases/ZendFramework-2.0.0dev1/ZendFramework-2.0.0dev1.tar.gz NOTE! This release is not considered of production quality, and is released solely to provide a development snapshot for purposes of testing and [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/zend-framework-2-0-2-0-0dev1/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Autocomplete Control with ZendX_JQuery</title><link>http://blog.hackix.com/2010/08/autocomplete-control-with-zendx_jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/autocomplete-control-with-zendx_jquery/#comments</comments> <pubDate>Fri, 06 Aug 2010 13:48:08 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Ajax]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[ZendX_JQuery]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=628</guid> <description><![CDATA[Jon Lebensold posts; In the last video, I discussed ZendX_JQuery integration. Now we’re going to take it a step further by developing our own jQuery autocomplete control, using a country list, PHP 5.3 and anonymous functions. Grab a copy of the project or browse the repository. via Zendcasts.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/autocomplete-control-with-zendx_jquery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Working with ZendX_JQuery</title><link>http://blog.hackix.com/2010/08/working-with-zendx_jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/working-with-zendx_jquery/#comments</comments> <pubDate>Fri, 06 Aug 2010 13:45:48 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Ajax]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[ZendX_JQuery]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=626</guid> <description><![CDATA[Jon Lebensold posts; I’ve received a lot of feedback about jQuery integration in the Zend Framework. This little video will show you how you can quickly integrate jQuery and jQuery UI into your Zend Framework project. Grab a copy of the project or browse the repository. via  Zendcasts.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/working-with-zendx_jquery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A contents index for Zend Framework manual pages</title><link>http://blog.hackix.com/2010/08/a-contents-index-for-zend-framework-manual-pages-%c2%ab-simon-r-jones/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/08/a-contents-index-for-zend-framework-manual-pages-%c2%ab-simon-r-jones/#comments</comments> <pubDate>Fri, 06 Aug 2010 13:43:00 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Documentation]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=623</guid> <description><![CDATA[The good old Zend Framework manual pages do suffer from being somewhat lengthy. I’ve thought they could do with an index to make navigation easier on those oh-so-long pages. So I wrote a quick JavaScript bookmarklet to do just that. via  simon r jones.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/08/a-contents-index-for-zend-framework-manual-pages-%c2%ab-simon-r-jones/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tutorial: Getting Started with Zend_Auth</title><link>http://blog.hackix.com/2010/07/tutorial-getting-started-with-zend_auth/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/tutorial-getting-started-with-zend_auth/#comments</comments> <pubDate>Mon, 26 Jul 2010 09:36:41 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Auth]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=621</guid> <description><![CDATA[Rob Allen writes; After too many months of neglect, I have completely rewritten my Zend_Auth tutorial so that it is compatible with Zend Framework 1.10! As an experiment, I have written it directly in HTML, rather than PDF as before and cover the login form along with the login controller code required to authenticate a [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/tutorial-getting-started-with-zend_auth/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Introduction to WSDL</title><link>http://blog.hackix.com/2010/07/introduction-to-wsdl/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/introduction-to-wsdl/#comments</comments> <pubDate>Sat, 24 Jul 2010 16:01:26 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[WSDL]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=619</guid> <description><![CDATA[Jeroen Keppens writes; Recently I had to create a soap webservice. The WSDL generator put in too much, so I decided to make the WSDL myself. Luckily a colleague gave me a quick intro. via Jeroen Keppens : Introduction to WSDL.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/introduction-to-wsdl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OpenStack Web Control Panel in Launchpad</title><link>http://blog.hackix.com/2010/07/openstack-web-control-panel-in-launchpad/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/openstack-web-control-panel-in-launchpad/#comments</comments> <pubDate>Tue, 20 Jul 2010 18:49:19 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Cloud]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=617</guid> <description><![CDATA[Cappuccino based web application to manage OpenStack compute and storage. The OpenStack Open Source Cloud Mission: to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. via OpenStack Web Control Panel in Launchpad.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/openstack-web-control-panel-in-launchpad/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OpenStack.org: RackSpace Open Sources Their Cloud Services Platform, And Gets NASA On Board</title><link>http://blog.hackix.com/2010/07/openstack-org-rackspace-open-sources-their-cloud-services-platform-and-gets-nasa-on-board/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/openstack-org-rackspace-open-sources-their-cloud-services-platform-and-gets-nasa-on-board/#comments</comments> <pubDate>Mon, 19 Jul 2010 10:41:33 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Cloud]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=612</guid> <description><![CDATA[Hosting company RackSpace is open sourcing the software behind its cloud storage and computing platforms on Monday, the company is saying. The company is also preparing to launch OpenStack, an open source cloud platform, and will donate the open source code to that project. NASA is also incorporating technology from the NASA Nebula Cloud Platform [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/openstack-org-rackspace-open-sources-their-cloud-services-platform-and-gets-nasa-on-board/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Complete Doctrine 1.2x Integration with Zend Framework 1.10+</title><link>http://blog.hackix.com/2010/07/complete-doctrine-1-2x-integration-with-zend-framework-1-10/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/complete-doctrine-1-2x-integration-with-zend-framework-1-10/#comments</comments> <pubDate>Fri, 16 Jul 2010 10:54:54 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Classes]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Doctrine]]></category> <category><![CDATA[Documentation]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Models]]></category> <category><![CDATA[Zend_Form]]></category> <category><![CDATA[Zend_Tool]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=610</guid> <description><![CDATA[To achieve complete Doctrine 1 integration with Zend Framework some glue is required, Benjamin Eberlei has created a complete solution thats straight forward, easy to use and understand. This project tries to offer a complete Integration of Doctrine 1 with Zend Framework. The following components belong to this Integration: Zend_Application Resource Zend Framework Modular Project [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/complete-doctrine-1-2x-integration-with-zend-framework-1-10/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Selectively Adding CSS with Zend_Layout</title><link>http://blog.hackix.com/2010/07/selectively-adding-css-with-zend_layout/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/selectively-adding-css-with-zend_layout/#comments</comments> <pubDate>Thu, 15 Jul 2010 11:52:59 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Zend_Layout]]></category> <category><![CDATA[Zend_View]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=608</guid> <description><![CDATA[Jon Lebensold post another screencast; This video outlines a little trick I’ve found immensely helpful in larger applications: managing your css selectively. Luckily, the Zend Framework is built with some great features for handling this case using Zend_View and Zend_Layout. Enjoy! Grab a copy of the project or browse the repository. via Zendcasts.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/selectively-adding-css-with-zend_layout/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Painless HTML Emails with Zend_Mail</title><link>http://blog.hackix.com/2010/07/painless-html-emails-with-zend_mail/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/painless-html-emails-with-zend_mail/#comments</comments> <pubDate>Thu, 15 Jul 2010 11:50:09 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Mail]]></category> <category><![CDATA[Zend_View]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=606</guid> <description><![CDATA[Jon Lebensold posts a  quick video explaining how quickly and easy it is to write designer-friendly HTML emails using Zend_View and Zend_Mail. Grab a copy of the project or browse the repository. via Zendcasts. (Sorry for the late addition of this)]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/painless-html-emails-with-zend_mail/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Understanding the stack index for Zend Framework Controller plugins</title><link>http://blog.hackix.com/2010/07/understanding-the-stack-index-for-zend-framework-controller-plugins/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/understanding-the-stack-index-for-zend-framework-controller-plugins/#comments</comments> <pubDate>Thu, 15 Jul 2010 11:24:06 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[Stack]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=604</guid> <description><![CDATA[Simon R Jones writes a very helpful article about the stack index (the order you fire plugins) and how to customize it; Zend Framework Controller plugins are a powerful way to inject logic into your controller system at various points, such as before and after an action dispatch. Plugins are run in the order they [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/understanding-the-stack-index-for-zend-framework-controller-plugins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using Different Databases with Zend Framework 1.10.4+</title><link>http://blog.hackix.com/2010/07/using-different-databases-with-zend-framework-1-10-4/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/using-different-databases-with-zend-framework-1-10-4/#comments</comments> <pubDate>Wed, 14 Jul 2010 20:06:21 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Zend_Db]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=602</guid> <description><![CDATA[Jeroen Keppens wrote a very good article about using multiple databases that I defenitely found very useful; A while ago I wrote about a custom application resource for loading multiple DBs. I received a lot of questions and decided it was time for a follow-up on how to use multiple DBs in ZF. One of [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/using-different-databases-with-zend-framework-1-10-4/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP for Android project (PFA)</title><link>http://blog.hackix.com/2010/07/php-for-android-project-pfa/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/php-for-android-project-pfa/#comments</comments> <pubDate>Wed, 14 Jul 2010 10:38:18 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Android]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[ASE]]></category> <category><![CDATA[Mobile]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=600</guid> <description><![CDATA[Here is an interesting project that could prove quite useful for us PHP buffs; PHP for Android project (PFA) aims to make PHP development in Android not only possible but also feasible providing tools and documentation. We currently have an APK which provides PHP support to ASE (PhpForAndroid.apk). Irontec is the company behind this project. [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/php-for-android-project-pfa/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OxyBase v1.0.0 – it is an active project!</title><link>http://blog.hackix.com/2010/07/oxybase-v1-0-0-%e2%80%93-it-is-an-active-project/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/07/oxybase-v1-0-0-%e2%80%93-it-is-an-active-project/#comments</comments> <pubDate>Thu, 08 Jul 2010 08:31:32 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=598</guid> <description><![CDATA[In one of Zend Framework mailing lists, people were wondering if this project is live, so answer is yes – we are live and this is active project. Actually we are preparing v1.0.0 which will have the same features set OxyBase has now, but in addition to that we are adding something that in PHP [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/07/oxybase-v1-0-0-%e2%80%93-it-is-an-active-project/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework 1 and Doctrine 2 integration – modular setup</title><link>http://blog.hackix.com/2010/06/zend-framework-1-and-doctrine-2-integration-%e2%80%93-modular-setup/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/06/zend-framework-1-and-doctrine-2-integration-%e2%80%93-modular-setup/#comments</comments> <pubDate>Sun, 20 Jun 2010 12:31:21 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Doctrine]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=589</guid> <description><![CDATA[Elink Media posts a followup; I’ve created a new branch on my Github project “zf1-doctrine2″. The “modular_setup” branch shows how we could setup Zend Framework with the modular approach, while still be able to use Doctrine 2 as the ORM for each module. Oh well, the idea is to make each module decoupled with the [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/06/zend-framework-1-and-doctrine-2-integration-%e2%80%93-modular-setup/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Akrabat_Db_Schema_Manager: table prefix support</title><link>http://blog.hackix.com/2010/06/akrabat_db_schema_manager-table-prefix-support/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/06/akrabat_db_schema_manager-table-prefix-support/#comments</comments> <pubDate>Sun, 20 Jun 2010 12:20:38 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Classes]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Models]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Zend_Db]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=587</guid> <description><![CDATA[Rob Allen posts; I’ve updated Akrabat_Db_Schema_Manager so that it now supports table prefixes. It uses the application.ini key of resources.db.table_prefix as I couldn’t think of a better one and then uses that for the schema_version table’s name and also makes it available in your change objects. For example, if application.ini contains resources.db.table_prefix = “myapp”, then [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/06/akrabat_db_schema_manager-table-prefix-support/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework 1 and Doctrine 2 Integration</title><link>http://blog.hackix.com/2010/06/zend-framework-1-and-doctrine-2-integration/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/06/zend-framework-1-and-doctrine-2-integration/#comments</comments> <pubDate>Sat, 19 Jun 2010 13:12:54 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Doctrine]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=574</guid> <description><![CDATA[Elink Media posts; Doctrine 2 is in beta. It is for sure one of the most exciting things that caught my attention recently. As a Zend Framework user, I started looking into ways to integrate Doctrine 2 with Zend Framework (currently in version 1). The same as any other times, the solutions are already out [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/06/zend-framework-1-and-doctrine-2-integration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Transparent Logging with Zend_Log</title><link>http://blog.hackix.com/2010/06/transparent-logging-with-zend_log/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/06/transparent-logging-with-zend_log/#comments</comments> <pubDate>Wed, 16 Jun 2010 22:42:58 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Log]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=570</guid> <description><![CDATA[Lebesold publishes another screencast; First of all, I’d like to thank you all for your patience! Zendcasts takes quite a bit of time and research to put together and I’m deeply touched by all your support. On a personal note, my wife and I are heading out of North America in a week to visit [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/06/transparent-logging-with-zend_log/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ext JS + jQTouch + Raphaël = Sencha</title><link>http://blog.hackix.com/2010/06/ext-js-jqtouch-raphael-sencha/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/06/ext-js-jqtouch-raphael-sencha/#comments</comments> <pubDate>Tue, 15 Jun 2010 23:09:48 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Ajax]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[ExtJS]]></category> <category><![CDATA[jQTouch]]></category> <category><![CDATA[Raphaël]]></category> <category><![CDATA[Sencha]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=567</guid> <description><![CDATA[Abraham Elias writes; Ext JS is now Sencha. Exciting things are happening! Today, we’re combining forces with the jQTouch and Raphaël projects, changing our company name to Sencha, and moving our web address from www.extjs.com to www.sencha.com. jQTouch and Raphaël are the leading open source projects in their areas, and we’re incredibly excited to have [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/06/ext-js-jqtouch-raphael-sencha/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Generate the WSDL file from a class using a Zend component</title><link>http://blog.hackix.com/2010/06/generate-the-wsdl-file-from-a-class-using-a-zend-component/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/06/generate-the-wsdl-file-from-a-class-using-a-zend-component/#comments</comments> <pubDate>Tue, 08 Jun 2010 12:52:31 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Documentation]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[SOAP]]></category> <category><![CDATA[WSDL]]></category> <category><![CDATA[Zend_Soap_Autodiscover]]></category> <category><![CDATA[Zend_Soap_Server]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=563</guid> <description><![CDATA[Matthew Weier O’Phinney answers a very common question; “Is there a way to generate the WSDL file from a class using a Zend component?” Yes — via Zend_Soap_Autodiscover: http://framework.zend.com/manual/en/zend.soap.autodiscovery.html A typical workflow is to do the following: if &#40;'GET' == $_SERVER&#91;'HTTP_METHOD'&#93;&#41; &#123; &#160; &#160; &#160; &#160; $server = new Zend_Soap_Autodiscover&#40;&#41;; &#160; &#160; &#125; else &#123; [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/06/generate-the-wsdl-file-from-a-class-using-a-zend-component/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Adding Zend_Cache to Flex/Flash Builder 4 Projects</title><link>http://blog.hackix.com/2010/05/adding-zend_cache-to-flexflash-builder-4-projects/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/adding-zend_cache-to-flexflash-builder-4-projects/#comments</comments> <pubDate>Fri, 28 May 2010 13:18:16 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[AIR]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Flex]]></category> <category><![CDATA[PHP]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=557</guid> <description><![CDATA[I have som rather large and time consuming queries running in the Statistics screen of an NOC (Network Operations Center) Flex/Flash Builder 4 application i’we been tinkering with, to prevent the database server to be boggen down by multiple queries fired by this app in multiple places I had to implement caching. And to do [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/adding-zend_cache-to-flexflash-builder-4-projects/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Acceptance Test-Driven Development</title><link>http://blog.hackix.com/2010/05/acceptance-test-driven-development/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/acceptance-test-driven-development/#comments</comments> <pubDate>Wed, 26 May 2010 20:38:02 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Unit Testing]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[phpUnit]]></category> <category><![CDATA[TDD]]></category> <category><![CDATA[Zend_Test]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=555</guid> <description><![CDATA[Giorgio Sironi writes an interesting TDD story; I am halfway through reading Growing object-oriented software, guided by tests, a book that teaches Test-Driven Development in a Java environment. A review will come soon, since the process described in this work is really language-agnostic and interesting also for php developers. However, the book’s authors introduce a [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/acceptance-test-driven-development/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework + Doctrine 1 Integration</title><link>http://blog.hackix.com/2010/05/zend-framework-doctrine-1-integration/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/zend-framework-doctrine-1-integration/#comments</comments> <pubDate>Mon, 24 May 2010 08:56:31 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Doctrine]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Bootstrap]]></category> <category><![CDATA[Models]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Zend_Form]]></category> <category><![CDATA[Zend_Tool]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=552</guid> <description><![CDATA[Benjamin Eberlei writes; Hello everyone, I completed a first version of Zend + Doctrine 1 integration today and want to share it with all you. Since currently the status on a 1.11 release is unclear I contacted all the contributors to various Doctrine-related components and combined them into a single release and wrote some documentation [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/zend-framework-doctrine-1-integration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Talk: PHP Best Practices — Matthew Weier O’Phinney and Lorna Jane Mitchell</title><link>http://blog.hackix.com/2010/05/talk-php-best-practices-matthew-weier-ophinney-and-lorna-jane-mitchell/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/talk-php-best-practices-matthew-weier-ophinney-and-lorna-jane-mitchell/#comments</comments> <pubDate>Thu, 20 May 2010 01:16:32 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SVN]]></category> <category><![CDATA[Talks]]></category> <category><![CDATA[Unit Testing]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[phpUnit]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=549</guid> <description><![CDATA[Writing maintainable code is an art that takes effort and practice to master. Part of that art is learning what tools and strategies will assist you in that effort. In this tutorial, we will cover a variety of practices and tools that can make your life, and the lives of your team members, easier as [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/talk-php-best-practices-matthew-weier-ophinney-and-lorna-jane-mitchell/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend_Amf and Flash Remoting — Some things to note — flex flash zf remoting</title><link>http://blog.hackix.com/2010/05/zend_amf-and-flash-remoting-some-things-to-note-flex-flash-zf-remoting/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/zend_amf-and-flash-remoting-some-things-to-note-flex-flash-zf-remoting/#comments</comments> <pubDate>Tue, 18 May 2010 23:48:38 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[AIR]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Flex]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=546</guid> <description><![CDATA[Having done a little bit of work with Flash over the past several weeks there are a couple of things I’ve discovered as I’ve worked through some practical examples. There’s only really one thing signficant, but a couple of things that you need to be aware of when doing Flash remoting with Zend Framework. via [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/zend_amf-and-flash-remoting-some-things-to-note-flex-flash-zf-remoting/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Accessing Bootstrap Resources from Anywhere</title><link>http://blog.hackix.com/2010/05/accessing-bootstrap-resources-from-anywhere/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/accessing-bootstrap-resources-from-anywhere/#comments</comments> <pubDate>Fri, 14 May 2010 11:54:29 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Bootstrap]]></category> <category><![CDATA[Zend_Registry]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=543</guid> <description><![CDATA[Aleksey V. Zapparov posts a very nice solution to a very common question when dealing with Bootstrap resources; Hello, You can either register precious resources in registry, e.g.: protected function _initMyResource&#40;&#41; &#123; &#160; &#160; $res = 'foobar'; &#160; &#160; Zend_Registry::set&#40;'myResource', $res&#41;; &#160; &#160; return $res; &#125; Or you can register the whole bootstrap, so you [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/accessing-bootstrap-resources-from-anywhere/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework Class to retreive your RSS feeds used in Google Reader</title><link>http://blog.hackix.com/2010/05/zend-framework-class-to-retreive-your-rss-feeds-used-in-google-reader/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/zend-framework-class-to-retreive-your-rss-feeds-used-in-google-reader/#comments</comments> <pubDate>Mon, 10 May 2010 11:42:37 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Classes]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_GData]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=541</guid> <description><![CDATA[Rémi Goyard wrote a nice little class to access your Google Reader Feeds take a peek below, he says; I finally wrote my own class to retreive data from my Google reader Account (stared items, shared items, …) The class needs some more work. Regards Rémi &#60;?php /** &#160;* Class to retreive your rss feeds [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/zend-framework-class-to-retreive-your-rss-feeds-used-in-google-reader/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>MySQL does support preparing some DDL statements, However…</title><link>http://blog.hackix.com/2010/05/mysql-does-support-preparing-some-ddl-statements-however/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/05/mysql-does-support-preparing-some-ddl-statements-however/#comments</comments> <pubDate>Mon, 10 May 2010 11:22:05 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Db]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=539</guid> <description><![CDATA[Bill Karwin gives some insight into some work arounds when creating functions, triggers and procedures using Zend Framework; MySQL does support preparing some DDL statements, even in older versions. See http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statements.html for lists of what statements can be prepared. However, some DDL statements are still not supported as prepared statements, for example CREATE FUNCTION, CREATE [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/05/mysql-does-support-preparing-some-ddl-statements-however/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Reporting with Zend_Tool and Zend_</title><link>http://blog.hackix.com/2010/04/reporting-with-zend_tool-and-zend_/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/reporting-with-zend_tool-and-zend_/#comments</comments> <pubDate>Wed, 28 Apr 2010 22:27:46 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Tool]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=537</guid> <description><![CDATA[Jon Lebensold posts a continuation to his screencast on Zend_tool; Reporting with Zend_Tool and Zend_Log This video uses a collection of powerful PHP libraries in order to illustrate how easy it really is to build a command-line tool for reporting against XML files. We start off by logging visitor statistics in the controller into a [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/reporting-with-zend_tool-and-zend_/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework 1.10.4 Released — Notably Zend_Amf 200–300% faster</title><link>http://blog.hackix.com/2010/04/zend-framework-1-10-4-released-notably-zend_amf-200-300-faster/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/zend-framework-1-10-4-released-notably-zend_amf-200-300-faster/#comments</comments> <pubDate>Wed, 28 Apr 2010 22:22:11 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[bugfixes]]></category> <category><![CDATA[Zend_Amf]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=535</guid> <description><![CDATA[On behalf of the Zend Framework community, I’m pleased to announce the immediate availability of Zend Framework 1.10.4, our fourth maintenance release in the 1.10 series. You can download it from our downloads page: http://framework.zend.com/download/latest This release includes approximately 50 bugfixes, the majority of which were contributed during our Bug Hunt Days two weeks ago. [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/zend-framework-1-10-4-released-notably-zend_amf-200-300-faster/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Integrating Zend_Tool Into Your Application</title><link>http://blog.hackix.com/2010/04/integrating-zend_tool-into-your-application/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/integrating-zend_tool-into-your-application/#comments</comments> <pubDate>Thu, 22 Apr 2010 22:35:06 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Doctrine]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Tool]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=533</guid> <description><![CDATA[Jon Lebensold shows you how to use the Zend Tool in useful ways; This screencast should help you setup Zend_Tool in your Zend Framework application. Zend_Tool is a command line entry point into your application. Currently, Zend_Tool is used to scaffold (build generic files) the Zend Framework project structure, modules, controllers, database table classes and [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/integrating-zend_tool-into-your-application/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ajaxify Your Zend_Form Validation with jQuery</title><link>http://blog.hackix.com/2010/04/ajaxify-your-zend_form-validation-with-jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/ajaxify-your-zend_form-validation-with-jquery/#comments</comments> <pubDate>Thu, 15 Apr 2010 23:19:40 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Ajax]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_Form]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=531</guid> <description><![CDATA[Jon Lebensold posts an update to his excellent screencast; We’re going to take what was put together in the last 3 videos and now include some server-side validation that will appear asynchronously. This is an example of using Zend_Form as a validation tool via JSON. Grab a copy of the project or browse the repository. [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/ajaxify-your-zend_form-validation-with-jquery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>An Illustrated Guide to Git on Windows</title><link>http://blog.hackix.com/2010/04/an-illustrated-guide-to-git-on-windows/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/an-illustrated-guide-to-git-on-windows/#comments</comments> <pubDate>Fri, 09 Apr 2010 11:28:37 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[GIT]]></category> <category><![CDATA[Version control]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=529</guid> <description><![CDATA[This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/an-illustrated-guide-to-git-on-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework: Module Specific Layout Plugin</title><link>http://blog.hackix.com/2010/04/zend-framework-module-specific-layout-plugin/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/zend-framework-module-specific-layout-plugin/#comments</comments> <pubDate>Fri, 02 Apr 2010 11:02:24 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Layout]]></category> <category><![CDATA[Module]]></category> <category><![CDATA[plugin]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=525</guid> <description><![CDATA[Graham Anderson posted an useful workaround for the module specific layout problem; The default layout plugin will accept a stack of paths in LIFO order. This allows a very simple hack to always ensure that any module can have it’s own default layout which will automatically override the default module layout. class App_Controller_Plugin_Layout extends Zend_Controller_Plugin_Layout [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/zend-framework-module-specific-layout-plugin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FastCopy — Moving / Copying files Lightning fast on Windows</title><link>http://blog.hackix.com/2010/04/fastcopy-moving-copying-files-lightning-fast-on-windows/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/fastcopy-moving-copying-files-lightning-fast-on-windows/#comments</comments> <pubDate>Thu, 01 Apr 2010 11:16:44 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[System Administration]]></category> <category><![CDATA[Useful Tools]]></category> <category><![CDATA[Tool]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=519</guid> <description><![CDATA[Anyone that has been working on a Windows based system (Regardless of what version) groans everytime you have to copy or move many files from a drive to another… I did however find this little gem that takes most of the pain out of it; FastCopy is the Fastest Copy/Delete Software on Windows. It supports [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/fastcopy-moving-copying-files-lightning-fast-on-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Better Zend Framework Documentation</title><link>http://blog.hackix.com/2010/04/better-zend-framework-documentation/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/04/better-zend-framework-documentation/#comments</comments> <pubDate>Thu, 01 Apr 2010 01:30:23 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Documentation]]></category> <category><![CDATA[Zend Framework]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=517</guid> <description><![CDATA[Chris Morrell comes with a very nice intermediate solution to ZF documentation hassles, he writes; If you’ve every tried to navigate the Zend Framework documentation’s longer pages you’ve probably looked everywhere for a table of contents. Sure, there’s a TOC for the major sections of the component, but if you’re looking for a specific part [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/04/better-zend-framework-documentation/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Framework: Passing objects to Partial Views</title><link>http://blog.hackix.com/2010/03/zend-framework-passing-objects-to-partial-views/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/zend-framework-passing-objects-to-partial-views/#comments</comments> <pubDate>Wed, 31 Mar 2010 21:14:50 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Partials]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend_View]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=514</guid> <description><![CDATA[Hector Virgen gave som hints about how to pass object into partial views and partial loops; You can pass objects to partials, just pass them in an array: &#60;?= $this-&#62;partial&#40;'mypartial.phtml', array&#40;'topic' =&#62; $topic')) ?&#62; The partial helper will take the keys of that array and create view vars out of them, so you can access [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/zend-framework-passing-objects-to-partial-views/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP 5.3 namespaces for the rest of us</title><link>http://blog.hackix.com/2010/03/php-5-3-namespaces-for-the-rest-of-us/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/php-5-3-namespaces-for-the-rest-of-us/#comments</comments> <pubDate>Mon, 29 Mar 2010 13:50:31 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Documentation]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[namespaces]]></category> <category><![CDATA[Namespacing]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=512</guid> <description><![CDATA[According to the official documentation, PHP namespaces have been designed to prevent name collisions between classes from different packages and to avoid the use of very long names in the code to refer to classes or functions—nobody really wants to have to deal with something called Zend_Db_Adapter_Mysqli or PHPUnit_Framework_Constraint_IsInstanceOf, after all. This means that namespaces [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/php-5-3-namespaces-for-the-rest-of-us/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Introducing a Tool for Namespacing PHP5 Prefixed codebases</title><link>http://blog.hackix.com/2010/03/introducing-a-tool-for-namespacing-php5-prefixed-codebases/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/introducing-a-tool-for-namespacing-php5-prefixed-codebases/#comments</comments> <pubDate>Mon, 29 Mar 2010 11:18:55 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Useful Tools]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Namespacing]]></category> <category><![CDATA[Tool]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=508</guid> <description><![CDATA[Ralph Schindler writes; Hey All– Over the past few days, I’ve been working on a tool that I think might help expedite the task of converting all of our code into a Namespaced codebase.  Currently, it’s been tested on simple components like Zend_Acl and Zend_Filter and over the course of the next few days, we’ll [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/introducing-a-tool-for-namespacing-php5-prefixed-codebases/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Namespacing ACL resources and Galahad_Acl</title><link>http://blog.hackix.com/2010/03/namespacing-acl-resources-and-galahad_acl/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/namespacing-acl-resources-and-galahad_acl/#comments</comments> <pubDate>Sat, 27 Mar 2010 20:49:42 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Models]]></category> <category><![CDATA[Zend_Acl]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=505</guid> <description><![CDATA[Chris Morrell writes; In most of my applications I like to handle authorization (querying the ACL) in one (or more) of three ways: Authorize access to a model’s method Authorize access to a controller action Authorize access to an arbitrary “permission” In general I find it’s best to keep authorization within the domain (querying the [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/namespacing-acl-resources-and-galahad_acl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Doctrine — Doctrine 2: Give me my constructor back</title><link>http://blog.hackix.com/2010/03/doctrine-doctrine-2-give-me-my-constructor-back/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/doctrine-doctrine-2-give-me-my-constructor-back/#comments</comments> <pubDate>Sat, 27 Mar 2010 18:04:07 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Doctrine]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=503</guid> <description><![CDATA[John Wage writes; At ConFoo 2010 during my presentation, someone asked about the constructor of entities in Doctrine 2 and whether or not it could be used. I think this is something worth writing about since in Doctrine 1 this was not possible. The constructor was hi-jacked from you and used internally by Doctrine. In [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/doctrine-doctrine-2-give-me-my-constructor-back/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>10 examples of futuristic CSS3 techniques</title><link>http://blog.hackix.com/2010/03/10-examples-of-futuristic-css3-techniques/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/10-examples-of-futuristic-css3-techniques/#comments</comments> <pubDate>Mon, 22 Mar 2010 16:54:47 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=501</guid> <description><![CDATA[CSS3 has not been here for a long time, but talented designers have already found a lot of great ways to use it to create beautiful and efficient techniques. In this article, I&#38;apos;ll show you the top 10 examples of what you can do using the power of CSS3. via 10 examples of futuristic CSS3 [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/10-examples-of-futuristic-css3-techniques/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Perfect Full Page Background Image</title><link>http://blog.hackix.com/2010/03/perfect-full-page-background-image/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/perfect-full-page-background-image/#comments</comments> <pubDate>Mon, 22 Mar 2010 13:44:38 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=497</guid> <description><![CDATA[We visited this concept of re-sizeable background images before… but reader Doug Shults sent me in a link that uses a really awesome technique that I think is better than any of the previous techniques. via Perfect Full Page Background Image &#124; CSS-Tricks.]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/perfect-full-page-background-image/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Grid Accordion with jQuery</title><link>http://blog.hackix.com/2010/03/grid-accordion-with-jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/grid-accordion-with-jquery/#comments</comments> <pubDate>Mon, 22 Mar 2010 13:42:20 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[JQuery]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=495</guid> <description><![CDATA[Accordions are a UI pattern where you click on a title (in a vertical stack of titles) and a panel of content reveals itself below. Typically, all other open panels close when the new one opens. They are a clever and engaging mechanism for packing a lot of information in a small space. via Grid [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/grid-accordion-with-jquery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zend Studio code formatter for Zend Framework</title><link>http://blog.hackix.com/2010/03/zend-studio-code-formatter-for-zend-framework/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <comments>http://blog.hackix.com/2010/03/zend-studio-code-formatter-for-zend-framework/#comments</comments> <pubDate>Sun, 21 Mar 2010 16:43:43 +0000</pubDate> <dc:creator>Danny Froberg</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Useful Tools]]></category> <category><![CDATA[Zend Framework]]></category> <category><![CDATA[Zend Studio]]></category> <category><![CDATA[Code Formating]]></category> <category><![CDATA[Coding Standard]]></category><guid isPermaLink="false">http://blog.hackix.com/?p=493</guid> <description><![CDATA[This is an excellent addition to you tools arsenal if you use Zend Studio and Zend Framework. Kudos to Ivo Jansh for publishing this! Zend Studio is a great IDE and we use it a lot at Ibuildings (in addition to NetBeans, PDT and Vim). One of the nice features is the code formatter that [...]]]></description> <wfw:commentRss>http://blog.hackix.com/2010/03/zend-studio-code-formatter-for-zend-framework/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>