<?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>Eric Polerecky &#187; PHP</title>
	<atom:link href="http://eric.polerecky.com/archives/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.polerecky.com</link>
	<description>An outlet for my obsession with technology</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WebSVN installation permissions (proc_open)</title>
		<link>http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/</link>
		<comments>http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/#comments</comments>
		<pubDate>Mon, 18 May 2009 15:08:23 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/</guid>
		<description><![CDATA[When installing WebSVN on windows don’t forget to give read &#38; execute permissions to the IIS user (IURS_BLAH) to C:\WINDOWS\system32\cmd.exe 1: C:\WINDOWS\system32\cmd.exe .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When installing WebSVN on windows don’t forget to give read &amp; execute permissions to the IIS user (IURS_BLAH) to C:\WINDOWS\system32\cmd.exe</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span>C:\WINDOWS\system32\cmd.exe</pre>
</div>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>&#160;</p>
<p>If you don’t you’ll get errors like:</p>
<p>CreateProcess failed, error code – 5 </p>
<p>or </p>
<p><span>Error running this command: </span><font face="Courier New" size="2"><span>svn &#8211;config-dir /tmp &#8211;version</span></font></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATED: Back to work! Bye Bye Pinggr</title>
		<link>http://eric.polerecky.com/archives/back-to-work-bye-bye-pinggr/</link>
		<comments>http://eric.polerecky.com/archives/back-to-work-bye-bye-pinggr/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:06:26 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[pinggr]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/back-to-work-bye-bye-pinggr/</guid>
		<description><![CDATA[I wanted to learn how to use facebook connect and ended up using FBC, Twitter, OpenID, some complex htaccess, got sick enough by the process (not having a PHP MVC framework to call my own) that I started on php.technologyaces.com I have code that won’t write itself… Also, I decided to dump the simple framework…I


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I wanted to learn how to use facebook connect and ended up using FBC, <a href="http://Twitter.com/detroitpro" target="_blank">Twitter</a>, OpenID, some complex htaccess, got sick enough by the process (not having a PHP MVC framework to call my own) that I started on <a href="http://php.technologyaces.com" target="_blank">php.technologyaces.com</a> </p>
<p>I have code that won’t write itself…</p>
<p>Also, I decided to dump the simple framework…I think Code Igniter is simple enough. I don’t have time to play developer…I am in need of cracking stuff out quick!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/back-to-work-bye-bye-pinggr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TA PHP MVC Rocks!</title>
		<link>http://eric.polerecky.com/archives/ta-php-mvc-rocks/</link>
		<comments>http://eric.polerecky.com/archives/ta-php-mvc-rocks/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 06:44:05 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ProjectV]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/ta-php-mvc-rocks/</guid>
		<description><![CDATA[Or at least I think so&#8230; I started using the PHP MVC thingy today &#8211; after spending a relatively short amount of time coding the core. I found there where a few missing items&#8230;who needs to support HTTP POST anyway?&#8230;and I needed just the little bit of sugar in the form of some db helper


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://eric.polerecky.com/wp-content/uploads/2009/01/ash-mvc-architecture.gif"><img style="border-right: 0px; border-top: 0px; margin: 0px 10px 0px 0px; border-left: 0px; border-bottom: 0px" height="210" alt="ash-mvc-architecture" src="http://eric.polerecky.com/wp-content/uploads/2009/01/ash-mvc-architecture-thumb.gif" width="244" align="left" border="0" /></a> Or at least I think so&#8230;</p>
<p>I started using the <a href="http://php.technologyaces.com">PHP MVC thingy</a> today &#8211; after spending a relatively short amount of time coding the core. I found there where a few missing items&#8230;who needs to support HTTP POST anyway?&#8230;and I needed just the little bit of sugar in the form of some db helper methods and FirePHP for debugging.</p>
<p>I spent about 3 hours coding the new MVC&#8217;afied <a href="http://dev.vinspection.com">http://dev.vinspection.com</a> and I am really happy with the new <a href="http://php.technologyaces.com">framework thing</a>.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/ta-php-mvc-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Model-less PHP MVC</title>
		<link>http://eric.polerecky.com/archives/model-less-php-mvc/</link>
		<comments>http://eric.polerecky.com/archives/model-less-php-mvc/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:28:58 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Templates]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/model-less-php-mvc/</guid>
		<description><![CDATA[I wrapped up the alpha version of the new Technology Aces PHP MVC Framework. Which by the way I really need a name for. TAPMF? um….no. I don’t have any code for the model yet…hence model-less MVC..I’ll have it done soon. Features PHP MVC&#8230;what more do you need? Templeting/Caching via Dwoo A slight bit of


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://eric.polerecky.com/wp-content/uploads/2009/01/image.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px; border-left: 0px; border-bottom: 0px" height="159" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2009/01/image-thumb.png" width="244" align="right" border="0" /></a> I wrapped up the alpha version of the new <a href="http://php.technologyaces.com">Technology Aces PHP MVC Framework</a>. Which by the way I really need a name for. TAPMF? um….no. </p>
<p>I don’t have any code for the model yet…hence model-less MVC..I’ll have it done soon.</p>
<div id="contenttext">
<div class="bodytext" style="padding-right: 12px; padding-left: 12px; padding-bottom: 12px; padding-top: 12px" align="justify">
<h4>Features</h4>
<ul>
<li>PHP MVC&#8230;what more do you need?</li>
<li>Templeting/Caching via <a href="http://dwoo.org/">Dwoo</a></li>
<li>A slight bit of routing and error handeling</li>
</ul>
<h4>Features&#8230;soon</h4>
<ul>
<li>Base Model class for simple methods</li>
<li>CSS Reset</li>
</ul>
<h4>Features&#8230;Never?</h4>
<ul>
<li>Much more then is listed here&#8230;</li>
<li>Unless.</li>
</ul></div>
</p></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/model-less-php-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
