<?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</title>
	<atom:link href="http://andij.com/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, for WordPress on GitHub</title>
		<link>http://andij.com/2011/08/29/bootstrap-for-wordpress-on-github</link>
		<comments>http://andij.com/2011/08/29/bootstrap-for-wordpress-on-github#comments</comments>
		<pubDate>Mon, 29 Aug 2011 11:04:12 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andij.com/?p=622</guid>
		<description><![CDATA[Here it is!! https://github.com/andij/wp-bootstrap. Go fork around with it and I&#8217;ll be happy to pull your contributions. I&#8217;ve had interest from @tacjtg, and @A7Web, so hopefully we&#8217;ll get some good stuff out in the wild soon. If you&#8217;d like to &#8230; <a href="http://andij.com/2011/08/29/bootstrap-for-wordpress-on-github">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Here it is!!  <a href="https://github.com/andij/wp-bootstrap" title="Bootstrap, for WordPress on GitHub">https://github.com/andij/wp-bootstrap</a>.</h3>
<h4>Go fork around with it and I&#8217;ll be happy to pull your contributions.</h4>
<p>I&#8217;ve had interest from <a href="http://twitter.com/#!/tacjtg">@tacjtg</a>, and <a href="http://twitter.com/#!/A7Web">@A7Web</a>, so hopefully we&#8217;ll get some good stuff out in the wild soon.</p>
<p>If you&#8217;d like to help out, hit me up and we&#8217;ll get-it-on.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2011/08/29/bootstrap-for-wordpress-on-github/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating Bootstrap, for WordPress &#8211; Part 1</title>
		<link>http://andij.com/2011/08/27/creating-bootstrap-for-wordpress-part1</link>
		<comments>http://andij.com/2011/08/27/creating-bootstrap-for-wordpress-part1#comments</comments>
		<pubDate>Sat, 27 Aug 2011 12:31:00 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[live blog]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://andij.com/?p=576</guid>
		<description><![CDATA[So here&#8217;s what happened. Downloaded WordPress 3.2.1 from http://wordpress.org/download/ and extracted this in /Users/andij/Projects/wp-bootstrap/httpdocs/ Gave it a url of wp-bootstrap.com (set 127.0.0.1 wp-bootstrap.com in my hosts file and then setup the vhost accordingly) as this url will be the final &#8230; <a href="http://andij.com/2011/08/27/creating-bootstrap-for-wordpress-part1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So here&#8217;s what happened.</p>
<ul>
<li>Downloaded WordPress 3.2.1 from <a href="http://wordpress.org/download/">http://wordpress.org/download/</a> and extracted this in /Users/andij/Projects/wp-bootstrap/httpdocs/</li>
<li>Gave it a url of wp-bootstrap.com (set 127.0.0.1 wp-bootstrap.com in my hosts file and then setup the vhost accordingly) as this url will be the final destination of the sample theme.</li>
<li>Created a new database in mySQL called wp-bootstrap.</li>
<li>Visited my new local development environment of wp-bootstrap.com and followed the config steps.  All is well : )</li>
<li>Copied the &#8216;twentyeleven&#8217; theme, renamed it as &#8216;bootstrap&#8217; then switched to it.</li>
<li>Took a look at <a href="http://wordpress.org/extend/themes/upload/">http://wordpress.org/extend/themes/upload/</a> to see what&#8217;s involved in creating a proper WordPress theme.</li>
<li>Here <a href="http://codex.wordpress.org/Theme_Unit_Test">http://codex.wordpress.org/Theme_Unit_Test</a> there&#8217;s a list of things to do to setup the blog to enable comprehensive testing.</li>
</ul>
<p>After importing the test-data.xml and adjusting the WordPress settings accordingly including the the Long and Short menus I decided to add an html comment to the top of each of the php files in the bootstrap theme <!--filename.php-->.  I did this to make it a little easier to pinpoint which file to edit from viewing the source. In Firebug. (Select the HTML menu flyout and choose &#8216;Show Comments&#8217;)</p>
<p>Add the bootstrap hotlink to the hosted stylesheet:<br />
<code>link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.1.min.css"</code></p>
<h4>Starting point</h4>
<p>For now, I&#8217;m going to leave the twentyeleven.css in place give me a helping hand <em>(kinda like the feeling of walking hand in hand through a park in the autumn with a new love)</em>.  I will however remove the reset css from the top of this file.</p>
<p><strong>I will start at the top of the homepage and see what I fancy changing first.</strong></p>
<p>Taking the menu from underneath the banner and placing it at the top and inheriting the bootstrap styles seems to be a good starting point.</p>
<p>Moving the search into the topbar which meant removing some default twentyeleven functionality which changed the position of the search if there&#8217;s the Display Text enabled or not.</p>
<p>Including #masthead from the docs.css from Bootstrap to emulate the same design made the look of the entire header and nav pretty sweet.</p>
<p>If you&#8217;re looking at this blog at the end of August 2011 then this is likely to be what you&#8217;re seeing right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2011/08/27/creating-bootstrap-for-wordpress-part1/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>Bootstrap for WordPress</title>
		<link>http://andij.com/2011/08/20/bootstrap-for-wordpress</link>
		<comments>http://andij.com/2011/08/20/bootstrap-for-wordpress#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:44:26 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andij.com/?p=522</guid>
		<description><![CDATA[With the recent release of Bootstrap from Twitter I thought it could be an opportunity for me to release a WordPress plugin, so I requested a plugin at WordPress.org and I think I made a bit of a booboo. Simply &#8230; <a href="http://andij.com/2011/08/20/bootstrap-for-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the recent release of <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a> I thought it could be an opportunity for me to release a WordPress plugin, so I requested a plugin at WordPress.org and I think I made a bit of a booboo.  Simply sending a request for a plugin does not immediately give you a place to post your intentions for the plugin.</p>
<p>So I&#8217;ll get my shizzle out and create my desired implementation of Bootstrap into my WordPress theme and then and only then will I request it has a place in the themes section on wordpress.org.</p>
<p>As a first attempt to understand Bootstrap for Twitter I simply bolted the hotlink css into my existing theme and hey-presto, a new look website! -sweet-</p>
<h3>See full post &#8211; <a href="http://andij.com/2011/08/22/bootstrap-from-twitter-for-wordpress" title="Bootstrap from Twitter for WordPress">Bootstrap from Twitter for WordPress</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2011/08/20/bootstrap-for-wordpress/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t panic!</title>
		<link>http://andij.com/2010/11/23/dont-panic</link>
		<comments>http://andij.com/2010/11/23/dont-panic#comments</comments>
		<pubDate>Tue, 23 Nov 2010 16:36:45 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://andij.com/?p=510</guid>
		<description><![CDATA[My website will not always look like this! I&#8217;m currently knee deep into constructing and developing my WordPress theme in HTML5, CSS3 spiced up with a bunch of @media queries. As I described in my previous post, I&#8217;m experimenting with &#8230; <a href="http://andij.com/2010/11/23/dont-panic">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3> My website will not always look like this!</h3>
<p>I&#8217;m currently knee deep into constructing and developing my WordPress theme in HTML5, CSS3 spiced up with a bunch of <code>@media</code> queries.</p>
<p>As I described in my previous post, I&#8217;m experimenting with a number of new technologies.  I have started to build this framework for a WordPress theme which will showcase the power of CSS3 <code>@media</code> queries.  So, while you&#8217;re here, scale your browser to see the different <code>@media</code> queries in action, and why not take a peek using your smartphone, or if you have one, your iPad.  When you&#8217;re there, give it a twist and see what it looks like in portrait and landscape.</p>
<p>Funky EH!  Right, I&#8217;m off to do a little more coding before going to visit my nephew, who&#8217;s celebrating his first birthday.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2010/11/23/dont-panic/feed</wfw:commentRss>
		<slash:comments>0</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>YMCC Junior Team Challenge Cup</title>
		<link>http://andij.com/2009/12/15/ymcc-junior-team-challenge-cup</link>
		<comments>http://andij.com/2009/12/15/ymcc-junior-team-challenge-cup#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:24:11 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[RC Cars]]></category>

		<guid isPermaLink="false">http://andij.com/?p=430</guid>
		<description><![CDATA[The morning of Saturday 12th December had arrived! I drove to the track half excited and half anxious about what lay ahead, as I am sure you did too. It was a dry start and the YMCC team arrived promptly &#8230; <a href="http://andij.com/2009/12/15/ymcc-junior-team-challenge-cup">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The morning of Saturday 12th December had arrived! I drove to the track half excited and half anxious about what lay ahead, as I am sure you did too.</p>
<p>It was a dry start and the YMCC team arrived promptly and without orchestration got to work on the preparation. Just before 10am it started to rain (only lightly I might add) but luckily we had just finished putting up the 2nd gazebo. Guests started arriving in unison with the rain but the team re-assured them we would continue with the day unless it became a down-pour. Everybody was happy with this decision. Luckily it soon stopped raining and those small showers we had later were not even noticed, as everybody (including the Mums and Dads) was having far too much fun.<span id="more-430"></span></p>
<p><img src="http://www.ymcc.co.uk/email/racing_green.jpg" border="0" alt="" width="180" height="180" align="left" />So onto the day itself. Following an introduction to the club, brief history and general welcome Ian Finch, the club chairman handed over to me to kick the days proceedings off. The new Tamiya Mini&#8217;s were then brought out and lined up on the pit tables, transponders were installed and a race number placed on the windscreen – They looked awesome with their vibrantly coloured bodies. We started with a track walk for all the Junior Racers where I talked them through the basics of RC Racing and gave some hints and tips about the tracks more difficult off-camber corners. We finished up walking the best line, hitting the &#8216;apex&#8217; on every corner. While this was going on the YMMC team made final tweaks and prepped the cars ready for their first outings. Meanwhile Race control was frantically busy with the computer being set-up to accommodate this unique event and a battery station created whereby all the stick packs would be charged. Everybody was now ready!<!--more--></p>
<p><img src="http://www.ymcc.co.uk/email/two_cars.jpg" border="0" alt="" width="180" height="180" align="right" />Then it was time for teams and practice runs. There were 3 teams in total which consisted of either 4 or 5 racers. Once in their teams and given an overview of the car and controller by the team managers and engineers (YMCC Team) each racer was then taken to the rostrum to have a practice run of 2 laps. This gave everybody a chance to try the car and get the feel of RC Racing before the all important heats and even more important finals. From the off a few drivers caught the eye of many and it was clear that racing was going to very competitive. Not only that, but the cars looked in great shape being very robust and quick/easy to work on.</p>
<p>So then it was time for the first of 2 rounds of 3 heats. The best of the two heats would be used to determine the grids for the finals. There was some great driving throughout the qualifiers and we saw over two thirds of the drivers improve in their second run. It was great to see the progress being made especially by those that had never even driven an RC car before.</p>
<p>Next it was time for another track walk, but this time we stopped at the start/finish line and looked back at the grid. We talked about how and when to start and what cars would be on what position. I was then bombarded with some of the toughest RC related questions I had ever been asked – one thing was clear, they were all competitive and all wanted to get back on the sticks!</p>
<p><img src="http://www.ymcc.co.uk/email/closeup_red.jpg" border="0" alt="" width="180" height="180" align="left" />Then after a short break so the team could clean and prep the cars for the finals we were ready to go again. Everybody drove brilliantly in the finals and the gathered crowds snapped away on cameras or filmed the action whilst encouraging the drivers on. Every driver finished every race and we got to see some great close racing. The smiles on everybody&#8217;s faces (including the YMCC team) as they came down the rostrum stairs were the evidence that a good time was had by all. After the last driver was down and all the drivers had received their stickers and raffle ticket we then showcased a 1/10th scale electric touring car driven by one of our most experienced drivers Ashley. Seeing jaws drop as the car literally flew around the track was great and everybody thoroughly enjoyed the demonstration.</p>
<p><img src="http://www.ymcc.co.uk/email/prizes.jpg" border="0" alt="" width="180" height="180" align="right" />Ian Finch then presented the first 3 drivers in each final with a great prize while &#8216;Blink&#8217; captured the moments. Next up was the raffle and some awesome prizes were given out including a brand new RC car. Final words were then shared and we closed with the YMCC team receiving a round of applause from the parents and racers.</p>
<p><img src="http://www.ymcc.co.uk/email/lineup_after.jpg" border="0" alt="" width="180" height="180" align="left" />Oh and I almost forgot to say – Thanks to all the Mums &amp; Dads and YMCC Members for helping out with the marshalling on the day – you all did a great job&#8230;!</p>
<p>YMCC wishes to thanks the sponsors for this great event: Apex Models, Gamespod, MuchMore UK.</p>
<p><a href="http://www.ymcc.co.uk/gallery/Junior_Team_Challenge_Cup_Round_1/index.html">Click here to take a look at all the photos from the day</a><br />
<a href="http://www.ymcc.co.uk/jc09.aspx">Click here to see the results</a><span><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/12/15/ymcc-junior-team-challenge-cup/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>
	</channel>
</rss>

