<?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: Writing a custom module in Magento</title>
	<atom:link href="http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/feed" rel="self" type="application/rss+xml" />
	<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough</link>
	<description>ActiveCodeline is a blog site of Branko Ajzele, web application developer.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:26:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to: Magento eCommerce help and tutorials &#124;</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-4106</link>
		<dc:creator>How to: Magento eCommerce help and tutorials &#124;</dc:creator>
		<pubDate>Wed, 29 Jul 2009 22:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-4106</guid>
		<description>[...] Writing a custom module in Magento, detailed walktrough [...]</description>
		<content:encoded><![CDATA[<p>[...] Writing a custom module in Magento, detailed walktrough [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Olsen.com &#187; Blog Archive &#187; Bookmarks for February 10th</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-3319</link>
		<dc:creator>Anton Olsen.com &#187; Blog Archive &#187; Bookmarks for February 10th</dc:creator>
		<pubDate>Wed, 11 Feb 2009 00:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-3319</guid>
		<description>[...] Writing a custom module in Magento, detailed walktrough &#124; ActiveCodelineGood overview of writing a custom module for Magento. [...]</description>
		<content:encoded><![CDATA[<p>[...] Writing a custom module in Magento, detailed walktrough | ActiveCodelineGood overview of writing a custom module for Magento. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-2524</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-2524</guid>
		<description>I am sorry but when i follow these instructions to the letter i am getting no admin panel or anything as best as i can see. I really could use some help here is there a version issue or something. The tutorial and the comments about what was missing were very clear and simple, its just that they dont seem to be working for me</description>
		<content:encoded><![CDATA[<p>I am sorry but when i follow these instructions to the letter i am getting no admin panel or anything as best as i can see. I really could use some help here is there a version issue or something. The tutorial and the comments about what was missing were very clear and simple, its just that they dont seem to be working for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zmove</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-1320</link>
		<dc:creator>zmove</dc:creator>
		<pubDate>Mon, 12 Jan 2009 08:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-1320</guid>
		<description>Hi,

It is possible to have a package with files of that module to copy on a magento install to quickly test how it works ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It is possible to have a package with files of that module to copy on a magento install to quickly test how it works ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento Website Development</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-745</link>
		<dc:creator>Magento Website Development</dc:creator>
		<pubDate>Thu, 11 Dec 2008 12:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-745</guid>
		<description>thanks

perfect step by step guide for beginers</description>
		<content:encoded><![CDATA[<p>thanks</p>
<p>perfect step by step guide for beginers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-735</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-735</guid>
		<description>Hi Branko, 

I am working on creating a USAePay payment module using the Magento create payment gateway instructions. I see that your instructions above call for additional files though and I am a newbie with Magento and php. 

I am having a parser error issue with the
app/code/local/Mage/Usaepay/Model/PaymentMethod.php file and I wonder if you could help me fix it. If yes, could I send you the php code for this file? Here is the error:

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity:
line 133: parser error : Opening and ending tag mismatch: usaepayach line 107 and payeach in
/home/the/domains/silverborn.com/public_html/lib/Varien/Simplexml/Config.php
on line 500

Otherwise, could you tell me if/what you charge to create a payment module?

Thank you,
Leslie</description>
		<content:encoded><![CDATA[<p>Hi Branko, </p>
<p>I am working on creating a USAePay payment module using the Magento create payment gateway instructions. I see that your instructions above call for additional files though and I am a newbie with Magento and php. </p>
<p>I am having a parser error issue with the<br />
app/code/local/Mage/Usaepay/Model/PaymentMethod.php file and I wonder if you could help me fix it. If yes, could I send you the php code for this file? Here is the error:</p>
<p>Warning: simplexml_load_string() [function.simplexml-load-string]: Entity:<br />
line 133: parser error : Opening and ending tag mismatch: usaepayach line 107 and payeach in<br />
/home/the/domains/silverborn.com/public_html/lib/Varien/Simplexml/Config.php<br />
on line 500</p>
<p>Otherwise, could you tell me if/what you charge to create a payment module?</p>
<p>Thank you,<br />
Leslie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helpful Magento Tutorials from the Web &#124; Jake Rutter - Designer, CSS/XHTML, jQuery, AS3, Magento Developer</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-695</link>
		<dc:creator>Helpful Magento Tutorials from the Web &#124; Jake Rutter - Designer, CSS/XHTML, jQuery, AS3, Magento Developer</dc:creator>
		<pubDate>Sun, 07 Dec 2008 13:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-695</guid>
		<description>[...] How to write a custom Module    Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] How to write a custom Module    Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahsan Shahzad</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-644</link>
		<dc:creator>Ahsan Shahzad</dc:creator>
		<pubDate>Mon, 01 Dec 2008 12:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-644</guid>
		<description>Great Article!,

your article helped me a lot to clear my mind about module creation.
This article is best to learn the basics of module creation in Magento but it will be more helping if you write another article with more advance things like database handling etc

i found this article quite good too:http://www.magentocommerce.com/wiki/custom_module_with_custom_database_table


Thanks once again :)</description>
		<content:encoded><![CDATA[<p>Great Article!,</p>
<p>your article helped me a lot to clear my mind about module creation.<br />
This article is best to learn the basics of module creation in Magento but it will be more helping if you write another article with more advance things like database handling etc</p>
<p>i found this article quite good too:http://www.magentocommerce.com/wiki/custom_module_with_custom_database_table</p>
<p>Thanks once again <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-634</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Sun, 30 Nov 2008 17:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-634</guid>
		<description>First of all thanks for the tut. I created exactly like you said, but i am not able to get the reqd output. Is there any method to debug. Thankyou!!</description>
		<content:encoded><![CDATA[<p>First of all thanks for the tut. I created exactly like you said, but i am not able to get the reqd output. Is there any method to debug. Thankyou!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriforum</title>
		<link>http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/comment-page-1#comment-497</link>
		<dc:creator>sriforum</dc:creator>
		<pubDate>Thu, 20 Nov 2008 04:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=272#comment-497</guid>
		<description>Thanks a lot for all your help to understand on how to write a custom modules to begin with. I&#039;ve bookmarked you for future reference. Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks a lot for all your help to understand on how to write a custom modules to begin with. I&#8217;ve bookmarked you for future reference. Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
