<?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: An Exercise in WordPress Integration, or Why WordPress Sucks</title>
	<atom:link href="http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/</link>
	<description>ASP.Net and PHP go head to head</description>
	<lastBuildDate>Tue, 24 Jan 2012 07:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dani</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-62564</link>
		<dc:creator>Dani</dc:creator>
		<pubDate>Thu, 01 Dec 2011 22:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-62564</guid>
		<description>I&#039;ve had a lot of fun reading this post, as well as the comments. As the author points out, I just feel sorry for people out there having to work with this piece of crap.</description>
		<content:encoded><![CDATA[<p>I&#039;ve had a lot of fun reading this post, as well as the comments. As the author points out, I just feel sorry for people out there having to work with this piece of crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Ha.</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-62387</link>
		<dc:creator>Emad Ha.</dc:creator>
		<pubDate>Tue, 29 Nov 2011 23:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-62387</guid>
		<description>the function is 
if ( !function_exists(&#039;dynamic_sidebar&#039;) &#124;&#124; !dynamic_sidebar(&quot;footer&quot;) )
                
endif;</description>
		<content:encoded><![CDATA[<p>the function is<br />
if ( !function_exists(&#039;dynamic_sidebar&#039;) || !dynamic_sidebar(&#034;footer&#034;) )</p>
<p>endif;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Ha.</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-62386</link>
		<dc:creator>Emad Ha.</dc:creator>
		<pubDate>Tue, 29 Nov 2011 23:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-62386</guid>
		<description>Did you see this function ? to output a widget?



                



You can only output a widget with that!, with a damn condition! and the oposite to human mind!
if NOT function_exists(&#039;dynamic_sidebar&#039;) THEN RUN that function! AT the SAME TIME check the function value, and NOT.</description>
		<content:encoded><![CDATA[<p>Did you see this function ? to output a widget?</p>
<p>You can only output a widget with that!, with a damn condition! and the oposite to human mind!<br />
if NOT function_exists(&#039;dynamic_sidebar&#039;) THEN RUN that function! AT the SAME TIME check the function value, and NOT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Smallwood</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-61619</link>
		<dc:creator>Richard Smallwood</dc:creator>
		<pubDate>Sat, 19 Nov 2011 09:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-61619</guid>
		<description>Look, for sure WP codebase is a nightmare - however in the area of marketing I work in, we are seeing more and more clients want to use it.

This might be considered a good thing - as it is encouraging marketers to consider a website as more than an &#039;online brochure&#039;.

It might also be a very bad thing - as they are starting to thing &#039;Wordpress&#039; is synonymous for &#039;website&#039;.

We will see...</description>
		<content:encoded><![CDATA[<p>Look, for sure WP codebase is a nightmare &#8211; however in the area of marketing I work in, we are seeing more and more clients want to use it.</p>
<p>This might be considered a good thing &#8211; as it is encouraging marketers to consider a website as more than an &#039;online brochure&#039;.</p>
<p>It might also be a very bad thing &#8211; as they are starting to thing &#039;Wordpress&#039; is synonymous for &#039;website&#039;.</p>
<p>We will see&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheldon</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-60155</link>
		<dc:creator>Sheldon</dc:creator>
		<pubDate>Thu, 27 Oct 2011 13:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-60155</guid>
		<description>This post is summarizing up my frustrations exactly. My CMS and blog of choice to date has been Drupal, but I kept hearing all these great things about WordPress and how it&#039;s so much easier to use and work with than Drupal. 

Granted, Drupal is not and never will be the picture of simplicity, but at least the coding conventions make sense. All I see when I dig into WordPress code is one big nasty snarled ball of procedural code &quot;Wharrgarbl&quot; as you put it so succinctly. I am so pissed about this &quot;THE LOOP&quot; B.S. and all the globals that I have to run around trying to find anytime I want to do anything. 

Another thing about the stupid &quot;THE LOOP&quot; is that it makes it near impossible for you to separate out your code from your HTML. Thanks to the awesome &quot;THE LOOP&quot;, I can&#039;t scan understand my own damn HTML because there&#039;s so much garbage that I&#039;m forced to mix in there to keep the page from breaking down. 

WordPress, it&#039;s like coding with a blindfold on.</description>
		<content:encoded><![CDATA[<p>This post is summarizing up my frustrations exactly. My CMS and blog of choice to date has been Drupal, but I kept hearing all these great things about WordPress and how it&#039;s so much easier to use and work with than Drupal. </p>
<p>Granted, Drupal is not and never will be the picture of simplicity, but at least the coding conventions make sense. All I see when I dig into WordPress code is one big nasty snarled ball of procedural code &#034;Wharrgarbl&#034; as you put it so succinctly. I am so pissed about this &#034;THE LOOP&#034; B.S. and all the globals that I have to run around trying to find anytime I want to do anything. </p>
<p>Another thing about the stupid &#034;THE LOOP&#034; is that it makes it near impossible for you to separate out your code from your HTML. Thanks to the awesome &#034;THE LOOP&#034;, I can&#039;t scan understand my own damn HTML because there&#039;s so much garbage that I&#039;m forced to mix in there to keep the page from breaking down. </p>
<p>WordPress, it&#039;s like coding with a blindfold on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-57351</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-57351</guid>
		<description>I got a WP site cuz I thought it would be EZ to use for a non-developer... all I kept hearing is WP WP WP!. I hate it.</description>
		<content:encoded><![CDATA[<p>I got a WP site cuz I thought it would be EZ to use for a non-developer&#8230; all I kept hearing is WP WP WP!. I hate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike D</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-57137</link>
		<dc:creator>Mike D</dc:creator>
		<pubDate>Tue, 30 Aug 2011 19:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-57137</guid>
		<description>Absolutely Love the post, and I kinda liked wordpress until I looked at the code. Anyone who defends the wordpress codebase is just plain ignorant.

All you need is a new blog engine and a wordpress template stripper that works from some default wordpress install with tokenized content. 

Presto your new well architected engine now has access to tens of thousands of templates!!!</description>
		<content:encoded><![CDATA[<p>Absolutely Love the post, and I kinda liked wordpress until I looked at the code. Anyone who defends the wordpress codebase is just plain ignorant.</p>
<p>All you need is a new blog engine and a wordpress template stripper that works from some default wordpress install with tokenized content. </p>
<p>Presto your new well architected engine now has access to tens of thousands of templates!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-52036</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 08 Mar 2011 00:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-52036</guid>
		<description>Again I am faced with a terrible decision involving WP. It never works for me, costs me hours of hair pulling, crashes when updating, looks to european, is inflexible, is extremely graphics and media format unfriendly, and uses insane conventions that make no sense to anyone but MW! The little weasel! Should be shot! WP definitely sucks!</description>
		<content:encoded><![CDATA[<p>Again I am faced with a terrible decision involving WP. It never works for me, costs me hours of hair pulling, crashes when updating, looks to european, is inflexible, is extremely graphics and media format unfriendly, and uses insane conventions that make no sense to anyone but MW! The little weasel! Should be shot! WP definitely sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-50594</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Thu, 30 Dec 2010 23:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-50594</guid>
		<description>I&#039;m in the middle of a WP-based project and I just wanted to say that this blog has the worst code I&#039;ve seen in my life.

Probably even osCommerce is better. It&#039;s a festival of design mistakes (if there even was designed) implemented by 13-year old boys who just learned programmers and write their first &#039;big project&#039;.

Sorry for the rant, but I&#039;m after a 7hr session of resolving problems caused by morons who even can&#039;t comment their code properly.</description>
		<content:encoded><![CDATA[<p>I&#039;m in the middle of a WP-based project and I just wanted to say that this blog has the worst code I&#039;ve seen in my life.</p>
<p>Probably even osCommerce is better. It&#039;s a festival of design mistakes (if there even was designed) implemented by 13-year old boys who just learned programmers and write their first &#039;big project&#039;.</p>
<p>Sorry for the rant, but I&#039;m after a 7hr session of resolving problems caused by morons who even can&#039;t comment their code properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SalmanAbbas007</title>
		<link>http://www.phpvs.net/2009/12/08/an-exercise-in-wordpress-integration-or-why-wordpress-sucks/comment-page-1/#comment-50454</link>
		<dc:creator>SalmanAbbas007</dc:creator>
		<pubDate>Sat, 25 Dec 2010 02:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvs.net/?p=154#comment-50454</guid>
		<description>haha noobs,           wordpress &lt;3</description>
		<content:encoded><![CDATA[<p>haha noobs,           wordpress &lt;3</p>
]]></content:encoded>
	</item>
</channel>
</rss>

