<?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 for Explore Magento</title>
	<atom:link href="http://www.exploremagento.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exploremagento.com</link>
	<description>Magento Design and Development Information</description>
	<lastBuildDate>Wed, 30 Jun 2010 05:20:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Changing Product Tabs from JavaScript to CSS by siyaram</title>
		<link>http://www.exploremagento.com/magento/changing-product-tabs-from-javascript-to-css.php/comment-page-1#comment-987</link>
		<dc:creator>siyaram</dc:creator>
		<pubDate>Wed, 30 Jun 2010 05:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=189#comment-987</guid>
		<description>nice posts,really Thanks</description>
		<content:encoded><![CDATA[<p>nice posts,really Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing the Footer in a stock magento build by Kevin</title>
		<link>http://www.exploremagento.com/magento/editing-the-footer-in-a-stock-magento-build.php/comment-page-1#comment-986</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=21#comment-986</guid>
		<description>There&#039;s a better way to edit the footer links (and the toplinks) in Magento without editing any core xml files that may need to be updated in a Magento upgrade.  It uses a local.xml file.

Here&#039;s a great article about how to implement a local.xml file. &lt;a href=&quot;http://classyllama.com/development/magento-development/the-better-way-to-modify-magento-layout/&quot; rel=&quot;nofollow&quot;&gt;http://classyllama.com/development/magento-development/the-better-way-to-modify-magento-layout/&lt;/a&gt;

And here&#039;s the article on editing the footer links. &lt;a href=&quot;http://classyllama.com/development/magento-development/editing-magentos-footer-links/&quot; rel=&quot;nofollow&quot;&gt;http://classyllama.com/development/magento-development/editing-magentos-footer-links/&lt;/a&gt;

Here&#039;s the article about editing Magento&#039;s top links. &lt;a href=&quot;http://classyllama.com/development/magento-development/editing-magentos-top-links-the-better-way/&quot; rel=&quot;nofollow&quot;&gt;http://classyllama.com/development/magento-development/editing-magentos-top-links-the-better-way/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There&#8217;s a better way to edit the footer links (and the toplinks) in Magento without editing any core xml files that may need to be updated in a Magento upgrade.  It uses a local.xml file.</p>
<p>Here&#8217;s a great article about how to implement a local.xml file. <a href="http://classyllama.com/development/magento-development/the-better-way-to-modify-magento-layout/" rel="nofollow">http://classyllama.com/development/magento-development/the-better-way-to-modify-magento-layout/</a></p>
<p>And here&#8217;s the article on editing the footer links. <a href="http://classyllama.com/development/magento-development/editing-magentos-footer-links/" rel="nofollow">http://classyllama.com/development/magento-development/editing-magentos-footer-links/</a></p>
<p>Here&#8217;s the article about editing Magento&#8217;s top links. <a href="http://classyllama.com/development/magento-development/editing-magentos-top-links-the-better-way/" rel="nofollow">http://classyllama.com/development/magento-development/editing-magentos-top-links-the-better-way/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to override a Magento core block class by anciwasim</title>
		<link>http://www.exploremagento.com/magento/override-a-magento-core-block-class.php/comment-page-1#comment-984</link>
		<dc:creator>anciwasim</dc:creator>
		<pubDate>Wed, 23 Jun 2010 12:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.getfido.net/blog/?p=106#comment-984</guid>
		<description>Hello, 
    
 If i wanted to override method of continue shopping button, how can i do that.
Location :  /app/core/Mage/Checkout/Block/Cart.php
  public function getContinueShoppingUrl()
    {
        $url = $this-&gt;getData(&#039;continue_shopping_url&#039;);
        if (is_null($url)) {
            $url = Mage::getSingleton(&#039;checkout/session&#039;)-&gt;getContinueShoppingUrl(true);
            if (!$url) {
                $url = Mage::getUrl();
            }
            $this-&gt;setData(&#039;continue_shopping_url&#039;, $url);
        }
        return $url;
    }</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p> If i wanted to override method of continue shopping button, how can i do that.<br />
Location :  /app/core/Mage/Checkout/Block/Cart.php<br />
  public function getContinueShoppingUrl()<br />
    {<br />
        $url = $this-&gt;getData(&#8217;continue_shopping_url&#8217;);<br />
        if (is_null($url)) {<br />
            $url = Mage::getSingleton(&#8217;checkout/session&#8217;)-&gt;getContinueShoppingUrl(true);<br />
            if (!$url) {<br />
                $url = Mage::getUrl();<br />
            }<br />
            $this-&gt;setData(&#8217;continue_shopping_url&#8217;, $url);<br />
        }<br />
        return $url;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move mini-cart in the sidebar to the header (or anywhere) in Magento by Mindaugas</title>
		<link>http://www.exploremagento.com/magento/move-cart-to-header-or-anywhere-in-magento.php/comment-page-1#comment-983</link>
		<dc:creator>Mindaugas</dc:creator>
		<pubDate>Mon, 21 Jun 2010 14:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=8#comment-983</guid>
		<description>I am to add shopping cart to homepage`s right column. My php/css knowledge is limited. So any information how to do that would be very helpful.</description>
		<content:encoded><![CDATA[<p>I am to add shopping cart to homepage`s right column. My php/css knowledge is limited. So any information how to do that would be very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick debugging tip by optimizacija strani</title>
		<link>http://www.exploremagento.com/magento/quick-debugging-tip.php/comment-page-1#comment-982</link>
		<dc:creator>optimizacija strani</dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=45#comment-982</guid>
		<description>Im developing new module and i really need log functionality.

I set backend-&gt;Log settings-&gt;enabled: yes
System Log File Name: system.log
Logging from Mage::log(). File is located in {{base_dir}}/var/log

I created the folder, permission 777

i put Mage::log(&quot;Log this&quot;); in index.php AND my module...

but nothing ever logs in. What could be wrong???

Thank you very much, i really need this!</description>
		<content:encoded><![CDATA[<p>Im developing new module and i really need log functionality.</p>
<p>I set backend-&gt;Log settings-&gt;enabled: yes<br />
System Log File Name: system.log<br />
Logging from Mage::log(). File is located in {{base_dir}}/var/log</p>
<p>I created the folder, permission 777</p>
<p>i put Mage::log(&#8221;Log this&#8221;); in index.php AND my module&#8230;</p>
<p>but nothing ever logs in. What could be wrong???</p>
<p>Thank you very much, i really need this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a simple custom module by John</title>
		<link>http://www.exploremagento.com/magento/simple-custom-module.php/comment-page-3#comment-981</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.getfido.net/blog/?p=86#comment-981</guid>
		<description>This is very nice but you have any article to show how to create new table and insert &amp; update query fire on that table using creating new magento module. 

And this article is very helpful to us so thanks for that</description>
		<content:encoded><![CDATA[<p>This is very nice but you have any article to show how to create new table and insert &amp; update query fire on that table using creating new magento module. </p>
<p>And this article is very helpful to us so thanks for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New look and feel! by Nelson</title>
		<link>http://www.exploremagento.com/magento/new-look-and-feel.php/comment-page-1#comment-980</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Tue, 15 Jun 2010 07:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=179#comment-980</guid>
		<description>I am a newbie in Magento. Wanna know abt this in depth.</description>
		<content:encoded><![CDATA[<p>I am a newbie in Magento. Wanna know abt this in depth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to override a Magento core block class by stef</title>
		<link>http://www.exploremagento.com/magento/override-a-magento-core-block-class.php/comment-page-1#comment-979</link>
		<dc:creator>stef</dc:creator>
		<pubDate>Mon, 14 Jun 2010 21:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.getfido.net/blog/?p=106#comment-979</guid>
		<description>great tutorial but if you use Firebug, won&#039;t all make it easier?</description>
		<content:encoded><![CDATA[<p>great tutorial but if you use Firebug, won&#8217;t all make it easier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run Magento Code Outside of Magento by sbditto</title>
		<link>http://www.exploremagento.com/magento/run-magento-code-outside-of-magento.php/comment-page-2#comment-978</link>
		<dc:creator>sbditto</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=142#comment-978</guid>
		<description>@iwalon check out this blog article for wordpress
http://mysillypointofview.wordpress.com/2010/04/08/how-to-use-magentos-session-within-wordpress/</description>
		<content:encoded><![CDATA[<p>@iwalon check out this blog article for wordpress<br />
<a href="http://mysillypointofview.wordpress.com/2010/04/08/how-to-use-magentos-session-within-wordpress/" rel="nofollow">http://mysillypointofview.wordpress.com/2010/04/08/how-to-use-magentos-session-within-wordpress/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing the Magento Navigation by steini</title>
		<link>http://www.exploremagento.com/magento/editing-the-navigation.php/comment-page-1#comment-976</link>
		<dc:creator>steini</dc:creator>
		<pubDate>Tue, 08 Jun 2010 18:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.getfido.net/blog/?p=74#comment-976</guid>
		<description>Hello,

how can I add another navigation, to display a second root category?
Haven&#039;t found anything on the web so far.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>how can I add another navigation, to display a second root category?<br />
Haven&#8217;t found anything on the web so far.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
