<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Technologies</title>
	<atom:link href="http://webtechnologyking.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtechnologyking.wordpress.com</link>
	<description>About the Web and Technologies</description>
	<lastBuildDate>Mon, 08 Mar 2010 11:07:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webtechnologyking.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Web Technologies</title>
		<link>http://webtechnologyking.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webtechnologyking.wordpress.com/osd.xml" title="Web Technologies" />
	<atom:link rel='hub' href='http://webtechnologyking.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Insert CSS in web page</title>
		<link>http://webtechnologyking.wordpress.com/2009/12/25/insert_css_in_web_page/</link>
		<comments>http://webtechnologyking.wordpress.com/2009/12/25/insert_css_in_web_page/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 11:42:01 +0000</pubDate>
		<dc:creator>richk</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[@import]]></category>
		<category><![CDATA[inline styles]]></category>
		<category><![CDATA[insert CSS]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://webtechnologyking.wordpress.com/?p=17</guid>
		<description><![CDATA[How to insert CSS into your web pages. See the code below &#60;!-- Method 1 - should be placed inside the header--&#62; &#60;link rel="stylesheet" href="example.css" /&#62; &#60;!-- Method 2 - should also be placed inside the header--&#62; &#60;style type="text/css"&#62; @import URL(example.css); &#60;/style&#62; &#60;!-- Method 3 - should also be placed inside the header--&#62; &#60;style type="text/css"&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=17&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How to insert CSS into your web pages. See the code below</p>
<pre style="color:#00cc00;font-style:italic;">&lt;!-- Method 1 - should be placed inside the header--&gt;
    &lt;link rel="stylesheet" href="example.css" /&gt;

    &lt;!-- Method 2 - should also be placed inside the header--&gt;
    &lt;style type="text/css"&gt;
        @import URL(example.css);
    &lt;/style&gt;

    &lt;!-- Method 3 - should also be placed inside the header--&gt;
    &lt;style type="text/css"&gt;
        body{
            font-family: Gill, Helvetica, sans-serif;
        }
    &lt;/style&gt;

    &lt;!-- Method 4 - is plased inside the element using the style attribute--&gt;
    &lt;p style="color:#ff0000;"&gt;Paragraph&lt;/p&gt;</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webtechnologyking.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webtechnologyking.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webtechnologyking.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webtechnologyking.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webtechnologyking.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webtechnologyking.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webtechnologyking.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webtechnologyking.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=17&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webtechnologyking.wordpress.com/2009/12/25/insert_css_in_web_page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ea65bdf40b071c81b8c620e6e7308b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">RichK</media:title>
		</media:content>
	</item>
		<item>
		<title>Style your web links using CSS</title>
		<link>http://webtechnologyking.wordpress.com/2009/09/15/style-your-web-links-using-css/</link>
		<comments>http://webtechnologyking.wordpress.com/2009/09/15/style-your-web-links-using-css/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:27:48 +0000</pubDate>
		<dc:creator>richk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[style hyperlinks]]></category>
		<category><![CDATA[style links]]></category>
		<category><![CDATA[style web links]]></category>

		<guid isPermaLink="false">http://webtechnologyking.wordpress.com/?p=15</guid>
		<description><![CDATA[Have you ever wondered how to style your web links using css &#8211; here is a simple tutorial to change the colour when you move your mouse over the link. RK1 Web Design tutorials &#8211; personlise your links using css.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=15&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how to style your web links using css &#8211; here is a simple tutorial to change the colour when you move your mouse over the link. <a href="http://www.rk1webdesigns.co.uk/web_tutorial/css_personlize_hyperlinks.php" target="_blank">RK1 Web Design tutorials &#8211; personlise your links using css</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webtechnologyking.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webtechnologyking.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webtechnologyking.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webtechnologyking.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webtechnologyking.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webtechnologyking.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webtechnologyking.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webtechnologyking.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=15&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webtechnologyking.wordpress.com/2009/09/15/style-your-web-links-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ea65bdf40b071c81b8c620e6e7308b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">RichK</media:title>
		</media:content>
	</item>
		<item>
		<title>What is your favourite web browser</title>
		<link>http://webtechnologyking.wordpress.com/2009/08/25/favourite-web-browser/</link>
		<comments>http://webtechnologyking.wordpress.com/2009/08/25/favourite-web-browser/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:02:03 +0000</pubDate>
		<dc:creator>richk</dc:creator>
				<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Best web browser]]></category>
		<category><![CDATA[Fire Fox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://webtechnologyking.wordpress.com/2009/08/25/what-is-your-favourite-web-browser/</guid>
		<description><![CDATA[Below is a poll for you to choose which is your favourite web browser. It has to be said that the only reason Microsofts web browser Internet Explorer is &#8220;popular&#8221; is because it&#8217;s put on nearly every machine when purchased with a windows operating system. A lot of people may only know Internet Explorer as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=11&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below is a poll for you to choose which is your favourite web browser.<br />
It has to be said that the only reason Microsofts web browser Internet Explorer is &#8220;popular&#8221; is because it&#8217;s put on nearly every machine when purchased with a windows operating system. A lot of people may only know Internet Explorer as the only window to the web and if you are one of them people you should google the web browsers below and download them. They are all free and in my personal opinion the other browsers provide a much better web experience and offer a lot more than IE.</p>
<p>I think that Fire Fox 3 provides the best web experience than any other browser but I also like the simplicity of Google Chrome.  It&#8217;s a good looking browser and easy to use.<br />
<a href="http://polldaddy.com/poll/1914530/">View This Poll</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webtechnologyking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webtechnologyking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webtechnologyking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webtechnologyking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webtechnologyking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webtechnologyking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webtechnologyking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webtechnologyking.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=11&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webtechnologyking.wordpress.com/2009/08/25/favourite-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ea65bdf40b071c81b8c620e6e7308b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">RichK</media:title>
		</media:content>
	</item>
		<item>
		<title>Make your own CSS rollover navigation</title>
		<link>http://webtechnologyking.wordpress.com/2009/08/25/css-rollover-navigation/</link>
		<comments>http://webtechnologyking.wordpress.com/2009/08/25/css-rollover-navigation/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:39:06 +0000</pubDate>
		<dc:creator>richk</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[rollover Navigation]]></category>
		<category><![CDATA[web tutorial css]]></category>

		<guid isPermaLink="false">http://webtechnologyking.wordpress.com/?p=8</guid>
		<description><![CDATA[This tutorial will help you write your own CSS to make a simple and stylish rollover navigation. There is no JavaScript involved but just easy to read and understand CSS code.  The code is explained so that you can further develop the navigation into your own web site. Here is the tutorial link: How to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=8&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This tutorial will help you write your own CSS to make a simple and stylish rollover navigation.<br />
There is no JavaScript involved but just easy to read and understand CSS code.  The code is explained so that you can further develop the navigation into your own web site.</p>
<p>Here is the tutorial link: <a title="Css rollover navigation tutorial" href="http://www.rk1webdesigns.co.uk/web_tutorial/css_rollover_navigation.php" target="_self">How to create a CSS rollover navigation &gt;&gt;</a>.</p>
<p>Enjoy making your navigation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webtechnologyking.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webtechnologyking.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webtechnologyking.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webtechnologyking.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webtechnologyking.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webtechnologyking.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webtechnologyking.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webtechnologyking.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webtechnologyking.wordpress.com&amp;blog=7813647&amp;post=8&amp;subd=webtechnologyking&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webtechnologyking.wordpress.com/2009/08/25/css-rollover-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ea65bdf40b071c81b8c620e6e7308b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">RichK</media:title>
		</media:content>
	</item>
	</channel>
</rss>
