<?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>Outserve Blog</title>
	<atom:link href="http://outserve.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://outserve.co.uk/blog</link>
	<description>The Outserve Blog</description>
	<lastBuildDate>Sun, 24 Apr 2011 20:49:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Review of Magento 1.4 Themes Design by Richard Carter</title>
		<link>http://outserve.co.uk/blog/2011/04/24/ecommerce/review-of-magento-1-4-themes-design-by-richard-carter/</link>
		<comments>http://outserve.co.uk/blog/2011/04/24/ecommerce/review-of-magento-1-4-themes-design-by-richard-carter/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 20:49:47 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=333</guid>
		<description><![CDATA[I recently reviewed a great book on Magento themes and have reproduced the review here: Magento is one of the most popular open source ecommerce platforms available and probably the most functional open source system for selling online. As well as managing customer accounts, shopping baskets and online payment interfaces Magento is also a full [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently reviewed a <a href="http://philipoakley.org/2011/03/25/books/review-of-magento-1-4-themes-design-by-richard-carter/">great book on Magento themes</a> and have reproduced the review here:</p>
<p> <a href="http://link.packtpub.com/lbY5kQ"><img class="alignleft" src="https://www.packtpub.com/sites/default/files/imagecache/productview/4804os_mockupcover_ex.jpg" alt="Magento 1.4 Cookbook" width="124" height="151" /></a> Magento is one of the most popular open source ecommerce platforms available and probably the most functional open source system for selling online. As well as managing customer accounts, shopping baskets and online payment interfaces Magento is also a full CMS (<a href="http://en.wikipedia.org/wiki/Content_Management_System">Content Management System</a>) where you can create and edit pages e.g:</p>
<ul>
<li>Home Page</li>
<li>Contact Us Page</li>
<li>Policy Pages (Privacy etc)</li>
<li>Category Pages</li>
<li>Landing Pages</li>
</ul>
<p>In common with many good CMS, especially open source examples, Magento has a theme that controls the look and feel of the site. Some themes can come by default, which can often be tweaked, themes can be purchased for companies (known as commercial themes) and of course you can design your own. This can often be where the fun/problems start. CMS theming is not designed to too difficult but some CMS themes are easier than others. Nearly all modern theme styles (colours, fonts etc) are controlled by CSS (<a href="http://en.wikipedia.org/wiki/Css">Cascading Style Sheets</a>) and a good knowledge of HTML and CSS will certainly help you get started with theming. Magento is written in PHP and uses XML but very little knowledge is required in these areas to get to good results from theme designing although clearly knowledge of these is not going to be of any harm.  </p>
<p>Even with a reasonable knowledge of CSS and HTML, Magento is known to be quite hard to theme and I think there is demand for a good book fully explaining end to end Magento theme designing so it&#8217;s great to see Packt Publishing releasing a dedicated book on theme designs for the latest version of Magento 1.4 by <a href="http://www.earlgreyandbattenburg.co.uk/">Richard Carter</a> (author of many other good books on open source CMS&#8217;s).</p>
<p>I recently reviewed Packt Publishings&#8217;s <a href=" http://philipoakley.org/2011/01/31/books/magento-1-4-developement-cookbook-from-packt-publishing-reviewed/">Magento Development Cookbook</a> where I wrote about a &#8216;cookbook&#8217; style allowing you to dip in and out and I think it&#8217;s worth saying that in reading this Magento Themes Design Book, in my opinion, you will get the most benefit from starting at the beginning of the book and working your way through. There are are a few reason for this but mainly because Richard uses a particular way to create/edit themes and actually uses a live example most of the way through the book which he builds on as the book progresses. That said I am sure that someone with good Magento experience and CSS knowledge coud dip in and out and get a lot from the book.</p>
<p>Below I have summarised each chapter quickly and put my conclusion at the bottom:</p>
<p><strong>Chapter 1: Introduction to Magento</strong><br />
The book starts with a good introduction to Magento including some examples of well known sites using Magento and explaining some differences between Magento 1.3 to 1.4. The introduction also includes a good install guide for anyone who is starting from scratch and installing Magento including how to get the all important file permissions correct.</p>
<p><strong>Chapter 2: Exploring Magento themes</strong><br />
Themeing Magento can be challenging and I think it&#8217;s crucial that anyone wanting to theme Magento understands the basic concepts and terminology. Properly understanding the, often unique, key parts of Magento themes including the Skins, Layouts, Templates and Locales makes it so much easier even when you are only making simple tweaks. This is a well explained chapter and an introduction to some of the best practices in Magento theming that will be especially important when going through any required upgrades. Not following best practice can make the upgrade process more difficult as your theme can be deleted by being overwritten if you have changed the core Magento theme files.</p>
<p><strong>Chapter 3: Magento Theme Basics </strong><br />
Even an ecommerce store that is planning on using  the default theme still needs to change certain items on the site. This chapter covers essential items including changing the store logo and favicon (both of which use the Magento logo by default if not changed).</p>
<p><strong>Chapter 4: Magento Theme Layouts</strong><br />
Chapter four starts at page 99 which shows how much information there is introducing Magento and looking at the basics which in my opinion is essential to anyone who ones to get the most from this book and from Magento theming. In this chapter we start to get into the meat of Magento theme design. Introducing Magento&#8217;s XML layout files and Block Names and their paths which can often confuse many people (including me). The chapter has some great details on using Path Hints to help understand how layouts are controlled which can be very important when trying to debug a design or just wanting to understand why a page or area looks the way it does.</p>
<p><strong>Chapter 5: Non-Default Magento Themes</strong><br />
In this chapter Richard introduces the concepts of designing your own theme from scratch, which I think is what a lot of users want to do. The thing I like about this book the most is that Richard uses a practical example and starts to build up a new theme that we can then follow throughout the rest of the book. The example uses the best practice method for creating a new theme and as you might expect the chapter contains quite a bit of CSS (which can be downloaded from the Packt Publishing site if you buy the book).</p>
<p><strong>Chapter 6: More Magento Theming</strong><br />
Much has been done to make the example theme individual already in the preceding chapter but one of the great things about Magento is just how much you can customise it. This chapter looks at ways you can use fonts which you would not normally think of using but can now thanks to integrating @font-face. In addition how you can change a stores navigation, login page and product views all things that will make your site original and hopefully stand out from the competition.</p>
<p><strong>Chapter 7: Customizing Advanced Magento Layout</strong><br />
Despite the title of this chapter there are some great ideas explained in relatively simple steps and a lot are items that all Magento store owners should consider including getting better error message pages especially the horribly unhelpful &#8217;404 messages&#8217; that can be presented to your customers. Having error messages that are a bit more user friendly which should hopefully reduce your lost customers and improve your bounce rate. As covered earlier in the book Blocks can be used very effectively to add style and content in this chapter we see show we can add additional Blocks if required.</p>
<p><strong>Chapter 8: Magento Templates</strong><br />
As should be expected of a fully functional ecommerce platform Magento has a full suite of transactional emails which can be automatically sent to a customer when orders are placed, products are delivered and account management tasks are performed (changing account password etc). But the real power of these templates is tailoring them with your own stores individual messages ensuring a  communication experience with your customer. An area often neglected by many stores.</p>
<p><strong>Chapter 9: Social Media and Magento</strong><br />
Having an open source and customisable platform like Magento means that you should be able to move quickly with the times. The current popularity of Social Media and Networking platforms in many areas of ecommerce is undeniable. Facebook and Twitter are the current favourites of &#8216;Social Shopping&#8217; and in this chapter Richard shows how we can add the all important Social Media buttons (follow us on Twitter etc) and how widgets can be integrated into your store. Also how to include the now popular Facebook &#8216;Like&#8217; button to your site and product pages so your items can be automatically posted to peoples Facebook profiles.</p>
<p><strong>Chapter 10: Magento Print Style</strong><br />
As much as the web can be good for the environment, in saving paper, it is sometimes understandable that some customers will want to print off product pages for reference or sharing and having a nicely formatted and presented print format could help in getting that final sale. In the final chapter Richard explains how print stye sheets and in particular how theme specific print style sheets can achieve this.</p>
<p><strong>Conclusion</strong><br />
I have read many books about Magento and in my opinion Packt Publishings are some of the best. Although there are some good general and cookbook style Magento books around I think Magento Theming is an area that requires a dedicated book and I would say that if you are serious about your ecommerce store and getting the most from Magento I think Magento Theme Design 1.4 by Richard Carter is well worth a read &#8211; cover to cover.</p>
<p>It is also important to note that many of the books currently available for Magento are based on version 1.3 that this book is currently as up to date as you can get (as far as I am aware all of the book is relevant to the recently released version 1.5) being based on 1.4, this is especially important as there has been some significant changes in the area of themes in version 1.4 from 1.3.</p>
<p>There is no doubt that Magento theme designing can be daunting and the more knowledge you have of HTML, CSS, XML and possibly of other CMS themes the less steep the learning curve well be. There is also certainly a big incentive to change the default theme as to me it is very ugly. The results you can get from just some of the techniques in this book can be make a huge difference to the look of you Magento store.</p>
<p>Overall I enjoyed the style of the book and particularly found the build up of Richard&#8217;s example site useful. A great feature of the book is that you can download the code used in the books which includes css files, xml files and even the images used in the examples.</p>
<p>Although not directly related to the book itself it is nice to see Packt Publishing supporting the ePub format as well as PDF. Also I think it&#8217;s worth mentioning how good it is that we have such strong writers on open source technologies in The United Kingdom (especially the North of the country),  the author <a href="http://www.earlgreyandbattenburg.co.uk/">Richard Carter</a> from <a href="http://www.peacockcarter.co.uk/">Peacock Carter</a> in the North East of the UK is clearly an expert in his field and it would appear from real hands on experience and not just theory.</p>
<p> If you have no CSS skills at all probably best to start with a good CSS book. Overall a great book for anyone looking to improve their Magento theming skills.</p>
<p>If you would like the chance to win this book there is a <a href="http://philipoakley.org/2011/03/25/competition/win-a-copy-of-magento-1-4-themes-design-book/">competition to win the Magento Themes Design 1.4 ebook</a> on this blog which will end on Sunday 3rd April 2011</p>
<p><strong>Full Disclosure</strong><br />
I received a free PDF book from Packt Publishing for the review and also a free pdf for a competition being run on this blog but as I already have a online subscription (which I pay for myself) I could have read the book for free so there is actually no real economic value in this for me. If I appear a Packt Publishing fanboy that is probably because I am but due to that fact that they release some fantastic books of which I would include this one. For even fuller disclosure, although I have access to affiliate links for both Packt Publishing and Amazon I have not included any of these  on this post and no links on this post generate income for me. That is not to say that there are not other parts of my website or posts that do include affiliate links but where there are they will usually state it. I am not adverse to contributions to hosting costs etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/04/24/ecommerce/review-of-magento-1-4-themes-design-by-richard-carter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Presentation Slides G:UP 13th April 2011</title>
		<link>http://outserve.co.uk/blog/2011/04/18/open-source/open-source-presentation-slides-gup-13th-april-2011/</link>
		<comments>http://outserve.co.uk/blog/2011/04/18/open-source/open-source-presentation-slides-gup-13th-april-2011/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 22:49:19 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[third sector]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=324</guid>
		<description><![CDATA[I recently gave a presentation to G:up (Growing up in the West Midlands) on Open Source Software and its benefits especially for third sector organisations. G:up is an alliance of West Midlands, children and young people&#8217;s, voluntary and community sector organisations and networks as well as public sector and national partners. To demonstrate open source [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently gave a presentation to <a href="http://www.gup.org.uk">G:up (Growing up in the West Midlands)</a> on Open Source Software and its benefits especially for third sector organisations. G:up is an alliance of West Midlands, children and young people&#8217;s, voluntary and community sector organisations and networks as well as public sector and national partners. To demonstrate open source as well as presenting the slides I used a laptop running <a href="http://www.ubuntu.com/">Ubuntu Linux</a> (a free and open source operating system) and presented the slides with <a href="http://www.libreoffice.org/">LibreOffice</a> (a free and open source office suite available for Windows and Mac as well as Linux). The slides shown were also in the <a href="http://www.odfalliance.org/">Opendocument presentation format.</a></p>
<p>To make the slides accessible I have uploaded them to <a href="http://www.slideshare.net/Outserve/gup2011-open-source">Slideshare.net</a> as below:</p>
<div style="width:425px" id="__ss_7657809"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/Outserve/gup2011-open-source" title="Gup2011| open source">Gup2011| open source</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/7657809" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/Outserve">Outserve</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/04/18/open-source/open-source-presentation-slides-gup-13th-april-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 released</title>
		<link>http://outserve.co.uk/blog/2011/03/26/open-source/firefox-4-released/</link>
		<comments>http://outserve.co.uk/blog/2011/03/26/open-source/firefox-4-released/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 12:47:27 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=309</guid>
		<description><![CDATA[This week we have seen the latest version of the ever popular Firefox open source web browser (Version 4). Firefox is one of the great open source success stories from the fantastic people at Mozilla and hopefully will be for a long time to come. Even though it had only been out for 2 days [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This week we have seen the latest version of the ever popular  <a href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a> open source web browser (Version 4). <a href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a> is one of the great open source success stories from the fantastic people at <a href="http://www.mozilla.org/">Mozilla </a>and hopefully will be for a long time to come. Even though it had only been out for 2 days it has already seen great popularity and downloads. To celebrate Mozilla have put together this infographic with all the incredible statistics:</p>
<div id="attachment_308" class="wp-caption aligncenter" style="width: 480px">
	<a href="http://outserve.co.uk/blog/wp-content/uploads/2011/03/ff4-infogrpahic-48hours-615x850.png"><img src="http://outserve.co.uk/blog/wp-content/uploads/2011/03/ff4-infogrpahic-48hours-615x850.png" alt="FireFox 4 infographic" title="ff4-infogrpahic-48hours-615x850" width="480" height="664" class="size-full wp-image-308" /></a>
	<p class="wp-caption-text">FireFox 4 infographic</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/03/26/open-source/firefox-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of Magento Development Cookbook</title>
		<link>http://outserve.co.uk/blog/2011/02/01/ecommerce/review-of-magento-development-cookbook/</link>
		<comments>http://outserve.co.uk/blog/2011/02/01/ecommerce/review-of-magento-development-cookbook/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 22:15:52 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=302</guid>
		<description><![CDATA[We were lucky enough to get a copy of the new Magento Development Cookbook and I wrote a the following review on my own blog also reproduced here: I have read quite a few books from PacktPub as they have range of books on Open Source Content Management Software a subject I am very passionate [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We were lucky enough to get a copy of the new Magento Development Cookbook and I wrote a the following <a href="http://philipoakley.org/2011/01/31/books/magento-1-4-developement-cookbook-from-packt-publishing-reviewed/" targett="blank">review on my own blog</a> also reproduced here:</p>
<p><a href="https://www.packtpub.com/magento-1-4-development-cookbook/book" target=”_blank”><img class="alignleft" src="https://www.packtpub.com/sites/default/files/imagecache/productview/1445OS_MockupCover_Magento_1.4_Development_Cookbook_cb.jpg" alt="Magento 1.4 Cookbook" width="124" height="151" /></a>I have read quite a few  books from <a href="https://www.packtpub.com/" target=”_blank”>PacktPub</a> as they have range of books on Open Source Content Management Software a subject I am very passionate about. They also have many books on other technologies including many on open source software. I use the open source eCommerce platform <a href="http://www.magentocommerce.com" target=”_blank”>Magento</a> at work for clients and for some of my own sites so was very interested when asked to review a new Magento book from PacktPub &#8216;<a href="https://www.packtpub.com/magento-1-4-development-cookbook/book" target=”_blank”>Magento 1.4 Development Cookbook</a>&#8216;. So as announced on a previous post and following a <a href="http://philipoakley.org/2011/01/04/competition/win-a-copy-of-magento-1-4-development-cookbook-e-book/comment-page-1/#comment-1621" target=”_blank”>competition to win a copy of the ebook</a> please see my review below (if you are happy with the style of book these Cookbooks are please feel free to skip the next couple of paragraphs and go straight to the review):</p>
<p>Before I get into the book review proper I think it is worth explaining a little a bit about these &#8216;cookbook&#8217; style and named manuals. Most computer manuals and books do not require you to read through from the first page to the last, after all these are not novels but generally they do build from an introduction and often can require knowledge of a previous section as they build on your knowledge as you go through the book chronologically. Cookbook style manuals on the other hand are just what the name suggests &#8211; a list of &#8216;recipes&#8217; which often so not require you to have read earlier articles to make sense of later articles. Cookbooks are often designed for you to easily dip in and out and get just what you need hopefully following the a tutorial (recipe) in the section to complete the task. This said, it can be important to remember that Cookbooks often  require you to have a reasonable knowledge of the subject and its relevant environment or to continue the food/recipe analogy &#8211; to follow s Beef Bourguignon recipe you are expected to understand the basics of meat purchase, storage and cooking including how to use your cooker and other utensils. </p>
<p>In the case of Packt&#8217;s new book <a href="https://www.packtpub.com/magento-1-4-development-cookbook/book" target=”_blank”>Magento 1.4 Developement Cookbook</a> I think it&#8217;s fair to say that to get the most out of it, it is an advantage to be relatively comfortable with Magento, the Linux command line and creating a development environment. This said, this might be just the introduction you need to these subjects and although a stiff learning curve for mere mortals (such as myself) a carefully worded Google search and a bit of spare time can often fill in the gaps. What this book is <u>not</u> is a &#8216;Beginners Guide to Magento&#8217; mainly because Packt have already published this book here  &#8211; <a href="https://www.packtpub.com/magento-beginners-guide/book">Magento Beginners Guide</a>. I have read this book and although not as up to date as this cookbook I would still recommend this as the best place to start for anyone getting to grips with Magento for the first time.</p>
<p>A key to getting the right book is often understanding who the book is aimed at and according to the book itself:</p>
<blockquote><p><em>If you are a PHP developer or a novice or an experienced software engineer, who is interested in achieving high impact in a fast-paced development environment and want to boost your (PHP/Magento) development skills to the next level, then this book is for you. No prior experience with Magento is required but basic knowledge of PHP is needed.</em></p></blockquote>
<p>PHP knowledge is of course useful (all the required code is in the book and available to download) but as I mentioned above I think some knowledge of Linux and CMS&#8217;s in general would be advantage and if you have limited experience of Magento, to repeat myself, I would start with <a href="https://www.packtpub.com/magento-beginners-guide/book">Magento Beginners Guide</a> or as this Cookbooks tag line possibly sums it up better this book is &#8216;Quick answers for Common problems&#8217;.</p>
<p><strong>Right the Review of Magento 1.4 Cookbook starts here:</strong></p>
<p>Although this book is designed to &#8216;dip in and out of&#8217; it does start with a very good guide to setting up a development environment and getting an IDE (Integrated Development Environment) &#8211; <a href="http://netbeans.org/index.html" target=”_blank”>Netbeans</a> which was used throughout the book although this is not an a beginners guide and I think the assumption is that you some knowledge of similar environments.</p>
<p>Included in the book is a wide variety of articles to take your Magento install to the next level making your eCommerce site more attractive and more functional. Of course, we should never loose site of the aim of any eCommerce site which is too sell and get more customers and sell more to those customers (presuming that is your aim) and for me this book covers some of the main areas which can currently help you achieve this. These areas, in my opinion, being improving Search Engine Optimisation (SEO) specifically Google (important to all eCommerce businesses but especially important to UK and European Sites where Google is ridiculously dominant), integration to social media/networking services and analytics because &#8211; &#8216;what doesn’t get measured, doesn’t get done&#8217; possibly a reversal of what<a href="http://www.tompeters.com/"> Tom Peters</a> may have said &#8211; &#8216;What gets measured, gets done&#8217;.</p>
<p>Having a closer look at these three areas:</p>
<p><strong>Search Engine Optimisation for Magento</strong><br />
Google has a massive influence over what gets sold on the internet for many reasons and even small improvements in a sites Google optimisation can have a big effect, in the cookbook <a href="http://dynamicguy.com/" target=”_blank”>Nurul Ferdous</a> writes the articles:</p>
<p>&#8216;<em>Using Google Website Optimizer</em>&#8216;<br />
&#8216;<em>Optimizing Magento store for search engines</em>&#8216;<br />
A whole chapter on &#8216;<em>Performance Optimisation</em>&#8216; &#8211; site speed has become a key factor to good Google ranking</p>
<p><strong>Social Media and Networks for Magento</strong><br />
We don&#8217;t have to look far to see the influence of social networks such as Facebook and Twitter on our lives but for online businesses the importance of online networks can be even more pronounced without going overboard on the &#8216;Social Shopping&#8217; buzz you do not have to have a million clicks viral campaign to be  consistently driving traffic  to your website using social sites and getting a serious &#8216;return on investment&#8217; (ROI). In particular I found the following guides from the book really useful:</p>
<p>&#8216;<em>Integrating WordPress in Magento</em>&#8216; &#8211; Magento may have CMS functionality but WordPress is probably the best blogging software in the world so integrating the best open source eCommerce platform with the best open source blogging platform could certainly give you the best of both worlds.<br />
&#8216;<em>Creating a custom &#8220;Twitter handle</em>&#8221; field in a registration form&#8217; &#8211; Adding &#8216;<a href="http://mashable.com/2010/05/21/social-crm/" target=”_blank”>Social CRM</a>&#8216; elements to you customer tracking can be key to modern Contact Management<br />
&#8216;<em>Adding a Facebook &#8216;Like&#8217; button in product page</em>&#8216; &#8211; apparently (from my own experience) a must have on many consumer eCommerce sites now to tap into the 500 million people recommending products and services to their friends and seeing businesses benefiting from the network effect.<br />
&#8216;<em>Embedding a YouTube video in product details</em>&#8216; &#8211; Peoples expectations of product pages are increasing daily, <a href="http://www.asos.com/" target=”_blank”>ASOS</a> the largest UK &#8216;online only&#8217; fashion retailer now has catwalk videos on all its clothing product pages and consumers appear to love video content, especially in attracting initial interest where it has been said web users are more likely to click a video than any other link or content.<br />
&#8216;Adding an RSS feed (last five tweets!)&#8217;</p>
<p><strong>Analytics</strong><br />
Adding all of this cool functionality as mentioned above is great but if we have no way of tracking the benefits especially making comparisons to changes then we are never really going to know if all our hard work is paying off. This is why analytics are so key and with <a href="www.google.com/analytics/" target=”_blank”>Google Analytics</a> being free there is no reason why every site should not be using them. Time spent on analysing the &#8216;numbers&#8217; should result in a serious pay back if you can easily see where the increased sales are coming from (and do more of it) and see the less effective promotions (therefore reducing or stopping them). Again some great articles in this area with:</p>
<p>&#8216;Using Google Analytics for Magento&#8217;<br />
&#8216;Adding AdWords tracking code to order confirmation page in Magento&#8217;</p>
<p>I have highlighted three particular areas that are covered in the book but of course there are many other guides included from implementing payment solutions like PayPal to a whole chapter on creating your own module. Selfishly it was these three areas I found the most interesting and also the ones that I think are key to taking a Magento eCommerce store to the next level which after all is what this book is all about. To see a list of all the chapters and articles the full <a href="https://www.packtpub.com/toc/magento-14-development-cookbook-table-contents" target=”_blank”>table of contents</a> is available to see online and you can even download a<a href="https://www.packtpub.com/magento-1-4-development-cookbook/book?utm_source=bundle&#038;utm_medium=dmagebk&#038;utm_term=Magento%3A%2BBeginner%27s%2BGuide&#038;utm_content=Magento%2B1.4%2BDevelopment%2BCookbook&#038;utm_campaign=open%2Bsource"> sample chapter from the <a href="https://www.packtpub.com/magento-14-development-cookbook/book" target=”_blank”>Magento Developers Cookbook</a></a>. As well as the physical book and a PDF available one of my favourite features of Packt is that they make the code available to download too (once you have registered with them).</p>
<p><strong>Conclusion</strong><br />
Clearly, as explained above, this book is not going to suit everybody but for a someone who is relatively comfortable with Magento and the environment of their own install this book is crammed full of practical ideas that can have a direct effect on sales. While the guide&#8217;s are clear and well written some novices may need some further assistance or background information which is often available elsewhere or most probably covered in more depth in one other of <a href="https://www.packtpub.com" target=”_blank”>Packt&#8217;s</a> many books on <a href="https://www.packtpub.com/books?keys=magento&#038;x=0&#038;y=0" target=”_blank”>Magento</a>. Overall I would say this book is easy to dip in and out of and would be a wise investment for anyone looking to add functionality and get the most out of Magento.     </p>
<p>For complete transparency I received a free ebook copy of this for book this review and also ran a competition for another free ebook on this site (nothing else) and I was free to write what ever views I wanted whether negative or positive.</p>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/02/01/ecommerce/review-of-magento-development-cookbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal Release Version 7 &#8211; more functionality and easier to use?</title>
		<link>http://outserve.co.uk/blog/2011/01/05/cms/drupal-7/</link>
		<comments>http://outserve.co.uk/blog/2011/01/05/cms/drupal-7/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 20:05:07 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=283</guid>
		<description><![CDATA[Drupal has just released version 7 the latest and greatest version of the ever popular open source Content Management System. This version not only promises more functionality to the already competent CMS but has made a major leap forward in ease of use both in the important user interface and also in areas such as [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://drupal.org/">Drupal</a> has just released <a href="http://drupal.org/drupal-7.0">version 7</a> the latest and greatest version of the ever popular open source Content Management System. This version not only promises more functionality to the already competent CMS but has made a major leap forward in ease of use both in the important user interface and also in areas such as the install wizard. Below is a video promoting the release:</p>
<p><iframe src="http://player.vimeo.com/video/18352872" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/18352872">Drupal 7 Marketing Video</a> from <a href="http://vimeo.com/user4025668">Lullabot</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/01/05/cms/drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win a copy of Magento 1.4 Development Cookbook E-book</title>
		<link>http://outserve.co.uk/blog/2011/01/05/ecommerce/win-a-copy-of-magento-1-4-development-cookbook-e-book/</link>
		<comments>http://outserve.co.uk/blog/2011/01/05/ecommerce/win-a-copy-of-magento-1-4-development-cookbook-e-book/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:43:56 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=277</guid>
		<description><![CDATA[For anyone interested in winning a copy of the ebook Magento 1.4 Development Cookbook&#8216; there is a competition being run on http://philipoakley.org. Magento 1.4 Developement Cookbook free ebook competition link Magento is a fantastic open source eCommerce platform and the Development Cookbook should show you how to: Develop Modules and Extensions for Magento 1.4 using [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="https://www.packtpub.com/magento-1-4-development-cookbook/book"><img src="https://www.packtpub.com/sites/default/files/imagecache/productview/1445OS_MockupCover_Magento_1.4_Development_Cookbook_cb.jpg" alt="Magento 1.4 Cookbook" width="124" height="151" align ='left' /></a><br />
For anyone interested in winning a copy of the ebook  <a href="https://www.packtpub.com/magento-1-4-development-cookbook/book">Magento 1.4 Development Cookbook</a>&#8216; there is a competition being run on <a href="http://philipoakley.org">http://philipoakley.org</a>.</p>
<p><a href="http://philipoakley.org/2011/01/04/competition/win-a-copy-of-magento-1-4-development-cookbook-e-book/">Magento 1.4 Developement Cookbook free ebook competition link</a></p>
<p>Magento is a fantastic open source eCommerce platform and the Development Cookbook should show you how to:</p>
<li>Develop Modules and Extensions for Magento 1.4 using PHP with ease
<li>Socialise your store by writing custom modules and widgets to drive in more customers
<li>Achieve a tremendous performance boost by applying powerful techniques such as YSlow, PageSpeed, and Siege
<li>Part of Packt&#8217;s Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible<br />
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/01/05/ecommerce/win-a-copy-of-magento-1-4-development-cookbook-e-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenERP Change Default Date Format to UK &#8211; mm/dd/yyyy to dd/mm/yyyy</title>
		<link>http://outserve.co.uk/blog/2011/01/03/tutorial/openerp-change-default-date-format-to-uk-mmddyyyy-to-ddmmyyyy/</link>
		<comments>http://outserve.co.uk/blog/2011/01/03/tutorial/openerp-change-default-date-format-to-uk-mmddyyyy-to-ddmmyyyy/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 00:03:41 +0000</pubDate>
		<dc:creator>Philip Oakley</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[date fomat]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[openerp]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=272</guid>
		<description><![CDATA[A very quick video on how to change the default date format in OpenERP to a UK style dd/mm/yyyy as the default is a American style mm/dd/yyyy:]]></description>
			<content:encoded><![CDATA[<p></p><p>A very quick video on how to change the default date format in <a href="http://www.openerp.com/">OpenERP</a> to a UK style dd/mm/yyyy as the default is a American style mm/dd/yyyy:</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="http://www.youtube.com/embed/QtUFMclcHu0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2011/01/03/tutorial/openerp-change-default-date-format-to-uk-mmddyyyy-to-ddmmyyyy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Magento ecommerce for SEO and Social Media</title>
		<link>http://outserve.co.uk/blog/2010/12/09/ecommerce/extending-magento-ecommerce-for-seo-and-social-media/</link>
		<comments>http://outserve.co.uk/blog/2010/12/09/ecommerce/extending-magento-ecommerce-for-seo-and-social-media/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 21:24:52 +0000</pubDate>
		<dc:creator>philoakley42</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://outserve.co.uk/blog/?p=262</guid>
		<description><![CDATA[From Philip Oakley&#8217;s blog a post about extending Magento ecommerce for SEO and Social Media Magento is an open source (or open core if you prefer) ecommerce systems. Similar to WordPress with plugins, the great blogging platform, Magento has an architecture that allows extensions. Extensions allow 3rd party developers to add functionality to the core [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>From <a title="Philip Oakley's Blog" href="http://philipoakley.org" target="_blank">Philip Oakley&#8217;s blog</a> a post about extending Magento ecommerce for SEO and Social Media</p>
<p><a href="http://www.magentocommerce.com/">Magento</a> is an open source (or open core if you prefer) ecommerce systems. Similar  to <a href="http://wordpress.org">WordPress</a> with <a href="http://wordpress.org/extend/plugins/">plugins</a>, the great blogging platform, Magento has an architecture that allows extensions. Extensions allow 3rd party developers to add functionality to the core system. Over on <a href="http://www.magentocommerce.com/magento-connect/">Magento Connect</a> the official Magento extensions site there are over 3000 extensions from <a href="http://www.magentocommerce.com/magento-connect/filter/all?query=erp">erp/crm integration</a> through to <a href="http://www.magentocommerce.com/magento-connect/filter/all?query=iphone">iPhone support</a> both free and open source to some quite expensive premium extensions.</p>
<p>I am currently working on a few Magento sites and below is a quick list of some of the extensions I am planning on trying out:</p>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/tinybrick/extension/4209/tweet_button">Magento Extension &#8211; Tweet Button</a></div>
<div class="delicious-extended">
<p>Twitter just released it&#8217;s official Tweet Button that allows people to share content on Twitter without having to leave your website. This new Magento Tweet Button Module includes 3 customizable layouts with an optional tweet count.</p>
<p>This module will populate all CMS (including the home page), Catalog, and Product product pages with tweet buttons. You can also customize the tweet message per page type.</p>
</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/ecommerce">ecommerce</a> <a href="http://delicious.com/philoakley/extensions">extensions</a> <a href="http://delicious.com/philoakley/twitter">twitter</a> <a href="http://delicious.com/philoakley/socialmedia">socialmedia</a> <a href="http://delicious.com/philoakley/social">social</a> <a href="http://delicious.com/philoakley/shopping">shopping</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/MageWorx.com/extension/2536/extended-sitemap">Magento Extension &#8211; Extended Sitemap</a></div>
<div class="delicious-extended">Extended Sitemap allows you to display all of your existing Catalog Categories, Products, CMS Pages and additional configurable links with a hierarchical structure SEO optimized for web spiders on a single Site Map page available through your store footer link, e.g. http://www.example.com/sitemap/</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/extensions">extensions</a> <a href="http://delicious.com/philoakley/google">google</a> <a href="http://delicious.com/philoakley/sitemap">sitemap</a> <a href="http://delicious.com/philoakley/seo">seo</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/Mark_Kimsal/extension/1733/facebook-connect-magento-module">Magento Extension &#8211; Facebook Connect Magento Module &#8211; Overview &#8211; eCommerce Software for Growth</a></div>
<div class="delicious-extended">The Facebook Connect module allows visitors to your site easy registration with their facebook.com logi</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/extensions">extensions</a> <a href="http://delicious.com/philoakley/facebook">facebook</a> <a href="http://delicious.com/philoakley/ecommerce">ecommerce</a> <a href="http://delicious.com/philoakley/social">social</a> <a href="http://delicious.com/philoakley/socialmedia">socialmedia</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/aheadWorks/extension/1953/facebook-link">Magento Extension &#8211; Facebook Link</a></div>
<div class="delicious-extended">Be where your customers are &#8211; this is the simple mantra for most successful businesses. Chances are, a large number of your customers are on Facebook! After all, it is the among the top 6 websites in terms of traffic, as reported by comScore. So, create a presence on your customers’ Facebook Walls and get a distinct competitive edge over your competitors. Our Facebook Link extension helps you do exactly that.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/extensions">extensions</a> <a href="http://delicious.com/philoakley/facebook">facebook</a> <a href="http://delicious.com/philoakley/socialmedia">socialmedia</a> <a href="http://delicious.com/philoakley/ecommerce">ecommerce</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/ASchroder/extension/3932/aschroder_cloudbackup">Magento Connect &#8211; World Wide Access Cloud Backup (beta) &#8211; Overview &#8211; eCommerce Software for Growth</a></div>
<div class="delicious-extended">
<p>This is a beta program for the World Wide Access Cloud Backup extension. This extension will allow you to create backups of your entire store and database and send it to an offsite cloud storage service (Amazon S3). You can also allow automated backups which will send the backups to the cloud everyday for piece of mind in the event of a data disaster.</p>
<p>Please note, the beta program and software is likely to change as we develop new features. Please only participate if you are happy with that.</p>
</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/extension">extension</a> <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/ecommerce">ecommerce</a> <a href="http://delicious.com/philoakley/opensource">opensource</a> <a href="http://delicious.com/philoakley/backup">backup</a> <a href="http://delicious.com/philoakley/cloud">cloud</a> <a href="http://delicious.com/philoakley/s3">s3</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/ASchroder/extension/2816/aschroder.com-sitemap-submit">Magento Connect &#8211; ASchroder.com Sitemap Submit &#8211; Easily submit your sitemap.xml to Google, Yahoo, Bing and Ask</a></div>
<div class="delicious-extended">Magento extension for submitting your store sitemap to Google, Yahoo, Ask and Bing called Sitemap Submit. This extension can submit automatically whenever the sitemap is regenerated, or on-demand from the Magento admin interface. This extension is currently (10/2010) in beta and you will need to change your Magento Connect settings to allow beta extensions.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/extensions">extensions</a> <a href="http://delicious.com/philoakley/ecommerce">ecommerce</a> <a href="http://delicious.com/philoakley/sitemap">sitemap</a> <a href="http://delicious.com/philoakley/google">google</a> <a href="http://delicious.com/philoakley/yahoo">yahoo</a> <a href="http://delicious.com/philoakley/seo">seo</a> <a href="http://delicious.com/philoakley/bing">bing</a> <a href="http://delicious.com/philoakley/opensource">opensource</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.magentocommerce.com/magento-connect/ASchroder/extension/1865/aschroder.com-smtp-pro">Magento Connect &#8211; ASchroder.com SMTP Pro Email &#8211; Free and Easy Magento Emailing for SMTP, Gmail or Google Apps email. &#8211; Overview &#8211; eCommerce Software for Growth</a></div>
<div class="delicious-extended">This extension provides complete control of SMTP server settings for Magento. You can specify authentication methods from None, Login, Plain or CRAM-MD5. You can choose to secure the connection with SSL or TLS, or disable secure connections completely. The host and port are configurable. The extension includes a self test option, which lets you verify your settings are correct and it works with Magento Newsletters, two features you may not find in other, older, SMTP extensions. This extension is currently (10/2010) in beta and you will need to change your Magento Connect settings to allow beta extensions.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/philoakley/email">email</a> <a href="http://delicious.com/philoakley/extension">extension</a> <a href="http://delicious.com/philoakley/google">google</a> <a href="http://delicious.com/philoakley/magento">magento</a> <a href="http://delicious.com/philoakley/mail">mail</a> <a href="http://delicious.com/philoakley/ecommerce">ecommerce</a> <a href="http://delicious.com/philoakley/opensource">opensource</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2010/12/09/ecommerce/extending-magento-ecommerce-for-seo-and-social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-29</title>
		<link>http://outserve.co.uk/blog/2010/08/29/uncategorized/twitter-weekly-updates-for-2010-08-29/</link>
		<comments>http://outserve.co.uk/blog/2010/08/29/uncategorized/twitter-weekly-updates-for-2010-08-29/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:57:00 +0000</pubDate>
		<dc:creator>Phil Oakley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://outserveblog.com/2010/08/29/uncategorized/twitter-weekly-updates-for-2010-08-29/</guid>
		<description><![CDATA[Lifehacker Pack for Linux: Our List of the Best Linux Downloads http://t.co/oFwGaRF via @lifehacker # Powered by Twitter Tools]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>Lifehacker Pack for Linux: Our List of the Best Linux Downloads <a href="http://t.co/oFwGaRF" rel="nofollow">http://t.co/oFwGaRF</a> via @<a href="http://twitter.com/lifehacker" class="aktt_username">lifehacker</a> <a href="http://twitter.com/outserve/statuses/21992191021" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2010/08/29/uncategorized/twitter-weekly-updates-for-2010-08-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-22</title>
		<link>http://outserve.co.uk/blog/2010/08/22/uncategorized/twitter-weekly-updates-for-2010-08-22/</link>
		<comments>http://outserve.co.uk/blog/2010/08/22/uncategorized/twitter-weekly-updates-for-2010-08-22/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 09:57:00 +0000</pubDate>
		<dc:creator>Phil Oakley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://outserveblog.com/2010/08/22/uncategorized/twitter-weekly-updates-for-2010-08-22/</guid>
		<description><![CDATA[Mentoring Wolverhampton University Students &#8211; how Open Source Software can be used in their business ideas. # Powered by Twitter Tools]]></description>
			<content:encoded><![CDATA[<p></p><ul class="aktt_tweet_digest">
<li>Mentoring Wolverhampton University Students &#8211; how Open Source Software can be used in their business ideas. <a href="http://twitter.com/outserve/statuses/21474862932" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://outserve.co.uk/blog/2010/08/22/uncategorized/twitter-weekly-updates-for-2010-08-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.485 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 07:47:23 -->

