<?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>Magento News &#187; lt</title>
	<atom:link href="http://www.magentonews.co.uk/tag/lt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magentonews.co.uk</link>
	<description>Magento News</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:30:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Internet Job Post: Experienced Magento Developers Needed to Finish Up E-commerce Hosting Site: Att&#8230; http://t.co/DlPeps5N &lt;&lt; Apply Now!</title>
		<link>http://www.magentonews.co.uk/magento-buzz/internet-job-post-experienced-magento-developers-needed-to-finish-up-e-commerce-hosting-site-att-httpt-codlpeps5n-apply-now/</link>
		<comments>http://www.magentonews.co.uk/magento-buzz/internet-job-post-experienced-magento-developers-needed-to-finish-up-e-commerce-hosting-site-att-httpt-codlpeps5n-apply-now/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 08:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento buzz]]></category>
		<category><![CDATA[internet job]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[Needed]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-buzz/internet-job-post-experienced-magento-developers-needed-to-finish-up-e-commerce-hosting-site-att-httpt-codlpeps5n-apply-now/</guid>
		<description><![CDATA[Internet Job Post: Experienced Magento Developers Needed to Finish Up E-commerce Hosting Site: Att&#8230; http://t.co/DlPeps5N &#60;&#60; Apply Now! Internet Job Post: Experienced Magento Developers Needed to Finish Up E-commerce Hosting Site: Att&#8230; http://t.co/DlPeps5N &#60;&#60; Apply Now! Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-buzz/internet-job-post-experienced-magento-developers-needed-to-finish-up-e-commerce-hosting-site-att-httpt-codlpeps5n-apply-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect to the admin sales order view in Magento?</title>
		<link>http://www.magentonews.co.uk/magento-development/redirect-to-the-admin-sales-order-view-in-magento/</link>
		<comments>http://www.magentonews.co.uk/magento-development/redirect-to-the-admin-sales-order-view-in-magento/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:03:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento development]]></category>
		<category><![CDATA[args]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-development/redirect-to-the-admin-sales-order-view-in-magento/</guid>
		<description><![CDATA[I want to redirect to the default order sales view from my controller. The URL should look like this: http://localhost/MyApp/index.php/admin/sales_order/view/order_id/1/key/130dd4876d79200a100f87ad131c1234/ But it looks like this: http://localhost/MyApp/index.php/mymodule/sales_order/view/order_id/1/key/130dd4876d79200a100f87ad131c1234/ What I need is admin instead of mymodule in the URL, but I cant figure out why this happens. I have a router in my config, which looks like [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-development/redirect-to-the-admin-sales-order-view-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewrite admin block that is rewriten by other extension</title>
		<link>http://www.magentonews.co.uk/magento-development/rewrite-admin-block-that-is-rewriten-by-other-extension/</link>
		<comments>http://www.magentonews.co.uk/magento-development/rewrite-admin-block-that-is-rewriten-by-other-extension/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 23:32:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento development]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-development/rewrite-admin-block-that-is-rewriten-by-other-extension/</guid>
		<description><![CDATA[I try to rewrite sales_order_view Here is what I have in config.xml &#60;blocks&#62; &#60;adminhtml&#62; &#60;rewrite&#62; &#60;sales_order_view&#62;Bitstream_FancourierSelfawb_Block_View&#60;/sales_order_view&#62; &#60;/rewrite&#62; &#60;/adminhtml&#62; &#60;bitstream_selfawb&#62; &#60;class&#62;Bitstream_FancourierSelfawb_Block&#60;/class&#62; &#60;/bitstream_selfawb&#62; &#60;/blocks&#62; Ofcorse, I have the proper file in Bitstream/FancourierSelfawb/Block All I need is to add a button but looking over other modules I see that block is already overwritten. &#60;blocks&#62; &#60;adminhtml&#62; &#60;rewrite&#62; &#60;sales_order_view&#62;Fooman_EmailAttachments_Block_View&#60;/sales_order_view&#62; &#60;/rewrite&#62; [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-development/rewrite-admin-block-that-is-rewriten-by-other-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ils utilisent #magento chez @laredoutefr ? aaah, c&#8217;est pour ça que c&#8217;est long pour changer la photo &lt;/troll&gt;</title>
		<link>http://www.magentonews.co.uk/magento-buzz/ils-utilisent-magento-chez-laredoutefr-aaah-cest-pour-ca-que-cest-long-pour-changer-la-photo-troll/</link>
		<comments>http://www.magentonews.co.uk/magento-buzz/ils-utilisent-magento-chez-laredoutefr-aaah-cest-pour-ca-que-cest-long-pour-changer-la-photo-troll/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:00:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento buzz]]></category>
		<category><![CDATA[aaah]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[troll]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-buzz/ils-utilisent-magento-chez-laredoutefr-aaah-cest-pour-ca-que-cest-long-pour-changer-la-photo-troll/</guid>
		<description><![CDATA[ils utilisent #magento chez @laredoutefr ? aaah, c&#8217;est pour ça que c&#8217;est long pour changer la photo ils utilisent #magento chez @laredoutefr ? aaah, c&#8217;est pour ça que c&#8217;est long pour changer la photo &#60;/troll&#62; Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es mejor [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-buzz/ils-utilisent-magento-chez-laredoutefr-aaah-cest-pour-ca-que-cest-long-pour-changer-la-photo-troll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I gained over 600 followers tweeting for @Magento ;) don&#8217;t sue me guys! &lt;3 #phonedawg</title>
		<link>http://www.magentonews.co.uk/magento-buzz/i-gained-over-600-followers-tweeting-for-magento-dont-sue-me-guys-3-phonedawg/</link>
		<comments>http://www.magentonews.co.uk/magento-buzz/i-gained-over-600-followers-tweeting-for-magento-dont-sue-me-guys-3-phonedawg/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 23:30:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento buzz]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[lt]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-buzz/i-gained-over-600-followers-tweeting-for-magento-dont-sue-me-guys-3-phonedawg/</guid>
		<description><![CDATA[I gained over 600 followers tweeting for @Magento don&#8217;t sue me guys! a href=&#8221;http://search.twitter.com/search?q=%23phonedawg&#8221; title=&#8221;#phonedawg&#8221; class=&#8221; &#8220;/a&#60; I gained over 600 followers tweeting for @Magento don&#8217;t sue me guys! &#60;3 #phonedawg Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es mejor #Magento (en mi opinión) [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-buzz/i-gained-over-600-followers-tweeting-for-magento-dont-sue-me-guys-3-phonedawg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento block type</title>
		<link>http://www.magentonews.co.uk/magento-development/magento-block-type/</link>
		<comments>http://www.magentonews.co.uk/magento-development/magento-block-type/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 22:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento development]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[template example]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-development/magento-block-type/</guid>
		<description><![CDATA[In magento blocks what does block type means as in the below block? &#60;block type="core/template" template="example/view.phtml" /&#62; Please help me in learning magento module development. Is there some good resource? Magento block type Possibly Related Posts: Magento get configurable product from simple product even if config product is disabled Observer for removed items in the [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-development/magento-block-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Store &#8211; Get Base URL in Static Block</title>
		<link>http://www.magentonews.co.uk/magento-development/magento-store-get-base-url-in-static-block/</link>
		<comments>http://www.magentonews.co.uk/magento-development/magento-store-get-base-url-in-static-block/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 01:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento development]]></category>
		<category><![CDATA[base url]]></category>
		<category><![CDATA[lt]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-development/magento-store-get-base-url-in-static-block/</guid>
		<description><![CDATA[I have a static block in Magento with this content: &#60;li&#62;&#60;a href="#/contacts"&#62;Contact Us&#60;/a&#62;&#60;/li&#62; I would like to replace the # with the site&#8217;s base url. I want it to retrieve this dynamically. Magento Store &#8211; Get Base URL in Static Block Possibly Related Posts: Magento get configurable product from simple product even if config product [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-development/magento-store-get-base-url-in-static-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to vertically align the main image on the product page &#8211; created</title>
		<link>http://www.magentonews.co.uk/magnento/how-to-vertically-align-the-main-image-on-the-product-page-created/</link>
		<comments>http://www.magentonews.co.uk/magnento/how-to-vertically-align-the-main-image-on-the-product-page-created/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 19:00:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magnento]]></category>
		<category><![CDATA[gist]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magnento/how-to-vertically-align-the-main-image-on-the-product-page-created/</guid>
		<description><![CDATA[I made some changes to /js/varien/product.js to achieve this &#8211; see &#60;https://gist.github.com/1327858&#62; How to vertically align the main image on the product page &#8211; created Possibly Related Posts: SynapseIndia Helping Businesses Squeeze Maximum Performance out of Their &#8230; &#8211; SBWire (press release) Brightpearl Transforms Multichannel Retail for SMBs by Adding eBay and Magento &#8230; &#8211; [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magnento/how-to-vertically-align-the-main-image-on-the-product-page-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding one block on home page in magento creates two blocks?</title>
		<link>http://www.magentonews.co.uk/magento-development/adding-one-block-on-home-page-in-magento-creates-two-blocks/</link>
		<comments>http://www.magentonews.co.uk/magento-development/adding-one-block-on-home-page-in-magento-creates-two-blocks/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 12:00:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento development]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[page]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-development/adding-one-block-on-home-page-in-magento-creates-two-blocks/</guid>
		<description><![CDATA[I am trying to create category block on home page where in I copied page.xml and modified it like &#60;reference name="content"&#62; &#60;block type="page/html" name="mycategories" output="toHtml" template="sweet/sweet.phtml"/&#62; &#60;/reference&#62; Here I was expecting one one block in the middle of a page and i am getting that but in addition to this i am getting one more [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-development/adding-one-block-on-home-page-in-magento-creates-two-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweet #Magento extension: BodyClassPlus from @ho_nl. It adds the visitors browser to your &lt;body&gt; classes http://t.co/Z5HzaZg8</title>
		<link>http://www.magentonews.co.uk/magento-buzz/sweet-magento-extension-bodyclassplus-from-ho_nl-it-adds-the-visitors-browser-to-your-body-classes-httpt-coz5hzazg8/</link>
		<comments>http://www.magentonews.co.uk/magento-buzz/sweet-magento-extension-bodyclassplus-from-ho_nl-it-adds-the-visitors-browser-to-your-body-classes-httpt-coz5hzazg8/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 21:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento buzz]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[lt]]></category>

		<guid isPermaLink="false">http://www.magentonews.co.uk/magento-buzz/sweet-magento-extension-bodyclassplus-from-ho_nl-it-adds-the-visitors-browser-to-your-body-classes-httpt-coz5hzazg8/</guid>
		<description><![CDATA[Sweet #Magento extension: BodyClassPlus from @ho_nl. It adds the visitors browser to your classes http://t.co/Z5HzaZg8 Sweet #Magento extension: BodyClassPlus from @ho_nl. It adds the visitors browser to your &#60;body&#62; classes http://t.co/Z5HzaZg8 Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es mejor #Magento (en mi opinión) [...]]]></description>
		<wfw:commentRss>http://www.magentonews.co.uk/magento-buzz/sweet-magento-extension-bodyclassplus-from-ho_nl-it-adds-the-visitors-browser-to-your-body-classes-httpt-coz5hzazg8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

