<?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>PM Design - Web Design Tutorials &#187; Code</title>
	<atom:link href="http://www.pawelmartuszewski.co.uk/web_design_tutorials/web_design_articles/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pawelmartuszewski.co.uk</link>
	<description>Web Design and Web Development Tutorials</description>
	<lastBuildDate>Sun, 18 Dec 2011 09:55:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Semantic HTML5 &amp; SEO Friendliness</title>
		<link>http://www.pawelmartuszewski.co.uk/web_design_articles/google/semantic-html5-seo-friendliness/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_design_articles/google/semantic-html5-seo-friendliness/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 17:52:30 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1932</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_design_articles/google/semantic-html5-seo-friendliness/" title="Semantic HTML5 &#038; SEO Friendliness"><img align="left" hspace="5" width="150" height="150" src="http://www.pawelmartuszewski.co.uk/wp-content/uploads/badge1-150x150.jpg" class="alignleft wp-post-image tfe" alt="Semantic HTML5 & SEO Friendliness " /></a>You may be wondering what the big deal about using Semantic HTML5 is and how it affects SEO results... Two of the most important benefits of Semantic HTML5 are that it allows for faster browsing and makes it easier for search engines to describe your website to viewers.  In addition...]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_design_articles/google/semantic-html5-seo-friendliness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to implement TweetMeme Button on your website</title>
		<link>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-implement-tweetmeme-button-on-your-website-to-promote-your-stories-posts/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-implement-tweetmeme-button-on-your-website-to-promote-your-stories-posts/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 21:43:16 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=834</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-implement-tweetmeme-button-on-your-website-to-promote-your-stories-posts/" title="How to implement TweetMeme Button on your website"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/artls/retweet/retweet.png" class="alignleft wp-post-image tfe thumb" alt="re-tweet button implementation" /></a>In this very short article I am going to show you how to implement a TweetMeme badge to your website. This is a great way to encourage your visitors to re-tweet your story. You might want to implement it to your WordPress or non WordPress website.  I'll show both ways of getting a TweetMeme badge.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-implement-tweetmeme-button-on-your-website-to-promote-your-stories-posts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to get the current page url</title>
		<link>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-get-the-current-page-url/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-get-the-current-page-url/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 21:41:00 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=847</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-get-the-current-page-url/" title="How to get the current page url"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/artls/cur_page/cur_page.png" class="alignleft wp-post-image tfe thumb" alt="current page url" /></a>Sometimes, there is a need to get the current url to be used within the php code. This is very useful function for social media shearing, as you might want to sent a current page url to be bookmarked or shared with others. You can easily echo your page url using a very simple php function.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/how-to-get-the-current-page-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social Media Share Links for your website / blog</title>
		<link>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/social-media-share-links-for-your-website-blog/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/social-media-share-links-for-your-website-blog/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 18:56:34 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=681</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/social-media-share-links-for-your-website-blog/" title="Social Media Share Links for your website / blog"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/artls/links/share.png" class="alignleft wp-post-image tfe thumb" alt="social media share links" /></a>Social bookmarking and networking sites is a way for you to promote your website. Some of the services exchange thousands of links and this can be very important for you as the main source of getting the traffic to your site / blog.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_design_articles/web-design/social-media-share-links-for-your-website-blog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ways to promote your website – Search Engine Optimisation Strategy</title>
		<link>http://www.pawelmartuszewski.co.uk/web_design_articles/google/ways-to-promote-your-website-search-engine-optimisation/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_design_articles/google/ways-to-promote-your-website-search-engine-optimisation/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 00:09:15 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=659</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_design_articles/google/ways-to-promote-your-website-search-engine-optimisation/" title="Ways to promote your website – Search Engine Optimisation Strategy"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/artls/seo/seo.jpg" class="alignleft wp-post-image tfe thumb" alt="search engine optimization" /></a>Everyone wants to bring the traffic to the website they launch. Often our marketing skills will decide if the service we provide is going to successful one or a total disaster and waste of time. This article highlights important techniques of search engine optimisation (SEO). This is the cheapest marketing strategy.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_design_articles/google/ways-to-promote-your-website-search-engine-optimisation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: web108.extendcp.co.uk @ 2012-02-08 03:13:09 -->
