<?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>MS Internet &#187; ben</title>
	<atom:link href="http://www.msinternet.co.uk/blog/author/ben/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.msinternet.co.uk/blog</link>
	<description>Yet another blog (hopefully a useful one though)</description>
	<lastBuildDate>Wed, 23 Jun 2010 20:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Magento: jQuery Accordian Menu</title>
		<link>http://www.msinternet.co.uk/blog/2010/03/magento-jquery-accordian-menu/</link>
		<comments>http://www.msinternet.co.uk/blog/2010/03/magento-jquery-accordian-menu/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 13:58:06 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.msinternet.co.uk/blog/?p=37</guid>
		<description><![CDATA[Ok here's how to make a dynamic jQuery sliding accordian menu in Magento, as seen on http://www.waterfrontbathrooms.com/.

Waterfront bathrooms also has a dynamic tree menu system to deal with there being more than 2 levels of categories, but I'll cover this in a future post.]]></description>
		<wfw:commentRss>http://www.msinternet.co.uk/blog/2010/03/magento-jquery-accordian-menu/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Show cart quantity</title>
		<link>http://www.msinternet.co.uk/blog/2010/03/magento-show-cart-quantity/</link>
		<comments>http://www.msinternet.co.uk/blog/2010/03/magento-show-cart-quantity/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 13:05:40 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.msinternet.co.uk/blog/?p=74</guid>
		<description><![CDATA[If you're putting a shopping cart area anywhere other than the standard cart side block, then you'll probably want to show how many items are in the cart at any one time. Here's how:]]></description>
		<wfw:commentRss>http://www.msinternet.co.uk/blog/2010/03/magento-show-cart-quantity/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Handy code snippets</title>
		<link>http://www.msinternet.co.uk/blog/2010/03/magento-handy-code-snippets/</link>
		<comments>http://www.msinternet.co.uk/blog/2010/03/magento-handy-code-snippets/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 12:57:45 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.msinternet.co.uk/blog/?p=67</guid>
		<description><![CDATA[Here&#8217;s a short list of magento codes to do some of the simple stuff. It&#8217;s a little empty at the moment but I&#8217;ll keep adding to it over time. Check if customer is logged in &#60;?php $_customer = Mage::getSingleton('customer/session')-&#62;isLoggedIn(); if ($_customer) { // do stuff } ?&#62; Get product image &#60;?php echo $this-&#62;helper('catalog/image')-&#62;init($_product, 'image'); ?&#62; [...]]]></description>
		<wfw:commentRss>http://www.msinternet.co.uk/blog/2010/03/magento-handy-code-snippets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Show image from a random product in a specific category</title>
		<link>http://www.msinternet.co.uk/blog/2010/03/magento-show-image-from-a-random-product-in-a-specific-category/</link>
		<comments>http://www.msinternet.co.uk/blog/2010/03/magento-show-image-from-a-random-product-in-a-specific-category/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 12:39:54 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.msinternet.co.uk/blog/?p=53</guid>
		<description><![CDATA[A website we developed recently required some boxes on the homepage that link through to a specific category each, and each box needed to show an image from a random product from within that category. If you would like to do the same, here&#8217;s how it&#8217;s done: Create a PHTML file in your template folder, [...]]]></description>
		<wfw:commentRss>http://www.msinternet.co.uk/blog/2010/03/magento-show-image-from-a-random-product-in-a-specific-category/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Swap product image on thumbnail click</title>
		<link>http://www.msinternet.co.uk/blog/2010/03/magento-swap-product-image-on-thumbnail-click/</link>
		<comments>http://www.msinternet.co.uk/blog/2010/03/magento-swap-product-image-on-thumbnail-click/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 12:10:27 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.msinternet.co.uk/blog/?p=47</guid>
		<description><![CDATA[One of the most frequent requests we get for Magento sites is to tame what the thumbnails do on the product page. Of course there are plenty of plugins for adding a lightbox of some sort, but if you simply want to swap out the image in the zoomer window for one of the thumbnails, [...]]]></description>
		<wfw:commentRss>http://www.msinternet.co.uk/blog/2010/03/magento-swap-product-image-on-thumbnail-click/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
