<?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>Jeffrey Scott Flesher &#187; admin</title>
	<atom:link href="http://vetshelpcenter.com/blog/flesher/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://vetshelpcenter.com/blog/flesher</link>
	<description>Vets Help Center Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 22:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CMS</title>
		<link>http://vetshelpcenter.com/blog/flesher/2010/03/09/cms/</link>
		<comments>http://vetshelpcenter.com/blog/flesher/2010/03/09/cms/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://vetshelpcenter.com/blog/flesher/?p=96</guid>
		<description><![CDATA[I&#8217;m very unhappy with the Content Management Systems (CMS) currently on the market; both Commercial and Open Source. Currently at this site I&#8217;m using Joomla and Word Press; both are written in PHP. I&#8217;m very unhappy with PHP to begin with; it has gone rouge; programmers have taken a lazy writing style that drives me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very unhappy with the Content Management Systems (CMS) currently on the market; both Commercial and Open Source. Currently at this site I&#8217;m using Joomla and Word Press; both are written in PHP. I&#8217;m very unhappy with PHP to begin with; it has gone rouge; programmers have taken a lazy writing style that drives me crazy; lets face it; PHP is just a C language and should follow the rules; for example:<br />
<code><br />
myFunction(pram1, pram2)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (true)<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doThis();<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
</code><br />
But what the lazy programmers of php do is this:<br />
<code><br />
myFunction(pram1, pram2) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (true)  {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doThis();<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
</code><br />
as if saving a line wrap will make the program run faster; when in fact all it does is make it harder to read.</p>
<p>Python is a lot better; more secure and at least it makes you format all the code so its readable.</p>
<p>So we are going to look at all the Python CMS and see which one is the best; I&#8217;m thinking about going to a new one called <strong>Binary Bit Flesh</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vetshelpcenter.com/blog/flesher/2010/03/09/cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
