
<?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>The Path Web Design Ltd</title>
	<atom:link href="http://www.thepathwebdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thepathwebdesign.com</link>
	<description>Web Service Company in Perth and Kinross</description>
	<lastBuildDate>Sun, 12 Aug 2012 16:52:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Overcoming Nivo Sliders loading time by hiding images before loading</title>
		<link>http://www.thepathwebdesign.com/articles/overcoming-nivo-sliders-loading-time-by-hiding-images-before-loading/252/</link>
		<comments>http://www.thepathwebdesign.com/articles/overcoming-nivo-sliders-loading-time-by-hiding-images-before-loading/252/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 20:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[nivo slider]]></category>

		<guid isPermaLink="false">http://www.thepathwebdesign.com/?p=252</guid>
		<description><![CDATA[<p>This little tip will actually solve these issues people have with Nivo Slider:</p>
<ol>
<li>Nivo Slider doesnt load images on the fly, it pre loads every image in the slideshow. If you have a fair few images you will notice &#8220;lag&#8221; or a wait until the slideshow starts, leaving you looking at the loading gif (round and round and round&#8230;)! The tip doesnt solve this issue per say but does offer a cool alternative to the loading gif. Also if you are using the WordPress plugin and are not using a slider theme then you have no loading image anyway and </li>&#8230;</ol>]]></description>
			<content:encoded><![CDATA[<p>This little tip will actually solve these issues people have with Nivo Slider:</p>
<ol>
<li>Nivo Slider doesnt load images on the fly, it pre loads every image in the slideshow. If you have a fair few images you will notice &#8220;lag&#8221; or a wait until the slideshow starts, leaving you looking at the loading gif (round and round and round&#8230;)! The tip doesnt solve this issue per say but does offer a cool alternative to the loading gif. Also if you are using the WordPress plugin and are not using a slider theme then you have no loading image anyway and the slides jump about as they are loaded (this was actually the reason I investigated as it was bugging me).</li>
<li>Sometimes you will notice the images stacked in an ugly way before the Javascript kicks in to sort it all out. Normally solved by using overflow:hidden but this comes with its own dangers; like losing your nav arrows.</li>
</ol>
<p>Right well lets get to the tip, tis very simple and is just a simple CSS tweak; add this to your CSS file:</p>
<p><code>.nivoSlider img:not(:first-child) {  display:none; } /* this was for the WP plugin version */</code></p>
<p>Or something like this when installed on its own:</p>
<p><code>#slider img:not(:first-child) { display:none; } /* this is for standard nivo installs */</code></p>
<p><code>Obviously if you have customised the parent div in any way then change it to what you have used. Overall a good tip I reckon.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepathwebdesign.com/articles/overcoming-nivo-sliders-loading-time-by-hiding-images-before-loading/252/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ThePath Tabbed Widget Plugin</title>
		<link>http://www.thepathwebdesign.com/articles/thepath-tabbed-widget-plugin/205/</link>
		<comments>http://www.thepathwebdesign.com/articles/thepath-tabbed-widget-plugin/205/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 13:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ThePath tabbed widget plugin]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress tabbed widget]]></category>

		<guid isPermaLink="false">http://www.thepathwebdesign.com/?p=205</guid>
		<description><![CDATA[<p><a href="http://www.thepathwebdesign.com/wp-content/uploads/2011/07/tabbed-widget.jpg"><img src="http://www.thepathwebdesign.com/wp-content/uploads/2011/07/tabbed-widget.jpg" alt="" title="tabbed-widget" width="224" height="96" class="alignright size-full wp-image-210" /></a>Well I made this plugin ages ago and somehow never got round to putting it up on the Developer Centre at WordPress.</p>
<p>You must have a widget enabled theme to use this plugin (most are tbh). Once you have uploaded and activated the plugin just add it to your sidebars widget area.</p>
<p>ThePath Tabbed Widget does link in with other plugins to make it work:</p>
<ul>
<li><a href="http://polpoinodroidi.com/wordpress-plugins/wordpresscom-popular-posts/">WordPress.com Popular Posts</a></li>
<li><a href="http://jonraasch.com/blog/yet-another-featured-posts-plugin">Yet Another Featured Posts Plugin</a></li>
</ul>
<p>The above plugins must be installed if you are to get all the tabs working.</p>
<p>A known issue is WordPress.com Popular Posts adding a horrible title to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thepathwebdesign.com/wp-content/uploads/2011/07/tabbed-widget.jpg"><img src="http://www.thepathwebdesign.com/wp-content/uploads/2011/07/tabbed-widget.jpg" alt="" title="tabbed-widget" width="224" height="96" class="alignright size-full wp-image-210" /></a>Well I made this plugin ages ago and somehow never got round to putting it up on the Developer Centre at WordPress.</p>
<p>You must have a widget enabled theme to use this plugin (most are tbh). Once you have uploaded and activated the plugin just add it to your sidebars widget area.</p>
<p>ThePath Tabbed Widget does link in with other plugins to make it work:</p>
<ul>
<li><a href="http://polpoinodroidi.com/wordpress-plugins/wordpresscom-popular-posts/">WordPress.com Popular Posts</a></li>
<li><a href="http://jonraasch.com/blog/yet-another-featured-posts-plugin">Yet Another Featured Posts Plugin</a></li>
</ul>
<p>The above plugins must be installed if you are to get all the tabs working.</p>
<p>A known issue is WordPress.com Popular Posts adding a horrible title to the top of the tab window. This can be removed by editing the wppp.php on line 47 and removing the title from it:</p>
<p><code>$this->WP_Widget( 'wppp', __( 'Popular Posts', 'wordpresscom-popular-posts' ), $widget_ops, $control_ops );</code></p>
<p>change to:</p>
<p><code>$this->WP_Widget( 'wppp', __( '', 'wordpresscom-popular-posts' ), $widget_ops, $control_ops );</code></p>
<p>ThePath Tabbed Widget comes with its own CSS file so it should not conflict with your own CSS. However you may wish to edit the styles to match your own theme.</p>
<p>Hope you find it useful and if anybody finds a way of automagically removing the damn title from popular posts that would be awesome as it comes back when you upgrade the wpp plugin. Very annoying!</p>
<p><a href="http://wordpress.org/extend/plugins/thepath-tabbed-widget/faq/" title="ThePath Tabbed Widget Plugin for WordPress">Download ThePath Tabbed Widget from the repository here.</a></p>
<p>You can see working examples of the plugin here or over at <a href="http://www.effutio.com">effutio</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepathwebdesign.com/articles/thepath-tabbed-widget-plugin/205/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>We are now in Fife too!</title>
		<link>http://www.thepathwebdesign.com/news/we-are-now-in-fife-too/161/</link>
		<comments>http://www.thepathwebdesign.com/news/we-are-now-in-fife-too/161/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 14:29:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[fife]]></category>
		<category><![CDATA[newburgh]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.thepathwebdesign.com/?p=161</guid>
		<description><![CDATA[<p>The Path Web Design Ltd is now in Fife, we have setup an office in Newburgh!</p>
<p>We are really excited about our new office in Newburgh and we are looking forward to doing some business in Fife. So stay tuned and be prepared for us doing the rounds in Fife and offering the best web design service available!</p>
<p>We know we are going to enjoy working with new clients in Fife and giving the competition a run for their money.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The Path Web Design Ltd is now in Fife, we have setup an office in Newburgh!</p>
<p>We are really excited about our new office in Newburgh and we are looking forward to doing some business in Fife. So stay tuned and be prepared for us doing the rounds in Fife and offering the best web design service available!</p>
<p>We know we are going to enjoy working with new clients in Fife and giving the competition a run for their money.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepathwebdesign.com/news/we-are-now-in-fife-too/161/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No matter what your business sells</title>
		<link>http://www.thepathwebdesign.com/articles/no-matter-what-your-business-sells/53/</link>
		<comments>http://www.thepathwebdesign.com/articles/no-matter-what-your-business-sells/53/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:52:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.thepathwebdesign.com/?p=53</guid>
		<description><![CDATA[<p>It needs a web presence.</p>
<p>A lot of small businesses (especially businesses of a certain type) don&#8217;t think they need a website, normally because their business relys on passing trade, word of mouth and local advertising. Examples of businesses that have a tendency to think like this are; hairdressers, restaurants, cafes and small shops (like craft, art or hobbyist shops).</p>
<p>OK some will say: &#8220;well Im busy and making money, why do I need a website as Im making enough sales as it is and I dont think Id make any sales through a website anyway.&#8221; This is definitely a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>It needs a web presence.</p>
<p>A lot of small businesses (especially businesses of a certain type) don&#8217;t think they need a website, normally because their business relys on passing trade, word of mouth and local advertising. Examples of businesses that have a tendency to think like this are; hairdressers, restaurants, cafes and small shops (like craft, art or hobbyist shops).</p>
<p>OK some will say: &#8220;well Im busy and making money, why do I need a website as Im making enough sales as it is and I dont think Id make any sales through a website anyway.&#8221; This is definitely a fairly short-sighted view! Take for example hairdressers, what if I searched &#8220;best barber in Perth&#8221; or &#8220;Perth hairdressers with tanning facilities&#8221;. More and more people are using these localised more exacting search terms. Ive used the &#8220;best barber in Perth&#8221; search term myself in an attempt to find a good barber in Perth, surprisingly.</p>
<p>What did I find? Well not a lot really which got me thinking and inspired this post. If a barber in Perth created a good website and optimised the content with the keyterm &#8220;best barber in perth&#8221; and &#8220;perths best barber&#8221; they would have had page one, number one position in Google and at least one more customer&#8230;me!</p>
<p>But its not just me that makes these kinds of searches, there is literally hundreds if not thousands of people making similar searches.</p>
<p>For a relatively small investment say around £200 these searchers could be finding your business website! To put it in perspective how much do most businesses pay for an advert in their local paper? Around £400-1500 is probably about right. That £200 seems pretty well spent if you ask me.</p>
<p>Dont fall behind your competitors and don&#8217;t simply dismiss the idea that you could gain financially from a good business website!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepathwebdesign.com/articles/no-matter-what-your-business-sells/53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New look website for The Path Web Design Ltd</title>
		<link>http://www.thepathwebdesign.com/news/new-look-website-for-the-path-web-design-ltd/117/</link>
		<comments>http://www.thepathwebdesign.com/news/new-look-website-for-the-path-web-design-ltd/117/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 23:03:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.thepathwebdesign.com/?p=117</guid>
		<description><![CDATA[<p>Well the new website is pretty much finished! Just need to populate a few pages, a few tweaks here and there and its done&#8230;.until the next thing!</p>
<p>We are committed to great web design and felt that the old website did not show enough of this commitment. So here is our nice new design which I am very pleased with. i will be adding to it over the next year so stay tuned for some cool new stuff.</p>
<p>I am also going to try and make a real effort to populate this blog with interesting articles and web design hints and &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Well the new website is pretty much finished! Just need to populate a few pages, a few tweaks here and there and its done&#8230;.until the next thing!</p>
<p>We are committed to great web design and felt that the old website did not show enough of this commitment. So here is our nice new design which I am very pleased with. i will be adding to it over the next year so stay tuned for some cool new stuff.</p>
<p>I am also going to try and make a real effort to populate this blog with interesting articles and web design hints and tips. It just trying to find the time. Well as my Dad would say &#8220;Make Time&#8221;. I wish I could as there doesnt seem enough hours in the day to do everything and still have a life!!</p>
<p>The Path Web Design Ltd is here to stay and going from strength to strength.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepathwebdesign.com/news/new-look-website-for-the-path-web-design-ltd/117/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
