<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[GFX Depot - HTML &#x26; CSS]]></title>
		<link>http://www.gfx-depot.com/forum/</link>
		<description><![CDATA[GFX Depot - http://www.gfx-depot.com/forum]]></description>
		<pubDate>Fri, 10 Sep 2010 11:41:52 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Open Source For Training and Learning Online on Advance Graphic and Web Designing]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1696</link>
			<pubDate>Sat, 11 Apr 2009 12:17:50 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1696</guid>
			<description><![CDATA[The <a href="http://www.trainingshell.com" target="_blank">Training Shell</a> is a website that allows you to watch and learn new techniques of 3d designing, Adobe &amp; Macromedia Family, Operating System, Web Programming and Technology, Art, Fashion, Food, Games, Music, on one site. It comes with over 1000 tutorials and all are free of charges.<br />
<br />
The <a href="http://www.trainingshell.com" target="_blank">Training Shell</a> takes the pain of uploading videos you just simply have to register on that site. Gone are the days of searching the internet for movies and tutorial and the hassle of registering on every site before you can learn from that tutorial and create new things It is simple to use that even a beginner can now be a 3d designer, Adobe &amp; Macromedia Family Master, Learn OS usage from scratch and do web programming, Learn Art Work, Learn Fashion Designing, Manage to Cook Food in days.<br />
<br />
You also contribute your experience with us, and gave us suggestion how we make that more useful for all of you.<br />
<br />
With Regards<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=78" target="_blank"><img src="attachment.php?thumbnail=78" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
Sharon]]></description>
			<content:encoded><![CDATA[The <a href="http://www.trainingshell.com" target="_blank">Training Shell</a> is a website that allows you to watch and learn new techniques of 3d designing, Adobe &amp; Macromedia Family, Operating System, Web Programming and Technology, Art, Fashion, Food, Games, Music, on one site. It comes with over 1000 tutorials and all are free of charges.<br />
<br />
The <a href="http://www.trainingshell.com" target="_blank">Training Shell</a> takes the pain of uploading videos you just simply have to register on that site. Gone are the days of searching the internet for movies and tutorial and the hassle of registering on every site before you can learn from that tutorial and create new things It is simple to use that even a beginner can now be a 3d designer, Adobe &amp; Macromedia Family Master, Learn OS usage from scratch and do web programming, Learn Art Work, Learn Fashion Designing, Manage to Cook Food in days.<br />
<br />
You also contribute your experience with us, and gave us suggestion how we make that more useful for all of you.<br />
<br />
With Regards<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=78" target="_blank"><img src="attachment.php?thumbnail=78" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
Sharon]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Making your own 404Error Page]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1605</link>
			<pubDate>Wed, 30 May 2007 06:54:12 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1605</guid>
			<description><![CDATA[in this tutorial i will show you how to create those custom 404 error pages for your site. If a visitor enters a wrong url they will see this custom error page!<br />
<br />
Step1:<br />
Make your custom page, with the message 404 error on it, make it fancy or basic.<br />
<br />
Step2:<br />
Open up notepad and enter:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>errordocument 404 http://urdomain.com/customerrorpage.html</code></div></div>
Where you see 'http://urdomain.com/customerrorpage.html' replace that with the address to your custom error page.<br />
<br />
Now save the file with the file name '.htaccess' make sure it is .htaccess with nothing else.<br />
<br />
Step3:<br />
Now upload the .htaccess file to your server and your done!<br />
Try going to a wrong address.<br />
<br />
-ED]]></description>
			<content:encoded><![CDATA[in this tutorial i will show you how to create those custom 404 error pages for your site. If a visitor enters a wrong url they will see this custom error page!<br />
<br />
Step1:<br />
Make your custom page, with the message 404 error on it, make it fancy or basic.<br />
<br />
Step2:<br />
Open up notepad and enter:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>errordocument 404 http://urdomain.com/customerrorpage.html</code></div></div>
Where you see 'http://urdomain.com/customerrorpage.html' replace that with the address to your custom error page.<br />
<br />
Now save the file with the file name '.htaccess' make sure it is .htaccess with nothing else.<br />
<br />
Step3:<br />
Now upload the .htaccess file to your server and your done!<br />
Try going to a wrong address.<br />
<br />
-ED]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Changing the color of the ScrollBar in CSS]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1604</link>
			<pubDate>Wed, 30 May 2007 06:52:05 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1604</guid>
			<description><![CDATA[Open up a text editor, and make a new document or open your css document<br />
<br />
Add the following code to your css<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>body{<br />
scrollbar-arrow-color: #444444;<br />
scrollbar-face-color: #555555;<br />
scrollbar-track-color: #444444;<br />
scrollbar-shadow-color: #000000;<br />
scrollbar-highlight-color: #666666;<br />
scrollbar-dark-shadow-color: #000000;<br />
scrollbar-3d-light-color: #666666;<br />
}</code></div></div>
<img src="http://img159.imageshack.us/img159/8150/812at.gif" border="0" alt="[Image: 812at.gif&#93;" /><br />
Edit the color codes according to what you want changed and your done!<br />
<br />
<br />
-ED]]></description>
			<content:encoded><![CDATA[Open up a text editor, and make a new document or open your css document<br />
<br />
Add the following code to your css<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>body{<br />
scrollbar-arrow-color: #444444;<br />
scrollbar-face-color: #555555;<br />
scrollbar-track-color: #444444;<br />
scrollbar-shadow-color: #000000;<br />
scrollbar-highlight-color: #666666;<br />
scrollbar-dark-shadow-color: #000000;<br />
scrollbar-3d-light-color: #666666;<br />
}</code></div></div>
<img src="http://img159.imageshack.us/img159/8150/812at.gif" border="0" alt="[Image: 812at.gif]" /><br />
Edit the color codes according to what you want changed and your done!<br />
<br />
<br />
-ED]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Basics of CSS Syntax]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1603</link>
			<pubDate>Wed, 30 May 2007 06:49:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1603</guid>
			<description><![CDATA[The CSS syntax is made up of three parts. The selector, property and value.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>selector {property: value}</code></div></div>
The code shown above, is the correct order, in which to put the three parts.<br />
<br />
The three parts mean:<br />
<br />
1. selector - the html tag you wish to define<br />
2. property - the attribute you want to change, such as color, etc...<br />
3. value - the value of the changed attribute will show what you want, whether it be a color change, size change, etc..<br />
<br />
If the value is more than two words, such as sans serif, a font you can edit with this CSS coding, you put it into quotes.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>selector {property: "value, if more than one word"}</code></div></div>
Let's say you want to change the color of your background.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>body {color: black}</code></div></div>
Now, if you wish to add more attributes, you seperate each one with a semi-colon.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>p {text-align: center; color: red}</code></div></div>
Now everytime I use &lt;p&gt; in my document, the text will be aligned in the center, and it will have a red color.<br />
<br />
You can also group selectors. If you want all your headings to be green, let's say, just group them.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>h1, h2, h3, h4, h5, h6 {color: green}</code></div></div>
Each new selector must be seperated by a comma.<br />
<br />
That is the basic formation of a CSS code.<br />
<br />
-ED]]></description>
			<content:encoded><![CDATA[The CSS syntax is made up of three parts. The selector, property and value.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>selector {property: value}</code></div></div>
The code shown above, is the correct order, in which to put the three parts.<br />
<br />
The three parts mean:<br />
<br />
1. selector - the html tag you wish to define<br />
2. property - the attribute you want to change, such as color, etc...<br />
3. value - the value of the changed attribute will show what you want, whether it be a color change, size change, etc..<br />
<br />
If the value is more than two words, such as sans serif, a font you can edit with this CSS coding, you put it into quotes.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>selector {property: "value, if more than one word"}</code></div></div>
Let's say you want to change the color of your background.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>body {color: black}</code></div></div>
Now, if you wish to add more attributes, you seperate each one with a semi-colon.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>p {text-align: center; color: red}</code></div></div>
Now everytime I use &lt;p&gt; in my document, the text will be aligned in the center, and it will have a red color.<br />
<br />
You can also group selectors. If you want all your headings to be green, let's say, just group them.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>h1, h2, h3, h4, h5, h6 {color: green}</code></div></div>
Each new selector must be seperated by a comma.<br />
<br />
That is the basic formation of a CSS code.<br />
<br />
-ED]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to: Visually improve the look of Header &#x26; Navbar]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1113</link>
			<pubDate>Fri, 14 Apr 2006 15:39:14 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1113</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[CSS&#93; Different margins in different browsers]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1044</link>
			<pubDate>Mon, 10 Apr 2006 12:21:41 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1044</guid>
			<description><![CDATA[Sometimes, if you visited a site in IE and afterwards you visit it again but then in FF some margins are not the same! e.g.: the text is a bit more the right of the border<br />
<br />
You can fix this by first of all setting your margins to 0<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>* {<br />
margin : 0 ;<br />
padding : 0 ;<br />
}</code></div></div>
<br />
After that you can make your own margins in HTML]]></description>
			<content:encoded><![CDATA[Sometimes, if you visited a site in IE and afterwards you visit it again but then in FF some margins are not the same! e.g.: the text is a bit more the right of the border<br />
<br />
You can fix this by first of all setting your margins to 0<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>* {<br />
margin : 0 ;<br />
padding : 0 ;<br />
}</code></div></div>
<br />
After that you can make your own margins in HTML]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to: Build a simple layout with CSS]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=1035</link>
			<pubDate>Sun, 09 Apr 2006 23:53:54 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=1035</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to: Connecting to FTP server]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=973</link>
			<pubDate>Fri, 07 Apr 2006 10:34:06 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=973</guid>
			<description><![CDATA[Connecting to server via FTP<br />
<br />
This tutorial is aimed to absolute beginners who have never heard about thinks like FTP and uploading files. The others please be patient, more interesting stuff in DJ series will come later. Today I will talk about using TotalCommander and Dreamweaver for FTP acess.<br />
<br />
FTP is protocol used to transfer files between your and remote PC. For us is important that using FTP protocol is the easiest way how to publish your files on web.<br />
<br />
<span style="font-weight: bold;">Using Total Commander</span><br />
Total Comander is very popular file manager. Iam sure you have heard about TC, if no i recommend you to at least try it. Current version can be always found at <a href="http://www.ghisler.com/download.htm" target="_blank">http://www.ghisler.com/download.htm</a> . Choose mirror, download and install.<br />
<br />
1.) Net -&gt; FTP connect... (Ctrl + F) or press picture<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/tc_button.gif" border="0" alt="[Image: tc_button.gif&#93;" /><br />
<br />
2.) New connection... you should see something like this<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/tc_connection_details.gif" border="0" alt="[Image: tc_connection_details.gif&#93;" /><br />
<span style="font-weight: bold;">Session -&gt;</span> its your name of this account, so u can use whatever you want (ex. myGFX account, VIP DJ account)<br />
<span style="font-weight: bold;">Host name(:Port) -&gt;</span> url of host, conntact your provider for this information, it should be something like dj.vipzone.biz or <a href="http://ftp.dj.vipzone.biz" target="_blank">http://ftp.dj.vipzone.biz</a> or something similar<br />
<span style="font-weight: bold;">User name -&gt;</span> your username, usually your domain name (ex. shogun, sometimes full name is necessary like shogun@dj.vipzone.biz)<br />
<span style="font-weight: bold;">Password -&gt;</span> Your secret password<br />
<span style="font-weight: bold;">Remote Dir-&gt;</span> starting directory on remote server<br />
<span style="font-weight: bold;">Local Dir -&gt;</span> starting directory on local pc<br />
you will probably never use other settings <br />
<br />
3.) Press OK to save. Later press Edit to change settings.<br />
4.) Press Connect and work same as if it were folder on local disk.<br />
<br />
<span style="font-weight: bold;">Usefull shortcuts:</span><br />
spacebar - Select file (file name will go red) press on every file you want to copy/delete<br />
Shift + up/down arrow - Select more files <br />
F3 -&gt; View file<br />
F4 -&gt; Edit file <br />
F5 -&gt; Copy<br />
F6 -&gt; Move<br />
F7 -&gt; New Folder<br />
F8 -&gt; Delete<br />
Ctrl + R -&gt; Reload directory<br />
<br />
<span style="font-weight: bold;">Using Macromedia DreamweaverBuilt-in clinet:</span><br />
Iam using version MX 2004, but steps should be similar for all versions.<br />
<br />
1.) Site -&gt; Manage sites... -&gt; New -&gt; FTP &amp; RDS site<br />
2.) Fill in textboxes, example on picture below.<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_configure_server.gif" border="0" alt="[Image: dw_configure_server.gif&#93;" /><br />
3.) Test - you should see Macromedia connected to your server sucessfuly.<br />
4.) press OK to save settings<br />
5.) open Window -&gt; Files (F<img src="http://www.gfx-depot.com/forum/images/smilies/rolleyes2.gif" style="vertical-align: middle;" border="0" alt="Rolleyes2" title="Rolleyes2" /> if its not opened yet<br />
<br />
<br />
Working with remote files:<br />
6.) Double click on file to edit it<br />
make changes<br />
7.) Press File -&gt; Save (Ctrl + s)<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_files1.gif" border="0" alt="[Image: dw_files1.gif&#93;" /><br />
<br />
Tip: try clicking right button on file, dialog appers -&gt; explore what elese you can do.<br />
<br />
In DW thers another possibility how to work with remote server. Lets mkae new "Site", it will create new directory on local disk. Andvantage is <br />
that we can edit files locally and easily synchronize them with those on server. We can in adddition set testing server (second ftp server) and much more.<br />
<br />
1.) Site -&gt; Manage sites... -&gt; New -&gt; Site<br />
2.) Go step by step, theres really siple wizard, for more options press Advanced tab<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_site_definition.gif" border="0" alt="[Image: dw_site_definition.gif&#93;" /><br />
<br />
3.) open Files window (F<img src="http://www.gfx-depot.com/forum/images/smilies/rolleyes2.gif" style="vertical-align: middle;" border="0" alt="Rolleyes2" title="Rolleyes2" /><br />
4.) Select view (Local view, Remote view, Map view or Testing server)<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_files2.gif" border="0" alt="[Image: dw_files2.gif&#93;" /><br />
5.) edit files, upload them, download them, synchronize... by clicking right button on file<br />
<br />
Tip: if you work in remote view dont forget to press "Connects to remote host" button <img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_connect_button.gif" border="0" alt="[Image: dw_connect_button.gif&#93;" />, and use "Refresh" button (F5)<br />
<br />
There are many FTP clients and many apllications have its own built-in clinets. Just use google and you must find client you will really like.<br />
<br />
FTP protocol can be of course used also for downloading files. But thats another story.<br />
<br />
Regards shogun]]></description>
			<content:encoded><![CDATA[Connecting to server via FTP<br />
<br />
This tutorial is aimed to absolute beginners who have never heard about thinks like FTP and uploading files. The others please be patient, more interesting stuff in DJ series will come later. Today I will talk about using TotalCommander and Dreamweaver for FTP acess.<br />
<br />
FTP is protocol used to transfer files between your and remote PC. For us is important that using FTP protocol is the easiest way how to publish your files on web.<br />
<br />
<span style="font-weight: bold;">Using Total Commander</span><br />
Total Comander is very popular file manager. Iam sure you have heard about TC, if no i recommend you to at least try it. Current version can be always found at <a href="http://www.ghisler.com/download.htm" target="_blank">http://www.ghisler.com/download.htm</a> . Choose mirror, download and install.<br />
<br />
1.) Net -&gt; FTP connect... (Ctrl + F) or press picture<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/tc_button.gif" border="0" alt="[Image: tc_button.gif]" /><br />
<br />
2.) New connection... you should see something like this<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/tc_connection_details.gif" border="0" alt="[Image: tc_connection_details.gif]" /><br />
<span style="font-weight: bold;">Session -&gt;</span> its your name of this account, so u can use whatever you want (ex. myGFX account, VIP DJ account)<br />
<span style="font-weight: bold;">Host name(:Port) -&gt;</span> url of host, conntact your provider for this information, it should be something like dj.vipzone.biz or <a href="http://ftp.dj.vipzone.biz" target="_blank">http://ftp.dj.vipzone.biz</a> or something similar<br />
<span style="font-weight: bold;">User name -&gt;</span> your username, usually your domain name (ex. shogun, sometimes full name is necessary like shogun@dj.vipzone.biz)<br />
<span style="font-weight: bold;">Password -&gt;</span> Your secret password<br />
<span style="font-weight: bold;">Remote Dir-&gt;</span> starting directory on remote server<br />
<span style="font-weight: bold;">Local Dir -&gt;</span> starting directory on local pc<br />
you will probably never use other settings <br />
<br />
3.) Press OK to save. Later press Edit to change settings.<br />
4.) Press Connect and work same as if it were folder on local disk.<br />
<br />
<span style="font-weight: bold;">Usefull shortcuts:</span><br />
spacebar - Select file (file name will go red) press on every file you want to copy/delete<br />
Shift + up/down arrow - Select more files <br />
F3 -&gt; View file<br />
F4 -&gt; Edit file <br />
F5 -&gt; Copy<br />
F6 -&gt; Move<br />
F7 -&gt; New Folder<br />
F8 -&gt; Delete<br />
Ctrl + R -&gt; Reload directory<br />
<br />
<span style="font-weight: bold;">Using Macromedia DreamweaverBuilt-in clinet:</span><br />
Iam using version MX 2004, but steps should be similar for all versions.<br />
<br />
1.) Site -&gt; Manage sites... -&gt; New -&gt; FTP &amp; RDS site<br />
2.) Fill in textboxes, example on picture below.<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_configure_server.gif" border="0" alt="[Image: dw_configure_server.gif]" /><br />
3.) Test - you should see Macromedia connected to your server sucessfuly.<br />
4.) press OK to save settings<br />
5.) open Window -&gt; Files (F<img src="http://www.gfx-depot.com/forum/images/smilies/rolleyes2.gif" style="vertical-align: middle;" border="0" alt="Rolleyes2" title="Rolleyes2" /> if its not opened yet<br />
<br />
<br />
Working with remote files:<br />
6.) Double click on file to edit it<br />
make changes<br />
7.) Press File -&gt; Save (Ctrl + s)<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_files1.gif" border="0" alt="[Image: dw_files1.gif]" /><br />
<br />
Tip: try clicking right button on file, dialog appers -&gt; explore what elese you can do.<br />
<br />
In DW thers another possibility how to work with remote server. Lets mkae new "Site", it will create new directory on local disk. Andvantage is <br />
that we can edit files locally and easily synchronize them with those on server. We can in adddition set testing server (second ftp server) and much more.<br />
<br />
1.) Site -&gt; Manage sites... -&gt; New -&gt; Site<br />
2.) Go step by step, theres really siple wizard, for more options press Advanced tab<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_site_definition.gif" border="0" alt="[Image: dw_site_definition.gif]" /><br />
<br />
3.) open Files window (F<img src="http://www.gfx-depot.com/forum/images/smilies/rolleyes2.gif" style="vertical-align: middle;" border="0" alt="Rolleyes2" title="Rolleyes2" /><br />
4.) Select view (Local view, Remote view, Map view or Testing server)<br />
<img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_files2.gif" border="0" alt="[Image: dw_files2.gif]" /><br />
5.) edit files, upload them, download them, synchronize... by clicking right button on file<br />
<br />
Tip: if you work in remote view dont forget to press "Connects to remote host" button <img src="http://www.dj.vipzone.biz/shogun/tutorials/ftp/dw_connect_button.gif" border="0" alt="[Image: dw_connect_button.gif]" />, and use "Refresh" button (F5)<br />
<br />
There are many FTP clients and many apllications have its own built-in clinets. Just use google and you must find client you will really like.<br />
<br />
FTP protocol can be of course used also for downloading files. But thats another story.<br />
<br />
Regards shogun]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tutorial Index]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=913</link>
			<pubDate>Wed, 05 Apr 2006 14:28:26 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=913</guid>
			<description><![CDATA[<span style="font-weight: bold;"><span style="text-decoration: underline;">HTML</span></span><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=14" target="_blank">Basic look of a HTML page</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=537" target="_blank">Iframes</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=17" target="_blank">HTML Part I - By Cort</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=20" target="_blank">Frozen URL</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=19" target="_blank">Anchors (links within a page)</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=18" target="_blank">No Image Toolbar</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=16" target="_blank">Search Robots</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=15" target="_blank">Meta Tags</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=13" target="_blank">HTML BASICS - By Cort</a><br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">XHTML &amp; CSS</span></span><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=419" target="_blank">About CSS</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=892" target="_blank">XHTML + CSS Basics</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=1035" target="_blank">Build a layout with CSS</a><br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">FTP</span></span><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=973" target="_blank">How to connect to a FTP server</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"><span style="text-decoration: underline;">HTML</span></span><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=14" target="_blank">Basic look of a HTML page</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=537" target="_blank">Iframes</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=17" target="_blank">HTML Part I - By Cort</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=20" target="_blank">Frozen URL</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=19" target="_blank">Anchors (links within a page)</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=18" target="_blank">No Image Toolbar</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=16" target="_blank">Search Robots</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=15" target="_blank">Meta Tags</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=13" target="_blank">HTML BASICS - By Cort</a><br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">XHTML &amp; CSS</span></span><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=419" target="_blank">About CSS</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=892" target="_blank">XHTML + CSS Basics</a><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=1035" target="_blank">Build a layout with CSS</a><br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">FTP</span></span><br />
<a href="http://www.gfx-depot.com/forum/showthread.php?tid=973" target="_blank">How to connect to a FTP server</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XHTML + CSS Basics]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=892</link>
			<pubDate>Mon, 03 Apr 2006 17:13:19 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=892</guid>
			<description><![CDATA[In this tutorial you will hopefully learn:<br />
&gt;&gt;What CSS is<br />
&gt;&gt;Why CSS is so useful<br />
&gt;&gt;How to code CSS and which part does what<br />
&gt;&gt;How to code CSS into your HTML (XHTML) Document<br />
<br />
CSS stands for Cascading Style Sheets, it can and from my point of view should be used in most HTML or XHTML documents. <br />
<br />
First of all, some people may be thinking why they should use CSS when they could just use some font tags?<br />
Well CSS can speed up the loadind of your web pages because the CSS file can be placed in an external location, which will be called up just once and then cached (stored) on the user's computer so it does not need to be loading everytime somebody views your page. With CSS you can also position anything you want EXCATLY where you want it on the page, pixel perfect <img src="http://www.gfx-depot.com/forum/images/smilies/smile2.gif" style="vertical-align: middle;" border="0" alt="Smile2" title="Smile2" /><br />
CSS also saves coding, for example:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;font size="12px" color="#333333"&gt; Texty McTextus &lt;/font&gt;<br />
 &lt;font size="9px" color="#cccccc"&gt; Texty McTextus With a hint of more text &lt;/font&gt;<br />
&lt;font size "12px" color="#333333"&gt; Texty McTextus with some text &lt;/font&gt;</code></div></div>
<br />
This could be cleaned up by using CSS:<br />
<br />
<br />
The CSS<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>.maintext {<br />
font-color:#333333;<br />
font-size:12px;<br />
}<br />
<br />
.subtext {<br />
font-color:#cccccc;<br />
font-size:9px;<br />
}</code></div></div>
<br />
The HTML<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;p class=".maintext"&gt;Texy McTestus &lt;/p&gt;<br />
&lt;p class=".subtext"&gt; Texty McTextus With a hint of more text&nbsp;&nbsp;&lt;/p&gt;<br />
&lt;p class=".maintext"&gt; Texty McTextus with some text &lt;/p&gt;</code></div></div>
<br />
<br />
<br />
<br />
Right lets break all this down...<br />
<br />
Lets look at the CSS, here I will show you what each part does.<br />
<br />
<span style="font-weight: bold;">.maintext {</span>    this gives the class a name, it is a class in this   case because it has a dot (.) at the beginning. (I will go through classes, ID's and Tags later.) The '{' ends the list of classes,IDs or Tags.<br />
<br />
<span style="font-weight: bold;">font-color:#333333;</span> This is as simple as it looks, <span style="font-weight: bold;">font-color</span> is telling what to modify, and the '<span style="font-weight: bold;">:</span>' is the beginning of the information and <span style="font-weight: bold;">#333333</span> is what the modification is, ending with a <span style="font-weight: bold;">;</span> to end the information.<br />
<br />
<span style="font-weight: bold;">font-size:12px;</span> You should be able to guess this by now using the example above.<br />
<br />
<span style="font-weight: bold;">}</span> This ends the 'maintext' class.<br />
<br />
<br />
<br />
See if you can work out the 'subtext' class on your own <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
<br />
<br />
<br />
The HTML is very simple,<br />
<br />
<span style="font-weight: bold;">&lt;p class=".maintext"&gt;Texy McTestus &lt;/p&gt;</span>   <span style="font-weight: bold;">&lt;p</span> opens the <span style="text-decoration: underline;">paragraph tag</span>, <span style="font-weight: bold;">class= </span>is stating which class (CSS Class) to use and '<span style="font-weight: bold;">".maintext"</span>' is the class to use. Don't forget the speech marks on the class!<br />
<br />
<br />
See how simple it is?<br />
<br />
<br />
<br />
Because I am a fan of the more simple designs with more code than images I always use divs and CSS instead of tables, I use Divs instead for many reasons:<br />
<br />
    *  Browsers read through tables twice before displaying their contents, once to work out their structure and once to determine their content<br />
<br />
    * Tables appear on the screen all in one go - no part of the table will appear until the entire table is downloaded and rendered<br />
<br />
    * Tables encourage the use of spacer images to aid with positioning<br />
<br />
    * CSS generally requires less code than cumbersome tables<br />
<br />
    * All code to do with the layout can be placed in an external CSS document, which will be called up just once and then cached (stored) on the user's computer; table layout, stored in each HTML document, must be loaded up each time a new page downloads<br />
<br />
    * With CSS you can control the order items download on to the screen - make the content appear before slow-loading images and your site users will definitely appreciate it.<br />
<br />
<br />
Why should you use divs and not tables? Well first of all your code will be much cleaner, &lt;div id=#idhere"&gt; &lt;/div&gt; is much tidier than loads of table tags and padding etc. you can also change complete sites without touching the html, just by modifying the CSS, a great example of this is <a href="http://www.csszengarden.com" target="_blank"> CSSZenGarden</a>. They have created some amazing layouts without touching the HTML. <br />
<br />
Tables existed in HTML for one reason: To display tabular data. But then border="0" made it possible for designers to have a grid upon which to lay out images and text. Still the most dominant means of designing visually rich Web sites, the use of tables is now actually interfering with building a better, more accessible, flexible, and functional Web.<br />
<br />
<br />
The main problems with using tables is:<br />
    <br />
* mixes presentational data in with your content.<br />
<br />
          * This makes the file sizes of your pages unnecessarily large, as users must download this presentational data for each page they visit.<br />
<br />
          * Bandwidth ain't free.<br />
<br />
    * This makes redesigns of existing sites and content extremely labor intensive (and expensive).<br />
<br />
    * It also makes it extremely hard (and expensive) to maintain visual consistency throughout a site.<br />
<br />
    * Table-based pages are also much less accessible to users with disabilities and viewers using cell phones and PDAs to access the Web.<br />
<br />
<br />
Here comes the trickest bit, still, this is not tricky...<br />
There are 3 different rules you can apply, you can apply a:<br />
&gt;&gt;Class (can apply to any tag)<br />
&gt;&gt;Tag (which changes the look of that tag (everytime it is used ) )<br />
&gt;&gt;ID's + pseudos (I just use ID)<br />
<br />
Lets go into more detail; you need to know where to use each type of rule. This depends on your coding style, this is mine, it may be similar to yours or completely different.<br />
<br />
I use classes for things such as text, ID's and Tags do not work with text so im forced to use a class. <br />
I use a Tag rule when i want a rule to apply to only a certain tag, for example if i wanted every image's border to be removed i would create this CSS in the header:<br />
<br />
img {<br />
border:0;<br />
}<br />
<br />
So every image (in an img tag) would have its border removed, this is useful because you onyl need to create the rule and its done, you do not need to apply that to any tags etc. <br />
<br />
I mainly use ID's when styling Divs, Not really sure why. Its the way I learnt it and i have never tried classes.<br />
<br />
<br />
Now you know how to write CSS and apply it to tags go and practice it untill i have finished the full website tutorial <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /> <br />
I will update this when its done <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
<br />
And note, i have been doing this for about a week (03/04/2006) and i know all this. That is how simple it is. <br />
<br />
hope you learnt something,<br />
xXx--Ben--xXx<br />
<br />
Note: Please do not Rip this tutorial, if you wish to use it or any part of it please ask me and then I will give you permission.<br />
<br />
<br />
<br />
<span style="font-weight: bold;">UPDATED</span>]]></description>
			<content:encoded><![CDATA[In this tutorial you will hopefully learn:<br />
&gt;&gt;What CSS is<br />
&gt;&gt;Why CSS is so useful<br />
&gt;&gt;How to code CSS and which part does what<br />
&gt;&gt;How to code CSS into your HTML (XHTML) Document<br />
<br />
CSS stands for Cascading Style Sheets, it can and from my point of view should be used in most HTML or XHTML documents. <br />
<br />
First of all, some people may be thinking why they should use CSS when they could just use some font tags?<br />
Well CSS can speed up the loadind of your web pages because the CSS file can be placed in an external location, which will be called up just once and then cached (stored) on the user's computer so it does not need to be loading everytime somebody views your page. With CSS you can also position anything you want EXCATLY where you want it on the page, pixel perfect <img src="http://www.gfx-depot.com/forum/images/smilies/smile2.gif" style="vertical-align: middle;" border="0" alt="Smile2" title="Smile2" /><br />
CSS also saves coding, for example:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;font size="12px" color="#333333"&gt; Texty McTextus &lt;/font&gt;<br />
 &lt;font size="9px" color="#cccccc"&gt; Texty McTextus With a hint of more text &lt;/font&gt;<br />
&lt;font size "12px" color="#333333"&gt; Texty McTextus with some text &lt;/font&gt;</code></div></div>
<br />
This could be cleaned up by using CSS:<br />
<br />
<br />
The CSS<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>.maintext {<br />
font-color:#333333;<br />
font-size:12px;<br />
}<br />
<br />
.subtext {<br />
font-color:#cccccc;<br />
font-size:9px;<br />
}</code></div></div>
<br />
The HTML<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;p class=".maintext"&gt;Texy McTestus &lt;/p&gt;<br />
&lt;p class=".subtext"&gt; Texty McTextus With a hint of more text&nbsp;&nbsp;&lt;/p&gt;<br />
&lt;p class=".maintext"&gt; Texty McTextus with some text &lt;/p&gt;</code></div></div>
<br />
<br />
<br />
<br />
Right lets break all this down...<br />
<br />
Lets look at the CSS, here I will show you what each part does.<br />
<br />
<span style="font-weight: bold;">.maintext {</span>    this gives the class a name, it is a class in this   case because it has a dot (.) at the beginning. (I will go through classes, ID's and Tags later.) The '{' ends the list of classes,IDs or Tags.<br />
<br />
<span style="font-weight: bold;">font-color:#333333;</span> This is as simple as it looks, <span style="font-weight: bold;">font-color</span> is telling what to modify, and the '<span style="font-weight: bold;">:</span>' is the beginning of the information and <span style="font-weight: bold;">#333333</span> is what the modification is, ending with a <span style="font-weight: bold;">;</span> to end the information.<br />
<br />
<span style="font-weight: bold;">font-size:12px;</span> You should be able to guess this by now using the example above.<br />
<br />
<span style="font-weight: bold;">}</span> This ends the 'maintext' class.<br />
<br />
<br />
<br />
See if you can work out the 'subtext' class on your own <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
<br />
<br />
<br />
The HTML is very simple,<br />
<br />
<span style="font-weight: bold;">&lt;p class=".maintext"&gt;Texy McTestus &lt;/p&gt;</span>   <span style="font-weight: bold;">&lt;p</span> opens the <span style="text-decoration: underline;">paragraph tag</span>, <span style="font-weight: bold;">class= </span>is stating which class (CSS Class) to use and '<span style="font-weight: bold;">".maintext"</span>' is the class to use. Don't forget the speech marks on the class!<br />
<br />
<br />
See how simple it is?<br />
<br />
<br />
<br />
Because I am a fan of the more simple designs with more code than images I always use divs and CSS instead of tables, I use Divs instead for many reasons:<br />
<br />
    *  Browsers read through tables twice before displaying their contents, once to work out their structure and once to determine their content<br />
<br />
    * Tables appear on the screen all in one go - no part of the table will appear until the entire table is downloaded and rendered<br />
<br />
    * Tables encourage the use of spacer images to aid with positioning<br />
<br />
    * CSS generally requires less code than cumbersome tables<br />
<br />
    * All code to do with the layout can be placed in an external CSS document, which will be called up just once and then cached (stored) on the user's computer; table layout, stored in each HTML document, must be loaded up each time a new page downloads<br />
<br />
    * With CSS you can control the order items download on to the screen - make the content appear before slow-loading images and your site users will definitely appreciate it.<br />
<br />
<br />
Why should you use divs and not tables? Well first of all your code will be much cleaner, &lt;div id=#idhere"&gt; &lt;/div&gt; is much tidier than loads of table tags and padding etc. you can also change complete sites without touching the html, just by modifying the CSS, a great example of this is <a href="http://www.csszengarden.com" target="_blank"> CSSZenGarden</a>. They have created some amazing layouts without touching the HTML. <br />
<br />
Tables existed in HTML for one reason: To display tabular data. But then border="0" made it possible for designers to have a grid upon which to lay out images and text. Still the most dominant means of designing visually rich Web sites, the use of tables is now actually interfering with building a better, more accessible, flexible, and functional Web.<br />
<br />
<br />
The main problems with using tables is:<br />
    <br />
* mixes presentational data in with your content.<br />
<br />
          * This makes the file sizes of your pages unnecessarily large, as users must download this presentational data for each page they visit.<br />
<br />
          * Bandwidth ain't free.<br />
<br />
    * This makes redesigns of existing sites and content extremely labor intensive (and expensive).<br />
<br />
    * It also makes it extremely hard (and expensive) to maintain visual consistency throughout a site.<br />
<br />
    * Table-based pages are also much less accessible to users with disabilities and viewers using cell phones and PDAs to access the Web.<br />
<br />
<br />
Here comes the trickest bit, still, this is not tricky...<br />
There are 3 different rules you can apply, you can apply a:<br />
&gt;&gt;Class (can apply to any tag)<br />
&gt;&gt;Tag (which changes the look of that tag (everytime it is used ) )<br />
&gt;&gt;ID's + pseudos (I just use ID)<br />
<br />
Lets go into more detail; you need to know where to use each type of rule. This depends on your coding style, this is mine, it may be similar to yours or completely different.<br />
<br />
I use classes for things such as text, ID's and Tags do not work with text so im forced to use a class. <br />
I use a Tag rule when i want a rule to apply to only a certain tag, for example if i wanted every image's border to be removed i would create this CSS in the header:<br />
<br />
img {<br />
border:0;<br />
}<br />
<br />
So every image (in an img tag) would have its border removed, this is useful because you onyl need to create the rule and its done, you do not need to apply that to any tags etc. <br />
<br />
I mainly use ID's when styling Divs, Not really sure why. Its the way I learnt it and i have never tried classes.<br />
<br />
<br />
Now you know how to write CSS and apply it to tags go and practice it untill i have finished the full website tutorial <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /> <br />
I will update this when its done <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
<br />
And note, i have been doing this for about a week (03/04/2006) and i know all this. That is how simple it is. <br />
<br />
hope you learnt something,<br />
xXx--Ben--xXx<br />
<br />
Note: Please do not Rip this tutorial, if you wish to use it or any part of it please ask me and then I will give you permission.<br />
<br />
<br />
<br />
<span style="font-weight: bold;">UPDATED</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Iframes]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=537</link>
			<pubDate>Thu, 09 Mar 2006 01:52:26 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=537</guid>
			<description><![CDATA[I don't really see a whole lot of sites that use Iframes, so I don't think people are aware of them, so I thought I'd make this (If its common knowledge, then i guess i'm an idiot). Iframes are an easier way for people to view pages (less to load), or just to make a page better looking.<br />
<br />
<br />
The basic iframe code is;<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;iframe src="#.html" name="iframe" width="300" height="300" border="0"&gt;</code></div></div>
<br />
note there is a name tag for it, this is so links will open up in the iframe, to get links to do this use these codes;<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>YOU CAN USE THIS AT THE VERY BEGINING OF YOUR PAGE AFTER &lt;BODY&gt;<br />
&lt;base target="iframe"&gt;<br />
OR in links<br />
&lt;a href="#.html" target="iframe"&gt;</code></div></div>
<br />
<br />
You also need another page for the iframe to bring up, as you saw in the src="#.html", use anything you want, but this will appear first when the page loads.<br />
<br />
<br />
Now I'll show you the code I'll use to make a basic website, and you can take the code and use it yourself<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;tutorial&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;base target="iframe"&gt;<br />
&lt;center&gt;<br />
&lt;a href="tutorial1.html"&gt;industrial revolution&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|<br />
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="tutorial2.html"&gt;yeti&lt;/a&gt;<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
&lt;iframe src="tutorial3.html" name="iframe" height="300" width="300" border="0"&gt;&lt;/iframe&gt;<br />
&lt;/center&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div>
<br />
<a href="http://n.1asphost.com/cbabbitt/tutorial.html" target="_blank">HERES WHAT IT ALL LOOKS LIKE!!</a><br />
<br />
<br />
<br />
play around with it, change it up, add better fonts, backgrounds, and have fun]]></description>
			<content:encoded><![CDATA[I don't really see a whole lot of sites that use Iframes, so I don't think people are aware of them, so I thought I'd make this (If its common knowledge, then i guess i'm an idiot). Iframes are an easier way for people to view pages (less to load), or just to make a page better looking.<br />
<br />
<br />
The basic iframe code is;<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;iframe src="#.html" name="iframe" width="300" height="300" border="0"&gt;</code></div></div>
<br />
note there is a name tag for it, this is so links will open up in the iframe, to get links to do this use these codes;<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>YOU CAN USE THIS AT THE VERY BEGINING OF YOUR PAGE AFTER &lt;BODY&gt;<br />
&lt;base target="iframe"&gt;<br />
OR in links<br />
&lt;a href="#.html" target="iframe"&gt;</code></div></div>
<br />
<br />
You also need another page for the iframe to bring up, as you saw in the src="#.html", use anything you want, but this will appear first when the page loads.<br />
<br />
<br />
Now I'll show you the code I'll use to make a basic website, and you can take the code and use it yourself<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;tutorial&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;base target="iframe"&gt;<br />
&lt;center&gt;<br />
&lt;a href="tutorial1.html"&gt;industrial revolution&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|<br />
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="tutorial2.html"&gt;yeti&lt;/a&gt;<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
&lt;iframe src="tutorial3.html" name="iframe" height="300" width="300" border="0"&gt;&lt;/iframe&gt;<br />
&lt;/center&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div>
<br />
<a href="http://n.1asphost.com/cbabbitt/tutorial.html" target="_blank">HERES WHAT IT ALL LOOKS LIKE!!</a><br />
<br />
<br />
<br />
play around with it, change it up, add better fonts, backgrounds, and have fun]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[About CSS]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=419</link>
			<pubDate>Tue, 28 Feb 2006 11:53:22 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=419</guid>
			<description><![CDATA[First off all: <br />
What is CSS, it means Cascading Style Sheets and its used to give your page (in HTML or similar) a better look.  <br />
<br />
You can make 1 CSS page wich is called the StyleSheet and you can define all different 'styles' that you want too use in your whole website in it.<br />
For example: <br />
 <div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>A:link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:visited&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:hover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { color: #336699; background-color: #FFFF00;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }</code></div></div>
<br />
With the correct refers in every single page of your site, every link, visited link and link that you go over, will have the style defined in this Style Sheet. <br />
<br />
You can create new styles, for BODY or just give them a name link title1 or attentionpart or for whatever you want to use it. <br />
<br />
Define them like this: <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>.attentionpart&nbsp;&nbsp;{ color: #CCFFCC; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }</code></div></div>
<br />
Now if you want to use it in any page use this reference: <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;p CLASS=attentionpart&gt; This will have the style defined in your self-created-syle of the Style Sheet&lt;/p&gt; This won't.</code></div></div>
<br />
To use the css StyleSheet you must save it as .css<br />
Here you see a complete CSS-page:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;STYLE TYPE="text/css"&gt;<br />
&lt;!--<br />
BODY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { font-size: 13px; font-family: sans-serif;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text-align: justify; }<br />
.littletitles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { font-weight: bold; font-size: 120px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-family: sans-serif; color: #FFFFFF;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text-align: center; margin: 5px; }<br />
A:link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:visited&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:hover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ color: #336699; background-color: #FFFF00;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
UL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { list-style-type: disc; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; list-style-position: inside;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; margin-left: 0px; padding-left: 0px; }<br />
.listbelow&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ margin-bottom: 0px; }<br />
<br />
--&gt;<br />
&lt;/STYLE&gt;</code></div></div>
Well thats basically it for CSS, if you want to know more just ask.]]></description>
			<content:encoded><![CDATA[First off all: <br />
What is CSS, it means Cascading Style Sheets and its used to give your page (in HTML or similar) a better look.  <br />
<br />
You can make 1 CSS page wich is called the StyleSheet and you can define all different 'styles' that you want too use in your whole website in it.<br />
For example: <br />
 <div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>A:link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:visited&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:hover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { color: #336699; background-color: #FFFF00;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }</code></div></div>
<br />
With the correct refers in every single page of your site, every link, visited link and link that you go over, will have the style defined in this Style Sheet. <br />
<br />
You can create new styles, for BODY or just give them a name link title1 or attentionpart or for whatever you want to use it. <br />
<br />
Define them like this: <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>.attentionpart&nbsp;&nbsp;{ color: #CCFFCC; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }</code></div></div>
<br />
Now if you want to use it in any page use this reference: <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;p CLASS=attentionpart&gt; This will have the style defined in your self-created-syle of the Style Sheet&lt;/p&gt; This won't.</code></div></div>
<br />
To use the css StyleSheet you must save it as .css<br />
Here you see a complete CSS-page:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;STYLE TYPE="text/css"&gt;<br />
&lt;!--<br />
BODY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { font-size: 13px; font-family: sans-serif;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text-align: justify; }<br />
.littletitles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { font-weight: bold; font-size: 120px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-family: sans-serif; color: #FFFFFF;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text-align: center; margin: 5px; }<br />
A:link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:visited&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { color: #FFFF00; background-color: #336699;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
A:hover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ color: #336699; background-color: #FFFF00;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight: bold; text-decoration: none; }<br />
UL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { list-style-type: disc; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; list-style-position: inside;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; margin-left: 0px; padding-left: 0px; }<br />
.listbelow&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ margin-bottom: 0px; }<br />
<br />
--&gt;<br />
&lt;/STYLE&gt;</code></div></div>
Well thats basically it for CSS, if you want to know more just ask.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Frozen URL]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=20</link>
			<pubDate>Thu, 29 Dec 2005 19:49:27 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=20</guid>
			<description><![CDATA[So you don't want your URL to change everytime someone visits a page on your website huh?<br />
<br />
E.g. Your website is <a href="http://www.yoursite.com" target="_blank">http://www.yoursite.com</a> and someone visits your contact.html page, the URL your visitors will see in their browser would be <a href="http://www.yoursite.com/contact.html." target="_blank">http://www.yoursite.com/contact.html.</a> But you want them to see <a href="http://www.yoursite.com" target="_blank">http://www.yoursite.com</a> everywhere.<br />
<br />
There's a very simple trick to do this.<br />
Make an invisible frame to 'distract' the browser. Because pages opining in frames, won't chage the URL at the top of your browser.<br />
<br />
Use this code:<br />
<blockquote><cite>Quote:</cite>&lt;frameset rows="*,1" framespacing="0" border="0" frameborder="NO"&gt; <br />
    &lt;frame src="<span style="font-weight: bold;">http://www.yoursite.com/page.html</span>" name="content" scrolling="yes" noresize&gt; <br />
&lt;/frameset&gt;</blockquote>
Paste it between your HEAD tags.<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[So you don't want your URL to change everytime someone visits a page on your website huh?<br />
<br />
E.g. Your website is <a href="http://www.yoursite.com" target="_blank">http://www.yoursite.com</a> and someone visits your contact.html page, the URL your visitors will see in their browser would be <a href="http://www.yoursite.com/contact.html." target="_blank">http://www.yoursite.com/contact.html.</a> But you want them to see <a href="http://www.yoursite.com" target="_blank">http://www.yoursite.com</a> everywhere.<br />
<br />
There's a very simple trick to do this.<br />
Make an invisible frame to 'distract' the browser. Because pages opining in frames, won't chage the URL at the top of your browser.<br />
<br />
Use this code:<br />
<blockquote><cite>Quote:</cite>&lt;frameset rows="*,1" framespacing="0" border="0" frameborder="NO"&gt; <br />
    &lt;frame src="<span style="font-weight: bold;">http://www.yoursite.com/page.html</span>" name="content" scrolling="yes" noresize&gt; <br />
&lt;/frameset&gt;</blockquote>
Paste it between your HEAD tags.<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Anchors (links within a page)]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=19</link>
			<pubDate>Thu, 29 Dec 2005 19:49:05 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=19</guid>
			<description><![CDATA[With the Anchor-tag (also called Bookmark) you can 'jump' within the same page.<br />
E.g. You have a FAQ page full of questions and answers and at the top of your page you have links to each questions. <br />
(<a href="http://www.google.com/help/faq.html" target="_blank">Example</a>)<br />
Anchors are also used to jump from the bottom of a page, back to the top with simply 1 click.<br />
<br />
First you define the location where the browser should jump to<br />
<br />
&lt;A NAME="top"&gt;&lt;/A&gt;<br />
<br />
If you want to jump to the top of your page (like in the example), you just place the tag right after the &lt;BODY&gt; tag or somewhere else at the top of your page.<br />
The A stands for Anchor.<br />
<br />
Now you just make a link to the defined location<br />
<br />
&lt;A HREF="#top"&gt;Top&lt;/A&gt;<br />
<br />
This would be placed anywhere on your page (for example at the bottom).<br />
<br />
____________________________________<br />
<br />
Another example:<br />
<br />
The one with the FAQ  ^^ <br />
How are we going to do this?<br />
Well, very simple <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
You just place <span style="font-weight: bold;">&lt;A NAME="question3"&gt;&lt;/A&gt;</span> right before the place where Question 3 starts<br />
And you would place <span style="font-weight: bold;">&lt;A HREF="#question3"&gt;3) How do I close a program in windows?&lt;/A&gt;</span> at the top of your page (between Question2 and question4).<br />
<br />
______________<br />
<br />
If you have any more questions, feel free to ask me<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[With the Anchor-tag (also called Bookmark) you can 'jump' within the same page.<br />
E.g. You have a FAQ page full of questions and answers and at the top of your page you have links to each questions. <br />
(<a href="http://www.google.com/help/faq.html" target="_blank">Example</a>)<br />
Anchors are also used to jump from the bottom of a page, back to the top with simply 1 click.<br />
<br />
First you define the location where the browser should jump to<br />
<br />
&lt;A NAME="top"&gt;&lt;/A&gt;<br />
<br />
If you want to jump to the top of your page (like in the example), you just place the tag right after the &lt;BODY&gt; tag or somewhere else at the top of your page.<br />
The A stands for Anchor.<br />
<br />
Now you just make a link to the defined location<br />
<br />
&lt;A HREF="#top"&gt;Top&lt;/A&gt;<br />
<br />
This would be placed anywhere on your page (for example at the bottom).<br />
<br />
____________________________________<br />
<br />
Another example:<br />
<br />
The one with the FAQ  ^^ <br />
How are we going to do this?<br />
Well, very simple <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
You just place <span style="font-weight: bold;">&lt;A NAME="question3"&gt;&lt;/A&gt;</span> right before the place where Question 3 starts<br />
And you would place <span style="font-weight: bold;">&lt;A HREF="#question3"&gt;3) How do I close a program in windows?&lt;/A&gt;</span> at the top of your page (between Question2 and question4).<br />
<br />
______________<br />
<br />
If you have any more questions, feel free to ask me<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[No Image Toolbar]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=18</link>
			<pubDate>Thu, 29 Dec 2005 19:48:35 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=18</guid>
			<description><![CDATA[Something I really hate when browsing websites is the stupid Image Toolbar that shows everytime I drag my mouse over an image.<br />
<br />
<img src="http://www.microsoft.com/Windows/ie/images/using/howto/customizing/imgToolbar_scrn.jpg" border="0" alt="[Image: imgToolbar_scrn.jpg&#93;" /><br />
<span style="font-style: italic;">Source: Microsoft.com</span><br />
<br />
Some webbrowsers have an option to remove these (somewhere between the browser settings). But IE and some other browsers don't have this option, so we'll have to remove them ourselves.<br />
<br />
Paste this between your HEAD tags:<br />
<blockquote><cite>Quote:</cite>&lt;meta http-equiv="imagetoolbar" content="no"&gt;</blockquote>
<br />
You can also remove the toolbar for just one image, use this code:<br />
<blockquote><cite>Quote:</cite>&lt;img src="image.jpg" galleryimg="no"&gt;</blockquote>
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[Something I really hate when browsing websites is the stupid Image Toolbar that shows everytime I drag my mouse over an image.<br />
<br />
<img src="http://www.microsoft.com/Windows/ie/images/using/howto/customizing/imgToolbar_scrn.jpg" border="0" alt="[Image: imgToolbar_scrn.jpg]" /><br />
<span style="font-style: italic;">Source: Microsoft.com</span><br />
<br />
Some webbrowsers have an option to remove these (somewhere between the browser settings). But IE and some other browsers don't have this option, so we'll have to remove them ourselves.<br />
<br />
Paste this between your HEAD tags:<br />
<blockquote><cite>Quote:</cite>&lt;meta http-equiv="imagetoolbar" content="no"&gt;</blockquote>
<br />
You can also remove the toolbar for just one image, use this code:<br />
<blockquote><cite>Quote:</cite>&lt;img src="image.jpg" galleryimg="no"&gt;</blockquote>
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HTML Part I - By Cort]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=17</link>
			<pubDate>Thu, 29 Dec 2005 19:47:58 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=17</guid>
			<description><![CDATA[This is the first part for HTML coding.<br />
In this part you'll learn how to use colors and the FONT tag. <br />
<br />
<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;HTML&gt;<br />
&lt;HEAD&gt;<br />
&lt;TITLE&gt; Html Tutorial PART 1 &lt;/TITLE&gt;<br />
&lt;/HEAD&gt;<br />
&lt;BODY BGCOLOR="white"&gt;<br />
<br />
<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
<br />
&lt;CENTER&gt;<br />
Everything between this tags will be centrated in the browser screen.<br />
&lt;/CENTER&gt;<br />
&lt;br&gt;&lt;br&gt;<br />
<br />
<br />
Instead of the center tags you can also use the align object, on object must be inclosed in an other <br />
tag. Because we only want to align our text we can use the DIV tag. Only the DIV tag will do nothing to your<br />
text but you can put some object in it:<br />
&lt;br&gt;&lt;br&gt;<br />
<br />
&lt;DIV ALIGN="right"&gt; This text will be placed right, you can do this with "left" and "center" instead of right &lt;/DIV&gt;<br />
<br />
When you use no ALIGN object in your TAG then the standard value is left. &lt;br&gt;<br />
DIV is quite an simple TAG or BOX in wich you can't really do much. &lt;br&gt;<br />
For colors, sizes and other FONT things we can use the FONT tag: &lt;br&gt;<br />
&lt;br&gt;<br />
&lt;FONT COLOR="Red"&gt; This will be colored red &lt;/FONT&gt;&nbsp;&nbsp;&lt;br&gt;<br />
&lt;FONT SIZE="12px" COLOR="green"&gt; This will have a size of 12 pixels and green &lt;/FONT&gt; &lt;br&gt;<br />
<br />
&lt;br&gt;&lt;br&gt;<br />
To change the background color of your whole page you must add the object bgcolor in your BODY tag.&lt;br&gt;<br />
As you see the background color of this page is white, that's the standard value. You can change the &lt;br&gt;<br />
color in whatever you want, black, green, red, blue, ... &lt;br&gt;<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
Ofcourse there will be colors from wich you don't know the correct name or some varities like &lt;br&gt;<br />
darkblue, or lightgreen. &lt;br&gt;<br />
<br />
To specify them you can use the standard color codes wich look like: #FFFF00. &lt;br&gt;<br />
&lt;br&gt; <br />
&lt;u&gt;An example of the use: &lt;/u&gt; &lt;br&gt;<br />
<br />
&lt;FONT COLOR="FFCC00"&gt; This will be colored &lt;/FONT&gt;<br />
&lt;br&gt;&lt;br&gt; <br />
To get the correct code you can look in the colortable:<br />
&lt;br&gt;<br />
<br />
&lt;!-- This tekst will not appear in your html page, i will explain how to create a link to another<br />
page or website:<br />
THis is also done with a TAG namely the A tag:<br />
--&gt;<br />
<br />
&lt;A HREF="http://www.immigration-usa.com/html_colors.html"&gt; Color Table &lt;/A&gt;<br />
<br />
&lt;!-- As you see we use the object HREF to specify the page and between the A and /A tag we put<br />
the text onwich you can click.<br />
--&gt;<br />
<br />
&lt;br&gt;&lt;br&gt;<br />
There are lot's of 'fun' tags in HTML I will tell you one in this part: the MARQUEE tag will let your text scroll over the width of your page:<br />
&lt;br&gt;<br />
&lt;MARQUEE&gt; This text will scroll over your page &lt;/MARQUEE&gt;<br />
<br />
&lt;u&gt; In Part2 I will tell you how to insert images and how to use tables. &lt;/u&gt;&lt;br&gt;&lt;br&gt;<br />
&lt;i&gt; Part1 in HTML coding by C0rt for &lt;A HREF="www.gfx-depot.com"&gt; gfx-depot.com &lt;/A&gt;<br />
&lt;br&gt; &lt;A HREF="www.gfx-depot.com"&gt; Basic Code of HTML &lt;/A&gt;<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</code></div></div>
<br />
Here you see the page:<br />
<br />
<img src="http://users.pandora.be/cort/HtmlPart1br.jpg" border="0" alt="[Image: HtmlPart1br.jpg&#93;" /><br />
<br />
You can download all the Tutorialsfiles <a href="http://users.pandora.be/cort/HtmlPart1.rar" target="_blank"> here </a>[/code&#93;<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[This is the first part for HTML coding.<br />
In this part you'll learn how to use colors and the FONT tag. <br />
<br />
<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;HTML&gt;<br />
&lt;HEAD&gt;<br />
&lt;TITLE&gt; Html Tutorial PART 1 &lt;/TITLE&gt;<br />
&lt;/HEAD&gt;<br />
&lt;BODY BGCOLOR="white"&gt;<br />
<br />
<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
<br />
&lt;CENTER&gt;<br />
Everything between this tags will be centrated in the browser screen.<br />
&lt;/CENTER&gt;<br />
&lt;br&gt;&lt;br&gt;<br />
<br />
<br />
Instead of the center tags you can also use the align object, on object must be inclosed in an other <br />
tag. Because we only want to align our text we can use the DIV tag. Only the DIV tag will do nothing to your<br />
text but you can put some object in it:<br />
&lt;br&gt;&lt;br&gt;<br />
<br />
&lt;DIV ALIGN="right"&gt; This text will be placed right, you can do this with "left" and "center" instead of right &lt;/DIV&gt;<br />
<br />
When you use no ALIGN object in your TAG then the standard value is left. &lt;br&gt;<br />
DIV is quite an simple TAG or BOX in wich you can't really do much. &lt;br&gt;<br />
For colors, sizes and other FONT things we can use the FONT tag: &lt;br&gt;<br />
&lt;br&gt;<br />
&lt;FONT COLOR="Red"&gt; This will be colored red &lt;/FONT&gt;&nbsp;&nbsp;&lt;br&gt;<br />
&lt;FONT SIZE="12px" COLOR="green"&gt; This will have a size of 12 pixels and green &lt;/FONT&gt; &lt;br&gt;<br />
<br />
&lt;br&gt;&lt;br&gt;<br />
To change the background color of your whole page you must add the object bgcolor in your BODY tag.&lt;br&gt;<br />
As you see the background color of this page is white, that's the standard value. You can change the &lt;br&gt;<br />
color in whatever you want, black, green, red, blue, ... &lt;br&gt;<br />
&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
Ofcourse there will be colors from wich you don't know the correct name or some varities like &lt;br&gt;<br />
darkblue, or lightgreen. &lt;br&gt;<br />
<br />
To specify them you can use the standard color codes wich look like: #FFFF00. &lt;br&gt;<br />
&lt;br&gt; <br />
&lt;u&gt;An example of the use: &lt;/u&gt; &lt;br&gt;<br />
<br />
&lt;FONT COLOR="FFCC00"&gt; This will be colored &lt;/FONT&gt;<br />
&lt;br&gt;&lt;br&gt; <br />
To get the correct code you can look in the colortable:<br />
&lt;br&gt;<br />
<br />
&lt;!-- This tekst will not appear in your html page, i will explain how to create a link to another<br />
page or website:<br />
THis is also done with a TAG namely the A tag:<br />
--&gt;<br />
<br />
&lt;A HREF="http://www.immigration-usa.com/html_colors.html"&gt; Color Table &lt;/A&gt;<br />
<br />
&lt;!-- As you see we use the object HREF to specify the page and between the A and /A tag we put<br />
the text onwich you can click.<br />
--&gt;<br />
<br />
&lt;br&gt;&lt;br&gt;<br />
There are lot's of 'fun' tags in HTML I will tell you one in this part: the MARQUEE tag will let your text scroll over the width of your page:<br />
&lt;br&gt;<br />
&lt;MARQUEE&gt; This text will scroll over your page &lt;/MARQUEE&gt;<br />
<br />
&lt;u&gt; In Part2 I will tell you how to insert images and how to use tables. &lt;/u&gt;&lt;br&gt;&lt;br&gt;<br />
&lt;i&gt; Part1 in HTML coding by C0rt for &lt;A HREF="www.gfx-depot.com"&gt; gfx-depot.com &lt;/A&gt;<br />
&lt;br&gt; &lt;A HREF="www.gfx-depot.com"&gt; Basic Code of HTML &lt;/A&gt;<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</code></div></div>
<br />
Here you see the page:<br />
<br />
<img src="http://users.pandora.be/cort/HtmlPart1br.jpg" border="0" alt="[Image: HtmlPart1br.jpg]" /><br />
<br />
You can download all the Tutorialsfiles <a href="http://users.pandora.be/cort/HtmlPart1.rar" target="_blank"> here </a>[/code]<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Search Robots]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=16</link>
			<pubDate>Thu, 29 Dec 2005 19:45:37 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=16</guid>
			<description><![CDATA[<span style="font-size: 28pt;"><span style="font-weight: bold;">ROBOTS</span></span><br />
<br />
This part belongs between the <a href="http://www.az-tech-be.nl02.members.pcextreme.nl/forum2/showthread.php?tid=15" target="_blank">Meta Tags</a>.<br />
<br />
<span style="text-decoration: underline;">Examples:</span><br />
<br />
&lt;META NAME="ROBOTS" CONTENT="ALL"&gt; <br />
<br />
&lt;META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW"&gt; <br />
<br />
&lt;META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW"&gt; <br />
<br />
&lt;META NAME="ROBOTS" CONTENT="NONE"&gt;<br />
<br />
<span style="font-weight: bold;">Descriptions:</span><br />
<br />
<span style="font-weight: bold;">INDEX: </span>search engine robots should include this page. <br />
<span style="font-weight: bold;">FOLLOW:</span> robots should follow links from this page to other pages. <br />
<span style="font-weight: bold;">NOINDEX:</span> links can be explored, although the page is not indexed. <br />
<span style="font-weight: bold;">NOFOLLOW:</span> the page can be indexed, but no links are explored. <br />
<span style="font-weight: bold;">NONE: </span>robots can ignore the page. <br />
<br />
<span style="font-size: 28pt;"><span style="font-weight: bold;">GOOGLEBOT</span></span><br />
<br />
The also belongs between the <a href="http://www.az-tech-be.nl02.members.pcextreme.nl/forum2/showthread.php?tid=15" target="_blank">Meta Tags</a>.<br />
<br />
<span style="text-decoration: underline;">Example:</span><br />
<br />
&lt;META NAME="GOOGLEBOT" CONTENT="NOARCHIVE"&gt; <br />
<br />
<span style="text-decoration: underline;">Description:</span><br />
<br />
<span style="font-weight: bold;">NOARCHIVE:</span> Google uses this to prevent archiving of the page. (See <a href="http://www.google.com/bot.html)" target="_blank">http://www.google.com/bot.html)</a><br />
<br />
In addition to the ROBOTS META Command above, Google supports a GOOGLEBOT command. With it, you can tell Google that you do not want the page archived, but allow other search engines to do so. If you specify this command, Google will not save the page and the page will be unavailable via its cache. <br />
See <a href="http://www.google.com/webmasters/faq.html" target="_blank">Google's FAQ.</a><br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[<span style="font-size: 28pt;"><span style="font-weight: bold;">ROBOTS</span></span><br />
<br />
This part belongs between the <a href="http://www.az-tech-be.nl02.members.pcextreme.nl/forum2/showthread.php?tid=15" target="_blank">Meta Tags</a>.<br />
<br />
<span style="text-decoration: underline;">Examples:</span><br />
<br />
&lt;META NAME="ROBOTS" CONTENT="ALL"&gt; <br />
<br />
&lt;META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW"&gt; <br />
<br />
&lt;META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW"&gt; <br />
<br />
&lt;META NAME="ROBOTS" CONTENT="NONE"&gt;<br />
<br />
<span style="font-weight: bold;">Descriptions:</span><br />
<br />
<span style="font-weight: bold;">INDEX: </span>search engine robots should include this page. <br />
<span style="font-weight: bold;">FOLLOW:</span> robots should follow links from this page to other pages. <br />
<span style="font-weight: bold;">NOINDEX:</span> links can be explored, although the page is not indexed. <br />
<span style="font-weight: bold;">NOFOLLOW:</span> the page can be indexed, but no links are explored. <br />
<span style="font-weight: bold;">NONE: </span>robots can ignore the page. <br />
<br />
<span style="font-size: 28pt;"><span style="font-weight: bold;">GOOGLEBOT</span></span><br />
<br />
The also belongs between the <a href="http://www.az-tech-be.nl02.members.pcextreme.nl/forum2/showthread.php?tid=15" target="_blank">Meta Tags</a>.<br />
<br />
<span style="text-decoration: underline;">Example:</span><br />
<br />
&lt;META NAME="GOOGLEBOT" CONTENT="NOARCHIVE"&gt; <br />
<br />
<span style="text-decoration: underline;">Description:</span><br />
<br />
<span style="font-weight: bold;">NOARCHIVE:</span> Google uses this to prevent archiving of the page. (See <a href="http://www.google.com/bot.html)" target="_blank">http://www.google.com/bot.html)</a><br />
<br />
In addition to the ROBOTS META Command above, Google supports a GOOGLEBOT command. With it, you can tell Google that you do not want the page archived, but allow other search engines to do so. If you specify this command, Google will not save the page and the page will be unavailable via its cache. <br />
See <a href="http://www.google.com/webmasters/faq.html" target="_blank">Google's FAQ.</a><br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[META Tags]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=15</link>
			<pubDate>Thu, 29 Dec 2005 19:45:03 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=15</guid>
			<description><![CDATA[Meta tags are used for searchrobots (like Yahoo and Google) to find your page more easily.<br />
Your visitors won't be able to view your meta tags, but searchrobots will find them <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
<br />
To use them, just copy the part below and paste it on your page between &lt;HTML&gt; and &lt;BODY&gt;.<br />
Adjust the <span style="font-weight: bold;">bold parts</span> and remove the <span style="font-style: italic;">italic parts</span>.<br />
<br />
&lt;HEAD&gt;<br />
<br />
&lt;META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=ISO-8859-1"&gt;<br />
<br />
&lt;META NAME="GENERATOR" CONTENT="<span style="font-weight: bold;">Microsoft FrontPage 4.0</span>"&gt;<br />
<span style="font-style: italic;">A description of which program is used to make your webpage.</span><br />
<br />
&lt;META NAME="ROBOTS" CONTENT="<span style="font-weight: bold;">FOLLOW,INDEX</span>"&gt;<br />
<span style="font-style: italic;">How far may searchrobots enter your site? </span> <br />
<a href="http://www.az-tech-be.nl02.members.pcextreme.nl/forum2/showthread.php?tid=16" target="_blank"><span style="font-style: italic;"><span style="text-decoration: underline;"><span style="font-weight: bold;">More info about search robots</span></span></span></a><br />
<br />
&lt;META NAME="DESCRIPTION" CONTENT="<span style="font-weight: bold;">Webdesign from A to Z</span>"&gt;<br />
<span style="font-style: italic;">Description of your website</span><br />
<br />
&lt;META NAME="KEYWORDS" CONTENT="<span style="font-weight: bold;">webdesign, photoshop, cinema 4d, HTML, Javascript</span>"&gt;<br />
<span style="font-style: italic;">Keywords that have something to do with your website (Use as many as possible!)</span><br />
<br />
&lt;META NAME="TITLE" CONTENT="<span style="font-weight: bold;">AZ Tech</span>"&gt;<br />
<span style="font-style: italic;">Title of your webpage</span><br />
<br />
&lt;META NAME="LANGUAGE"="<span style="font-weight: bold;">English</span>"&gt; <br />
<span style="font-style: italic;">The language used on your website</span><br />
<br />
&lt;META NAME="revisit-after" CONTENT="<span style="font-weight: bold;">6 days</span>"&gt;<br />
<span style="font-style: italic;">The revisit time</span><br />
<br />
&lt;META HTTP-EQUIV="REFRESH" CONTENT="<span style="font-weight: bold;">15;URL=http://www.az-tech.frih.net</span>"&gt; <br />
<span style="font-style: italic;">Optionally. The number is after how many seconds the page has to refresh automaticly, the URL is what page should be loaded next. (if the same page should refresh, remove the second part)</span><br />
<br />
&lt;META NAME="rating" CONTENT="<span style="font-weight: bold;">General</span>"&gt; <br />
<span style="font-style: italic;">What's the content of your webpage?</span><br />
<br />
&lt;TITLE&gt; <span style="font-weight: bold;">AZ Tech</span> &lt;/TITLE&gt; <br />
<span style="font-style: italic;">Title of your website (this is the one shown in the top left corner)</span><br />
<br />
&lt;META NAME="REPLY-TO" ="<span style="font-weight: bold;">info@email.com</span>"&gt; <br />
<span style="font-style: italic;">The webmaster's e-mail</span>&lt;META NAME="WEB_AUTHOR"="<span style="font-weight: bold;">Mr Webmaster</span>"&gt;<span style="font-style: italic;">Name of the person or company that made the webpage.</span> <br />
<br />
&lt;/HEAD&gt;<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[Meta tags are used for searchrobots (like Yahoo and Google) to find your page more easily.<br />
Your visitors won't be able to view your meta tags, but searchrobots will find them <img src="http://www.gfx-depot.com/forum/images/smilies/wink2.gif" style="vertical-align: middle;" border="0" alt="Wink2" title="Wink2" /><br />
<br />
To use them, just copy the part below and paste it on your page between &lt;HTML&gt; and &lt;BODY&gt;.<br />
Adjust the <span style="font-weight: bold;">bold parts</span> and remove the <span style="font-style: italic;">italic parts</span>.<br />
<br />
&lt;HEAD&gt;<br />
<br />
&lt;META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=ISO-8859-1"&gt;<br />
<br />
&lt;META NAME="GENERATOR" CONTENT="<span style="font-weight: bold;">Microsoft FrontPage 4.0</span>"&gt;<br />
<span style="font-style: italic;">A description of which program is used to make your webpage.</span><br />
<br />
&lt;META NAME="ROBOTS" CONTENT="<span style="font-weight: bold;">FOLLOW,INDEX</span>"&gt;<br />
<span style="font-style: italic;">How far may searchrobots enter your site? </span> <br />
<a href="http://www.az-tech-be.nl02.members.pcextreme.nl/forum2/showthread.php?tid=16" target="_blank"><span style="font-style: italic;"><span style="text-decoration: underline;"><span style="font-weight: bold;">More info about search robots</span></span></span></a><br />
<br />
&lt;META NAME="DESCRIPTION" CONTENT="<span style="font-weight: bold;">Webdesign from A to Z</span>"&gt;<br />
<span style="font-style: italic;">Description of your website</span><br />
<br />
&lt;META NAME="KEYWORDS" CONTENT="<span style="font-weight: bold;">webdesign, photoshop, cinema 4d, HTML, Javascript</span>"&gt;<br />
<span style="font-style: italic;">Keywords that have something to do with your website (Use as many as possible!)</span><br />
<br />
&lt;META NAME="TITLE" CONTENT="<span style="font-weight: bold;">AZ Tech</span>"&gt;<br />
<span style="font-style: italic;">Title of your webpage</span><br />
<br />
&lt;META NAME="LANGUAGE"="<span style="font-weight: bold;">English</span>"&gt; <br />
<span style="font-style: italic;">The language used on your website</span><br />
<br />
&lt;META NAME="revisit-after" CONTENT="<span style="font-weight: bold;">6 days</span>"&gt;<br />
<span style="font-style: italic;">The revisit time</span><br />
<br />
&lt;META HTTP-EQUIV="REFRESH" CONTENT="<span style="font-weight: bold;">15;URL=http://www.az-tech.frih.net</span>"&gt; <br />
<span style="font-style: italic;">Optionally. The number is after how many seconds the page has to refresh automaticly, the URL is what page should be loaded next. (if the same page should refresh, remove the second part)</span><br />
<br />
&lt;META NAME="rating" CONTENT="<span style="font-weight: bold;">General</span>"&gt; <br />
<span style="font-style: italic;">What's the content of your webpage?</span><br />
<br />
&lt;TITLE&gt; <span style="font-weight: bold;">AZ Tech</span> &lt;/TITLE&gt; <br />
<span style="font-style: italic;">Title of your website (this is the one shown in the top left corner)</span><br />
<br />
&lt;META NAME="REPLY-TO" ="<span style="font-weight: bold;">info@email.com</span>"&gt; <br />
<span style="font-style: italic;">The webmaster's e-mail</span>&lt;META NAME="WEB_AUTHOR"="<span style="font-weight: bold;">Mr Webmaster</span>"&gt;<span style="font-style: italic;">Name of the person or company that made the webpage.</span> <br />
<br />
&lt;/HEAD&gt;<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Basic look of a HTML page]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=14</link>
			<pubDate>Thu, 29 Dec 2005 19:44:38 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=14</guid>
			<description><![CDATA[Hi all.<br />
This is a VERY EASY tutorial on how to make your first HTML webpage.<br />
<br />
<span style="text-decoration: underline;">Step 1: </span><br />
Make an empty folder somewhere and name it whatever you want. <br />
In this new folder, make a new textdocument. (Right Click -&gt; New -&gt; Textdocument)<br />
Give it a name and open it.<br />
<br />
<span style="text-decoration: underline;">Step 2:</span><br />
Copy this text:<br />
<blockquote><cite>Quote:</cite>&lt;HTML&gt;<br />
&lt;HEAD&gt;<br />
    &lt;TITLE&gt;Your Page Title&lt;/TITLE&gt;<br />
&lt;/HEAD&gt;<br />
&lt;BODY&gt;<br />
Hello world!<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</blockquote>
<br />
<span style="text-decoration: underline;">What does this mean?</span><br />
<span style="font-weight: bold;">&lt;HTML&gt;</span> Tells the computer the HTML page starts here<br />
<span style="font-weight: bold;">&lt;HEAD&gt;</span> Start of the Head-section, everything in the Head-section can not be seen by you visitors<br />
<span style="font-weight: bold;">&lt;TITLE&gt;</span>The beginning of your title. Your title will show on the top left corner of your visitor's browser<br />
<span style="font-weight: bold;">&lt;/TITLE&gt;</span> Tells the computer this is the place where your title stops<br />
<span style="font-weight: bold;">&lt;/HEAD&gt;</span> End of your head section<br />
<span style="font-weight: bold;">&lt;BODY&gt;</span> Beginning of your Body-section. This is where your actual webpage begins, the real content of your page begins here<br />
<span style="font-weight: bold;">Hello world!</span> The text that will be shown on your webpage<br />
<span style="font-weight: bold;">&lt;/BODY&gt;</span> The end of the Body-Section<br />
<span style="font-weight: bold;">&lt;/HTML&gt;</span> This is where the HTML-code stops<br />
<br />
Now simply save your textdocument as index.html (don't forget the .html part or the computer won't know it's a webpage)<br />
<br />
<span style="text-decoration: underline;">Why index.html?</span><br />
Every browser automaticly detects an index.html page as a homepage. <br />
E.g. If you have 3 pages in your directory called aboutme.html, index.html and home.html, every webbrowser (Internet Explorer, Firefox, ...) will automaticly open index.html if someone goes to <a href="http://www.yoursite.com" target="_blank">http://www.yoursite.com</a>.<br />
<br />
<span style="font-weight: bold;">Congratulations, you're done  <br />
Just open your webpage to view your result.</span><br />
<br />
If you want to edit your webpage, just right-click it and choose 'Edit' (if you want to edit it with Microsoft Frontpage or Dreamweaver) or Open With -&gt; WordPad.<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[Hi all.<br />
This is a VERY EASY tutorial on how to make your first HTML webpage.<br />
<br />
<span style="text-decoration: underline;">Step 1: </span><br />
Make an empty folder somewhere and name it whatever you want. <br />
In this new folder, make a new textdocument. (Right Click -&gt; New -&gt; Textdocument)<br />
Give it a name and open it.<br />
<br />
<span style="text-decoration: underline;">Step 2:</span><br />
Copy this text:<br />
<blockquote><cite>Quote:</cite>&lt;HTML&gt;<br />
&lt;HEAD&gt;<br />
    &lt;TITLE&gt;Your Page Title&lt;/TITLE&gt;<br />
&lt;/HEAD&gt;<br />
&lt;BODY&gt;<br />
Hello world!<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</blockquote>
<br />
<span style="text-decoration: underline;">What does this mean?</span><br />
<span style="font-weight: bold;">&lt;HTML&gt;</span> Tells the computer the HTML page starts here<br />
<span style="font-weight: bold;">&lt;HEAD&gt;</span> Start of the Head-section, everything in the Head-section can not be seen by you visitors<br />
<span style="font-weight: bold;">&lt;TITLE&gt;</span>The beginning of your title. Your title will show on the top left corner of your visitor's browser<br />
<span style="font-weight: bold;">&lt;/TITLE&gt;</span> Tells the computer this is the place where your title stops<br />
<span style="font-weight: bold;">&lt;/HEAD&gt;</span> End of your head section<br />
<span style="font-weight: bold;">&lt;BODY&gt;</span> Beginning of your Body-section. This is where your actual webpage begins, the real content of your page begins here<br />
<span style="font-weight: bold;">Hello world!</span> The text that will be shown on your webpage<br />
<span style="font-weight: bold;">&lt;/BODY&gt;</span> The end of the Body-Section<br />
<span style="font-weight: bold;">&lt;/HTML&gt;</span> This is where the HTML-code stops<br />
<br />
Now simply save your textdocument as index.html (don't forget the .html part or the computer won't know it's a webpage)<br />
<br />
<span style="text-decoration: underline;">Why index.html?</span><br />
Every browser automaticly detects an index.html page as a homepage. <br />
E.g. If you have 3 pages in your directory called aboutme.html, index.html and home.html, every webbrowser (Internet Explorer, Firefox, ...) will automaticly open index.html if someone goes to <a href="http://www.yoursite.com" target="_blank">http://www.yoursite.com</a>.<br />
<br />
<span style="font-weight: bold;">Congratulations, you're done  <br />
Just open your webpage to view your result.</span><br />
<br />
If you want to edit your webpage, just right-click it and choose 'Edit' (if you want to edit it with Microsoft Frontpage or Dreamweaver) or Open With -&gt; WordPad.<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HTML BASICS - By Cort]]></title>
			<link>http://www.gfx-depot.com/forum/showthread.php?tid=13</link>
			<pubDate>Thu, 29 Dec 2005 19:44:13 +0000</pubDate>
			<guid isPermaLink="false">http://www.gfx-depot.com/forum/showthread.php?tid=13</guid>
			<description><![CDATA[If you have already used HTML then you can better skip this rather short, basic 'tutorial'. <br />
In this tutorial you will see and learn the basic structure of a HTML page. The following parts will be more intresting than this one.   <br />
Code:<br />
<img src="http://users.pandora.be/cort/Htmlbasic.jpg" border="0" alt="[Image: Htmlbasic.jpg&#93;" /><br />
<br />
When you open this page in a browser you'll get this:<br />
<br />
<img src="http://users.pandora.be/cort/Htmlbasicbr.jpg" border="0" alt="[Image: Htmlbasicbr.jpg&#93;" /><br />
<br />
<br />
to download all the tutorialfiles:   <a href="http://users.pandora.be/cort/Htmlbasic.rar" target="_blank"> Click here </a> <br />
C0rt<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></description>
			<content:encoded><![CDATA[If you have already used HTML then you can better skip this rather short, basic 'tutorial'. <br />
In this tutorial you will see and learn the basic structure of a HTML page. The following parts will be more intresting than this one.   <br />
Code:<br />
<img src="http://users.pandora.be/cort/Htmlbasic.jpg" border="0" alt="[Image: Htmlbasic.jpg]" /><br />
<br />
When you open this page in a browser you'll get this:<br />
<br />
<img src="http://users.pandora.be/cort/Htmlbasicbr.jpg" border="0" alt="[Image: Htmlbasicbr.jpg]" /><br />
<br />
<br />
to download all the tutorialfiles:   <a href="http://users.pandora.be/cort/Htmlbasic.rar" target="_blank"> Click here </a> <br />
C0rt<br />
<br />
_______________<br />
Did you like this tutorial?<br />
Please <span style="font-weight: bold;"><a href="http://www.gfx-depot.com/forum/member.php?action=register" target="_blank">Register</a></span> and give your opinion.]]></content:encoded>
		</item>
	</channel>
</rss>