<?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>RoboZen &#187; admin</title>
	<atom:link href="http://robozen.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://robozen.com</link>
	<description>Web innovation, entrepreneurship, usability</description>
	<lastBuildDate>Sun, 03 Apr 2011 11:10:20 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrade to Symfony 1.2: Have your layouts stopped working?</title>
		<link>http://robozen.com/technology/upgrade-to-symfony-12-have-your-layouts-stopped-working/</link>
		<comments>http://robozen.com/technology/upgrade-to-symfony-12-have-your-layouts-stopped-working/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:05:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=240</guid>
		<description><![CDATA[I had a Symfony 1.0 app and I finally decided to make the leap to 1.2. Lo and behold, this mysterious error cropped up:
Notice:  Undefined variable: site in /path/to/myproject/apps/site/templates/layout.php on line 10
If you&#8217;re upgrading from 1.0, you may suddenly notice that you get these &#8220;undefined variable&#8221; errors. That&#8217;s because global variables are deprecated in [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>I had a Symfony 1.0 app and I finally decided to make the leap to 1.2. Lo and behold, this mysterious error cropped up:</p>
<p><strong>Notice</strong>:  Undefined variable: site in <strong>/path/to/myproject/apps/site/templates/layout.php</strong> on line <strong>10</strong></p>
<p>If you&#8217;re upgrading from 1.0, you may suddenly notice that you get these &#8220;undefined variable&#8221; errors. That&#8217;s because global variables are deprecated in layouts as of Symfony 1.1, to be replaced with slots. Generally, a wise idea. More info here: <a href="http://trac.symfony-project.org/wiki/Symfony11LayoutUpgrade" onclick="javascript:pageTracker._trackPageview('/outbound/article/trac.symfony-project.org');">http://trac.symfony-project.org/wiki/Symfony11LayoutUpgrade</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/technology/upgrade-to-symfony-12-have-your-layouts-stopped-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony, Doctrine, preSave and postSave</title>
		<link>http://robozen.com/technology/symfony-doctrine-presave-and-postsave/</link>
		<comments>http://robozen.com/technology/symfony-doctrine-presave-and-postsave/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 07:11:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=221</guid>
		<description><![CDATA[My new Symfony app calls a remote web service as part of the user creation process. Since this is intimately linked with the model (I want this behavior executed for my fixtures, too) it makes no sense to call the web service from the controller.
Like Ruby on Rails, Doctrine has some handy built-in hooks to [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>My new Symfony app calls a remote web service as part of the user creation process. Since this is intimately linked with the model (I want this behavior executed for my fixtures, too) it makes no sense to call the web service from the controller.</p>
<p>Like Ruby on Rails, Doctrine has some handy built-in hooks to execute code before and after saving a record. Here&#8217;s what my updated model looks like:</p>
<p><code>class sfGuardUser extends PluginsfGuardUser {<br />
&nbsp;public function preSave($obj){<br />
&nbsp;&nbsp;some_voodoo_magic($this-&gt;get('id'));<br />
&nbsp;}<br />
<br />
&nbsp;public function postSave($obj){<br />
&nbsp;&nbsp;call_my_special_webservice($this-&gt;get('id'));<br />
&nbsp;}</code><br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/technology/symfony-doctrine-presave-and-postsave/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subdomains &amp; Sharing Now Enabled for cvPow.com</title>
		<link>http://robozen.com/entrepreneurship/subdomains-sharing-now-enabled-for-cvpowcom/</link>
		<comments>http://robozen.com/entrepreneurship/subdomains-sharing-now-enabled-for-cvpowcom/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 10:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=159</guid>
		<description><![CDATA[You can now access your CV/tag cloud at YOU.cvpow.com, and share links to your resume with dozens of social networks. Mine is at mariya.cvpow.com.
I&#8217;m looking for feedback: how would YOU like to use your CV data? Export it as an RSS feed? Export to Word so you can send it to old-fashioned headhunters? If I [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>You can now access your CV/tag cloud at YOU.cvpow.com, and share links to your resume with dozens of social networks. Mine is at <a href="http://mariya.cvpow.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/mariya.cvpow.com');">mariya.cvpow.com</a>.</p>
<p>I&#8217;m looking for feedback: how would YOU like to use your CV data? Export it as an RSS feed? Export to Word so you can send it to old-fashioned headhunters? If I get enough requests for a feature I&#8217;ll add it.</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/entrepreneurship/subdomains-sharing-now-enabled-for-cvpowcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

