<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Expert Coder</title>
	<atom:link href="http://sabujcse.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sabujcse.wordpress.com</link>
	<description>Computer Science and Engineering</description>
	<lastBuildDate>Mon, 23 Jan 2012 04:59:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sabujcse.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Expert Coder</title>
		<link>http://sabujcse.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sabujcse.wordpress.com/osd.xml" title="Expert Coder" />
	<atom:link rel='hub' href='http://sabujcse.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Remove registry data magento</title>
		<link>http://sabujcse.wordpress.com/2012/01/23/remove-registry-data-magento/</link>
		<comments>http://sabujcse.wordpress.com/2012/01/23/remove-registry-data-magento/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 04:59:51 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=299</guid>
		<description><![CDATA[To remove magento registry data use this code<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=299&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To remove magento registry data use this code<br />
<pre class="brush: php;">
Mage::unregister('registry_key')
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=299&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2012/01/23/remove-registry-data-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Get array index key</title>
		<link>http://sabujcse.wordpress.com/2011/12/23/get-array-index-key/</link>
		<comments>http://sabujcse.wordpress.com/2011/12/23/get-array-index-key/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 09:15:12 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=295</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=295&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><pre class="brush: php;">
&lt;?php
$color = array(
    'red' =&gt; '3',
    'white' =&gt; '5',
    'blue' =&gt; '3',
    'black' =&gt; '10');

while ($color_value = current($color)) {
    
        echo key($color).'&lt;br /&gt;';
   
    next($color);
}
?&gt;

</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=295&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/12/23/get-array-index-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Display custom customer field in admin at  magento 1.6</title>
		<link>http://sabujcse.wordpress.com/2011/11/22/display-custom-customer-field-in-admin-at-magento-1-6/</link>
		<comments>http://sabujcse.wordpress.com/2011/11/22/display-custom-customer-field-in-admin-at-magento-1-6/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 08:47:18 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=292</guid>
		<description><![CDATA[To make the new customer attributes saveable in frontend (register and edit) and display admin section execute this code. To make the new customer address attributes saveable in frontend (register and edit) and display admin section execute this<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=292&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To make the new customer attributes saveable in frontend (register and edit) and display admin section execute this code.</p>
<p><pre class="brush: php;">
eavConfig = Mage::getSingleton('eav/config');
$attribute = $eavConfig-&gt;getAttribute('customer', 'your_new_attribute');
$attribute-&gt;setData('used_in_forms',   array('customer_account_edit',
                                             'customer_account_create',
                                             'adminhtml_customer'));
$attribute-&gt;save();

</pre></p>
<p>To make the new customer address attributes saveable in frontend (register and edit) and display admin section execute this </p>
<p><pre class="brush: php;">
eavConfig = Mage::getSingleton('eav/config');
$attribute = $eavConfig-&gt;getAttribute('customer_address', 'your_new_attribute');
$attribute-&gt;setData('used_in_forms',   array('customer_register_address',
                                             'ccustomer_address_edit',
                                             'adminhtml_customer_addres'));
$attribute-&gt;save();
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=292&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/11/22/display-custom-customer-field-in-admin-at-magento-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy tab IE9 problem</title>
		<link>http://sabujcse.wordpress.com/2011/09/15/easy-tab-ie9-problem-solved/</link>
		<comments>http://sabujcse.wordpress.com/2011/09/15/easy-tab-ie9-problem-solved/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 07:10:15 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Easy tab ie problem]]></category>
		<category><![CDATA[Easy tab problem]]></category>
		<category><![CDATA[Magento easy tab]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=287</guid>
		<description><![CDATA[Easy tab not working on IE9? You can fix this problem by changing to at frontend\default\default\template\easytabs\tabs.phtml<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=287&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Easy tab not working on IE9? You can fix this problem by changing<br />
<pre class="brush: php;">
showContent: function(a) {
    var li = $(a.parentNode), ul = $(li.parentNode);
    ul.select('li', 'ol').each(function(el){
      var contents = $(el.id+'_contents');
      if (el==li) {
        el.addClassName('active');
        contents.show();
      } else {
        el.removeClassName('active');
        contents.hide();
      }
    });
  } 
</pre><br />
to<br />
<pre class="brush: php;">
showContent: function(a) {
    var li = $(a.parentNode), ul = $(li.parentNode);
    ul.select('li').each(function(el){
      var contents = $(el.id+'_contents');
      if (el==li) {
        el.addClassName('active');
        contents.show();
      } else {
        el.removeClassName('active');
        contents.hide();
      }
    });
  } 
</pre></p>
<p>at frontend\default\default\template\easytabs\tabs.phtml</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=287&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/09/15/easy-tab-ie9-problem-solved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove duplicate image from lightbox</title>
		<link>http://sabujcse.wordpress.com/2011/09/13/remove-duplicate-image-from-lightbox/</link>
		<comments>http://sabujcse.wordpress.com/2011/09/13/remove-duplicate-image-from-lightbox/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 06:30:52 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=284</guid>
		<description><![CDATA[Some time lightbox show same image more than one. To avoid duplicate image change function from lightbox.js<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=284&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some time lightbox show same image more than one. To avoid duplicate image change function from lightbox.js<br />
<pre class="brush: php;">
uniq();	 to invoke(&quot;toJSON&quot;).uniq().invoke(&quot;evalJSON&quot;);
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=284&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/09/13/remove-duplicate-image-from-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento filter attribute</title>
		<link>http://sabujcse.wordpress.com/2011/08/20/magento-filter-attribute/</link>
		<comments>http://sabujcse.wordpress.com/2011/08/20/magento-filter-attribute/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:29:55 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=281</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=281&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><pre class="brush: php;">
// - array(&quot;from&quot;=&gt;$fromValue, &quot;to&quot;=&gt;$toValue)
// - array(&quot;like&quot;=&gt;$likeValue)
// - array(&quot;neq&quot;=&gt;$notEqualValue)
// - array(&quot;in&quot;=&gt;array($inValues))
// - array(&quot;nin&quot;=&gt;array($notInValues))
// - array(&quot;eq&quot;=&gt;$equal)
// - array(&quot;nlike&quot;=&gt;$notlike )
// - array(&quot;is&quot;=&gt;$is )
// - array(&quot;gt&quot;=&gt;$greaterthan )
// - array(&quot;lt&quot;=&gt;$lessthan )
// - array(&quot;gteq&quot;=&gt;$greterthanequal )
// - array(&quot;lteq&quot;=&gt;$lessthanequal )
// - array(&quot;finset&quot;=&gt;$unknown ) 
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=281&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/08/20/magento-filter-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Display category products with pagination at magento cms page</title>
		<link>http://sabujcse.wordpress.com/2011/07/19/display-category-products-with-pagination-at-magento-cms-page/</link>
		<comments>http://sabujcse.wordpress.com/2011/07/19/display-category-products-with-pagination-at-magento-cms-page/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 07:10:25 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=279</guid>
		<description><![CDATA[Add the following XML to your Layout Update XML on your CMS page in: Admin &#62; CMS &#62; Pages &#62; Your CMS Page Name &#62; Design &#62; Layout Update XML<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=279&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Add the following XML to your Layout Update XML on your CMS page in:<br />
Admin &gt; CMS &gt; Pages &gt; Your CMS Page Name &gt; Design &gt; Layout Update XML<br />
<pre class="brush: php;">
&lt;reference name=&quot;content&quot;&gt;
&lt;block type=&quot;catalog/product_list&quot; name=&quot;home&quot; template=&quot;catalog/product/list.phtml&quot;&gt;
&lt;action method=&quot;setCategoryId&quot;&gt;&lt;category_id&gt;your_category_id&lt;/category_id&gt;&lt;/action&gt;
&lt;block type=&quot;catalog/product_list_toolbar&quot; name=&quot;product_list_toolbar&quot; template=&quot;catalog/product/list/toolbar.phtml&quot;&gt;
&lt;block type=&quot;page/html_pager&quot; name=&quot;product_list_toolbar_pager&quot;/&gt;
&lt;/block&gt;
&lt;action method=&quot;setToolbarBlockName&quot;&gt;&lt;name&gt;product_list_toolbar&lt;/name&gt;&lt;/action&gt;
&lt;/block&gt;
&lt;/reference&gt;
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=279&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/07/19/display-category-products-with-pagination-at-magento-cms-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Design technique of order success page</title>
		<link>http://sabujcse.wordpress.com/2011/07/15/design-technique-of-order-success-page/</link>
		<comments>http://sabujcse.wordpress.com/2011/07/15/design-technique-of-order-success-page/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 06:55:15 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=275</guid>
		<description><![CDATA[Some time we face problem when we try to design order success page.Because, we can see success page when we place order. If we refresh page then success page gone away.If we want to see success page again, then we need to place order again. Its is a big problem for developer. You can easily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=275&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some time we face problem when we try to design order success page.Because, we can see success page when we place order. If we refresh page then success page gone away.If we want to see success page again, then we need  to place order again. Its is a big problem for developer.</p>
<p>You can easily design order success page. Just comment out some code in successAction (/app/code/core/Mage/Checkout/controllers/OnepageController.php).<br />
Change this code<br />
<pre class="brush: php;">
    public function successAction()
    {
        $session = $this-&gt;getOnepage()-&gt;getCheckout();
        if (!$session-&gt;getLastSuccessQuoteId()) {
            $this-&gt;_redirect('checkout/cart');
            return;
        }

        $lastQuoteId = $session-&gt;getLastQuoteId();
        $lastOrderId = $session-&gt;getLastOrderId();
        $lastRecurringProfiles = $session-&gt;getLastRecurringProfileIds();
        if (!$lastQuoteId || (!$lastOrderId &amp;&amp; empty($lastRecurringProfiles))) {
            $this-&gt;_redirect('checkout/cart');
            return;
        }

        $session-&gt;clear();
        $this-&gt;loadLayout();
        $this-&gt;_initLayoutMessages('checkout/session');
        Mage::dispatchEvent('checkout_onepage_controller_success_action', array('order_ids' =&gt; array($lastOrderId)));
        $this-&gt;renderLayout();
    }

</pre></p>
<p>to</p>
<p><pre class="brush: php;">
    public function successAction()
    {
        /*$session = $this-&gt;getOnepage()-&gt;getCheckout();
        if (!$session-&gt;getLastSuccessQuoteId()) {
            $this-&gt;_redirect('checkout/cart');
            return;
        }

        $lastQuoteId = $session-&gt;getLastQuoteId();
        $lastOrderId = $session-&gt;getLastOrderId();
        $lastRecurringProfiles = $session-&gt;getLastRecurringProfileIds();
        if (!$lastQuoteId || (!$lastOrderId &amp;&amp; empty($lastRecurringProfiles))) {
            $this-&gt;_redirect('checkout/cart');
            return;
        }

        $session-&gt;clear();*/

        $this-&gt;loadLayout();
        $this-&gt;_initLayoutMessages('checkout/session');
        Mage::dispatchEvent('checkout_onepage_controller_success_action', array('order_ids' =&gt; array($lastOrderId)));
        $this-&gt;renderLayout();
    }

</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=275&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/07/15/design-technique-of-order-success-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Display magento custom variable in phtml file</title>
		<link>http://sabujcse.wordpress.com/2011/07/12/display-magento-custom-variable-in-phtml-file/</link>
		<comments>http://sabujcse.wordpress.com/2011/07/12/display-magento-custom-variable-in-phtml-file/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 06:30:08 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=271</guid>
		<description><![CDATA[You can show custom variable in your phtml file.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=271&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can show custom variable in your phtml file.<br />
<pre class="brush: php;">
Mage::getModel('core/variable')-&gt;loadByCode('your_variable_code')-&gt;getValue('text') ;
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=271&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/07/12/display-magento-custom-variable-in-phtml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Call to a member function extend() on a non-object</title>
		<link>http://sabujcse.wordpress.com/2011/07/03/call-to-a-member-function-extend-on-a-non-object/</link>
		<comments>http://sabujcse.wordpress.com/2011/07/03/call-to-a-member-function-extend-on-a-non-object/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 16:21:44 +0000</pubDate>
		<dc:creator>sabuj</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sabujcse.wordpress.com/?p=268</guid>
		<description><![CDATA[I solved this problem using query below. Just execute this query to your database.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=268&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I solved this problem using query below.<br />
<pre class="brush: php;">
UPDATE `core_store` SET `store_id` = 0 WHERE `code` like 'admin';
UPDATE `core_website` SET `website_id` = 0 WHERE `code` like 'admin';
UPDATE `customer_group` SET `customer_group_id` = 0 WHERE `customer_group_code` like 'NOT LOGGED IN'; 
</pre></p>
<p>Just execute this query to your database.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sabujcse.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sabujcse.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sabujcse.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sabujcse.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sabujcse.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sabujcse.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sabujcse.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sabujcse.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sabujcse.wordpress.com&amp;blog=3000252&amp;post=268&amp;subd=sabujcse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sabujcse.wordpress.com/2011/07/03/call-to-a-member-function-extend-on-a-non-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/788d028389f39a5964550fc3637cd69d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sabuj</media:title>
		</media:content>
	</item>
	</channel>
</rss>
