<?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: Painful development with undocumented and stupid Magento xml files</title>
	<atom:link href="http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/feed" rel="self" type="application/rss+xml" />
	<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files</link>
	<description>Blog site of Branko Ajzele, web application developer.</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jonghj</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4561</link>
		<dc:creator>jonghj</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4561</guid>
		<description>on top of the debugging frustrations....&lt;br&gt;All this xml parsing is one of the main reasons magento is so damn cpu hungry. &lt;br&gt;It wil easily cause apache eating up all of your cpu for 2-5 seconds per request.&lt;br&gt;&lt;br&gt;Awfull...  Magento is no green label app. :-)</description>
		<content:encoded><![CDATA[<p>on top of the debugging frustrations&#8230;.<br />All this xml parsing is one of the main reasons magento is so damn cpu hungry. <br />It wil easily cause apache eating up all of your cpu for 2-5 seconds per request.</p>
<p>Awfull&#8230;  Magento is no green label app. <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento Development</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4512</link>
		<dc:creator>Magento Development</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4512</guid>
		<description>I will probably have the same kind of problem so thanks</description>
		<content:encoded><![CDATA[<p>I will probably have the same kind of problem so thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento Development</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4454</link>
		<dc:creator>Magento Development</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4454</guid>
		<description>I will probably have the same kind of problem so thanks</description>
		<content:encoded><![CDATA[<p>I will probably have the same kind of problem so thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4348</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4348</guid>
		<description>Hi Branko, 

One feature that I&#039;ve seen in another very complex eCommerce system (ATG - its J2EE) is to view the final compiled XML config.  So for example, layout - once all the modules have added (or removed!!) to the layout declaration, show the final list of nodes and their attributes.  

In my view, this would be extremely helpful in Magento, for layout and also config xmls.  What do you think? 

Cheers,
Jonathan</description>
		<content:encoded><![CDATA[<p>Hi Branko, </p>
<p>One feature that I&#8217;ve seen in another very complex eCommerce system (ATG &#8211; its J2EE) is to view the final compiled XML config.  So for example, layout &#8211; once all the modules have added (or removed!!) to the layout declaration, show the final list of nodes and their attributes.  </p>
<p>In my view, this would be extremely helpful in Magento, for layout and also config xmls.  What do you think? </p>
<p>Cheers,<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-5609</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-5609</guid>
		<description>Hi Branko, 

One feature that I&#039;ve seen in another very complex eCommerce system (ATG - its J2EE) is to view the final compiled XML config.  So for example, layout - once all the modules have added (or removed!!) to the layout declaration, show the final list of nodes and their attributes.  

In my view, this would be extremely helpful in Magento, for layout and also config xmls.  What do you think? 

Cheers,
Jonathan</description>
		<content:encoded><![CDATA[<p>Hi Branko, </p>
<p>One feature that I&#8217;ve seen in another very complex eCommerce system (ATG &#8211; its J2EE) is to view the final compiled XML config.  So for example, layout &#8211; once all the modules have added (or removed!!) to the layout declaration, show the final list of nodes and their attributes.  </p>
<p>In my view, this would be extremely helpful in Magento, for layout and also config xmls.  What do you think? </p>
<p>Cheers,<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Park</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4308</link>
		<dc:creator>Guy Park</dc:creator>
		<pubDate>Mon, 21 Sep 2009 08:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4308</guid>
		<description>I would have to agree, as powerful and flexible Magento is, some documentation is badly missing.  Not only for the xml, but also for the Mage framework.

I feel like a dog chasing my own tail when I want to do something, even when it&#039;s a simple task.</description>
		<content:encoded><![CDATA[<p>I would have to agree, as powerful and flexible Magento is, some documentation is badly missing.  Not only for the xml, but also for the Mage framework.</p>
<p>I feel like a dog chasing my own tail when I want to do something, even when it&#8217;s a simple task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Park</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-5608</link>
		<dc:creator>Guy Park</dc:creator>
		<pubDate>Mon, 21 Sep 2009 08:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-5608</guid>
		<description>I would have to agree, as powerful and flexible Magento is, some documentation is badly missing.  Not only for the xml, but also for the Mage framework.

I feel like a dog chasing my own tail when I want to do something, even when it&#039;s a simple task.</description>
		<content:encoded><![CDATA[<p>I would have to agree, as powerful and flexible Magento is, some documentation is badly missing.  Not only for the xml, but also for the Mage framework.</p>
<p>I feel like a dog chasing my own tail when I want to do something, even when it&#8217;s a simple task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4257</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Wed, 16 Sep 2009 11:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4257</guid>
		<description>Ya you are right i have spend my 3 days and i m totally confuse with magento</description>
		<content:encoded><![CDATA[<p>Ya you are right i have spend my 3 days and i m totally confuse with magento</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-5607</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Wed, 16 Sep 2009 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-5607</guid>
		<description>Ya you are right i have spend my 3 days and i m totally confuse with magento</description>
		<content:encoded><![CDATA[<p>Ya you are right i have spend my 3 days and i m totally confuse with magento</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pirzada Jeelani</title>
		<link>http://activecodeline.com/painful-development-with-undocumented-and-stupid-magento-xml-files/comment-page-1#comment-4158</link>
		<dc:creator>Pirzada Jeelani</dc:creator>
		<pubDate>Thu, 20 Aug 2009 08:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=821#comment-4158</guid>
		<description>Hello Branko,
I have been searching net since 2 months and found to be active in case of Magento. Thanks for being so. 
I have got few issues and most critical being creating a custom shipment module based on parcel force service. I saw your tutorial for creating one from scratch and it gave a little idea. Thanks for it. I need a bit detailed info. like where to place parcel force API&#039;s and what are the further files that need to be coded. Also will this shipping method automatically update total amount on checkout page.
Also may you please highlight some mistakes which normally everybody does in such cases.

Thanking in advance

Kind Regards
Pirzada Jeelani</description>
		<content:encoded><![CDATA[<p>Hello Branko,<br />
I have been searching net since 2 months and found to be active in case of Magento. Thanks for being so.<br />
I have got few issues and most critical being creating a custom shipment module based on parcel force service. I saw your tutorial for creating one from scratch and it gave a little idea. Thanks for it. I need a bit detailed info. like where to place parcel force API&#8217;s and what are the further files that need to be coded. Also will this shipping method automatically update total amount on checkout page.<br />
Also may you please highlight some mistakes which normally everybody does in such cases.</p>
<p>Thanking in advance</p>
<p>Kind Regards<br />
Pirzada Jeelani</p>
]]></content:encoded>
	</item>
</channel>
</rss>
