<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Russell Bishop Web Design Articles</title>
	
	<link>http://www.russbishop.co.uk/blog</link>
	<description>Web Design Articles &amp; Tutorials</description>
	<lastBuildDate>Tue, 07 Jul 2009 09:37:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/russellbishop" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="russellbishop" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>What is a Browser?</title>
		<link>http://www.russbishop.co.uk/blog/articles/what-is-a-browser</link>
		<comments>http://www.russbishop.co.uk/blog/articles/what-is-a-browser#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:08:52 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=158</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/articles/what-is-a-browser"><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/07/what-is-a-browser.gif" alt="What is a Browser" /></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/07/what-is-a-browser.gif" alt="What is a Browser" /></p>
<p>I came across this interesting video, and thought I would share it with you. YouTube&#8217;s <a href="http://www.youtube.com/user/jibyollee">&#8220;jibyollee&#8221;</a> and an accomplice spent the day in Times Square, NY, asking people questions surrounding the subject &#8220;What is a Browser?&#8221;.</p>
<p>The results are, well, shocking;</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/o4MwTvtyrUQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/o4MwTvtyrUQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/articles/what-is-a-browser/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Screen Resolution Style Sheet (1024*768)</title>
		<link>http://www.russbishop.co.uk/blog/tutorials/screen-resolution-style-sheet-1024-768</link>
		<comments>http://www.russbishop.co.uk/blog/tutorials/screen-resolution-style-sheet-1024-768#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:10:19 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=136</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/articles/screen-resolution-style-sheet-1024-768"><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/06/screen-resolution-style-sheet.gif" alt="Screen Resolution Style Sheet" /></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/06/screen-resolution-style-sheet.gif" alt="Screen Resolution Style Sheet" /></p>
<p>Recently whilst working on a client&#8217;s project, I realised that I hadn&#8217;t optimised the website for resolutions 1024*768 and lower.</p>
<p><a href="http://testing.digital-results.com/optimum/">Optimum AV</a></p>
<p>You&#8217;ll notice that being forced outside of the main content wrapper are some tabs for headings;</p>
<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/06/tab-right.gif" alt="tab-right" title="tab-right" width="95" height="133" /><br />
<img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/06/tab-left.gif" alt="tab-left" title="tab-left" width="95" height="133" /></p>
<p>At the resolution 1024*768, these caused an annoying horizontal scroll;</p>
<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/06/horizontal-scroll.gif" alt="horizontal-scroll" /></p>
<p>So, what to do! I didn&#8217;t want to entirely remove them, as they were adding a nice slice of personality to the design. Similarly, I didn&#8217;t want to make the whole site thinner, as it would have been a nightmare!</p>
<p>So the solution? A screen resolution stylesheet. Here&#8217;s the code;</p>
<p><code><br />
&lt;script type="text/javascript"&gt;<br />
  winWidth = document.all ? document.body.clientWidth : window.innerWidth;<br />
  winHeight = document.all ? document.body.clientHeight : window.innerHeight;<br />
  if(winWidth &lt; 1030) {<br />
    document.write('&lt;link href="css/ten-twenty-four.css" rel="stylesheet" type="text/css" /&gt;');<br />
  }<br />
  else({})<br />
