<?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>Drew Jones - Freelance Website Designer in Fleet, Hampshire, GU51 &#187; Freelance</title>
	<atom:link href="http://andij.com/category/freelance/feed" rel="self" type="application/rss+xml" />
	<link>http://andij.com</link>
	<description>website design and delivery</description>
	<lastBuildDate>Mon, 29 Aug 2011 11:04:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bootstrap, from Twitter for WordPress</title>
		<link>http://andij.com/2011/08/22/bootstrap-from-twitter-for-wordpress</link>
		<comments>http://andij.com/2011/08/22/bootstrap-from-twitter-for-wordpress#comments</comments>
		<pubDate>Mon, 22 Aug 2011 22:17:45 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andij.com/?p=546</guid>
		<description><![CDATA[Many times I&#8217;ve attempted to stream-line my development processes in a variety of different ways, using 960gs, Eric Mayer&#8217;s reset.css, HTML5 Boilerplate, to mention only a few. One of my favourite time-savers is to create an &#8216;interface template&#8217; this template &#8230; <a href="http://andij.com/2011/08/22/bootstrap-from-twitter-for-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many times I&#8217;ve attempted to stream-line my development processes in a variety of different ways, using <a href="http://960.gs/">960gs</a>, <a href="http://meyerweb.com/eric/tools/css/reset/">Eric Mayer&#8217;s reset.css</a>, <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>, to mention only a few.  One of my favourite time-savers is to create an &#8216;interface template&#8217; this template usually takes the form of a single page with every UI element that I&#8217;m likely to need to build the website. This helps to ensure that all components &#8216;play nice&#8217; with each other.</p>
<p>During this process I often find myself using the same markup with the same class names, for example my pagination nearly always ends up exactly the same HTML and CSS with different styles.  After a while I noticed a number of tricks and techniques were also being repeated.  This included CSS to style buttons exactly the same if the markup used was an anchor, button or input.  Then a number of styles to make the button appear disabled, negative, positive and neutral, then I&#8217;d usually include classes to make them large, medium and small.</p>
<p>Think in your mind that dreamy type of music to set the scene…. </p>
<blockquote><p>&#8220;Wouldn&#8217;t it be great if these techniques were available to implement at the beginning of a project with a way of modifying them to suit the design of the website I&#8217;m building them for.&#8221;</p></blockquote>
<p>While this is still a distant &#8220;I may get round to doing something one day&#8221; thought.  Along comes <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.  A set of tools put together by <a href="http://twitter.com/#!/mdo">@mdo</a> and <a href="http://twitter.com/#!/fat">@fat</a> (from Twitter) which takes this concept by the short and curlies and provides a full set of amazingness, especially if the things I describe above are familiar to you.</p>
<p>A grid system, typography, lists, tables, forms, buttons, tabs, pagination, page messages, modals, tool-tips, popovers are all included, which is so amazingly comprehensive I am overwhelmed!</p>
<p>Wait, there&#8217;s more! &#8216;Really?&#8217; I hear you say. No, there&#8217;s actually <a href="http://lesscss.org/">Less</a>.  Combining all this Bootstrap awesome with the power of Less is nothing short of genius.  It would have been great without it but so so so much better as part of the deployment. You can get really funky with mixins and all that jazz.</p>
<p>As you can see, my blog is a bit of a shambles, with no styling of any note.  It&#8217;s all because I like to tinker with the source code of my themes. I enjoy dipping into the world of WordPress every now and then as it feels more of a hobby than the java that I&#8217;m exposed to on a daily basis.</p>
<p><strong>My intention is to implement Bootstrap from Twitter into a WordPress theme as it simply feels like the right thing to do</strong>, then make it available for download.  Watch this space…  <a href="http://andij.com/contact/">Please get in contact</a> (or comment on this post) if you have the same intentions and would like to help out and keep up the motivation to get something released pretty soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2011/08/22/bootstrap-from-twitter-for-wordpress/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Experimenting – mwaaa haaha</title>
		<link>http://andij.com/2010/11/11/experimenting-with-latest-web-tech</link>
		<comments>http://andij.com/2010/11/11/experimenting-with-latest-web-tech#comments</comments>
		<pubDate>Thu, 11 Nov 2010 16:28:35 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freelance]]></category>

		<guid isPermaLink="false">http://andij.com/?p=499</guid>
		<description><![CDATA[Recently I&#8217;ve taken to thinking along the lines of many other web designers and developers who are embracing the new technologies. Ranging from the funkiest mobile devices and latest browser technologies. Using a raft of the latest tech plenty of &#8230; <a href="http://andij.com/2010/11/11/experimenting-with-latest-web-tech">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve taken to thinking along the lines of many other web designers and developers who are embracing the new technologies.  Ranging from the funkiest mobile devices and latest browser technologies.</p>
<p>Using a raft of the latest tech plenty of testing and experimentation has been creeping it&#8217;s way into my daily routine.  Armed with a laptop with two external screens, a couple of &#8216;standard (single screen)&#8217; laptops and PCs accompanied with a small handful of smartphones and a tablet:</p>
<ul>
<li>Lenovo T500 &#8211; 1680&#215;1050 &#8211; Windows 7
<ul>
<li>Dell P2210H 1080&#215;1920 (portrait)</li>
<li>Dell P2210H 1920&#215;1080 (landscape)</li>
</ul>
</li>
<li>Toshiba Tecra &#8211; 1024&#215;768 &#8211; Ubuntu 10.04</li>
<li>Dell Optiplex GX520 &#8211; 1280&#215;1024 &#8211; Windows XP</li>
<li>Apple iPad &#8211; 1024&#215;768 &#8211; iOS 3.2.2</li>
<li>Apple iPhone 3G &#8211; 320&#215;480 &#8211; iOS 3.1.3</li>
<li>HTC Desire HD &#8211; 480&#215;800 &#8211; Andriod 2.2</li>
</ul>
<p>These tools of the trade allow me to see my projects on many different devices, so, as a result I&#8217;m going to be using this blog as a testing area for a ground-up build of a wordpress blog incorporating a bunch of ideas.  Many of which may fail, so if it&#8217;s spannered at any time you&#8217;ll know why.</p>
<p>So, first up is <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a>&#8216; <a href="http://starkerstheme.com/">Starkers WordPress theme</a>, this awesome bad-boy of a theme is right up my street as a web designer, it provides me with the bare-bones &#8216;naked&#8217; theme for me to apply a bespoke design from scratch.</p>
<p>Couple that with the baddass <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> code, giving me access to the most top-notch tricks to get a full-on HTML5 website started off on the right foot.</p>
<p>Then&#8230;..  An even awesomer revelation!! <a href="http://aarontgrogg.com/">Aaron T. Grogg</a> has got his shizzle out and performed an amalgamation of Starkers and Boilerplate in the form of a WordPress theme called <a href="http://wordpress.org/extend/themes/boilerplate">Boilerplate: Starkers WordPress theme!</a>.</p>
<p>I can hardly believe my eyes..  So much help and assistance out there on the interweb these days..  &#8211; love you guys -</p>
<p>THEN&#8230;.  (Yup, it&#8217;s not over yet&#8230;)  I scoot on over to <a href="http://lessframework.com/">Less Framework 3</a> and shave the CSS from here with all it&#8217;s <code>@media</code> queries.  Providing me with a foundation for tailoring the theme to a number of different width layouts.  I strip out the reset stuff as that exists in the Boilerplate theme by default.  Rock on over to <a href="http://codex.wordpress.org/Child_Themes">WordPress.org Child Themes</a> and use this info to create myself a child theme of Boilerplate.</p>
<p>As a result, I end up with this wonderful baseline of a theme, all ready and waiting for me to apply my limited knowledge to.  I&#8217;m certain that I&#8217;ll learn plenty from this process and expect to be able to apply this new found wealth to my lucky customers.</p>
<p>So, far, so good..  I&#8217;ll now evolve this theme steadily as I learn how to utilise all this wonderment.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2010/11/11/experimenting-with-latest-web-tech/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An office warming</title>
		<link>http://andij.com/2010/09/10/an-office-warming</link>
		<comments>http://andij.com/2010/09/10/an-office-warming#comments</comments>
		<pubDate>Fri, 10 Sep 2010 08:50:11 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[240A Fleet Road]]></category>
		<category><![CDATA[new office]]></category>

		<guid isPermaLink="false">http://andij.com/?p=483</guid>
		<description><![CDATA[If you&#8217;re free on Tuesday evening, pop over to my new office and celebrate with me. There&#8217;s not that much to see to be honest, how interesting can an office be? However, if you&#8217;d like to help celebrate this occasion &#8230; <a href="http://andij.com/2010/09/10/an-office-warming">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>If you&#8217;re free on Tuesday evening,  pop over to my new office and celebrate with me.</h3>
<p>There&#8217;s not that much to see to be honest, how interesting can an office be?  However, if you&#8217;d like to help celebrate this occasion it&#8217;d be great to see you.</p>
<p>Please drop by any time between 6:30pm and 7:30pm for a glass of something and a snack or two followed by a couple of ales in the pub over the road.<span id="more-483"></span></p>
<p><strong>Location:</strong> 240A Fleet Road, Fleet, GU51 4BX<br />
<a href="http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=andij.com&amp;sll=51.278669,-0.845148&amp;sspn=0.043328,0.111494&amp;ie=UTF8&amp;hq=andij.com&amp;hnear=&amp;ll=51.278777,-0.845175&amp;spn=0.043113,0.111494&amp;z=14&amp;iwloc=A">Google map</a> (Above the ageuk charity shop)<br />
<strong>Time &amp; Date:</strong> 18:30 &#8211; 19:30 Tuesday, September 14th 2010<br />
<strong>Followed by:</strong> More drinks in Propaganda if you&#8217;re up for it.<br />
(If you can&#8217;t make it between 18:30 and 19:30 come<br />
to the pub and I&#8217;ll give you a personal show-round.)</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2010/09/10/an-office-warming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile website demo</title>
		<link>http://andij.com/2010/07/22/mobile-website-demo</link>
		<comments>http://andij.com/2010/07/22/mobile-website-demo#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:41:24 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Freelance]]></category>

		<guid isPermaLink="false">http://andij.com/?p=473</guid>
		<description><![CDATA[I&#8217;m putting together a mobile website that will be used to demo some solutions to Hybris. To make it cool(harder) to get to, scan this QR-Code using your mobile phone QR Reader to visit the demo website: This demo may &#8230; <a href="http://andij.com/2010/07/22/mobile-website-demo">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m putting together a mobile website that will be used to demo some solutions to Hybris.</p>
<p>To make it cool(harder) to get to, scan this QR-Code using your mobile phone QR Reader to visit the demo website:</p>
<p><a href="http://www.mobile-barcodes.com/"><img src="http://www.mobile-barcodes.com/qr-code-generator/generator.php?str=http://andij.com/hybris-mobile&#038;barcode=url" alt="QR Code" style="border:none;" /></a></p>
<p>This demo may well be short lived, so I can&#8217;t guarantee that it&#8217;ll be there in the future, but for now, give it a go.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2010/07/22/mobile-website-demo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BeInspired 09</title>
		<link>http://andij.com/2009/10/02/beinspired-09</link>
		<comments>http://andij.com/2009/10/02/beinspired-09#comments</comments>
		<pubDate>Fri, 02 Oct 2009 08:51:14 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[business link]]></category>
		<category><![CDATA[inspire09]]></category>
		<category><![CDATA[seminars]]></category>

		<guid isPermaLink="false">http://andij.com/?p=417</guid>
		<description><![CDATA[Yesterday, I attended the Business Link event BeInspired 09. I&#8217;d not been to an event of this type before, so I was prepared for it to be an eye-opener. I was joined by Ben Andrews a good friend of mine &#8230; <a href="http://andij.com/2009/10/02/beinspired-09">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I attended the Business Link event <a href="http://www.beinspired09.co.uk/">BeInspired 09</a>. I&#8217;d not been to an event of this type before, so I was prepared for it to be an eye-opener.  I was joined by <a href="http://www.screencream.com/">Ben Andrews</a> a good friend of mine who&#8217;s in a similar situation to me (essentially a newbie to this business networking malarkey).</p>
<p>We rocked up at registration to collect our name badges and took a wander around the venue to get an understanding of where the workshops were being held, the location of the coffee and the theatre. We grabbed ourselves a seat in preparation for <a href="http://www.farleigh.com/">Richard Farleigh</a> to take the keynote.  His talk was great, far more down to earth than I was expecting.  Starting out with his back-story and his childhood, realising that he could hustle people playing chess at the age of 14!  Including his list of failures and<span id="more-417"></span> successes.  I was struck by his explanation &#8220;you may tick all the boxes but this does not guarantee success.&#8221;</p>
<p>I had a great chat to <a href="http://www.havefunfindingtheone.co.uk/">Sharon Vickery</a> who explained her experience of dealing with website agencies and how frustrated she felt when dealing with inept companies and the lack of communication that caused her so much grief.</p>
<p>Then we grabbed a coffee and had a chat to  <a href="http://www.globushr.com/">GlobusHR</a> about their questionnaires and the technology behind their website.  Then we went to the first workshop of the day on social media marketing followed by a great talk from <a href="http://www.liz-jackson.com/">Liz Jackson</a>.</p>
<p>Another few workshops &#8211; How to save TAX in 100 different ways &#8211; Top tips for branding &#8211; Using your website to grow your business.</p>
<p>Then on to the speed networking event.  We decided to attend at the last minute as we thought by this time we&#8217;d be a bit cream-crackered, so we were rather unprepared.. Rule number one.  Have a butt load of business cards.!  Rule number two.  Talk about yourself constantly until the bell rings!  It&#8217;s an odd environment, but there&#8217;s not many opportunities in the real world to present to 30 people in the space of an hour, so I&#8217;ll definitely go again but I&#8217;ll ensure that I&#8217;m better prepared next time.</p>
<p>At the end of the networking session we were asked to drop our business card into a hat and one person was drawn out for a prize of a bottle of wine..  Guess what! yup, I won the wine <img src='http://andij.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ben had a theory on why I won &#8220;It&#8217;s because your business card is so crap and lightweight that it floated to the top of the pile.&#8221;  I think he&#8217;s probably right, I <strong>really</strong> need to get some business cards sorted.</p>
<p>All in all, a great day.  Everyone there was welcoming, which was great for us as new faces in the crowd.  Best of all, I bumped into a number of old colleagues.  Because of this, I felt even more relaxed and will be happy to go to future events of this type.</p>
<p>Thanks to all at <a href="http://www.beinspired09.co.uk/">BeInspired 09</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/10/02/beinspired-09/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Book Review &#8211; Magento Beginners Guide</title>
		<link>http://andij.com/2009/05/12/book-review-magento-beginners-guide</link>
		<comments>http://andij.com/2009/05/12/book-review-magento-beginners-guide#comments</comments>
		<pubDate>Tue, 12 May 2009 06:35:56 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://andij.com/?p=348</guid>
		<description><![CDATA[First impressions Upon receiving my copy of the Magento Beginners Guide I took a moment after dinner whilst my girlfriend watched some &#8216;Celebrity Increase My Profile&#8217; program to absorb the first chapter.  I was presented with a nice introduction explaining &#8230; <a href="http://andij.com/2009/05/12/book-review-magento-beginners-guide">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>First impressions</h2>
<p>Upon receiving my copy of the <a href="http://www.packtpub.com/magento-beginners-guide/book">Magento Beginners Guide</a> I took a moment after dinner whilst my girlfriend watched some &#8216;Celebrity Increase My Profile&#8217; program to absorb the first chapter.  I was presented with a nice introduction explaining the scope of the book and the conventions that are used throughout.  A nice and easy &#8216;in&#8217; perfectly suited to  reading on the couch.<span id="more-348"></span></p>
<div class="wp-caption alignright" style="width: 204px"><a href="http://www.packtpub.com/magento-beginners-guide/book/mid/130509o4rxte"><img title="Magento Beginners Guide" src="http://images.packtpub.com/images/full/1847195946.jpg" alt="Magento Beginners Guide - William Rice - Packt Publishing" width="194" height="247" /></a><p class="wp-caption-text">Magento Beginners Guide - William Rice - Packt Publishing</p></div>
<p>I then began to flick through the &#8216;Installation&#8217; chapter.  As I&#8217;ve installed Magento several times, the information in this section is familiar to me.  My eye is drawn to the titles &#8216;What Just Happened?&#8217; this explains briefly the previous steps and if there&#8217;s something that I was not familiar with I&#8217;d flick back and take a closer look.</p>
<p>It&#8217;s nice to see there are a few instances of <em>&#8220;I saw the following error message:&#8221;</em>.  I&#8217;m glad the author has included the experience of miss-configuration and common errors.  It can be frustrating when a documented installation procedure does not go according to plan and there&#8217;s no help along the way.  This book is aimed at beginners, and it assists them from the get-go.</p>
<p>The book then takes you on to the planning phase of your site with explanations about the naming conventions used in Magento, although they are rather obvious it&#8217;s useful to know how Categories, Products and Attributes are related.  Take a look at this chapter extracted from the book: &#8220;<a href="http://www.packtpub.com/files/magento-sample-chapter-3-categories-and-attributes.pdf">Chapter 3: Categories and Attributes</a>&#8220;.</p>
<p>Reading through this book it is apparent that the focus in mainly on the visitor, this is by far and away the best perspective to take.  If you were a shop owner you&#8217;d most certainly put yourself in the purchasers shoes and from the moment the shop door is opened it&#8217;s the experience that the customer has that is the most important.</p>
<h2>Work in progress</h2>
<div id="attachment_364" class="wp-caption alignright" style="width: 204px"><img class="size-full wp-image-364" title="The 'E' section in the index" src="http://andij.com/wp-content/uploads/2009/05/dsc06381a.jpg" alt="The 'E' section in the index" width="194" height="247" /><p class="wp-caption-text">The &#39;E&#39; section in the index</p></div>
<p>Currently I&#8217;m in the process of launching our Surveillance, Display Converters and Gadgets website <a href="http://www.bytemart.co.uk/">www.bytemart.co.uk</a>.  The majority of the store is already configured but one job that&#8217;s on the to-do list is to change the default emails that are sent out from Magento, the order confirmation email etc.  To my dismay there is a rather sparse &#8216;E&#8217; section in the index.  I was looking for &#8216;Email&#8217; but here&#8217;s what you are presented with in the &#8216;E&#8217; section -&gt;</p>
<p>I was hoping for some information on how to modify the emails Magento sends out.  I strongly believe the emails sent to the customer from your store are very important, they must be branded with your logo and colours and the wording must be in the right context to help reflect your store.  Here&#8217;s a snippet from the default New Account template:-</p>
<blockquote><p><em>If you have any questions about your account or any other matter, please feel free to contact us at <a style="color: #1e7ec8;" href="mailto:magento@varien.com">dummyemail@magentocommerce.com</a> or by phone at (555) 555-0123.</em></p>
<p><em>Thanks again!</em></p></blockquote>
<p>This MUST be changed and it appears not to be as straight forward as one would like, so some explanation here would be really useful.  There is a section available in the Magento wiki on <a href="http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_6#editing_email_templates">this topic</a>.  I did find the following statement within the Customer Relationships section of the book <em>&#8220;Modifying email templates is beyond the scope of this quick-start guide.&#8221;</em> This is a shame as it does state in the Preface <em>&#8220;This book provides guidance in the form of step-by-step approach to building a simple, effective online store.&#8221;</em> It appears to fall short on this I&#8217;m afraid.</p>
<h2>Conclusion</h2>
<p>This book is great, I would advise anyone who wants to set up a Magento store with little technical knowledge/confidence to pick up a copy.  If you&#8217;re after a helping hand along the way whilst you setup your store then this is a good companion to have.</p>
<p>I would advise everyone to turn to <a href="http://www.magentocommerce.com/">http://www.magentocommerce.com/</a> and search the wiki and forum for further documentation and solved problems alongside this book.</p>
<p>It&#8217;s step-by-step approach is really helpful for the uninitiated and also a good &#8216;memory jogger&#8217; to help a more competent/confident administrator not to forget key steps of a Magento configuration.</p>
<p><strong>Thanks</strong> to Jude at <a href="http://www.packtpub.com/"><span class="il">Packt</span> Publishing</a> for inviting me to write this review.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/05/12/book-review-magento-beginners-guide/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Future Of Web Design 2009 &#8211; FOWD</title>
		<link>http://andij.com/2009/04/29/future-of-web-design-2009-fowd</link>
		<comments>http://andij.com/2009/04/29/future-of-web-design-2009-fowd#comments</comments>
		<pubDate>Wed, 29 Apr 2009 07:59:32 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[FOWD]]></category>
		<category><![CDATA[London]]></category>

		<guid isPermaLink="false">http://andij.com/?p=335</guid>
		<description><![CDATA[As I was gutted to miss FOWD in 2008, I decided to make a point of not missing it this year.  So I put my name down on the &#8216;early bird&#8217; list along with @robking too as I was sure &#8230; <a href="http://andij.com/2009/04/29/future-of-web-design-2009-fowd">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As I was gutted to miss FOWD in 2008, I decided to make a point of not missing it this year.  So I put my name down on the &#8216;early bird&#8217; list along with <a href="http://twitter.com/robking">@robking</a> too as I was sure he&#8217;d be up for it.</p>
<p>Really looking forward to Brett Welch talk about marketing for start-ups and Mark Boulton on design and frontend goodness.  I&#8217;ve seen Drew McLellan and Elliot Jay Stocks before at Oxford Geek Nights and thought<span id="more-335"></span> that both talks were great, especially Drew&#8217;s ability to use old school childrens programs as a metaphore for current web topics.</p>
<p>I&#8217;m not too sure who I&#8217;ll know at the event, we will meet up with Ben and Brett from FHOKE at some point and I expect to bump into others that I&#8217;ve spent time with at recent barcamps.</p>
<p>It&#8217;s been a little while since we decided to go to FOWD and we&#8217;ve been chatting about it on and off for a while. Now that it&#8217;s tomorrow we&#8217;re almost ready.  Rob has managed to arrange accommodation for us in Canary Wharf with a friend, so that&#8217;s awesome! (Thanks Sheena)</p>
<p>Looking forward to the FOWD experience.!</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/04/29/future-of-web-design-2009-fowd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New job title &#039;handyman&#039;</title>
		<link>http://andij.com/2009/04/22/new-job-title-handyman</link>
		<comments>http://andij.com/2009/04/22/new-job-title-handyman#comments</comments>
		<pubDate>Wed, 22 Apr 2009 14:30:49 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[handyman]]></category>
		<category><![CDATA[job title]]></category>
		<category><![CDATA[variety]]></category>

		<guid isPermaLink="false">http://andij.com/?p=308</guid>
		<description><![CDATA[Over the last few months it&#8217;s become apparent that I enjoy doing a wide variety of different things.  This is not new news to me, it&#8217;s just that I&#8217;ve come to the conclusion that this is what I should be &#8230; <a href="http://andij.com/2009/04/22/new-job-title-handyman">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the last few months it&#8217;s become apparent that I enjoy doing a wide variety of different things.  This is not new news to me, it&#8217;s just that I&#8217;ve come to the conclusion that this is what I should be doing &#8211; a bit of everything -.</p>
<p><strong>Variety is the spice of life</strong>, or so I&#8217;ve been told.  After building the fencing with my neighbour, the spring weather finally arriving, continuing to develop my ecommerce shop <a href="http://www.bytemart.co.uk/">Bytemart</a>, my decision to start<span id="more-308"></span> a new hobby of 12th scale radio control car racing, attending and speaking at another conference (Barcamp Bournemouth) and the pending bathroom replacement I reckon there&#8217;s much more value in doing these things alongside my &#8216;specialty&#8217; of <strong>Freelance Website Designer</strong>.</p>
<p>I spend most of my days building websites and consulting on different aspects of the internet for my clients and occasionally contracting as a <strong>Frontend Web Developer</strong>.  I am rather privileged to find myself in this situation of being able to please myself by adding value to my life on a daily basis.  As an example, I love to cook.  This stimulates my creativity and gives me pleasure not only in the consumption but on the thought that I&#8217;ve been able to please others too.</p>
<p>To this end I&#8217;ve decided to change my job title to &#8216;handyman&#8217; I feel that it will allow me to pick and choose what I do each and every day, maybe it will be a talking point when I hand out my business cards to perspective cilents.  The idea being that I&#8217;m willing to take on a challenge of any type.  So, <strong>if you need a creative handyman </strong>then I&#8217;m available for hire!  Feel free to <a href="/contact">get in contact</a> if you&#8217;d like a helping hand with your current challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/04/22/new-job-title-handyman/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BarCamp Bournemouth</title>
		<link>http://andij.com/2009/04/03/barcamp-bournemouth</link>
		<comments>http://andij.com/2009/04/03/barcamp-bournemouth#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:27:45 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[bcbournemouth]]></category>

		<guid isPermaLink="false">http://andij.com/?p=204</guid>
		<description><![CDATA[This weekend, the 4th and 5th April I&#8217;m going to BarCamp Bournemouth along with @stunami and @colinmacd. It&#8217;s a BarCamp event being held in the university campus, organised by @markng, @tepanga and @adammills. Last year I attended BathCamp which was &#8230; <a href="http://andij.com/2009/04/03/barcamp-bournemouth">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This weekend, the 4th and 5th April I&#8217;m going to <a href="http://www.barcampbournemouth.org/">BarCamp Bournemouth</a> along with <a href="http://twitter.com/stunami">@stunami</a> and <a href="http://twitter.com/colinmacd">@colinmacd</a>. It&#8217;s a <a href="http://barcamp.org/TheRulesOfBarCamp">BarCamp</a> event being held in the university campus, organised by <a href="http://twitter.com/markng">@markng</a>, <a href="http://twitter.com/tepanga">@tepanga</a> and <a href="http://twitter.com/adammills">@adammills</a>.</p>
<p>Last year I attended <a href="http://bathcamp.org/">BathCamp</a> which was<span id="more-204"></span> a superb event.  I got a lot from it and hopefully gave a little to the other attendees too with our &#8216;double act&#8217; talk on Stu&#8217;s sfImageTransformPlugin for Symfony.</p>
<p>As with most barcampers <span style="color: #808080;">(the ones that don&#8217;t do public speaking)</span>, it&#8217;s a struggle to think of a topic for your own talk.  At this point in time my main idea is to discuss with a group in an open forum style about freelancing, titled &#8220;How do YOU freelance?&#8221;.</p>
<p>Hopefully it will be popular enough as I&#8217;d like to have a few well established freelancers and a bunch of people thinking about taking the plunge and going freelance to ask questions and discuss answers.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/04/03/barcamp-bournemouth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lots and lots of photos</title>
		<link>http://andij.com/2009/03/09/lots-and-lots-of-photos</link>
		<comments>http://andij.com/2009/03/09/lots-and-lots-of-photos#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:56:04 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[cabin fever]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://andij.com/?p=194</guid>
		<description><![CDATA[Photography is something that fascinates me and intrigues me. So when I decided to organise the product photography for Bytemart Limited I had not really grasped the concept of how much effort it was going to take. First of all &#8230; <a href="http://andij.com/2009/03/09/lots-and-lots-of-photos">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Photography is something that fascinates me and intrigues me.  So when I decided to organise the product photography for <a title="Bytemart Limited" href="http://www.bytemart.co.uk/">Bytemart Limited</a> I had not really grasped the concept of how much effort it was going to take.</p>
<p>First of all I put together a &#8216;lightbox&#8217; to use as the environment to take the photos, this required some mounting board and a roll of white paper and<span id="more-194"></span> some sticky-tape.  One of the major features of this &#8216;lightbox&#8217; was the lights (surprise surprise) daylight light-bulbs to be prescise, specialist suppliers only.</p>
<p>After putting the &#8216;lightbox&#8217; together some testing was required to get the correct results, so lots of adjusting the camera settings and the environment.  This required darkness to provide the quality I was after, duvet fasioned over the window helped to keep the room dark.</p>
<p>Once the environment was setup I started to take photos of the products, the entire contents of the box, the product from one angle of 8 different sides, another few from a lower and closer angle with some close-ups in there for good measure.  Add that lot together with the 14 different products that are somewhat similar and there&#8217;s a  requirement for about 280 finished photos!!</p>
<p>Doing a couple of the photo sets took a few hours, all in all it took about 1-2hrs to do each set.  Multiply that by 14 and I realised I was going to in for the long-haul.</p>
<p>Cabin fever set in on Wednesday, and I tried my best to complete all the photo processing on Thursday morning, so by lunchtime I had finished. &#8211; No &#8211; wait &#8211; there&#8217;s a problem with a few of the photos! &#8211; what &#8211; what! &#8211; some of them have a &#8216;red hue&#8217; to them. Oh, great. My stupid colour-blindness did not see that the white balance had changed and 4 sets of pics were rubbish.  Another afternoon re-taking the photos that were ruined.</p>
<p>All in all the photos are really great, they can be seen on <a title="Bytemart's Flickr" href="http://www.flickr.com/photos/bytemart/sets/">Bytemart&#8217;s Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/03/09/lots-and-lots-of-photos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

