<?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 Subesh Pokhrel&#039;s Blog - Magento Development Tips</title>
	<atom:link href="http://subesh.com.np/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://subesh.com.np</link>
	<description>PHP &#38; Magento Tips and Tutorials</description>
	<lastBuildDate>Thu, 17 May 2012 05:29:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Working with AJAX in Magento by N.G.Ashok kumar</title>
		<link>http://subesh.com.np/2009/11/working-with-ajax-in-magento/#comment-720</link>
		<dc:creator>N.G.Ashok kumar</dc:creator>
		<pubDate>Thu, 17 May 2012 05:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=82#comment-720</guid>
		<description>Hi Subesh,
   Your post on ajax is good i think, but for a developer like me who is a newbie in magento and ajax its just... i can&#039;t understand it at all... can explain it a little clearly.. because i&#039;m looking for a module that loads the subcategories using ajax.. i need to know where to use these coding i mean like u said &quot;Now to Call Ajax, use the following lines&quot; but use these lines where...</description>
		<content:encoded><![CDATA[<p>Hi Subesh,<br />
   Your post on ajax is good i think, but for a developer like me who is a newbie in magento and ajax its just&#8230; i can&#8217;t understand it at all&#8230; can explain it a little clearly.. because i&#8217;m looking for a module that loads the subcategories using ajax.. i need to know where to use these coding i mean like u said &#8220;Now to Call Ajax, use the following lines&#8221; but use these lines where&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Block From the Code in Magento by narendra</title>
		<link>http://subesh.com.np/2009/12/creating-block-code-magento/#comment-716</link>
		<dc:creator>narendra</dc:creator>
		<pubDate>Fri, 11 May 2012 15:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=164#comment-716</guid>
		<description>nice i get the right solution thanks!</description>
		<content:encoded><![CDATA[<p>nice i get the right solution thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Resize In Magento &amp; cache the resized image by Bart</title>
		<link>http://subesh.com.np/2009/11/image-resize-magento-cache-resized-image/#comment-715</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Wed, 09 May 2012 18:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=105#comment-715</guid>
		<description>Thanks for this. Easy to implement and so very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for this. Easy to implement and so very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Backend-Admin URL with Key and Parameters in Magento by thank</title>
		<link>http://subesh.com.np/2010/03/generating-backend-admin-url-key-parameters-magento/#comment-713</link>
		<dc:creator>thank</dc:creator>
		<pubDate>Wed, 02 May 2012 21:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=228#comment-713</guid>
		<description>You are my saver.</description>
		<content:encoded><![CDATA[<p>You are my saver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Custom Table for Custom Module in Magento by Arthur Buckley</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-712</link>
		<dc:creator>Arthur Buckley</dc:creator>
		<pubDate>Wed, 02 May 2012 11:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-712</guid>
		<description>Thank you for your usefull information.I like this kind of post which tell us much wonderfull massage.</description>
		<content:encoded><![CDATA[<p>Thank you for your usefull information.I like this kind of post which tell us much wonderfull massage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxify v1.0.0 : Extension to Help in working with Ajax in Magento Released on Magento Connect. by Simon</title>
		<link>http://subesh.com.np/2012/02/ajaxify-v1-0-0-extension-to-help-in-working-with-ajax-in-magento-released-on-magento-connect/#comment-711</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 01 May 2012 11:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=357#comment-711</guid>
		<description>Ok here is what I have found .... 

It would seem that the code is using the &quot;Default Config&quot; Secure Base Url.

System&gt; Configuration &gt; Web &gt; Secure

So when I installed an ssl for my first site to go live and changed the url here to get the benefit of the ssl on the admin pages it caused the location to be wrong on any ajaxify calls on any url other that that on the base secure url.

Still looking through your code to see if I can identify where you call this variable. If you can point me in the right direct would be great that way I can use your module for multi live sites.

Thanks</description>
		<content:encoded><![CDATA[<p>Ok here is what I have found &#8230;. </p>
<p>It would seem that the code is using the &#8220;Default Config&#8221; Secure Base Url.</p>
<p>System&gt; Configuration &gt; Web &gt; Secure</p>
<p>So when I installed an ssl for my first site to go live and changed the url here to get the benefit of the ssl on the admin pages it caused the location to be wrong on any ajaxify calls on any url other that that on the base secure url.</p>
<p>Still looking through your code to see if I can identify where you call this variable. If you can point me in the right direct would be great that way I can use your module for multi live sites.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxify v1.0.0 : Extension to Help in working with Ajax in Magento Released on Magento Connect. by Simon</title>
		<link>http://subesh.com.np/2012/02/ajaxify-v1-0-0-extension-to-help-in-working-with-ajax-in-magento-released-on-magento-connect/#comment-710</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 01 May 2012 11:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=357#comment-710</guid>
		<description>Thanks for the advice, I am wondering id this is a multi store issues? Looking into firebug the &quot;location&quot; in the response header is the wrong url. I have the correct url in the javascript when setting up the ajax object. So I assume that the message.phtml file isn&#039;t setup for pulling a multi stores url... maybe I don&#039;t know? I&#039;ll dig a little deeper and report back if I find anything.</description>
		<content:encoded><![CDATA[<p>Thanks for the advice, I am wondering id this is a multi store issues? Looking into firebug the &#8220;location&#8221; in the response header is the wrong url. I have the correct url in the javascript when setting up the ajax object. So I assume that the message.phtml file isn&#8217;t setup for pulling a multi stores url&#8230; maybe I don&#8217;t know? I&#8217;ll dig a little deeper and report back if I find anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxify v1.0.0 : Extension to Help in working with Ajax in Magento Released on Magento Connect. by Subesh Pokhrel</title>
		<link>http://subesh.com.np/2012/02/ajaxify-v1-0-0-extension-to-help-in-working-with-ajax-in-magento-released-on-magento-connect/#comment-709</link>
		<dc:creator>Subesh Pokhrel</dc:creator>
		<pubDate>Tue, 01 May 2012 10:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=357#comment-709</guid>
		<description>I&#039;d recommend you to use Firebug to see the XMLHTTP request/response first And try to figure out if the request/response are exactly what you want. Next would be make sure your messages are rightly set to the session as defined in the example. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend you to use Firebug to see the XMLHTTP request/response first And try to figure out if the request/response are exactly what you want. Next would be make sure your messages are rightly set to the session as defined in the example. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxify v1.0.0 : Extension to Help in working with Ajax in Magento Released on Magento Connect. by Simon</title>
		<link>http://subesh.com.np/2012/02/ajaxify-v1-0-0-extension-to-help-in-working-with-ajax-in-magento-released-on-magento-connect/#comment-708</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 01 May 2012 10:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=357#comment-708</guid>
		<description>I have been using this module for a couple of weeks while under development. Was working perfectly, now for no apparent reason seems to have just suddenly stopped working. No new modules, no major changes and perhaps worst of all no errors to indicate the problem.

Can you give so tips on debugging this. I have rolled back everything to a default version of the ajaxify code and reworked through the example. I know that the button I have thrown on the page is calling the javascript because I have added alerts before and after the :


    var ajxObj =  new SpAjaxify(&#039;getUrl(&#039;ajaxify/index/test&#039;) ?&gt;&#039;, {id: &#039;12&#039;});
    ajxObj.request();

I get the gif loading popup for the smallest amount of time but i get no message pop up at all to indicate that I am in the function. I have tried writing to a file to see if it is indeed getting in the controller but not rendering the message but nothing.

How can I identify what has gone wrong with the use of your module?</description>
		<content:encoded><![CDATA[<p>I have been using this module for a couple of weeks while under development. Was working perfectly, now for no apparent reason seems to have just suddenly stopped working. No new modules, no major changes and perhaps worst of all no errors to indicate the problem.</p>
<p>Can you give so tips on debugging this. I have rolled back everything to a default version of the ajaxify code and reworked through the example. I know that the button I have thrown on the page is calling the javascript because I have added alerts before and after the :</p>
<p>    var ajxObj =  new SpAjaxify(&#8216;getUrl(&#8216;ajaxify/index/test&#8217;) ?&gt;&#8217;, {id: &#8217;12&#8242;});<br />
    ajxObj.request();</p>
<p>I get the gif loading popup for the smallest amount of time but i get no message pop up at all to indicate that I am in the function. I have tried writing to a file to see if it is indeed getting in the controller but not rendering the message but nothing.</p>
<p>How can I identify what has gone wrong with the use of your module?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Backend-Admin URL with Key and Parameters in Magento by Abel</title>
		<link>http://subesh.com.np/2010/03/generating-backend-admin-url-key-parameters-magento/#comment-707</link>
		<dc:creator>Abel</dc:creator>
		<pubDate>Fri, 27 Apr 2012 14:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=228#comment-707</guid>
		<description>Great!!!
Thank for the information.</description>
		<content:encoded><![CDATA[<p>Great!!!<br />
Thank for the information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