</script><br />
</code></p>
<p>The value &#8216;1030&#8242; is chosen because if their window size is 1031, the website works fine, so make sure to change this value depending on where your horizontal scroll begins.</p>
<p>In my ten-twenty-four.css file, I tell those tabs to not display, effectively removing the horizontal scroll;</p>
<p><code><br />
body #content .left .side-left { display: none; }<br />
body #content .right .side-right { display: none; }<br />
</code></p>
<p>The javascript technique I decided on was selected from quite a lot of solutions that I came across, and this one was the simplest, and easiest to modify.</p>
<p>Not only that, but it works perfectly!</p>
<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/06/no-scroll.gif" alt="No Horizontal Scroll" /></p>
<p><a href="http://testing.digital-results.com/optimum/home-cinema-system.html">See the code in action</a> (if you resize the page, make sure to refresh).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/tutorials/screen-resolution-style-sheet-1024-768/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Wordpress locally with Xampp</title>
		<link>http://www.russbishop.co.uk/blog/tutorials/installing-wordpress-locally-with-xampp</link>
		<comments>http://www.russbishop.co.uk/blog/tutorials/installing-wordpress-locally-with-xampp#comments</comments>
		<pubDate>Tue, 26 May 2009 11:52:06 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=104</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/tutorials/installing-wordpress-locally-with-xampp" title="Installing Wordpress Locally with Xampp"><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/installing-wordpress-locally.gif" alt="Installing Wordpress Locally with Xampp" /></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/installing-wordpress-locally.gif" /></p>
<h4>#1 Download Xampp</h4>
<p>Visit the <a href="http://www.apachefriends.org/en/xampp.html">Xampp homepage</a> and select the correct download for your operating system &#8211; I&#8217;ve tested the program on Windows XP, Vista and now Windows 7, and it runs smoothly on them all!</p>
<p>Once your download is complete, install Xampp &#8211;  This is a pretty painless process and shouldn&#8217;t take more than a few minutes.</p>
<h4>#2 -Download Wordpress</h4>
<p>Check out the <a href="http://wordpress.org/download/">Wordpress download centre</a> and get <strong>the latest copy</strong>. Notice that the requirements to run Wordpress are PHP 4.3+ and MySQL 4+.</p>
<h4>#3 &#8211; Create your Database</h4>
<p>Run Xampp from the desktop shortcut you&#8217;re given, and it should take you to the Control Panel. Once you&#8217;re there, select &#8216;phpMyAdmin&#8217; from the left menu, and under &#8216;MySQL localhost&#8217; write in the name of your new database &#8211; <strong>you&#8217;ll need to remember this when installing wordpress</strong>.</p>
<h4>#4 &#8211; Install Wordpress</h4>
<p>Go to the location that Xampp was installed, it&#8217;s usually C:/Program Files/Xampp and enter the <strong>htdocs</strong> folder. In there, create a new folder, and call it what you&#8217;d like. I simply called mine &#8216;Wordpress&#8217;.</p>
<p>Drag the Wordpress files into this folder. You&#8217;ll see a file called wp-config-samle.php &#8211; edit this file and enter in your info into the necessary fields. If you&#8217;re not sure of any of the information, you can check the information that the Xampp cControl Panel gives you about your database. Once you&#8217;ve edited the <strong>wp-config-sample.php</strong> file &#8211; save it, and rename it as just <strong>wp-config.php</strong>. Now go into the wp-admin folder, and run the install.php file in your browser. There you go!</p>
<p><strong>I strongly recommend Bookmarking your wordpress installation once it&#8217;s installed.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/tutorials/installing-wordpress-locally-with-xampp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Effective Questionnaires</title>
		<link>http://www.russbishop.co.uk/blog/tutorials/writing-effective-questionnaires</link>
		<comments>http://www.russbishop.co.uk/blog/tutorials/writing-effective-questionnaires#comments</comments>
		<pubDate>Tue, 26 May 2009 11:34:03 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=12</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/tutorials/writing-effective-questionnaires" title="Writing Effective Questionnaires"><img src="http://www.russbishop.co.uk/blog/wp-includes/images/writing-effective-questionnaires.gif" alt="Writing Effective Questionnaires" title="Writing Effective Questionnaires" /></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-includes/images/writing-effective-questionnaires.gif" alt="Writing Effective Questionnaires" title="Writing Effective Questionnaires" /></p>
