<?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>H22 Solutions Ltd</title>
	<atom:link href="http://www.h22solutions.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.h22solutions.co.uk</link>
	<description>Web Design &#124; Hosting &#124; Nottingham</description>
	<lastBuildDate>Sun, 29 Jan 2012 17:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Magento &#8211; AheadWorks Blog &#8211; Add blog posts to CMS pages</title>
		<link>http://www.h22solutions.co.uk/766/magento-aheadworks-blog-add-blog-posts-to-cms-pages</link>
		<comments>http://www.h22solutions.co.uk/766/magento-aheadworks-blog-add-blog-posts-to-cms-pages#comments</comments>
		<pubDate>Thu, 25 Aug 2011 20:09:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=766</guid>
		<description><![CDATA[AW Blog is a Magento extension from aheadWorks that is reckoned among the best buzz and word of mouth marketing tips. It not only provides your regular customers with up-to-date information but brings additional visitors to your site, builds relevant SEO-friendly text links, and serves as assistance in building sales strategy. The Blog extension gives....]]></description>
			<content:encoded><![CDATA[<p>AW Blog is a Magento extension from aheadWorks that is reckoned among the best buzz and word of mouth marketing tips. It not only provides your regular customers with up-to-date information but brings additional visitors to your site, builds relevant SEO-friendly text links, and serves as assistance in building sales strategy.</p>
<p>The Blog extension gives you a noteworthy opportunity to communicate with your regular customers and casual visitors. With Blog you can create an interactive two-way communication platform to provide official information on your store news, upcoming products, promotions, and get customers’ feedback.</p>
<p>Plugin is available from </p>
<p>http://www.magentocommerce.com/magento-connect/aheadworks/extension/1516/blog-extension-by-aheadworks</p>
<p><strong>Adding blog Post to multiple CMS pages</strong></p>
<p>This mod will allow you to add blog posts from specific categories onto specific CMS pages.</p>
<p>/public_html/app/code/community/AW/Blog/Block/Blog.php</p>
<p>Change existing code to </p>
<p>class AW_Blog_Block_Blog extends Mage_Core_Block_Template<br />
{<br />
    public function getPosts($catfilter)<br />
   	{</p>
<p>		if(!$catfilter) {<br />
			$catfilter = 1;<br />
		}</p>
<p>		$tag = $this->getRequest()->getParam(&#8216;tag&#8217;);</p>
<p>        $collection = Mage::getModel(&#8216;blog/blog&#8217;)->getCollection()<br />
        ->addPresentFilter()<br />
		->addStoreFilter(Mage::app()->getStore()->getId())<br />
		->setOrder(&#8216;created_time &#8216;, &#8216;desc&#8217;)<br />
		->addCatFilter($catfilter);</p>
<p>In /public_html/app/design/frontend/default/default/template/aw_blog copy blog.phtml to blog-cmspagename.phtml</p>
<p>In the new phtml file change the first few lines</p>
<p><?php $posts = $this->getPosts(3); ?>  // 3 is the blog category id<br />
<?php $limit=4; ?><br />
<?php $i=0; ?><br />
<?php foreach ($posts as $post): ?><br />
<?php<br />
	if ($i++ > $limit) break; </p>
<p>In the admin backend, goto CMS>Page>Your Page<br />
In Content, Add </p>
<p>{{block type=&#8221;blog/blog&#8221; name=&#8221;blog&#8221; alias=&#8221;list_blog&#8221; template=&#8221;aw_blog/blog-cmspagename.phtml&#8221;}}</p>
<p>In Design, Add</p>
<p><reference><br />
<block type="blog/blog" name="blog" alias="list_blog" template="aw_blog/blog-cmspagename.phtml"></block><br />
</reference></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/766/magento-aheadworks-blog-add-blog-posts-to-cms-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE9 Cufon Fix</title>
		<link>http://www.h22solutions.co.uk/676/ie9-cufon-fix</link>
		<comments>http://www.h22solutions.co.uk/676/ie9-cufon-fix#comments</comments>
		<pubDate>Sun, 05 Jun 2011 21:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=676</guid>
		<description><![CDATA[Cufon is a Javascript website plugin and replaces normal text with a nice(r) font. With the release of Internet Explorer 9, cufon would fail to work and text would not be displayed. A fix to this is to add the following text before the Cufon call 123&#60;script type=&#34;text/javascript&#34;&#62; Cufon.set('engine', 'canvas'); &#60;/script&#62; Alternatively, you can update....]]></description>
			<content:encoded><![CDATA[<p>Cufon is a Javascript website plugin and replaces normal text with a nice(r) font.</p>
<p>With the release of Internet Explorer 9, cufon would fail to work and text would not be displayed.</p>
<p>A fix to this is to add the following text before the Cufon call</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;script type=&quot;text/javascript&quot;&gt;<br />
Cufon.set('engine', 'canvas');<br />
&lt;/script&gt;</div></td></tr></tbody></table></div>
<p>Alternatively, you can update your copy of cufon-yui.js from http://cufon.shoqolate.com/generate/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/676/ie9-cufon-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Google Analytics in Magento</title>
		<link>http://www.h22solutions.co.uk/654/installing-google-analytics-in-magento</link>
		<comments>http://www.h22solutions.co.uk/654/installing-google-analytics-in-magento#comments</comments>
		<pubDate>Mon, 28 Mar 2011 20:14:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=654</guid>
		<description><![CDATA[Magento is a world class Ecommerce solution. Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Put them both together and you&#8217;re on to a winner! To configure google analytics within Magento couldn&#8217;t be simpler. Go to your admin control panel and navigate to....]]></description>
			<content:encoded><![CDATA[<p>Magento is a world class Ecommerce solution. Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness.<br />
Put them both together and you&#8217;re on to a winner!</p>
<p>To configure google analytics within Magento couldn&#8217;t be simpler.</p>
<ol>
<li>Go to your admin control panel and navigate to System > Configuration > Sales > Google API > Google Analytics</li>
<li>Select enable to &#8216;Yes&#8217;</li>
<li>Enter your google analytics account number &#8216;XX-XXXXXXXX-X&#8217;</li>
</ol>
<p>You may need to refresh the site cache (always recommended after making changes to site configuration)</p>
<p>To register for a google analytics account number, register for free at <a title="Google Analytics" href="http://www.google.com/intl/en/analytics/">Google Analytics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/654/installing-google-analytics-in-magento/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Solution Design</title>
		<link>http://www.h22solutions.co.uk/642/business-solution-design</link>
		<comments>http://www.h22solutions.co.uk/642/business-solution-design#comments</comments>
		<pubDate>Sun, 27 Mar 2011 21:09:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 News & Services]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=642</guid>
		<description><![CDATA[Priding ourselves on building simple and intuitive systems that are quick and easy to use. Solution Design We can help you keep track of jobs, sending new jobs to your engineers and sales leads to your sales team via mobile handheld devices. This immediate communication can also be used to ensure your engineers have the....]]></description>
			<content:encoded><![CDATA[<p>Priding ourselves on building simple and intuitive systems that are quick and easy to use.</p>
<h3>Solution Design</h3>
<p>We can help you keep track of jobs, sending new jobs to your engineers and sales leads to your sales team via mobile handheld devices.<br />
This immediate communication can also be used to ensure your engineers have the materials allocated to them and to keep track of material stock levels.<br />
Finally jobs tracking allows you to be sure they have been charged and invoiced correctly, allowing your business to operate in an interconnected and highly responsive manner.</p>
<h3>Document Indexing and Management Systems</h3>
<p>These systems will track all your documents and we can help with choosing the right document scanner to match your volume.<br />
DMS systems can also index POD`s, work sheets, purchase orders and invoices and all documents will refer to your own job numbers or references. Completed job sheets will automatically be transmitted by email or FTP and any pending invoices could be displayed.</p>
<h3>Purchase Order Systems</h3>
<p>Purchase Order Systems allow your users to raise purchase orders depending on their allowed spend level, transmit purchase orders to your suppliers in many formats and track receipt of purchased goods and services. Keep track of the status of all those Purchase Orders.</p>
<p>All services are all available along with <a href="http://www.assureddatarecovery.com/">data recovery UK</a> wide, we can give you the right software for your needs, tailored to maximize your company`s data efficiency.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/642/business-solution-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecommerce: Izzy Wizzy Magic</title>
		<link>http://www.h22solutions.co.uk/626/ecommerce-izzy-wizzy-magic</link>
		<comments>http://www.h22solutions.co.uk/626/ecommerce-izzy-wizzy-magic#comments</comments>
		<pubDate>Sun, 27 Mar 2011 19:29:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 Portfolio]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=626</guid>
		<description><![CDATA[Izzy Wizzy Magic supply magic tricks to professional performers and amateurs alike. IZM wanted a &#8216;no holds barred&#8217; ecommerce solution, so we offered Magento as it offers everything needed. Import products from previous site Multipul currancies Customer Newletters See the site > Izzy Wizzy Magic]]></description>
			<content:encoded><![CDATA[<div class="fltlft"><a href="http://www.izzywizzymagic.co.uk/" title="Izzy Wizzy Magic Tricks in Nottingham"><img src="/wp-content/uploads/2011/03/IzzyWizzyMagicNottingham.jpeg" width="400" /></a></div>
<p>Izzy Wizzy Magic supply magic tricks to professional performers and amateurs alike.<br />
IZM wanted a &#8216;no holds barred&#8217; ecommerce solution, so we offered Magento as it offers everything needed.</p>
<ul>
<li>Import products from previous site</li>
<li>Multipul currancies</li>
<li>Customer Newletters</li>
</ul>
<p>See the site > <a href="http://www.izzywizzymagic.co.uk/" title="Izzy Wizzy Magic Tricks in Nottingham">Izzy Wizzy Magic</a></p>
<p><br class="clearfloat" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/626/ecommerce-izzy-wizzy-magic/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ecommerce: How to change Magento Email Templates</title>
		<link>http://www.h22solutions.co.uk/619/ecommerce-how-to-change-magento-email-templates</link>
		<comments>http://www.h22solutions.co.uk/619/ecommerce-how-to-change-magento-email-templates#comments</comments>
		<pubDate>Sun, 27 Mar 2011 18:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=619</guid>
		<description><![CDATA[Magento has to be one of the best Ecommerce solutions out there at the moment. One of the things that makes Magento great is being able to keep your customers up to date by sending emails. Confirmation of order Confirmation of payment received Confirmation of shipment Confirmation of order status change Confirmation of account setup....]]></description>
			<content:encoded><![CDATA[<p>Magento has to be one of the best Ecommerce solutions out there at the moment.</p>
<p>One of the things that makes Magento great is being able to keep your customers up to date by sending emails.</p>
<ul>
<li>Confirmation of order</li>
<li>Confirmation of payment received</li>
<li>Confirmation of shipment</li>
<li>Confirmation of order status change</li>
<li>Confirmation of account setup</li>
<li>etc&#8230;</li>
</ul>
<p>You can bespoke the layout and text within the emails by updating the html within the following file location</p>
<p><b>root/app/locale/en_US/template/email</b></p>
<p><b>Depending on the version of Magento, dont forget to replace &#8216;Demo Store&#8217; with the name of your store!!</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/619/ecommerce-how-to-change-magento-email-templates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Retailing Expo 2011</title>
		<link>http://www.h22solutions.co.uk/604/internet-retailing-expo-2011</link>
		<comments>http://www.h22solutions.co.uk/604/internet-retailing-expo-2011#comments</comments>
		<pubDate>Mon, 07 Feb 2011 13:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 News & Services]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=604</guid>
		<description><![CDATA[Internet Retailing Evolution Conference Two Major Conferences in one, both including 2 Major Keynote Presentations, all centrally located in the UK at Birmingham NEC. Internet Retailing Evolution is a must visit conference for business leaders, senior managers and expert staff within enterprise-scale online and multichannel retail businesses. Delegates will learn from best practice operations and....]]></description>
			<content:encoded><![CDATA[<h3>Internet Retailing Evolution Conference</h3>
<p>Two Major Conferences in one, both including 2 Major Keynote Presentations, all centrally located in the UK at Birmingham NEC.</p>
<p>Internet Retailing Evolution is a must visit conference for business leaders, senior managers and expert staff within enterprise-scale online and multichannel retail businesses. Delegates will learn from best practice operations and retailers’ experiences across customer facing systems, onsite performance and how to turn interest into revenue, drive efficiencies in fulfilment and keep up with changes in ecommerce, mobile and cross-channel evolution.</p>
<p><a href="http://www.internetretailingexpo.com/lea_evolution.html">More info&#8230;</a></p>
<h3>Internet Retailing Insights Conference</h3>
<p>Internet Retailing Insights promises inspiration for owners and staff within the SME online and multichannel retail sector, eBay PowerSellers and the ‘Amazons of tomorrow’. Presentations will focus on best practice and retailers’ learnings enabling smaller businesses and those currently at an early stage of multichannel operations to get up to speed with systems and strategies to take their business forward.</p>
<p><a href="http://www.internetretailingexpo.com/lea_insight.html">More info&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/604/internet-retailing-expo-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Ecommerce Solutions help turn browsers into buyers</title>
		<link>http://www.h22solutions.co.uk/593/magento-theme-designer-nottingham</link>
		<comments>http://www.h22solutions.co.uk/593/magento-theme-designer-nottingham#comments</comments>
		<pubDate>Tue, 04 Jan 2011 22:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 News & Services]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=593</guid>
		<description><![CDATA[Magento has all the features required to set up and manage online shops. Magento is robust, scalable, is feature rich with a user friendly control panel. Most online retailers need appropriate websites but do not like to go through all hassles and complicated process for creating them. This is where H22 Solutions can help! We....]]></description>
			<content:encoded><![CDATA[<p>Magento has all the features required to set up and manage online shops. Magento is robust, scalable, is feature rich with a user friendly control panel.</p>
<p>Most online retailers need appropriate websites but do not like to go through all hassles and complicated process for creating them. This is where H22 Solutions can help! We create unique, beautiful website themes which turn your browers into buyers</p>
<p><br class="clearfloat" /><br />
<br class="clearfloat" /></p>
<h3>Contact us for more information of how we can help build your online retail store</h3>
<p>Call 0845 118 0073 or email info@h22solutions.co.uk</p>
<p><br class="clearfloat" /><br />
<br class="clearfloat" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/593/magento-theme-designer-nottingham/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact H22 Solutions Ltd for web design, desktop and mobile applications</title>
		<link>http://www.h22solutions.co.uk/540/contact-h22-solutions-for-web-design</link>
		<comments>http://www.h22solutions.co.uk/540/contact-h22-solutions-for-web-design#comments</comments>
		<pubDate>Sun, 02 Jan 2011 21:43:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 News & Services]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=540</guid>
		<description><![CDATA[Email Sales Enquiries: &#160; info@h22solutions.co.uk &#160; Support: &#160; support@h22solutions.co.uk &#160; &#160; Telephone Sales: 0845 118 0073 &#160; Accounts: 0115 952 4668 &#160; On Call Engineer: 07706 123 549 Postal Address Registered Head Office: &#160; 74 Ernest Road Carlton Nottingham NG4 1LZ Social Media &#160; Send Message &#160;]]></description>
			<content:encoded><![CDATA[<div class="contenth4">
<div class="contentt">
<h3>Email</h3>
</div>
<div class="content">
<p>Sales Enquiries:</p>
<p>&nbsp;</p>
<p><a href="mailto:info@h22solutions.co.uk">info@h22solutions.co.uk</a></p>
<p>&nbsp;</p>
<p>Support:</p>
<p>&nbsp;</p>
<p><a href="mailto:support@h22solutions.co.uk">support@h22solutions.co.uk</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</p></div>
</p></div>
<div class="contenth4">
<div class="contentt">
<h3>Telephone</h3>
</div>
<div class="content">
<p>Sales:</p>
<p>0845 118 0073</p>
<p>&nbsp;</p>
<p>Accounts:</p>
<p>0115 952 4668</p>
<p>&nbsp;</p>
<p>On Call Engineer:</p>
<p>07706 123 549</p>
</p></div>
</p></div>
<div class="contenth4">
<div class="contentt">
<h3>Postal Address</h3>
</div>
<div class="content">
<p>Registered Head Office:</p>
<p>&nbsp;</p>
<p>74 Ernest Road</p>
<p>Carlton</p>
<p>Nottingham</p>
<p>NG4 1LZ</p>
</p></div>
</p></div>
<div class="contenth4">
<div class="contentt">
<h3>Social Media</h3>
</div>
<div class="content">
<p>&nbsp;</p>
<p><a href="http://twitter.com/h22solutions"><img src="http://www.h22solutions.co.uk/wp-content/themes/h22/images/H22 Solutions nottingham web design twitter.jpg" width="80" height="80" alt="Join me on Twitter" /></a><a href="http://uk.linkedin.com/pub/terry-ellis/18/726/4b"><img src="http://www.h22solutions.co.uk/wp-content/themes/h22/images/H22 Solutions nottingham web design linkedin.jpg" width="80" height="80" alt="Join me on Linked In" /></a></p>
</div></div>
<p>	<br class="clearfloat" /></p>
<div class="contenth">
<div class="contentt">
<h3>Send Message</h3>
</div>
<div>
<p>&nbsp;</p>
[contact-form]</div>
</div>
<p><br class="clearfloat" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/540/contact-h22-solutions-for-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Business Directories and Resource</title>
		<link>http://www.h22solutions.co.uk/525/online-business-directories-and-resource</link>
		<comments>http://www.h22solutions.co.uk/525/online-business-directories-and-resource#comments</comments>
		<pubDate>Thu, 23 Dec 2010 22:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 News & Services]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=525</guid>
		<description><![CDATA[Here we provide links to useful business directories and online resources Business Directories are useful in that they (often) provide useful back-links to your own site, as well as promoting B2B awareness of your website, company, product and services. Directories UK Small Business Directory FreeIndex.co.uk Thomson Local Yell.com Google Maps TouchLocal.com Start Your Own Business....]]></description>
			<content:encoded><![CDATA[<h3>Here we provide links to useful business directories and online resources</h3>
<p>Business Directories are useful in that they (often) provide useful back-links to your own site, as well as promoting B2B awareness of your website, company, product and services.</p>
<h3>Directories</h3>
<table cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td><a href="http://www.uksmallbusinessdirectory.co.uk/id.asp?CompanyID=129237"><img src="http://www.uksmallbusinessdirectory.co.uk/uksbd-80-red.jpg" alt="H22 Solutions Ltd listing in the UK Small Business Directory" border="0" /></a></td>
<td><a href="http://www.uksmallbusinessdirectory.co.uk">UK Small Business Directory</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://www.freeindex.co.uk/">FreeIndex.co.uk</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://www.thomsonlocal.com/free-listing.aspx">Thomson Local</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://www.yelldirect.com/internetadvertising/">Yell.com</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://www.google.com/local/add/businessCenter">Google Maps</a></td>
</tr>
<tr>
<td></td>
<td><a href="https://www.touchtarget.com/product/home">TouchLocal.com</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://www.syob.co.uk">Start Your Own Business</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://www.freearticlesubmission.org">Free article submission</a></td>
</tr>
</tbody>
</table>
<h3>Resource</h3>
<p><a href="http://www.ukbusinessforums.co.uk/forums/index.php">UK Business Forums</a><br />
<a href="http://www.thewholesaleforums.co.uk/forum/">The Wholesale Forums</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/525/online-business-directories-and-resource/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Currency Selector with Graphical Icons</title>
		<link>http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons</link>
		<comments>http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons#comments</comments>
		<pubDate>Tue, 21 Dec 2010 21:06:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=486</guid>
		<description><![CDATA[Replace your text based Currency Selector with nice graphical icons Introduction Magento is an open-source ecommerce web application launched on March 31, 2008. It was created by Varien, building on components of the Zend Framework. Magento is feature-rich and boasts an excellent and ever-expanding support community. When viewing an e-commerce solution using Magento, the product....]]></description>
			<content:encoded><![CDATA[<h3>Replace your text based Currency Selector with nice graphical icons</h3>
<h3>Introduction</h3>
<p>Magento is an open-source ecommerce web application launched on March 31, 2008. It was created by Varien, building on components of the Zend Framework. Magento is feature-rich and boasts an excellent and ever-expanding support community.</p>
<p>When viewing an e-commerce solution using Magento, the product prices are displayed in as GBP, EURO&#8217;s and/or US Dollars. The user can swap between the different currencies by selecting the currency from a drop down box. This is fine and works well, but a web designer when wish to display these options using graphical icons:-</p>
<p><a rel="attachment wp-att-488" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/eur"><img class="alignnone size-full wp-image-488" title="EUR" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/EUR.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-489" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/eur_active"><img class="alignnone size-full wp-image-489" title="EUR_active" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/EUR_active.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-490" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/gbr"><img class="alignnone size-full wp-image-490" title="GBR" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/GBR.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-491" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/gbr_active"><img class="alignnone size-full wp-image-491" title="GBR_active" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/GBR_active.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-492" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/usd"><img class="alignnone size-full wp-image-492" title="USD" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/USD.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-493" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/usd_active"><img class="alignnone size-full wp-image-493" title="USD_active" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/USD_active.jpg" alt="" width="22" height="22" /></a></p>
<p>This short tutorial shows one method of making this adjustment.</p>
<h3>currency.phtml</h3>
<p>Locate a file called currency.phtml in root/app/design/frontend/base/default/template/directory.<br />
Depending on the template you use, the file may be located elsewhere in your directory structure.</p>
<p>The part of the code we are looking to replace is this:-</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; &lt;select name=&quot;currency&quot; title=&quot;&lt;?php echo $this-&gt;__('Select Your Currency') ?&gt;&quot; onchange=&quot;setLocation(this.value)&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php foreach ($this-&gt;getCurrencies() as $_code =&gt; $_name): ?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;&lt;?php echo $this-&gt;getSwitchCurrencyUrl($_code) ?&gt;&quot;&lt;?php if($_code==$this-&gt;getCurrentCurrencyCode()): ?&gt; selected=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php echo $_name ?&gt; - &lt;?php echo $_code ?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php endforeach; ?&gt;<br />
&nbsp; &nbsp; &lt;/select&gt;</div></td></tr></tbody></table></div>
<p>replace with</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; &lt;?php foreach ($this-&gt;getCurrencies() as $_code =&gt; $_name): ?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php $active = ($_code==$this-&gt;getCurrentCurrencyCode()) ? '_active':''; ?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&lt;?php echo $this-&gt;helper('directory/url')-&gt;getSwitchCurrencyUrl() . 'currency/' . $_code; ?&gt;&quot; title=&quot;Set &lt;?php echo $_code ?&gt; as your chosen currency&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;&lt;?php echo Mage::getBaseUrl() . 'media/currency/' . $_code . $active;?&gt;.jpg&quot; alt=&quot;Set &lt;?php echo $_code ?&gt; as your chosen currency&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/a&gt;<br />
&nbsp; &nbsp; &lt;?php endforeach; ?&gt;</div></td></tr></tbody></table></div>
<h3>Images</h3>
<p>Save the images below to root/media/currency as EUR.jpg, EUR_active.jpg, USD.jpg, USD_active.jpg, GBP.jpg and GBP_active.jpg</p>
<p><a rel="attachment wp-att-488" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/eur"><img class="alignnone size-full wp-image-488" title="EUR" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/EUR.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-489" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/eur_active"><img class="alignnone size-full wp-image-489" title="EUR_active" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/EUR_active.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-490" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/gbr"><img class="alignnone size-full wp-image-490" title="GBR" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/GBR.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-491" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/gbr_active"><img class="alignnone size-full wp-image-491" title="GBR_active" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/GBR_active.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-492" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/usd"><img class="alignnone size-full wp-image-492" title="USD" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/USD.jpg" alt="" width="22" height="22" /></a><a rel="attachment wp-att-493" href="http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/usd_active"><img class="alignnone size-full wp-image-493" title="USD_active" src="http://www.h22solutions.co.uk/wp-content/uploads/2010/12/USD_active.jpg" alt="" width="22" height="22" /></a></p>
<p>All Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/486/magento-currency-selector-with-graphical-icons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#045; More than just a blog!</title>
		<link>http://www.h22solutions.co.uk/468/wordpress-more-than-just-a-blog</link>
		<comments>http://www.h22solutions.co.uk/468/wordpress-more-than-just-a-blog#comments</comments>
		<pubDate>Tue, 23 Nov 2010 20:26:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H22 News & Services]]></category>
		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://www.h22solutions.co.uk/?p=468</guid>
		<description><![CDATA[WordPress is web software you can use to create a beautiful website or blog. Introduction Over 25 million people have chosen WordPress to power the place on the web they call “home”. &#160; Recently voted, head-to-head against Joomla and Drupal, has won 2010&#8242;s Open Source CMS Hall of Fame award. What is WordPress? WordPress is....]]></description>
			<content:encoded><![CDATA[<h3>WordPress is web software you can use to create a beautiful website or blog.</h3>
<div class="contenth">
<div class="contentt">
<h3><a href="/web-design-nottingham">Introduction</a></h3>
</div>
<div class="content">
<p>Over 25 million people have chosen WordPress to power the place on the web they call “home”.</p>
<p>&nbsp;</p>
<p>Recently voted, head-to-head against Joomla and Drupal, has won 2010&#8242;s Open Source CMS Hall of Fame award.</p>
</div>
</div>
<div class="contenth">
<div class="contentt">
<h3><a href="/seo-seach-engine-optimisation">What is WordPress?</a></h3>
</div>
<div class="content">
<p>WordPress is an open source web based platform. It has evolved from a simple blogging platform into a full content management system.</p>
<p>&nbsp;</p>
<p>WordPress is currently used by more than 25 million websites has an ever expanding functionality with more than 11,000 plugins, including shopping carts, spam prevention and social media integration.</p>
</div>
</div>
<div class="contenth">
<div class="contentt">
<h3><a href="/139/fast-uk-base-web-servers">Convert your website to WordPress</a></h3>
</div>
<div class="content">
<p>H22 Solutions specialise in converting your current website into wordpress and developing new wordpress theme&#8217;s to give your website a fresh look.</p>
<p>&nbsp;</p>
<p>Call us for a very competitive quote or <a href="mailto:info@h22solutions.co.uk">email us</a></p>
</div>
</div>
<p class="clearfloat">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h22solutions.co.uk/468/wordpress-more-than-just-a-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

