<?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>Web Technology Explained &#187; Web technology</title>
	<atom:link href="http://websitetoolshop.com/blog/category/web-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitetoolshop.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 20:23:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Is CSS Used For?</title>
		<link>http://websitetoolshop.com/blog/18/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/18/04/2006/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 23:39:30 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[cascading]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css stylesheets]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/18/04/2006/</guid>
		<description><![CDATA[CSS &#8211; CSS stands for Cascading Style Sheets.  These have revolutionised web site development and take the form of a single file that holds the style information for the whole web site.
Instead of defining the style on each occasion in every web page, the style is defined once in the CSS file and referred to [...]]]></description>
			<content:encoded><![CDATA[<p>CSS &#8211; CSS stands for Cascading Style Sheets.  These have revolutionised web site development and take the form of a single file that holds the style information for the whole web site.</p>
<p>Instead of defining the style on each occasion in every web page, the style is defined once in the CSS file and referred to over and over again throughout the site. </p>
<p>The power of this is that if you want to change say, the color of a particular font you only have to do it once, in the CSS file.  Not in every occurrence of the font in every page of your site, as was the case before CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/18/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is A Cookie?</title>
		<link>http://websitetoolshop.com/blog/17/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/17/04/2006/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 14:53:50 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[what is a cookie]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/17/04/2006/</guid>
		<description><![CDATA[Cookies &#8211; A cookie is a piece of information that is downloaded onto your computer by the site you are currently visiting. Cookies are very useful in most cases as they are used to store information about you such as preferences or passwords for web sites you visit frequently.
The problems come when cookies are downloaded to [...]]]></description>
			<content:encoded><![CDATA[<p>Cookies &#8211; A cookie is a piece of information that is downloaded onto your computer by the site you are currently visiting. Cookies are very useful in most cases as they are used to store information about you such as preferences or passwords for web sites you visit frequently.</p>
<p>The problems come when cookies are downloaded to your computer without your prior knowledge or agreement. Some of these are harmless such as those used by the big sites like Amazon. However, because you are usually unaware of the download certain people can take advantage of this and hence we now have the scourge of spyware and malware to contend with.</p>
<p>You can alter your browser settings to control the download of cookies and stop them entirely if you want to. If you are using Internet Explorer take a look at the security settings in the tools_options menu.</p>
<p>For more detailed information on cookies take a look at <a href="http://www.cookiecentral.com/">Cookie Central.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/17/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is The Common Gateway Interface?</title>
		<link>http://websitetoolshop.com/blog/16/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/16/04/2006/#comments</comments>
		<pubDate>Fri, 14 Apr 2006 13:44:05 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[common gateway interface]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/16/04/2006/</guid>
		<description><![CDATA[CGI &#8211; Common Gateway Interface &#8211; A set of rules that describe how a web server communicates with another piece of software on the same machine CGI programs are normally used in conjunction with databases and HTML forms to create pages such as input forms or surveys.
The CGI programs themselves are normally stored in a special folder on [...]]]></description>
			<content:encoded><![CDATA[<p>CGI &#8211; Common Gateway Interface &#8211; A set of rules that describe how a web server communicates with another piece of software on the same machine CGI programs are normally used in conjunction with databases and HTML forms to create pages such as input forms or surveys.</p>
<p>The CGI programs themselves are normally stored in a special folder on the server called the CGI-bin</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/16/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is A Browser?</title>
		<link>http://websitetoolshop.com/blog/15/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/15/04/2006/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 23:52:08 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser definition]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/15/04/2006/</guid>
		<description><![CDATA[Browser &#8211; software used to view web sites.  There are several makes of browser however the most popular is Microsoft Internet Explorer, followed by Mozilla Firefox.
]]></description>
			<content:encoded><![CDATA[<p>Browser &#8211; software used to view web sites.  There are several makes of browser however the most popular is Microsoft Internet Explorer, followed by Mozilla Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/15/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Broadband?</title>
		<link>http://websitetoolshop.com/blog/13/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/13/04/2006/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 12:12:00 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[broadband defined]]></category>
		<category><![CDATA[what is broadband]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/13/04/2006/</guid>
		<description><![CDATA[Broadband &#8211; a high speed connection to the internet that allows faster downloads and web browsing together with more practical use of video and audio.  Broadband gives you a faster connection than a traditional dial up modem however coverage in some areas can be limited.
]]></description>
			<content:encoded><![CDATA[<p>Broadband &#8211; a high speed connection to the internet that allows faster downloads and web browsing together with more practical use of video and audio.  Broadband gives you a faster connection than a traditional dial up modem however coverage in some areas can be limited.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/13/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition Of The Term Bandwidth</title>
		<link>http://websitetoolshop.com/blog/12/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/12/04/2006/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 15:51:09 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[bandwith]]></category>
		<category><![CDATA[what is bandwith]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/12/04/2006/</guid>
		<description><![CDATA[Bandwidth &#8211; how much data you are allowed to send through your connection/web site.  Typically used by web site hosting providers to limit the amount of traffic your site can receive and how much data it can send.  Usually measured in bits per second (BPS)
]]></description>
			<content:encoded><![CDATA[<p>Bandwidth &#8211; how much data you are allowed to send through your connection/web site.  Typically used by web site hosting providers to limit the amount of traffic your site can receive and how much data it can send.  Usually measured in bits per second (BPS)</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/12/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a weblog?</title>
		<link>http://websitetoolshop.com/blog/11/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/11/04/2006/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 22:43:24 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[weblog definition]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/11/04/2006/</guid>
		<description><![CDATA[Blog. A short for &#8216;weblog&#8217;. A web page that is updated like a diary, with the most recent writing first. Usually done using blogging software instead of being maintained by hand.
]]></description>
			<content:encoded><![CDATA[<p>Blog. A short for &#8216;weblog&#8217;. A web page that is updated like a diary, with the most recent writing first. Usually done using blogging software instead of being maintained by hand.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/11/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is ASP?</title>
		<link>http://websitetoolshop.com/blog/10/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/10/04/2006/#comments</comments>
		<pubDate>Mon, 10 Apr 2006 23:18:57 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[what is asp]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/10/04/2006/</guid>
		<description><![CDATA[ASP &#8211; a web page that includes code that is processed on a Microsoft based web server.  Usually the code is used to retrieve information held in a database on the server. This resulting data is then added to the page before it is transmitted back to the user.
ASP pages can be read by all [...]]]></description>
			<content:encoded><![CDATA[<p>ASP &#8211; a web page that includes code that is processed on a Microsoft based web server.  Usually the code is used to retrieve information held in a database on the server. This resulting data is then added to the page before it is transmitted back to the user.</p>
<p>ASP pages can be read by all the popular web browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/10/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Articles Are Used On The Internet</title>
		<link>http://websitetoolshop.com/blog/9/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/9/04/2006/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 13:17:20 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/9/04/2006/</guid>
		<description><![CDATA[Articles &#8211; a common way for web site owners to publicise themselves and their web sites.  People write articles and supply them to databases for them to publish in return for receiving credits in the form of web site URL&#8217;s and a brief biog at the end of every article published.
]]></description>
			<content:encoded><![CDATA[<p>Articles &#8211; a common way for web site owners to publicise themselves and their web sites.  People write articles and supply them to databases for them to publish in return for receiving credits in the form of web site URL&#8217;s and a brief biog at the end of every article published.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/9/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Apache?</title>
		<link>http://websitetoolshop.com/blog/8/04/2006/</link>
		<comments>http://websitetoolshop.com/blog/8/04/2006/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 19:24:25 +0000</pubDate>
		<dc:creator>Tommy</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[what is apache]]></category>

		<guid isPermaLink="false">http://websitetoolshop.com/blog/8/04/2006/</guid>
		<description><![CDATA[Apache &#8211; The most popular web server. It is open source and free for anyone to use.
]]></description>
			<content:encoded><![CDATA[<p>Apache &#8211; The most popular web server. It is open source and free for anyone to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://websitetoolshop.com/blog/8/04/2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