<p><strong>Consider the objectives of the survey</strong>.<br />
Consider the reasons for the survey and the information that is required.</p>
<p><strong>Remember who your target customers are</strong>.<br />
Ask the right people to complete the questionnaire.</p>
<p><strong>Think about what method you will use to carry out the interview</strong>.<br />
This will affect the type of question used and the way they are worded.</p>
<p><strong>Write a credible introduction</strong>.<br />
Explain why the survey is being carried out and assure confidentiality.</p>
<p><strong>Make the questions as simple as possible</strong>.<br />
Questions should be short and simple to avoid misunderstandings.</p>
<p><strong>Use a “filter” question first</strong>.<br />
This will filter out respondents that are not target customers.</p>
<p><strong>Put interesting and easy questions first</strong>.<br />
Interesting questions engage people, difficult ones put them off.</p>
<p><strong>Keep confidential questions until last</strong>.<br />
You are more likely to get an answer if you have built up a rapport.</p>
<p><strong>Arrange the questions in a logical order</strong>.<br />
The questions should flow logically and easily.</p>
<p><strong>Use different types of questions</strong>.<br />
Phrase questions to ensure you get the information you require.</p>
<p><strong>Consider the answers when writing the questions</strong>.<br />
Phrase questions to ensure you get the information you require.</p>
<p><strong>Consider the visual appearance</strong>.<br />
Make effective use of white space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/tutorials/writing-effective-questionnaires/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlight Current Wordpress Category</title>
		<link>http://www.russbishop.co.uk/blog/tutorials/highlight-current-wordpress-category</link>
		<comments>http://www.russbishop.co.uk/blog/tutorials/highlight-current-wordpress-category#comments</comments>
		<pubDate>Tue, 26 May 2009 08:49:24 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=59</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/tutorials/highlight-current-wordpress-category"><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/highlight-wordpress-current-category.gif"  title="Highlight Current Wordpress Category"/></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/highlight-wordpress-current-category.gif" title="Highlight Current Wordpress Category"/></p>
