<?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>Roweena web design</title>
	<atom:link href="http://www.roweena.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roweena.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 15:33:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>School website migrated from old CMS to WordPress, hurrah!</title>
		<link>http://www.roweena.co.uk/blog/2012/05/09/school-website-migrated-from-old-cms-to-wordpress-hurrah/</link>
		<comments>http://www.roweena.co.uk/blog/2012/05/09/school-website-migrated-from-old-cms-to-wordpress-hurrah/#comments</comments>
		<pubDate>Wed, 09 May 2012 15:33:43 +0000</pubDate>
		<dc:creator>roweenaweb</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.roweena.co.uk/blog/?p=613</guid>
		<description><![CDATA[I&#8217;ve been working with Windlesham School as their website support for a couple of years. The website was originally built in a rather awkward content management system that didn&#8217;t allow website editors to carry out simple tasks such as changes photos easily or categorising news and events. We decided to bite the bullet and move [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with Windlesham School as their website support for a couple of years. The website was originally built in a rather awkward content management system that didn&#8217;t allow website editors to carry out simple tasks such as changes photos easily or categorising news and events. We decided to bite the bullet and move the website out of the clunky old system into WordPress. I built a new WordPress theme based on the  existing website design and the school moved the content across and uploaded their lovely new photos. You can see what you think here: <a href="http://www.windleshamschool.co.uk/" rel="nofollow" target="_blank">www.windleshamschool.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roweena.co.uk/blog/2012/05/09/school-website-migrated-from-old-cms-to-wordpress-hurrah/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using the WordPress Mobble plugin to tweak responsive websites</title>
		<link>http://www.roweena.co.uk/blog/2012/03/18/using-the-wordpress-mobble-plugin-to-tweak-responsive-websites/</link>
		<comments>http://www.roweena.co.uk/blog/2012/03/18/using-the-wordpress-mobble-plugin-to-tweak-responsive-websites/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:25:06 +0000</pubDate>
		<dc:creator>roweenaweb</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.roweena.co.uk/blog/?p=606</guid>
		<description><![CDATA[I just want to give a shout out to the Mobble plugin, as it&#8217;s made things easier in the development of a  few responsive websites I&#8217;ve worked on recently. The plugin detects which device is viewing the website, handheld, mobile, tablet and at a more granular level iPad, iPhone, Blackberry etc. Whilst it would be [...]]]></description>
			<content:encoded><![CDATA[<p>I just want to give a shout out to the <a href="http://www.toggle.uk.com/journal/mobble/" target="_blank">Mobble</a> plugin, as it&#8217;s made things easier in the development of a  few responsive websites I&#8217;ve worked on recently. The plugin detects which device is viewing the website, handheld, mobile, tablet and at a more granular level iPad, iPhone, Blackberry etc. Whilst it would be great if a fluid grid with a smattering of media queries produced the perfect responsive website,  in practice sometimes you want to be able to tweak things a little more.</p>
<p>I&#8217;ve used the plugin for instances where things can&#8217;t or shouldn&#8217;t bet hidden by CSS, for example:</p>
<ul>
<li>Detecting if the device is  a mobile, if so set the viewport. For one website I worked on we decided that actually it worked better on the ipad/tablet if viewport wasn&#8217;t set.</li>
<li>Detecting if the device is a desktop, if so serve the all bells and whistles flash video player (client request), if mobile, use a simple YouTube embed.</li>
<li>Set different values for a jQuery Gallery plugin, depending on whether mobile, tablet or desktop is viewing the page.</li>
</ul>
<p>The plugin uses WordPress conditional functions and at a simple level can be used to skip processing certain content, for example superfluous sidebar, large images and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roweena.co.uk/blog/2012/03/18/using-the-wordpress-mobble-plugin-to-tweak-responsive-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplify the WordPress interface with CMS plugins</title>
		<link>http://www.roweena.co.uk/blog/2012/02/28/simplify-the-wordpress-interface-with-cms-plugins/</link>
		<comments>http://www.roweena.co.uk/blog/2012/02/28/simplify-the-wordpress-interface-with-cms-plugins/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 08:15:04 +0000</pubDate>
		<dc:creator>roweenaweb</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.roweena.co.uk/blog/?p=578</guid>
		<description><![CDATA[Whilst WordPress is really easy to use,  there are a couple of CMS WordPress plugins I install, depending on the project, to help make the editing interface more friendly. CMS Tree Page View is useful for websites with more than a handful of pages. It presents a hierarchical tree of pages in the dashboard, pages [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst WordPress <em>is</em> really easy to use,  there are a couple of CMS WordPress plugins I install, depending on the project, to help make the editing interface more friendly.</p>
<p><a href="http://eskapism.se/code-playground/cms-tree-page-view/" target="_blank"><strong>CMS Tree Page View</strong></a> is useful for websites with more than a handful of pages. It presents a hierarchical tree of pages in the dashboard, pages can be opened for editing and reordered by drag and drop. This makes managing pages much quicker than accessing them by the pages menu option.</p>
<p><img class="aligncenter size-full wp-image-580" title="cms-tree-page-view" src="http://www.roweena.co.uk/blog/wp-content/uploads/2012/02/cms-tree-page-view.jpg" alt="" width="450" height="341" /></p>
<p><a href="http://www.videousermanuals.com/white-label-cms/" target="_blank">White Label CMS</a> has lots of useful bits and bobs to help make WordPress look more like a CMS but what I really like it for is turning off: menu items that aren&#8217;t used, the &#8220;update&#8221; message that appears at the top of the screen, page/post meta boxes and the screen options pull down menu.</p>
<p><img class="aligncenter size-full wp-image-582" title="Untitled-1" src="http://www.roweena.co.uk/blog/wp-content/uploads/2012/02/Untitled-1.jpg" alt="" width="450" height="325" /></p>
<p>With any CMS, the goal should be to make editing as simple and intuitive as possible, WordPress is almost there, these two plugins just provide the extra options to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roweena.co.uk/blog/2012/02/28/simplify-the-wordpress-interface-with-cms-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website for Nutritional Therapist Nicola Moore</title>
		<link>http://www.roweena.co.uk/blog/2012/02/22/website-for-nutritional-therapist-nicola-moore/</link>
		<comments>http://www.roweena.co.uk/blog/2012/02/22/website-for-nutritional-therapist-nicola-moore/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 19:07:08 +0000</pubDate>
		<dc:creator>roweenaweb</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.roweena.co.uk/blog/?p=573</guid>
		<description><![CDATA[I&#8217;ve just launched a new website for Nutritional Therapist Nicola Moore.  I usually build custom WordPress themes but this project had a limited budget so we decided on using the Twenty Eleven theme that comes bundled with WordPress. With a few changes to the default colours, addition of some stock photos and a logo created [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just launched a new website for Nutritional Therapist Nicola Moore.  I usually build custom WordPress themes but this project had a limited budget so we decided on using the Twenty Eleven theme that comes bundled with WordPress. With a few changes to the default colours, addition of some stock photos and a logo created using a free handwritten font, the website has it&#8217;s own unique look.</p>
<p><a href="http://www.roweena.co.uk/blog/wp-content/uploads/2012/02/nicola-moore.jpg"><img class="alignright size-full wp-image-574" title="nicola-moore" src="http://www.roweena.co.uk/blog/wp-content/uploads/2012/02/nicola-moore.jpg" alt="" width="700" height="316" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roweena.co.uk/blog/2012/02/22/website-for-nutritional-therapist-nicola-moore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new look website &#8211; smarter and mobile friendly</title>
		<link>http://www.roweena.co.uk/blog/2012/02/17/my-new-look-website/</link>
		<comments>http://www.roweena.co.uk/blog/2012/02/17/my-new-look-website/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 08:49:38 +0000</pubDate>
		<dc:creator>roweenaweb</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.roweena.co.uk/blog/?p=567</guid>
		<description><![CDATA[I just finished my new look website this morning. It&#8217;s good for any business to have a look at their website every couple of years , realign the design and content with what they&#8217;re currently doing and take advantage of progress in web development techniques. So this is what I did: made my logo stronger [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished my new look website this morning. It&#8217;s good for any business to have a look at their website every couple of years , realign the design and content with what they&#8217;re currently doing and take advantage of progress in web development techniques. So this is what I did:</p>
<ul>
<li>made my logo stronger</li>
<li>made the overall design cleaner</li>
<li>edited the content and focused it on what I do, aiming it at the clients I want to be working with.</li>
<li>simplified the blog</li>
<li>made it work on mobile devices</li>
</ul>
<p>I use the <a href="http://www.google.co.uk/url?sa=t&amp;rct=j&amp;q=zurb%20foundation&amp;source=web&amp;cd=1&amp;ved=0CCoQFjAA&amp;url=http%3A%2F%2Ffoundation.zurb.com%2F&amp;ei=6RM-T6TpAtOo8QP3_JGsCA&amp;usg=AFQjCNF5L0AJwlNs-H8AHm2LAZc7GReA2g&amp;sig2=1lvJnK7Ep-azPRDsonG8Vg&amp;cad=rja" target="_blank">Zurb Foundation framework</a> to get it up and running quickly. I usually dislike using frameworks but I find Zurb makes sense so I&#8217;ll be using it again, thank you Zurb!</p>
<p>Any comments on the new design appreciated!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roweena.co.uk/blog/2012/02/17/my-new-look-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

