<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bootstrapping a Startup: Zend and WordPress Auth Integration</title>
	<atom:link href="http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html</link>
	<description>Michael Krotscheck's insights, ideas, and inspirations about web technology, life, and the kitchen sink.</description>
	<lastBuildDate>Mon, 23 Aug 2010 05:33:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: dodo</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-1547</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Sun, 21 Mar 2010 10:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-1547</guid>
		<description>Hi,
Its very good tutorial!
Can you also explain how should be folder structure when you integrate ZEND+WORDPRESS, because zend project have his own structure.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Its very good tutorial!<br />
Can you also explain how should be folder structure when you integrate ZEND+WORDPRESS, because zend project have his own structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-1539</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-1539</guid>
		<description>I totally agree, building a shopping cart in Zend is not the best use of my time when it comes to monetary considerations. 

Its just that I like to learn by doing. I will be following the book zend framework 1.8 by Pope.

Thanks for replying!!</description>
		<content:encoded><![CDATA[<p>I totally agree, building a shopping cart in Zend is not the best use of my time when it comes to monetary considerations. </p>
<p>Its just that I like to learn by doing. I will be following the book zend framework 1.8 by Pope.</p>
<p>Thanks for replying!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Krotscheck</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-1536</link>
		<dc:creator>Michael Krotscheck</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-1536</guid>
		<description>I don&#039;t see a reason why not. The main sticking points would be making sure the cookies are transferable and that the zend FrontController doesn&#039;t intercept your calls to the blog. The former&#039;s a configuration setting I somewhat cover in step two, while the latter&#039;s a change in your .htaccess file or similar rewrite configuration.

Though, I might point out that the amount of time you&#039;ll spend building a cart in Zend is probably worth more than buying and configuring a plugin.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see a reason why not. The main sticking points would be making sure the cookies are transferable and that the zend FrontController doesn&#8217;t intercept your calls to the blog. The former&#8217;s a configuration setting I somewhat cover in step two, while the latter&#8217;s a change in your .htaccess file or similar rewrite configuration.</p>
<p>Though, I might point out that the amount of time you&#8217;ll spend building a cart in Zend is probably worth more than buying and configuring a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-1535</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-1535</guid>
		<description>Could you also do this if you kept the blog on the primary domain?
Instead of blog.fancybrandname.com, use www.fancybrandname.com/blog...

I would like to make a custom shopping cart in zend that has an integrated wordpress blog and I 
am just trying to figure out the best way to do it.</description>
		<content:encoded><![CDATA[<p>Could you also do this if you kept the blog on the primary domain?<br />
Instead of blog.fancybrandname.com, use <a href="http://www.fancybrandname.com/blog.." rel="nofollow">http://www.fancybrandname.com/blog..</a>.</p>
<p>I would like to make a custom shopping cart in zend that has an integrated wordpress blog and I<br />
am just trying to figure out the best way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Rosato</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-1491</link>
		<dc:creator>Steven Rosato</dc:creator>
		<pubDate>Sun, 03 Jan 2010 02:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-1491</guid>
		<description>Awesome tutorial, I was able to make it work in my application logic with the pseudo-code you provided. The hooks provided saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>Awesome tutorial, I was able to make it work in my application logic with the pseudo-code you provided. The hooks provided saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krif</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-1416</link>
		<dc:creator>krif</dc:creator>
		<pubDate>Fri, 24 Jul 2009 01:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-1416</guid>
		<description>Steve,

I am looking for exactly the same. Maybe you can contact me on the CodeIgniter Forums? My user name there is &quot;krif&quot;.

Michael: Thanks for the tutorial!!

Cheers</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>I am looking for exactly the same. Maybe you can contact me on the CodeIgniter Forums? My user name there is &#8220;krif&#8221;.</p>
<p>Michael: Thanks for the tutorial!!</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Krotscheck</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-920</link>
		<dc:creator>Michael Krotscheck</dc:creator>
		<pubDate>Tue, 14 Jul 2009 02:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-920</guid>
		<description>Not myself, no, but CI is actually a little more lightweight than Zend. Chances are you don&#039;t have to jump through the hoops necessary to get all the pieces loaded.</description>
		<content:encoded><![CDATA[<p>Not myself, no, but CI is actually a little more lightweight than Zend. Chances are you don&#8217;t have to jump through the hoops necessary to get all the pieces loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve B</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-915</link>
		<dc:creator>Steve B</dc:creator>
		<pubDate>Fri, 10 Jul 2009 21:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-915</guid>
		<description>Thanks for the tutorial!  This is exactly the situation I&#039;am in with a upcoming project.  Unfortunately I&#039;m going to be using CodeIgniter for my framework.  Have you seen any tutorials out there with this sort of situation but using CI?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial!  This is exactly the situation I&#8217;am in with a upcoming project.  Unfortunately I&#8217;m going to be using CodeIgniter for my framework.  Have you seen any tutorials out there with this sort of situation but using CI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friedel</title>
		<link>http://www.krotscheck.net/2009/05/16/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html/comment-page-1#comment-878</link>
		<dc:creator>Friedel</dc:creator>
		<pubDate>Mon, 18 May 2009 11:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.krotscheck.net/2009/04/22/bootstrapping-a-startup-zend-and-wordpress-auth-integration.html#comment-878</guid>
		<description>Hey Mike,
I wish I could use it; would need a new brain, but:
so much work on the evening before your Birthday!!
that&#039;s why we are sending you more distractions.....
mm +pb</description>
		<content:encoded><![CDATA[<p>Hey Mike,<br />
I wish I could use it; would need a new brain, but:<br />
so much work on the evening before your Birthday!!<br />
that&#8217;s why we are sending you more distractions&#8230;..<br />
mm +pb</p>
]]></content:encoded>
	</item>
</channel>
</rss>
