<?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>John Alexander Rowley &#187; Wordpress</title>
	<atom:link href="http://www.johnalexanderrowley.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnalexanderrowley.com</link>
	<description>computer specialist and online marketing professional</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:34:19 +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>How to fix Slow WordPress Dashboards</title>
		<link>http://www.johnalexanderrowley.com/how-to-fix-slow-wordpress-dashboards/</link>
		<comments>http://www.johnalexanderrowley.com/how-to-fix-slow-wordpress-dashboards/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 10:16:01 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[#60SecondShout]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP-Cache]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=2102</guid>
		<description><![CDATA[I&#8217;ve been pulling out hair recently over slow wordpress dashboards; Initially I thought it was something at the host&#8217;s end&#8230; But after a couple of emails we confirmed it wasn&#8217;t that. Next, I presumed it was MY internet connection, but on further investigation that was ruled out, too. Now, after a little digging, it became [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pulling out hair recently over slow wordpress dashboards; Initially I thought it was something at the host&#8217;s end&#8230; But after a couple of emails we confirmed it wasn&#8217;t that. Next, I presumed it was MY internet connection, but on further investigation that was ruled out, too.</p>
<p>Now, after a little digging, it became apparent that WordPress Dashboards are notorious for having slow loading times. The hunt began to resolve this issue, if possible with a WP-Plugin (after all, it was WordPress&#8217; fault to begin with!).</p>
<p>Along came a cheeky little plugin called <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-cache/" title="WP-Cache" target="_blank">WP-Cache</a> is;</p>
<blockquote><p>an extremely efficient WordPress page caching system to make you site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and the building the page from the database.</p></blockquote>
<p>It works quite well. It&#8217;s made the dashboard a lot more responsive, and I&#8217;m starting to cut down on the amount of hair-pulling!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/how-to-fix-slow-wordpress-dashboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>404 on all links from homepage</title>
		<link>http://www.johnalexanderrowley.com/404-on-all-links-from-homepage/</link>
		<comments>http://www.johnalexanderrowley.com/404-on-all-links-from-homepage/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 12:53:54 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[#60SecondShout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=1558</guid>
		<description><![CDATA[Getting 404 pages on all the links from your homepage? I was too&#8230; After about a decade of trying to convey the issue to a USELESS &#8216;live chat&#8217; support person with my hosts, I found the answer for myself. WordPress changes the .htaccess file depending on the permalink style you choose. There are two ways [...]]]></description>
			<content:encoded><![CDATA[<p>Getting 404 pages on all the links from your homepage? I was too&#8230; After about a decade of trying to convey the issue to a USELESS &#8216;live chat&#8217; support person with my hosts, I found the answer for myself.</p>
<p>WordPress changes the .htaccess file depending on the permalink style you choose. There are two ways to solve the 404 error problem;</p>
<p><strong>Option A</strong> &#8211; Change your permalink style to the default, and then back again.</p>
<p><strong>Option B </strong>- For the more webDev savy, go to your .htacess and add the following code;</p>
<blockquote><p><code># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;<br />
# END WordPress</code></p></blockquote>
<p>That should fix it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/404-on-all-links-from-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Screen Worthy Apps for the iPad 2</title>
		<link>http://www.johnalexanderrowley.com/home-screen-worthy-apps-for-the-ipad-2/</link>
		<comments>http://www.johnalexanderrowley.com/home-screen-worthy-apps-for-the-ipad-2/#comments</comments>
		<pubDate>Sat, 14 May 2011 11:33:40 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[New Technology]]></category>
		<category><![CDATA[Alternative]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[CoolPapers]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[Flipboard]]></category>
		<category><![CDATA[Friendly]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad 2]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPlayer]]></category>
		<category><![CDATA[mBox Mail]]></category>
		<category><![CDATA[Native]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=1533</guid>
		<description><![CDATA[I&#8217;ll admit, the previous article regarding the iPad 2 was a little rushed. Why? Because I was busy playing! Now I&#8217;ve had 24 hours to fully intergrate the iPad into my life, I think it&#8217;s about time to talk a little about the apps that have made it onto the first page on the home [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll admit, the <a href="http://www.johnalexanderrowley.com/first-hour-with-the-ipad-2/">previous article regarding the iPad 2</a> was a little rushed. Why? Because I was busy playing! Now I&#8217;ve had 24 hours to fully intergrate the iPad into my life, I think it&#8217;s about time to talk a little about the apps that have made it onto the first page on the home screen of my shiny white new tablet!</p>
<p><a href="http://www.johnalexanderrowley.com/wp-content/uploads/2011/05/iPad-Home-1024x764.jpg"><img src="http://www.johnalexanderrowley.com/wp-content/uploads/2011/05/iPad-Home-300x224.jpg" alt="iPad home screen - With Applications" title="iPad home screen - With Applications" width="300" height="224" class="alignleft size-medium wp-image-1538" /></a>First up, <strong>Spotify</strong>! Iv&#8217;e gone for the 16Gb WiFi model, largely due to already owning an iPhone (with constant internet connection). The Spotify app is actually the iPhone version, but why re-make the wheel? Creating a playlist (&#8216;<a href="http://open.spotify.com/user/johnalexanderrowley/playlist/7rJM8XpbK8AhmZoZfGheJE">for the iPad</a>&#8216;) allows me to control and constantly update which songs are synced to the device from my phone, computer or directly. Jump onto a wireless connection and hay presto, instant music library updates! In my opinion Spotify is one of the best (if not THE best) application on the iPhone, and it works well on the iPad. I just wish they&#8217;d make an iPad specific application.</p>
<p>Next is <strong>DropBox</strong>. There are a load of reviews about the magic of DropBox, so I&#8217;ll keep it brief; If you haven&#8217;t got DropBox yet, go and sign up. Then download the DropBox app for your iPhone and iPad and never be without your much needed documents again! It&#8217;s also a great way of wirelessly transferring content from/to your devices.</p>
<p><strong>CoolPapers</strong>: It&#8217;s basically what it says on the tin: An archive of beautiful wallpapers to really customise your iPad experience!</p>
<p><strong>BBC iPlayer</strong>: Wonderful! Watch all the BBC iPlayer content on your beautiful device. Perfect for bed-time catch-up! Really nice interface too, very 2.0, and looks amazing on the iPad&#8217;s shiny screen! My only gripe here is that some of the programs don&#8217;t quite fill the screen (due to aspect differences) and an over-scanning option would be nice.</p>
<p><strong>Friendly</strong>. Until Facebook get&#8217;s on-board the iPad specific Application revolution, Friendly will be your best bet. It works and interacts well (after a little getting used to). That said, it did have some time-out issues this morning. However, it&#8217;s generally been quite reliable (according to a couple of friends). </p>
<p><strong>mBox Mail</strong>. This is only really going to be of  much use if you have a Hotmail E-mail account. Unfortunately the native &#8216;Mail&#8217; app doesn&#8217;t sync all the folders (due to POP3 / Push / etc) of a Hotmail account. Something Mbox Mail overcomes seamlessly. Dear Apple, please add this functionality to iOS5. Regards.</p>
<p><strong>Skype</strong>. I&#8217;ll be honest, I haven&#8217;t used this yet. But I have used the application on the iPhone. Seeing as how it&#8217;s ported directly from the iPhone to the iPad, I can recommend it. Although FaceTime put&#8217;s up a good fight against this. I guess it depends on personal preference, and weather your contacts are Apple-esk or not?</p>
<p><strong>Twitter</strong>. Facebook should definately take a leaf (preferably one without bird poo!) out of Twitter&#8217;s book! A beautiful app, full of features and perfectly laid out! This is how the iPad expereince should be! Even if you don&#8217;t have a Twitter account, download this app! 10/10!</p>
<p><strong>Flipboard</strong>. A very good, intuitive and modern approach to news reading. With the ability to customise the &#8216;contents&#8217; page, you read the iPad like a book, with articles appearing in a digital 2.0 magazine style. (Page flipping transitions included!).</p>
<p><a href="http://www.johnalexanderrowley.com/wp-content/uploads/2011/05/iPad-Wordpress-1024x764.jpg"><img src="http://www.johnalexanderrowley.com/wp-content/uploads/2011/05/iPad-Wordpress-300x224.jpg" alt="iPad running WordPress with Wireless Keyboard" title="iPad running WordPress with Wireless Keyboard" width="300" height="224" class="alignright size-medium wp-image-1539" /></a><strong>WordPress</strong>. Much like Twitter, this is a beautiful application. Purpose built for the iPad, in addition to the easy-to-use keyboard, this will soon become my preferred way of blogging. Look, I&#8217;m even using it to write this blog (with addition of my wireless keyboard, just to test out the bluetooth connectivity!).</p>
<p>Bonus Application: <strong>Google</strong>. I decided to add Google as a bonus application for two reasons. 1: I miscounted the number of non-native apps on the homescreen! and more importantly 2: It can often be overlooked, by default going to Safari and using the search bar. However, the Google App does much more than searching the net (as if that wasn&#8217;t enough). Google Goggles (search via images) and really good voice recognition make for a truly rich-media searching experience! </p>
<p>So there we go! The top 10, ahem, 11, applications to download for your iPad!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/home-screen-worthy-apps-for-the-ipad-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google XML-Sitemap ‘www.’ Prefix error!</title>
		<link>http://www.johnalexanderrowley.com/google-xml-sitemap-www-prefix-error/</link>
		<comments>http://www.johnalexanderrowley.com/google-xml-sitemap-www-prefix-error/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:11:47 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Google ranking]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=163</guid>
		<description><![CDATA[I have had the ‘Google XML-Sitemap’ plug-in for WordPress installed for a time now, and everything was working perfectly. However, after the plug-in was updated some time last week it started showing errors in Google’s Webmaster Tools. The error was the following. &#8220;Paths don’t match we’ve detected that you submitted your Sitemap using a URL [...]]]></description>
			<content:encoded><![CDATA[<p>I have had the ‘Google XML-Sitemap’ plug-in for WordPress installed for a time now, and everything was working perfectly.</p>
<p>However, after the plug-in was updated some time last week it started showing errors in Google’s Webmaster Tools. The error was the following.</p>
<p><span style="colour: #ccff00;">&#8220;<em>Paths don’t match we’ve detected that you submitted your Sitemap using a URL path that includes the www prefix (for instance, http://www.example.com/sitemap.xml). However, the URLs listed inside your Sitemap don’t use the www prefix (for instance, http://example.com/myfile.htm).</em>&#8221; </span></p>
<p>To fix this is simple, but I had to search around quite a lot to get the fix. All you have to do is go to the General tab under Settings in WordPress and add the ‘www.’ prefix to both the WordPress address AND the Blog address, then rebuild and submit the sitemap.</p>
<p>If you are still getting errors (which I did) check that any additional URL’s mentioned in the XML-Sitemap tab of Settings have the ‘www.’ prefix, as mine reset automatically.</p>
<p>As I said; Simple! But it took quite a lot of re-building and re-submitting to find the answer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/google-xml-sitemap-www-prefix-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress App for the iPhone</title>
		<link>http://www.johnalexanderrowley.com/wordpress-app-for-the-iphone/</link>
		<comments>http://www.johnalexanderrowley.com/wordpress-app-for-the-iphone/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 18:20:00 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=124</guid>
		<description><![CDATA[WordPress 2 has recently been released for the iPhone via the App store. Not only is it free but also very easy to set up. All I did to set it up was go to /wp-admin/options-writing.php and tick the XML-RPC checkbox under the remote Publishing section. From there I simply put in my login details [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2 has recently been released for the iPhone via the App store. Not only is it free but also very easy to set up.</p>
<p>All I did to set it up was go to /wp-admin/options-writing.php and tick the XML-RPC checkbox under the remote Publishing section. From there I simply put in my login details and blog URL and it quickly connected and showed me my posts <img src='http://www.johnalexanderrowley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  From there its blogging as usual; create a post, approve comments or edit pages.</p>
<p>The improvements from ‘Wordpress’ to ‘Wordpress 2’ is apparently improved functionality, compatibility and a much smoother user interface. I must say, its working wonders for me! I’m currently sitting in my car waiting for Ice Hockey to begin, whoop!</p>
<p>The only downside (and I am being particularly fussy here) is that the app developers didn’t upgrade the original WordPress app but instead just made another. Now I realise that this could be to do with the way things were put together in the first instance, but there are rumours of a third version coming out which will be a separate app again.</p>
<p>Don’t get me wrong though, this is a brilliant little app, and best of all its FREE! The idea of being able to blog while I have 10 minutes before a lecture or on a train or in the park makes the idea of blogging much more appealing. Bring on version 3.0 (template / style editing, perhaps?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/wordpress-app-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get some style</title>
		<link>http://www.johnalexanderrowley.com/get-some-style/</link>
		<comments>http://www.johnalexanderrowley.com/get-some-style/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:19:28 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=122</guid>
		<description><![CDATA[My WordPress is all styled up! It began last night, messing around with different templates and eventually fell upon ‘Simplicity’ which is a nice and neat two column template with a similar layout to the rest of my site. After ‘installing’ (I’m not convinced that’s the correct terminology) WordPress on my host Justhost I downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>My WordPress is all styled up!</p>
<p>It began last night, messing around with different templates and eventually fell upon <a href="http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/">‘Simplicity’</a> which is a nice and neat two column template with a similar layout to the rest of my site.</p>
<p>After ‘installing’ (I’m not convinced that’s the correct terminology) WordPress on my host <a href="http://www.justhost.com">Justhost</a> I downloaded the header.php and style’s css files as well as the index.php page and started to play around.</p>
<p>My background knowledge of CSS and PHP helped a lot, but my main tool was the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Development Toolbar (WDT) for Firefox</a>. Using this I edited the CSS and could see the real-time changes to the various pages. I did find that some attributes of the CSS a little obscure but this was overcome by trial and error (a process that can be tedious and repetitive if constantly requiring uploads, but seamless and efficient when using WDT.</p>
<p>The header again was a simple procedure, simply deleting the entire current header and replacing it with my own. (NOTE: I also included the content wrapper code from my page to hold the blog and sidebar central).</p>
<p>The entire process took a few hours (about 7-8) to complete, but I’m positive that my next revamp will knock the blog style up in a quarter of this!</p>
<p>Well done WordPress, you continue to amaze me! Now all I need is some content worthy of the cyber-space!</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-GB</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--><strong><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">WordPress is all styled up!</span></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/get-some-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No longer a blogger virgin!</title>
		<link>http://www.johnalexanderrowley.com/no-longer-a-blogger-virgin/</link>
		<comments>http://www.johnalexanderrowley.com/no-longer-a-blogger-virgin/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:00:20 +0000</pubDate>
		<dc:creator>John Alexander Rowley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnalexanderrowley.com/?p=120</guid>
		<description><![CDATA[SO, this is my first blog. I guess I should say something important or wisely at this point (fist impressions and all); I feel embraced! I have done a complete U-Turn and am starting to understand why bloggers blog! I’m still less than 100% convinced, but I’m hoping the next 6 months or so will [...]]]></description>
			<content:encoded><![CDATA[<p>SO, this is my first blog. I guess I should say something important or wisely at this point (fist impressions and all); I feel embraced! I have done a complete U-Turn and am starting to understand why bloggers blog! I’m still less than 100% convinced, but I’m hoping the next 6 months or so will continue to open my eyes to the wonderful bloggersphere!</p>
<p>I decided to (finally) make my account after a while getting to grips with some 2.0 features of the web &#8211; I’ve recently opened my eyes to the world of Blogging after years of being strongly anti-blogist! More on why to come soon (via blog, coincidently!) Yes I know I’m a computer scientist, Web Developer and IT Professional, but it’s never really appealed before tonight.</p>
<p>First ‘real’ blog to come soon! Keep your eyes pealed (Although I suspect no-one will be reading this until I have a somewhat more substantial archive and more importantly improved my Google page rank!!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnalexanderrowley.com/no-longer-a-blogger-virgin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