<p>Building the theme for this blog was my first <strong>ever</strong> Wordpress customisation, in fact, I&#8217;d never used a <a title="CMS" href="http://www.russbishop.co.uk/blog/terminology#cms">CMS</a> before!</p>
<p>So when it came to understanding how best to display my categories, I got in a pickle!</p>
<p>I made the mistake of trying to link internally to the folders, but of course, the links would break when selected from within a <strong>category</strong>, or a <strong>single post</strong>, sending me to destinations such as &#8216;<em>/category/articles/category/articles</em>&#8216;.</p>
<p>Upon inspecting some of those free downloadable templates, I found that to list your categories, you use the snippet;</p>
<p><code>&lt;?php wp_list_categories('show_count=0&amp;title_li='); ?&gt;</code></p>
<p>This was a very useful start, as it not only lists my categories in neat <strong>list items</strong>, but it also automatically adds the class &#8216;current-cat&#8217; to the current category.</p>
<p>So with this in place, I could write some css for styling my active link. But just listing the categories wasn&#8217;t doing the trick, because Wordpress doesn&#8217;t treat your home page as a category! So I ventured onto google and found what I was looking for;</p>
<p><code>&lt;?php echo get_option('home'); ?&gt;</code></p>
<p>Now although this functions the same as the <strong>wp-list-categories</strong>, it doesn&#8217;t put the link in a <strong>list item</strong> for you, so remember to put your &lt;li&gt; tags around the code;</p>
<p><code>&lt;li&gt;&lt;?php echo get_option('home'); ?&gt;&lt;/li&gt;</code></p>
<p><strong>But we&#8217;re missing something!</strong></p>
<p>This snippet won&#8217;t add the &#8216;<strong>current-cat</strong>&#8216; class to our Home link when it&#8217;s active! <strong>Terror!</strong></p>
<p>So I ventured further and further into the Google archives, and after many failed tutorials and advice topics, I came across a winner!</p>
<p><code>&lt;li class="&lt;?php if (is_home()){echo 'current-cat';}?&gt;"&gt;&lt;a href="&lt;?php bloginfo('url'); ?&gt;/"&gt;Home&lt;/a&gt;&lt;/li&gt;</code></p>
<p>This code manually checks if the Home page is current, and if so, adds the class &#8216;current-cat&#8217;. <strong>Success!</strong></p>
<p>But what if like me, you&#8217;d like to highlight the current category from <em>within a single post</em>? <strong>You&#8217;re not the only one!</strong></p>
<p><a href="http://www.screenshine.net/blog/wp-content/uploads/show-active-category.zip">Here is the download link</a> for a great plugin, aptly named &#8216;<strong>Show Active Category (while browsing a post)</strong>&#8216;. The plugin adds the CSS class “active_category” to all categories the active post belongs to. Keep in mind that the active_category class is added <strong>to the &lt;a&gt; link</strong>, not the <strong>&lt;li&gt;</strong>.</p>
<p>Now just make sure that your CSS includes these classes;</p>
<p><code>ul li.current-cat { color: #ff0000; }<br />
ul li a.active-category { color: #ff0000; }</code></p>
<p>I hope I&#8217;ve been able to help you with your category highlights, and I wish you the best of luck! Any problems you have with the code, <a href="http://www.russbishop.co.uk/blog/tutorials/highlight-current-wordpress-category#respond">leave a comment!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/tutorials/highlight-current-wordpress-category/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Music for Web Design</title>
		<link>http://www.russbishop.co.uk/blog/articles/music-for-web-design</link>
		<comments>http://www.russbishop.co.uk/blog/articles/music-for-web-design#comments</comments>
		<pubDate>Mon, 25 May 2009 20:58:06 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=37</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/articles/music-for-web-design" title="Music for Web Design"><img src="http://www.russbishop.co.uk/blog/wp-includes/images/music-for-web-design.gif" alt="Music for Web Design" title="Music for Web Design" /></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-includes/images/music-for-web-design.gif" alt="Music for Web Design" title="Music for Web Design" /></p>
<p>Keeping yourself motivated in the design process is key, and staying in that mindset can become very difficult. My personal inspiration is music; glorified for it&#8217;s ready ability to modify your mood.</p>
<p>My tips for choosing appropriate music are as follows;</p>
<ul>
<li>Mellow</li>
<li>Positive</li>
<li>Familiar</li>
</ul>
<p>Also, a very important factor is your chosen volume. Personally, I would discourage the use of headphones, as the music tends to drown out your thoughts. So in place, use your speakers, and play your selected songs at conversation level.</p>
<p>Here&#8217;s my list of <strong>Top 5 albums for Web Design</strong>;</p>
<h4>#1 Vampire Weekend &#8211; Vampire Weekend</h4>
<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/vampire-weekend.gif" alt="Vampire Weekend - Vampire Weekend" title="Vampire Weekend - Vampire Weekend" class="in-post" /></p>
<ul>
<li>1.  Mansard Roof</li>
<li>2. Oxford Comma</li>
<li>3. A-Punk</li>
<li>4. Cape Cod Kwassa Kwassa</li>
<li>5. M79</li>
<li>6. Campus</li>
<li>7. Bryn</li>
<li>8. One (Blake&#8217;s Got A New Face)</li>
<li>9. I Stand Corrected</li>
<li>10. Walcott</li>
<li>11. The Kids Don&#8217;t Stand A Chance</li>
</ul>
<p><a href="http://www.amazon.com/Vampire-Weekend/dp/B0010V4TZU/ref=sr_1_1?ie=UTF8&#038;s=music&#038;qid=1243286188&#038;sr=1-1">Buy on Amazon</a></p>
<h4>#2 Reel Big Fish &#8211; Cheer Up</h4>
<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/reel-big-fish-cheer-up.gif" alt="Reel Big Fish - Cheer Up" title="Reel Big Fish - Cheer Up" class="in-post" /></p>
<ul>
<li>1. Good Thing</li>
<li>2. Somebody Loved Me</li>
<li>3. Ban The Tube Top</li>
<li>4. Cheer Up</li>
<li>5. Where Have You Been?</li>
<li>6. Suckers</li>
<li>7. What Are Friends For</li>
<li>8. A Little Doubt Goes A Long Way</li>
<li>9. Dateless Loser</li>
<li>10. Valerie</li>
<li>11. Rock &#8216;N&#8217; Roll is Bitchin&#8217;</li>
<li>12. New York, New York</li>
<li>13. Sayonara Senorita</li>
<li>14. Boss DJ</li>
<li>15. Brand New Hero</li>
<li>16. Drunk Again</li>
</ul>
<p><a href="http://www.amazon.com/Cheer-Up-Reel-Big-Fish/dp/B000068QVK">Buy on Amazon</a></p>
<h4>#3 OK GO &#8211; OK GO</h4>
<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/ok-go-ok-go.gif" alt="OK GO - OK GO" class="in-post" /></p>
<ul>
<li>1. Get Over It</li>
<li>2. Don&#8217;t Ask Me</li>
<li>3. You&#8217;re So Damn Hot</li>
<li>4. What To Do</li>
<li>5. 1000 Miles Per Hour</li>
<li>6. Shortly Before The End</li>
<li>7. Return</li>
<li>8. There&#8217;s A Fire</li>
<li>9. C-C-C-Cinnamon Lips</li>
<li>10. The Fix Is In</li>
<li>11. Hello, My Treacherous Friends</li>
<li>12. Bye Bye Baby</li>
</ul>
<p><a href="http://www.amazon.com/Ok-Go-OK/dp/B00006I0BD/ref=sr_1_2?ie=UTF8&#038;s=music&#038;qid=1243286326&#038;sr=1-2">Buy on Amazon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/articles/music-for-web-design/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 in 10 say Web Increases Productivity</title>
		<link>http://www.russbishop.co.uk/blog/articles/7-in-10-say-web-increases-productivity</link>
		<comments>http://www.russbishop.co.uk/blog/articles/7-in-10-say-web-increases-productivity#comments</comments>
		<pubDate>Mon, 18 May 2009 19:26:19 +0000</pubDate>
		<dc:creator>Russell Bishop</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.russbishop.co.uk/blog/?p=8</guid>
		<description><![CDATA[<a href="http://www.russbishop.co.uk/blog/articles/7-in-10-say-web-increases-productivity"><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/web-increases-productivity.gif" title="Web Increases Productivity" /></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.russbishop.co.uk/blog/wp-content/uploads/2009/05/web-increases-productivity.gif" title="Web Increases Productivity" /></p>
<p>Businesses are increasingly relying on the internet to help cut their costs during the credit crunch, a new survey has found.</p>
<p>The report, by business insurance firm Premierline Direct, said online spending has surged by nearly 40%, while more than half of businesses say they use the internet because it gives ‘more control’ over expenditure.</p>
<p>Seven in 10 entrepreneurs said the web increases productivity, cutting travel costs and time spend out of the office, and more than half said they now purchase more online than they would have three years ago.</p>
<p>Businesses are most likely to use the internet to pay their bills, with nearly three quarters saying they use the web to manage their finance. Over half said they buy equipment over the web, while more than 40% use it to order stationary.</p>
<p>Chris Little, the organisation’s managing director, said the internet is invaluable for small businesses.</p>
<p><em><strong>“The growth of the internet has really made products and services more accessible to business owners and is an ideal tool for companies looking to make time and cost savings by shopping around for the best deals, whilst also benefiting from the speed and simplicity the online channel offers,”</strong></em> he said.</p>
<p>© Crimson Business Ltd. 2008</p>
]]></content:encoded>
			<wfw:commentRss>http://www.russbishop.co.uk/blog/articles/7-in-10-say-web-increases-productivity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
