<?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"
	>

<channel>
	<title>JasonEisen Open Source</title>
	<atom:link href="http://oss.jasoneisen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oss.jasoneisen.com</link>
	<description></description>
	<pubDate>Tue, 14 Oct 2008 15:46:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Security Module Screencast</title>
		<link>http://oss.jasoneisen.com/2008/10/14/security-module-screencast/</link>
		<comments>http://oss.jasoneisen.com/2008/10/14/security-module-screencast/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 15:37:33 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[Security Module]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=23</guid>
		<description><![CDATA[I made this screencast a few weeks ago but forgot to post it.
It demonstrates setting up the security module in an existing project (a blog demo, which is also available in the repository).
Watch and learn!

Also, I have been asked how to access the ACL and things of that nature for use inside your own application. [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/10/14/security-module-screencast/feed/</wfw:commentRss>
<enclosure url="http://oss.jasoneisen.com/wp-content/uploads/screencast20080922.mov" length="123416783" type="video/quicktime" />
		</item>
		<item>
		<title>A blog has formed</title>
		<link>http://oss.jasoneisen.com/2008/09/11/a-blog-has-formed/</link>
		<comments>http://oss.jasoneisen.com/2008/09/11/a-blog-has-formed/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 06:20:08 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[Security Module]]></category>

		<category><![CDATA[unconvention]]></category>

		<category><![CDATA[zend framework]]></category>

		<category><![CDATA[zendcon]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=20</guid>
		<description><![CDATA[In preparation for a ZendCon &#8220;unconvention&#8221; talk I&#8217;m giving about making ZF modules distributable, I&#8217;ve had to throw a quick demo app together to show how easy it is to install my security module into an existing application.  I had initially hoped to check out planetarium, which is a blog app thats been brewing [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/09/11/a-blog-has-formed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rails-like url helper for Zend Framework</title>
		<link>http://oss.jasoneisen.com/2008/09/07/rails-like-url-helper-for-zend-framework/</link>
		<comments>http://oss.jasoneisen.com/2008/09/07/rails-like-url-helper-for-zend-framework/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 08:47:13 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[REST]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[magic]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[routes]]></category>

		<category><![CDATA[routing]]></category>

		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=19</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of research into rails lately, and one of it&#8217;s most useful features is it&#8217;s routing.  It strictly follows the REST methodology, which can help make application design much simpler.  If you&#8217;re not familiar with this, or have no idea what I&#8217;m talking about, heres a cheat sheet to [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/09/07/rails-like-url-helper-for-zend-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The full blown Doctrine + ZF ACL module has arrived</title>
		<link>http://oss.jasoneisen.com/2008/08/26/the-full-blown-doctrine-zf-acl-module-has-arrived/</link>
		<comments>http://oss.jasoneisen.com/2008/08/26/the-full-blown-doctrine-zf-acl-module-has-arrived/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 04:31:22 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[acl]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=18</guid>
		<description><![CDATA[Pasted from the google code page:
8-25-08: First release 0.1 alpha 1!
The module is now in a usable state. Simply check it out to your application/modules folder:
http://zfsecurity.googlecode.com/svn/tags/0.1-ALPHA1/
and point your browser to site.com/security/install. There is a step-by-step installer that will guide you, and you will only need to write a few lines of code to your project.
This [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/08/26/the-full-blown-doctrine-zf-acl-module-has-arrived/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing SVN and hidden file Automator workflows for OS X</title>
		<link>http://oss.jasoneisen.com/2008/07/07/removing-svn-and-hidden-file-automator-workflows-for-os-x/</link>
		<comments>http://oss.jasoneisen.com/2008/07/07/removing-svn-and-hidden-file-automator-workflows-for-os-x/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:46:19 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[OS X]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[svn]]></category>

		<category><![CDATA[workflows]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=13</guid>
		<description><![CDATA[If you ever find you need to recursively remove hidden files or subversion directories in finder, you will immediately find that it&#8217;s a task that could take you all day.
I&#8217;ve created two workflows that will do this for you.  Simply drop them into ~/Library/Workflows/Applications/Finder and enjoy.
Download (84kb)
]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/07/07/removing-svn-and-hidden-file-automator-workflows-for-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>REST for Zend Framework</title>
		<link>http://oss.jasoneisen.com/2008/07/03/rest-for-zend-framework/</link>
		<comments>http://oss.jasoneisen.com/2008/07/03/rest-for-zend-framework/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 06:10:53 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[REST]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve created a small library to make my ZF apps more RESTful.  If you&#8217;d like to take a look: http://code.google.com/p/restfulphp/.
Credit to Jani and David
Best examples I can provide at the moment are in the demo folder.  The routes act nearly identical to those found in the pdf here. 
$this->Url(array(), &#8216;plural_path&#8217;);
$this->Url(array(&#8217;id&#8217;=>$id), &#8216;edit_singular_path&#8217;);
etc&#8230;
I&#8217;ll post some [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/07/03/rest-for-zend-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend_Auth_Adapter_Doctrine_Table is ready for review</title>
		<link>http://oss.jasoneisen.com/2008/06/16/zend_auth_adapter_doctrine_table-is-ready-for-review/</link>
		<comments>http://oss.jasoneisen.com/2008/06/16/zend_auth_adapter_doctrine_table-is-ready-for-review/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 02:56:31 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=11</guid>
		<description><![CDATA[David Werner and I worked together to give Zend_Auth the ability to authenticate using Doctrine&#8217;s DBAL.  The new proposal is ready for review here.  Check it out and let us know if you have any comments/questions/concerns 
]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/06/16/zend_auth_adapter_doctrine_table-is-ready-for-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XML Schemas and Doctrine</title>
		<link>http://oss.jasoneisen.com/2008/06/13/xml-schemas-and-doctrine/</link>
		<comments>http://oss.jasoneisen.com/2008/06/13/xml-schemas-and-doctrine/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 12:46:11 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[PHP Doctrine XML]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=10</guid>
		<description><![CDATA[For those of you who detest yml (like me) I have written support back in for xml schemas in Doctrine.  They have been gracious enough to set me up with my own svn branch, so you can check it out here: http://svn.phpdoctrine.org/branches/experimental/jason/.
This creates 3 new functions:

Doctrine::generateXmlFromYaml&#40;$yamlPath, $xmlPath, $options&#41;;
&#160;
Doctrine::generateYamlFromXml&#40;$xmlPath, $yamlPath, $options&#41;;
&#160;
Doctrine::generateModelsFromXml&#40;$xmlPath, $directory, $options&#41;;

No, the args [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/06/13/xml-schemas-and-doctrine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Framework and Doctrine</title>
		<link>http://oss.jasoneisen.com/2008/06/01/zend-framework-and-doctrine/</link>
		<comments>http://oss.jasoneisen.com/2008/06/01/zend-framework-and-doctrine/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 23:02:39 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Doctrine]]></category>

		<category><![CDATA[Zend]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=9</guid>
		<description><![CDATA[I&#8217;m currently working on a fairly complex (database-wise) project that makes use of nested transactions, and having failed to do my homework beforehand, a little while ago I came to find out the hard way that Zend_Db doesn&#8217;t support them (yet).  After looking around rather quickly at my options I decided to use Doctrine [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/06/01/zend-framework-and-doctrine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Database driven ACL with Zend Framework</title>
		<link>http://oss.jasoneisen.com/2008/04/26/database-driven-acl-with-zend-framework/</link>
		<comments>http://oss.jasoneisen.com/2008/04/26/database-driven-acl-with-zend-framework/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 23:47:17 +0000</pubDate>
		<dc:creator>jasoneisen</dc:creator>
		
		<category><![CDATA[Zend]]></category>

		<category><![CDATA[acl]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://oss.jasoneisen.com/?p=5</guid>
		<description><![CDATA[The first thing we want to do is create the following database structure.

Get the SQL.
The first thing that you will recognize here that you may not have seen before in other implementations is the module table.  In this demonstration we will be mapping modules, controllers, and actions to modules, resources, and privileges within our zend [...]]]></description>
		<wfw:commentRss>http://oss.jasoneisen.com/2008/04/26/database-driven-acl-with-zend-framework/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
