<?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/"
	>

<channel>
	<title>Dx3webs &#187; e-commerce</title>
	<atom:link href="http://dx3webs.com/front/tag/e-commerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Wed, 16 May 2012 14:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Correct out dated pear version while installing magento 1.4.2 ( 1.7.1 / 1.9.1 )</title>
		<link>http://dx3webs.com/front/2011/01/correct-out-dated-pear-version-while-installing-magento-1-4-2-1-7-1-1-9-1/</link>
		<comments>http://dx3webs.com/front/2011/01/correct-out-dated-pear-version-while-installing-magento-1-4-2-1-7-1-1-9-1/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 22:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[1.4.2]]></category>
		<category><![CDATA[1.7.1]]></category>
		<category><![CDATA[1.9.1]]></category>
		<category><![CDATA[downloader]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=757</guid>
		<description><![CDATA[Another version of magneto and another installation method. This one seems to be causing some bother. If you are using the pear installer to download the latest version of Magento there are quite a few people running into the following: Is the error message states the 1.4.2 requires a new version of pear then the [...]]]></description>
			<content:encoded><![CDATA[<p>Another version of magneto and another installation method. This one seems to be causing some bother.  If you are using the pear installer to download the latest version of Magento there are quite a few people running into the following:</p>
<pre class="brush: php; title: ; notranslate">pear/Console_Getopt requires PEAR Installer (version &gt;= 1.9.1), installed version is 1.7.1 </pre>
<p>Is the error message states the 1.4.2 requires a new version of pear then the one included in the download package.. go figure.  In order to force an update of pear do the following via ssh</p>
<p>1. Initialise PEAR registry… </p>
<pre class="brush: php; title: ; notranslate">./pear mage-setup</pre>
<p>2. </p>
<pre class="brush: php; title: ; notranslate">./pear channel-update pear.php.net
./pear upgrade --force PEAR
</pre>
<p>repeat again if you get any errors.</p>
<p>Then run the upgrade (via ssh or the online installer)</p>
<pre class="brush: php; title: ; notranslate">./pear install magento-core/Mage_All_Latest-stable</pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/01/correct-out-dated-pear-version-while-installing-magento-1-4-2-1-7-1-1-9-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to put your magento site into maintainance mode for everyone but you</title>
		<link>http://dx3webs.com/front/2011/01/how-to-put-your-magento-site-into-maintainance-mode-for-everyone-but-you/</link>
		<comments>http://dx3webs.com/front/2011/01/how-to-put-your-magento-site-into-maintainance-mode-for-everyone-but-you/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 22:48:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=743</guid>
		<description><![CDATA[All you need to do to put magento into maintainance mode is to create a new file called maintenance.flag in the root.. and err that&#8217;s it If you dont want to freeze yourself out you can edit index.php around line 57 add ( where xxx.xxx.xxx.xxx is your ip addresses. ) then change the line if [...]]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-2699' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
Occasionally you may need to lock customers out of your site.  This may be so you can work on a new UI or because something has gone wrong and you need to fix it before someone sees it.  However, it would be good if you can still see the site so that you can check your own progress.<br />
</div></div><span id="more-743"></span></p>
<p>All you need to do to put magento into maintainance mode is to create a new file called</p>
<p>maintenance.flag</p>
<p>in the root.. and err that&#8217;s it</p>
<p>If you dont want to freeze yourself out you can edit index.php</p>
<p>around line 57 add</p>
<pre class="brush: php; title: ; notranslate">
$ip = $_SERVER['REMOTE_ADDR'];

$allowed = array('xxx.xxx.xxx.xxx','xxx.xxx.xxx.xxx');
</pre>
<p>( where xxx.xxx.xxx.xxx is your  ip addresses. )</p>
<p>then change the line</p>
<p>if (file_exists($maintenanceFile)) {<br />
to<br />
if (file_exists($maintenanceFile) &#038;&#038; !in_array($ip, $allowed)) { </p>
<p>you can see the site and anyone else will get maintenance.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/01/how-to-put-your-magento-site-into-maintainance-mode-for-everyone-but-you/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magento : How fast is fast? Best bang per buck UK hosting.</title>
		<link>http://dx3webs.com/front/2010/12/magento-how-fast-is-fast-best-bang-per-buck-uk-hosting/</link>
		<comments>http://dx3webs.com/front/2010/12/magento-how-fast-is-fast-best-bang-per-buck-uk-hosting/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 22:41:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[centre]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=639</guid>
		<description><![CDATA[To give you an idea of how responsive our setup is take a look at this. Free Speed test test the page load time of sites from various locations around the world.  The results here show the page load time of our demo site.  As you can see we are returning sub-half second load time [...]]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-3993' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
Magento is a powerful e-commerce platform with a fantastic range of features.  With the community editions anyone who wants to can setup, maintain and manage an online business for less than 50p per day.  However, these features come at a cost.  Magento is notorious for is performance issues. What your customers need is a site in front of them the moment the click your site or your products. At dx3webs we believe we offer a great price / performance for our hosting with the additional benefit of unlimited technical support.</div></div><br />
<span id="more-639"></span></p>
<p>To give you an idea of how responsive our setup is take a look at this. <a href="http://www.freespeedtest.com/">Free Speed test</a> test the page load time of sites from various locations around the world.  The results here show the page load time of our demo site.  As you can see we are returning sub-half second load time in the UK and sub-second time for EU and Eastern USA. With sub 2 seconds as far out as Australia. Our customers are hosted in exactly the same data centre with the same setup and equipment as our demo store. No reverse proxies or jiggery pokery to make the demo site artificially faster,</p>
<p style="text-align: center;"><a href="http://dx3webs.com/front/wp-content/uploads/2010/10/fast.jpg"><img class="aligncenter size-full wp-image-644" title="fast" src="http://dx3webs.com/front/wp-content/uploads/2010/10/fast.jpg" alt="" width="533" height="351" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/12/magento-how-fast-is-fast-best-bang-per-buck-uk-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento : add icons to recently viewed items.</title>
		<link>http://dx3webs.com/front/2010/11/magento-add-icons-to-recently-viewed-items/</link>
		<comments>http://dx3webs.com/front/2010/11/magento-add-icons-to-recently-viewed-items/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 00:33:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[product_viewed.phtml]]></category>
		<category><![CDATA[recently]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[viewed]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=707</guid>
		<description><![CDATA[edit your themes template/reports/product_viewed.phtml Add this at a suitable locations reference and credit to Germán W on the Magento Boards : http://www.magentocommerce.com/boards/viewthread/24838/]]></description>
			<content:encoded><![CDATA[<div style='float:left; width:600px;' ><div id='stb-box-6281' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
Some themes do not provide a thumbnail for your recently viewed sidebar block. Adding this is simple.</div></div>
<p><span id="more-707"></span><br />
edit your themes</p>
<p>template/reports/product_viewed.phtml</p>
<p>Add this at a suitable locations</p>
<pre class="brush: php; title: ; notranslate">
&lt;div class=&quot;block-content&quot;&gt;
        &lt;ol id=&quot;recently-viewed-items&quot; class=&quot;mini-products-list&quot;&gt;
        &lt;?php foreach ($_products as $_item): ?&gt;
            &lt;li class=&quot;item&quot;&gt;
                &lt;a href=&quot;&lt;?php echo $this-&gt;getProductUrl($_item) ?&gt;&quot; class=&quot;product-image&quot;&gt;&lt;img src=&quot;&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($_item, 'small_image')-&gt;resize(50, 50) ?&gt;&quot; width=&quot;50&quot; height=&quot;50&quot; alt=&quot;&lt;?php echo $this-&gt;htmlEscape($_item-&gt;getName()) ?&gt;&quot; /&gt; &lt;/a&gt;
                &lt;div class=&quot;product-details&quot;&gt;&lt;p class=&quot;product-name&quot;&gt;&lt;a href=&quot;&lt;?php echo $this-&gt;getProductUrl($_item) ?&gt;&quot;&gt;&lt;?php echo $this-&gt;htmlEscape($_item-&gt;getName()) ?&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
            &lt;/li&gt;
        &lt;?php endforeach; ?&gt;
        &lt;/ol&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;decorateList('recently-viewed-items');&lt;/script&gt;
    &lt;/div&gt;
</pre>
<p>reference and credit to Germán W on the Magento Boards : http://www.magentocommerce.com/boards/viewthread/24838/</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/11/magento-add-icons-to-recently-viewed-items/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a Random Featured Product list on home page in Magento</title>
		<link>http://dx3webs.com/front/2010/10/how-to-create-a-random-featured-product-list-on-home-page-in-magento/</link>
		<comments>http://dx3webs.com/front/2010/10/how-to-create-a-random-featured-product-list-on-home-page-in-magento/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 23:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[random.php]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=620</guid>
		<description><![CDATA[If you want to show products from a specific category on your home page you can do this simply with on your home page which works fine.. however, if you want these products to be randomly selected you hit problems. The obvious thing to try is however, this displays random products from EVERY category!! The [...]]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-873' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
It seems some what amazing that such a simple request can be so tricky to track down. The scenario is simple. You want to display a set of products on your home page from a hidden category to  be randomly displayed.<br />
</div></div><br />
<span id="more-620"></span><br />
If you want to show products from a specific category on your home page you can do this simply with</p>
<pre class="brush: php; title: ; notranslate">
{{block type=&quot;catalog/product_list&quot; category_id=&quot;12&quot; template=&quot;catalog/product/list.phtml&quot;}}
</pre>
<p>on your home page which works fine.. however, if you want these products to be randomly selected you hit problems.</p>
<p>The obvious thing to try is</p>
<pre class="brush: php; title: ; notranslate">
{{block type=&quot;catalog/product_list_random&quot; category_id=&quot;12&quot; template=&quot;catalog/product/list.phtml&quot;}}
</pre>
<p>however, this displays random products from EVERY category!!</p>
<p>The reason for this is that the file random.php does not work as advertised so we need to create a new version that does. We do not want to break upgrade compatibility so create the following directory structure.</p>
<p>in <em>app/code/local create</em> <em>Mage/Catalog/Block/Product/List</em></p>
<p><em>eg mkdir -p <em>Mage/Catalog/Block/Product/List</em></em></p>
<p>In your new List directory create the following file called Random.php</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
class Mage_Catalog_Block_Product_List_Random extends Mage_Catalog_Block_Product_List
{
    protected function _getProductCollection()
    {
        if (is_null($this-&gt;_productCollection)) {
            $categoryID = $this-&gt;getCategoryId();
            if($categoryID)
            {
              $category = new Mage_Catalog_Model_Category();
              $category-&gt;load($categoryID); // this is category id
              $collection = $category-&gt;getProductCollection();
            } else
            {
              $collection = Mage::getResourceModel('catalog/product_collection');
            }
            Mage::getModel('catalog/layer')-&gt;prepareProductCollection($collection);
            $collection-&gt;getSelect()-&gt;order('rand()');
            $collection-&gt;addStoreFilter();
            $numProducts = $this-&gt;getNumProducts() ? $this-&gt;getNumProducts() : 3;
            $collection-&gt;setPage(1, $numProducts)-&gt;load();

            $this-&gt;_productCollection = $collection;
        }
        return $this-&gt;_productCollection;
    }
}
</pre>
<p>To call this on your home page open your Home page in CMS &gt; Static Pages</p>
<p>and in Content add</p>
<pre class="brush: php; title: ; notranslate">
{{block type=&quot;catalog/product_list_random&quot; category_id=&quot;YOUR_CATEGORY_ID&quot; template=&quot;catalog/product/list.phtml&quot; column_count=&quot;4&quot; num_products=&quot;12&quot;}}
</pre>
<p>Create a new hidden category and add the products you wish to randomly select from.  Find the category ID of this category and enter this number in the above place marker.</p>
<p>You will find that although you are seeing the Category display tool bar (drid view / list view / show.. etc) it has no effect on the layout. the default layout is 3 x 3 grid which is where column_count=&#8221;4&#8243; comes into play. Alter this to meet your themes needs. Same goes for num_products=&#8221;12&#8243;.</p>
<p>And that is that.</p>
<p>Don&#8217;t want to be looking at the grid.. hide it. (evil hack alert)</p>
<p>Add</p>
<pre class="brush: css; title: ; notranslate">
&lt;style type=&quot;text/css&quot;&gt;
.toolbar {display:none;}
&lt;/style&gt;
</pre>
<p>at the top of your Content area on the homepage CMS.  this will hide the tool bar for just the homepage.<br />
References:<br />
Thanks to mac75a here : http://www.magentocommerce.com/boards/viewthread/72319/ and andytm here: http://www.magentocommerce.com/boards/viewthread/72319/</p>
<div id='stb-container-7453' class='stb-container'><div id='stb-caption-box-7453' class='stb-alert-caption_box stb_caption' style="border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-image: url(none); padding-left: 5px; ">Looking for Optimised UK Magento Hosting</div><div id='stb-body-box-7453' class='stb-alert-body_box stb_body' style="color:#000; border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-color: #eeeeee; "><br />
<strong>Rock solid speed and reliability</strong><br />
Robust, reliable, fully backed up, secure <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">UK based Magento hosting</a> for £175 per year. Full details <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">here </a>or <a href="http://dx3webs.com/front/contact-us/">Contact us</a><br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/10/how-to-create-a-random-featured-product-list-on-home-page-in-magento/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>5 Extremely useful free Magento Extensions</title>
		<link>http://dx3webs.com/front/2010/09/5-extremely-useful-free-magento-extensions/</link>
		<comments>http://dx3webs.com/front/2010/09/5-extremely-useful-free-magento-extensions/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:01:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[flat]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[meanbee]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[postage]]></category>
		<category><![CDATA[rate]]></category>
		<category><![CDATA[royal mail]]></category>
		<category><![CDATA[royalmail]]></category>
		<category><![CDATA[shipping]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=606</guid>
		<description><![CDATA[1) Magento Social Bookmarking Services This is a very flexible means of adding a range of social networking buttons to your site or individual product pages. You can even change the way in which information is posted to different sites and comes with a good range of social sites pre-made. You can alter the buttons [...]]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-5895' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
Magento is great out of the box but&#8230; there are always things that it does not quite do.  This is where the vibrant community of extension builders comes in.  There is fantastic, growing number of extensions in the Magento Connect collection and many of the most useful are free.  That is not to say that a commercial extension will not be what you are looking for but free is good.<br />
</div></div><br />
<span id="more-606"></span></p>
<p>1) <a href="http://www.magentocommerce.com/extension/packages/module/2333/magento-social-bookmarking">Magento Social Bookmarking Services</a></p>
<p><a href="http://dx3webs.com/front/wp-content/uploads/2010/09/social.jpg"><img src="http://dx3webs.com/front/wp-content/uploads/2010/09/social-150x150.jpg" alt="" title="social" width="150" height="150" class="aligncenter size-thumbnail wp-image-608" /></a>This is a very flexible means of adding a range of social networking buttons to your site or individual product pages. You can even change the way in which information is posted to different sites and comes with a good range of social sites pre-made.  You can alter the buttons associated with the links via a simple addition to your Magento backend. It also allows the use of URL shortening services for use with twitter.</p>
<p>Installation is a little tricky.</p>
<p>You can call it in CMS pages with</p>
<pre class="brush: php; title: ; notranslate">
{{block type=&quot;socialbookmarking/bookmarks&quot; template=&quot;bookmarks/bookmarks.phtml&quot;}}
</pre>
<p>however, to have the links appear on your Product page you will need to add the following to your :<br />
app/design/frontend/xxxxx/xxxxx/layout/catalog.xml</p>
<pre class="brush: php; title: ; notranslate">
      &lt;!-- ... --&gt;
      &lt;reference name=&quot;content&quot;&gt;
            &lt;block type=&quot;catalog/product_view&quot; name=&quot;product.info&quot; template=&quot;catalog/product/view.phtml&quot;&gt;
            &lt;!-- ... --&gt;
                  &lt;block type=&quot;socialbookmarking/bookmarks&quot; name=&quot;bookmarks&quot; template=&quot;bookmarks/bookmarks.phtml&quot;/&gt;
            &lt;!-- ... --&gt;
            &lt;/block&gt;
      &lt;!-- ... --&gt;
      &lt;/reference&gt;
 &lt;/catalog_product_view&gt;
</pre>
<p>then in your:<br />
app/design/frontend/xxxxx/xxxxx/template/catalog/product/view.phtml</p>
<p>locate a suitable place where you wish the buttons to appear and add.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php echo $this-&gt;getChildHtml('bookmarks') ?&gt;
</pre>
<p>If you are looking for a great set of icons to go with this extension (the provided ones are a bit naff) take a look here : <a href="http://www.wpzoom.com/design/21-sets-of-free-social-bookmarking-icons-for-your-blog/">http://www.wpzoom.com/design/21-sets-of-free-social-bookmarking-icons-for-your-blog/</a></p>
<p>2) <a href="http://www.magentocommerce.com/magento-connect/IDEALIAGroup/extension/3224/ig-multi-flat-shipping">Multi-Flat Shipping module</a></p>
<p>If you wish have 2 flat rate eg a UK postage charge and a EU postage charge Magento can&#8217;t do this our of the box&#8230; we don&#8217;t know why either. However, this simple but effective extension will allow you to install up to 5 flat rate shipping costs.  Make sure to enable all the countries from which you are prepared to accept customers (system > config > general).  Then in the Flat rate backend  select which countries can use which flat rate (and selecting &#8220;Show Method if Not Applicable&#8221; to No) Your customers will only see the shipping rate that is applicable to their country.</p>
<p>3) <a href="http://www.magentocommerce.com/magento-connect/i960/extension/1477/">Admin Custom Shipping Rate</a><br />
If you wish to take manual orders in the backend it is often because the customer is actually in front of you.  For this reason it is useful if you can specify an exact postage cost eg zero.  This module will allow you to set any postage rate as you complete the manual order in the backend.  Very simple to install.</p>
<p>4) <a href="http://www.magentocommerce.com/magento-connect/Meanbee/extension/480/royalmail-shipping-options">Meanbee Royal Mail Domestic and International Shipping</a><br />
<a href="http://dx3webs.com/front/wp-content/uploads/2010/09/meanbee.jpg"><img src="http://dx3webs.com/front/wp-content/uploads/2010/09/meanbee-150x150.jpg" alt="" title="meanbee" width="150" height="150" class="aligncenter size-thumbnail wp-image-609" /></a>All hail Meanbee! Meanbee&#8217;s Royal Mail shipping extension was an essential module for OSCommerce and his work has continued into Magento.  This allows UK businesses to accurately charge the required postage for each product.  With a slight hack you can also tell it to remove options when a certain price level is reached eg to force customers to select an insured option.</p>
<p>5) <a href="http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1487/magento-easy-lightbox/reviews">Magento Easy Lightbox</a><br />
<a href="http://dx3webs.com/front/wp-content/uploads/2010/09/lightbox.jpg"><img src="http://dx3webs.com/front/wp-content/uploads/2010/09/lightbox-150x150.jpg" alt="" title="lightbox" width="150" height="150" class="aligncenter size-thumbnail wp-image-610" /></a>The default behaviour for Magento is to open a popup window when clicking on additional images.  This is one aspect of Magento that seems like it is out of the ark.  However, this incredibly easy to install extension turns the additional images into a lightbox effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/09/5-extremely-useful-free-magento-extensions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Magento error: Invalid method Mage_Catalog_Block_Product_List_Toolbar::isLastPage</title>
		<link>http://dx3webs.com/front/2010/09/magento-error-invalid-method-mage_catalog_block_product_list_toolbarislastpage/</link>
		<comments>http://dx3webs.com/front/2010/09/magento-error-invalid-method-mage_catalog_block_product_list_toolbarislastpage/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 15:08:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Invalid method Mage_Catalog_Block_Product_List_Toolbar]]></category>
		<category><![CDATA[mage]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=601</guid>
		<description><![CDATA[To Fix Copy this and paste in app/code/core/Mage/Core/Block/Template.php after this: To avoid having it get overwritten during next update create the following folders: app/code/local/Mage/Core/Block/ and add your new Template.php in there. source: http://www.magentocommerce.com/boards/viewthread/201998/#t259715]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-2474' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
This is an interesting bug that seems to affect some custom templates that have not been fully adapted to 4.1x. This causes some categories with a set number of products to throw the following error:</p>
<pre class="brush: php; title: ; notranslate">
Invalid method Mage_Catalog_Block_Product_List_Toolbar::isLastPage(Array
(
)
)

Trace:
#0 [internal function]: Varien_Object-&gt;__call(\'isLastPage\', Array)
</pre>
<p></div></div><br />
<span id="more-601"></span><br />
To Fix </p>
<p>Copy this</p>
<pre class="brush: php; title: ; notranslate">public function isLastPage()
    {
        return $this-&gt;getCollection()-&gt;getCurPage() &gt;= $this-&gt;getLastPageNum();
    }
</pre>
<p>and paste in app/code/core/Mage/Core/Block/Template.php after this: </p>
<pre class="brush: php; title: ; notranslate">
public function getCacheKeyInfo()
    {
        return array(
            'BLOCK_TPL',
            Mage::app()-&gt;getStore()-&gt;getCode(),
            $this-&gt;getTemplateFile(),
            'template' =&gt; $this-&gt;getTemplate()
        );
    }
</pre>
<p>To avoid having it get overwritten during next update create the following folders:</p>
<p>app/code/local/Mage/Core/Block/</p>
<p>and add your new Template.php in there.</p>
<p>source:</p>
<p>http://www.magentocommerce.com/boards/viewthread/201998/#t259715</p>
<div id='stb-container-888' class='stb-container'><div id='stb-caption-box-888' class='stb-alert-caption_box stb_caption' style="border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-image: url(none); padding-left: 5px; ">Looking for Optimised UK Magento Hosting</div><div id='stb-body-box-888' class='stb-alert-body_box stb_body' style="color:#000; border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-color: #eeeeee; "><br />
<strong>Rock solid speed and reliability</strong><br />
Robust, reliable, fully backed up, secure <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">UK based Magento hosting</a>  for £175 per year. Full details <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">here </a>or <a href="http://dx3webs.com/front/contact-us/">Contact us</a><br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/09/magento-error-invalid-method-mage_catalog_block_product_list_toolbarislastpage/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Open Source e-commerce solutions reviewed</title>
		<link>http://dx3webs.com/front/2010/09/10-open-source-e-commerce-solutions-reviewed/</link>
		<comments>http://dx3webs.com/front/2010/09/10-open-source-e-commerce-solutions-reviewed/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 10:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=554</guid>
		<description><![CDATA[Here is what they had to state about magento our prefered solutuion. http://www.magentocommerce.com Varien, a Los Angeles web development firm is the brainchild behindMagento, and my what a fantastic job they have done on this product. It’s by far one of the more exciting e-commerce platforms available for free on the market today. Dripping with [...]]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-2806' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
You can of course spend tens of thousands of pounds on a e-commerce platform. Perhaps you will get your investment back and perhaps it will offer a few features that no one else has. However, open source solutions are fast in development and anyone who wants to help out can.  Before spending a penny on a commercial solution you should take a long hard look at the free alternative.  Web distortion have reviewed 10 of the most active and promising e-commerce platforms.<br />
</div></div><br />
<span id="more-554"></span><br />
Here is what they had to state about magento our prefered solutuion.</p>
<blockquote><p><a href="http://www.magentocommerce.com/">http://www.magentocommerce.com</a></p>
<p><a href="http://www.varien.com/">Varien</a>, a Los Angeles web development firm is the brainchild behind<a href="http://www.magentocommerce.com/">Magento</a>, and my what a fantastic job they have done on this product. It’s by far one of the more exciting e-commerce platforms available for free on the market today. Dripping with features, they really have thought of everything. Wishlists, shop by price and category, item comparison – all the things we’ve come to expect from professional web stores. Its software as good as this that really keeps licensed software on their toes..</p>
<p>Just some of the features, for a full list <a href="http://www.magentocommerce.com/doc/features.pdf">download the pdf</a></p>
<p><strong>Notable </strong><strong>Features</strong></p>
<ul>
<li>Integrated with Google Analytics</li>
<li>Multiple Images with Zoom</li>
<li>Add to Wishlist</li>
<li>Send to a Friend</li>
<li>Batch Import and Export of Catalog</li>
<li>One Page Checkout</li>
<li>Multi Lingual</li>
</ul>
</blockquote>
<p>Read what they have to say about the other 9 solutions <a href="http://blog.webdistortion.com/2008/05/03/9-kick-ass-open-source-e-commerce-platforms-reviewed/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/09/10-open-source-e-commerce-solutions-reviewed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smashing Magazine releases free Magento theme</title>
		<link>http://dx3webs.com/front/2010/09/smashing-magazine-releases-free-magento-theme/</link>
		<comments>http://dx3webs.com/front/2010/09/smashing-magazine-releases-free-magento-theme/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=543</guid>
		<description><![CDATA[From Smashing Magazine Today we are glad to release a yet another freebie: Polaroid Magento Theme, a professional design skin for the shops powered by the popular open-source ecommerce web application Magento. The theme was designed by eCommerce-Themes and released for Smashing Magazine and its readers. As usual, the theme is absolutely free to use [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left; width:600px;' ><div id='stb-box-4494' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
Smashing Magazine has been an excellent source of design inspiration, advice and guidance for years. Occasionally they release free content and this time that content is a new theme for Magento.<br />
</div></div>
<p><span id="more-543"></span><br />
From <a href="http://www.smashingmagazine.com/2010/08/24/polaroid-a-free-magento-theme-for-your-ecommerce-website/">Smashing Magazine</a></p>
<blockquote><p>Today we are glad to release a yet another freebie: Polaroid Magento Theme, a professional design skin for the shops powered by the popular open-source ecommerce web application Magento. The theme was designed by eCommerce-Themes and released for Smashing Magazine and its readers. As usual, the theme is absolutely free to use in private and commerical projects.</p></blockquote>
<p><a href="http://dx3webs.com/front/wp-content/uploads/2010/09/product.png"><img class="aligncenter size-medium wp-image-545" title="product" src="http://dx3webs.com/front/wp-content/uploads/2010/09/product-212x300.png" alt="" width="212" height="300" /></a></p>
<ul>
<li><a href="http://dev141.ecommerce-themes.net/?___store=polaroid">live demo</a></li>
<li><a href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/uploader/images/polaroid-magento-theme/full_preview.png">large preview</a> (.png)</li>
<li><a href="http://ecommerce-themes.com/support/instructions">installation guide and documentation</a></li>
<li><a href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/08/polaroid-magento-theme.zip">download the .zip-package</a> (zip, 1.1 Mb)</li>
<li><a href="http://ecommerce-themes.com/polaroid-magento-theme.html">release on the developer’s site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/09/smashing-magazine-releases-free-magento-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smashing Magazine releases free Magento theme : Sigyn SM</title>
		<link>http://dx3webs.com/front/2010/08/smashing-magazine-releases-free-magento-theme-sigyn-sm/</link>
		<comments>http://dx3webs.com/front/2010/08/smashing-magazine-releases-free-magento-theme-sigyn-sm/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 19:34:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[free theme]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=549</guid>
		<description><![CDATA[From Smashing Magazine We love our readers. We respect the hard work of designers and developers across the globe. And we do our best to make the web design community stronger and the Web a little bit prettier. Therefore we work with talented artists and creative professionals to showcase their skills and release something unique [...]]]></description>
			<content:encoded><![CDATA[<p><div style='float:left; width:600px;' ><div id='stb-box-2506' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
Smashing Magazine has been an excellent source of design inspiration, advice and guidance for years. Occasionally they release free content and this time that content is a new theme for Magento.<br />
</div></div><br />
<span id="more-549"></span><br />
From<a href="http://www.smashingmagazine.com/2009/11/14/free-high-quality-magento-theme-sigyn-sm/"> Smashing Magazine</a></p>
<blockquote><p>We love our readers. We respect the hard work of designers and developers across the globe. And we do our best to make the web design community stronger and the Web a little bit prettier. Therefore we work with talented artists and creative professionals to showcase their skills and release something unique and beautiful as a gift to the community. And in the end truly impressive works see the light of day.</p>
<p>Today we are glad to release Sigyn SM — a free high-quality Magento theme created by Silverthemes.com especially for Smashing Magazine and its readers. The theme has a unique grungy design that stands out and can serve as a good baseline for your Magento-powered online shops.</p></blockquote>
<p style="text-align: center;"><a href="http://dx3webs.com/front/wp-content/uploads/2010/09/promo-full.jpg"><img class="aligncenter size-large wp-image-550" title="promo-full" src="http://dx3webs.com/front/wp-content/uploads/2010/09/promo-full-1024x769.jpg" alt="" width="614" height="461" /></a></p>
<ul>
<li><a href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/magento-free-theme/promo-full.jpg">large preview 1</a></li>
<li><a href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/magento-free-theme/categories-full.jpg">large preview 2</a></li>
<li><a href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/magento-free-theme/product-full.jpg">large preview 3</a></li>
<li><a href="http://www.silverthemes.com/wiki/doku.php?id=sigynsm">installation and configuration guide</a></li>
<li><a href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/magento-free-theme/SigynSM-magento-theme.zip">download the theme</a> (0.2 Mb)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/08/smashing-magazine-releases-free-magento-theme-sigyn-sm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

