<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4004400988683122127</id><updated>2011-04-21T21:24:30.852-07:00</updated><title type='text'>How To Create Web</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-8671421042245286338</id><published>2008-05-23T00:24:00.000-07:00</published><updated>2008-05-23T00:45:30.709-07:00</updated><title type='text'>Learn About PHP - Control Structure ifelse</title><content type='html'>&lt;p&gt;&lt;var class="literal"&gt;elseif&lt;/var&gt;, as its name suggests, is a combination of  &lt;var class="literal"&gt;if&lt;/var&gt; and &lt;var class="literal"&gt;else&lt;/var&gt;. Like &lt;var class="literal"&gt;else&lt;/var&gt;, it extends an &lt;var class="literal"&gt;if&lt;/var&gt; statement to  execute a different statement in case the original &lt;var class="literal"&gt;if&lt;/var&gt;  expression evaluates to &lt;tt class="constant"&gt;&lt;b&gt;FALSE&lt;/b&gt;&lt;/tt&gt;. However, unlike  &lt;var class="literal"&gt;else&lt;/var&gt;, it will execute that alternative expression only  if the &lt;var class="literal"&gt;elseif&lt;/var&gt; conditional expression evaluates to &lt;tt class="constant"&gt;&lt;b&gt;TRUE&lt;/b&gt;&lt;/tt&gt;. For example, the following code would display  &lt;samp class="computeroutput"&gt;a is bigger than b&lt;/samp&gt;, &lt;samp class="computeroutput"&gt;a equal to b&lt;/samp&gt; or &lt;samp class="computeroutput"&gt;a is  smaller than b&lt;/samp&gt;:&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZ13VOFCtI/AAAAAAAAADw/-jxNwofI6tQ/s1600-h/php14.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZ13VOFCtI/AAAAAAAAADw/-jxNwofI6tQ/s320/php14.gif" alt="" id="BLOGGER_PHOTO_ID_5203476012922637010" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-8671421042245286338?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/8671421042245286338/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=8671421042245286338' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8671421042245286338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8671421042245286338'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-control-structure.html' title='Learn About PHP - Control Structure ifelse'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZ13VOFCtI/AAAAAAAAADw/-jxNwofI6tQ/s72-c/php14.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-4640448359295335832</id><published>2008-05-22T23:33:00.000-07:00</published><updated>2008-05-23T00:04:44.611-07:00</updated><title type='text'>Learn About PHP - Control Structure else</title><content type='html'>&lt;p&gt;Often you'd want to execute a statement if a certain condition is met, and a  different statement if the condition is not met. This is what &lt;var class="literal"&gt;else&lt;/var&gt; is for. &lt;var class="literal"&gt;else&lt;/var&gt; extends an &lt;var class="literal"&gt;if&lt;/var&gt; statement to execute a statement in case the expression  in the &lt;var class="literal"&gt;if&lt;/var&gt; statement evaluates to &lt;tt class="constant"&gt;&lt;b&gt;FALSE&lt;/b&gt;&lt;/tt&gt;. For example, the following code would display  &lt;samp class="computeroutput"&gt;a is bigger than b&lt;/samp&gt; if &lt;var class="varname"&gt;$a&lt;/var&gt; is bigger than &lt;var class="varname"&gt;$b&lt;/var&gt;, and &lt;samp class="computeroutput"&gt;a is NOT bigger than b&lt;/samp&gt; otherwise:&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZsSVOFCsI/AAAAAAAAADo/vl0QZMa1mH4/s1600-h/php13.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZsSVOFCsI/AAAAAAAAADo/vl0QZMa1mH4/s320/php13.gif" alt="" id="BLOGGER_PHOTO_ID_5203465481662827202" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-4640448359295335832?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/4640448359295335832/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=4640448359295335832' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4640448359295335832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4640448359295335832'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-control-structure-else.html' title='Learn About PHP - Control Structure else'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZsSVOFCsI/AAAAAAAAADo/vl0QZMa1mH4/s72-c/php13.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-810197530652456403</id><published>2008-05-22T20:13:00.000-07:00</published><updated>2008-05-22T21:26:12.234-07:00</updated><title type='text'>Learn About PHP - Control Structure If</title><content type='html'>&lt;p&gt;The &lt;var class="literal"&gt;if&lt;/var&gt; construct is one of the most important  features of many languages, PHP included. It allows for conditional execution of  code fragments. PHP features an &lt;var class="literal"&gt;if&lt;/var&gt; structure that is  similar to that of C:&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDY-MlOFCpI/AAAAAAAAADQ/2lRr9-kAVG4/s1600-h/php10.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 185px; height: 96px;" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDY-MlOFCpI/AAAAAAAAADQ/2lRr9-kAVG4/s320/php10.gif" alt="" id="BLOGGER_PHOTO_ID_5203414805343701650" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;As described in &lt;a href="http://www.blogger.com/language.expressions.html"&gt;the section about  expressions&lt;/a&gt;, &lt;var class="replaceable"&gt;expression&lt;/var&gt; is evaluated to its  Boolean value. If &lt;var class="replaceable"&gt;expression&lt;/var&gt; evaluates to &lt;tt class="constant"&gt;&lt;b&gt;TRUE&lt;/b&gt;&lt;/tt&gt;, PHP will execute &lt;var class="replaceable"&gt;statement&lt;/var&gt;, and if it evaluates to &lt;tt class="constant"&gt;&lt;b&gt;FALSE&lt;/b&gt;&lt;/tt&gt; - it'll ignore it. More information about what  values evaluate to &lt;tt class="constant"&gt;&lt;b&gt;FALSE&lt;/b&gt;&lt;/tt&gt; can be found in the &lt;a href="http://www.blogger.com/language.types.boolean.html#language.types.boolean.casting"&gt;'Converting to  boolean'&lt;/a&gt; section. &lt;/p&gt; &lt;p&gt;The following example would display &lt;samp class="computeroutput"&gt;a is bigger  than b&lt;/samp&gt; if &lt;var class="varname"&gt;$a&lt;/var&gt; is bigger than &lt;var class="varname"&gt;$b&lt;/var&gt;:&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDZC8FOFCqI/AAAAAAAAADY/Nw6phzBsFYE/s1600-h/php11.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDZC8FOFCqI/AAAAAAAAADY/Nw6phzBsFYE/s320/php11.gif" alt="" id="BLOGGER_PHOTO_ID_5203420019433999010" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Often you'd want to have more than one statement to be executed  conditionally. Of course, there's no need to wrap each statement with an &lt;var class="literal"&gt;if&lt;/var&gt; clause. Instead, you can group several statements into a  statement group. For example, this code would display &lt;samp class="computeroutput"&gt;a is bigger than b&lt;/samp&gt; if &lt;var class="varname"&gt;$a&lt;/var&gt; is  bigger than &lt;var class="varname"&gt;$b&lt;/var&gt;, and would then assign the value of &lt;var class="varname"&gt;$a&lt;/var&gt; into &lt;var class="varname"&gt;$b&lt;/var&gt;:&lt;br /&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZG6VOFCrI/AAAAAAAAADg/U_rxg6Tsi44/s1600-h/php12.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDZG6VOFCrI/AAAAAAAAADg/U_rxg6Tsi44/s320/php12.gif" alt="" id="BLOGGER_PHOTO_ID_5203424387415739058" border="0" /&gt;&lt;/a&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-810197530652456403?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/810197530652456403/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=810197530652456403' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/810197530652456403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/810197530652456403'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-control-structure-if.html' title='Learn About PHP - Control Structure If'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDY-MlOFCpI/AAAAAAAAADQ/2lRr9-kAVG4/s72-c/php10.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-7828646981515709273</id><published>2008-05-14T21:42:00.000-07:00</published><updated>2008-05-15T21:25:45.427-07:00</updated><title type='text'>Learn About PHP - Dealing with Forms</title><content type='html'>One of the most powerful features of PHP is the way it handles HTML forms. The basic concept that is important to understand is that any form element will automatically be available to your PHP scripts. Please read the manual section on Variables from outside of PHP for more information and examples on using forms with PHP. Here is an example HTML form:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;????? 2-6. A simple HTML form&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;img id="BLOGGER_PHOTO_ID_5200471327831928322" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCvJHpAGrgI/AAAAAAAAADA/pbpcpUipDCc/s320/php5.gif" border="0" /&gt;&lt;br /&gt;&lt;p&gt;There is nothing special about this form. It is a straight HTML form with no special tags of any kind. When the user fills in this form and hits the submit button, the &lt;tt class="filename"&gt;action.php&lt;/tt&gt; page is called. In this file you would write something like this:&lt;br /&gt;&lt;/p&gt;&lt;b&gt;????? 2-7. Printing data from our form&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCvIVJAGrfI/AAAAAAAAAC4/xoAwxd7LB4Q/s1600-h/php4.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5200470460248534514" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCvIVJAGrfI/AAAAAAAAAC4/xoAwxd7LB4Q/s320/php4.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="sect1"&gt;&lt;p&gt;&lt;table class="EXAMPLE" cellspacing="0" cellpadding="0" width="100%" border="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;div class="example"&gt;&lt;p&gt;A sample output of this script may be: &lt;/p&gt;&lt;table cellpadding="5" bgcolor="#e0e0e0" border="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre class="html"&gt;Hi Joe. You are 22 years old.&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;It should be obvious what this does. There is nothing more to it. The &lt;var class="varname"&gt;$_POST['name']&lt;/var&gt; and &lt;var class="varname"&gt;$_POST['age']&lt;/var&gt; variables are automatically set for you by PHP. Earlier we used the &lt;var class="varname"&gt;$_SERVER&lt;/var&gt; autoglobal; above we just introduced the $_POST autoglobal which contains all POST data. Notice how the &lt;span class="emphasis"&gt;&lt;i class="emphasis"&gt;method&lt;/i&gt;&lt;/span&gt; of our form is POST. If we used the method &lt;span class="emphasis"&gt;&lt;i class="emphasis"&gt;GET&lt;/i&gt;&lt;/span&gt; then our form information would live in the $_GET autoglobal instead. You may also use the $_REQUEST autoglobal, if you do not care about the source of your request data. It contains the merged information of GET, POST and COOKIE data. Also see the &lt;b class="function"&gt;import_request_variables()&lt;/b&gt; function. &lt;/p&gt;&lt;p&gt;You can also deal with XForms input in PHP, although you will find yourself comfortable with the well supported HTML forms for quite some time. While working with XForms is not for beginners, you might be interested in them. We also have a short introduction to handling data received from XForms in our features section. &lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-7828646981515709273?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/7828646981515709273/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=7828646981515709273' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/7828646981515709273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/7828646981515709273'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-dealing-with-forms.html' title='Learn About PHP - Dealing with Forms'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCvJHpAGrgI/AAAAAAAAADA/pbpcpUipDCc/s72-c/php5.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-142752041228745864</id><published>2008-05-14T01:17:00.000-07:00</published><updated>2008-05-15T21:28:24.224-07:00</updated><title type='text'>Learn About PHP - First learn about PHP</title><content type='html'>Create a file named &lt;tt class="filename"&gt;hello.php&lt;/tt&gt; and put it in your web server's root directory (&lt;var class="varname"&gt;DOCUMENT_ROOT&lt;/var&gt;) with the following content:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;????? 2-1. Our first PHP script: &lt;tt class="filename"&gt;hello.php&lt;br /&gt;&lt;br /&gt;&lt;/tt&gt;&lt;/b&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCqio5AGrdI/AAAAAAAAACo/84kxcAGgCQA/s1600-h/php2.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5200147543132384722" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCqio5AGrdI/AAAAAAAAACo/84kxcAGgCQA/s320/php2.gif" border="0" /&gt;&lt;/a&gt;Use your browser to access the file with your web server's URL, ending with the "/hello.php" file reference. When developing locally this URL will be something like &lt;var class="literal"&gt;http://localhost/hello.php&lt;/var&gt; or &lt;var class="literal"&gt;http://127.0.0.1/hello.php&lt;/var&gt; but this depends on the web server's configuration. If everything is configured correctly, this file will be parsed by PHP and the following output will be sent to your browser:&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCqjrpAGreI/AAAAAAAAACw/jqpJUVSRb0E/s1600-h/php3.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5200148689888652770" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCqjrpAGreI/AAAAAAAAACw/jqpJUVSRb0E/s320/php3.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This program is extremely simple and you really did not need to use PHP to create a page like this. All it does is display: &lt;var class="literal"&gt;Hello World&lt;/var&gt; using the PHP &lt;b class="function"&gt;echo()&lt;/b&gt; statement. Note that the file &lt;span class="emphasis"&gt;&lt;i class="emphasis"&gt;does not need to be executable&lt;/i&gt;&lt;/span&gt; or special in any way. The server finds out that this file needs to be interpreted by PHP because you used the ".php" extension, which the server is configured to pass on to PHP. Think of this as a normal HTML file which happens to have a set of special tags available to you that do a lot of interesting things. &lt;/p&gt;&lt;p&gt;If you tried this example and it did not output anything, it prompted for download, or you see the whole file as text, chances are that the server you are on does not have PHP enabled, or is not configured properly. Ask your administrator to enable it for you using the Installation chapter of the manual. If you are developing locally, also read the installation chapter to make sure everything is configured properly. Make sure that you access the file via http with the server providing you the output. If you just call up the file from your file system, then it will not be parsed by PHP. If the problems persist anyway, do not hesitate to use one of the many PHP support options. &lt;/p&gt;&lt;p&gt;The point of the example is to show the special PHP tag format. In this example we used &lt;var class="literal"&gt;&lt;?php&lt;/var&gt;to indicate the start of a PHP tag. Then we put the PHP statement and left PHP mode by adding the closing tag, &lt;var class="literal"&gt;?&gt;&lt;/var&gt;. You may jump in and out of PHP mode in an HTML file like this anywhere you want. For more details, read the manual section on the basic PHP syntax. &lt;/p&gt;&lt;/var&gt;&lt;div class="note"&gt;&lt;blockquote class="note"&gt;&lt;p&gt;&lt;b&gt;A Note on Text Editors: &lt;/b&gt;There are many text editors and Integrated Development Environments (IDEs) that you can use to create, edit and manage PHP files. A partial list of these tools is maintained at PHP Editors List. If you wish to recommend an editor, please visit the above page and ask the page maintainer to add the editor to the list. Having an editor with syntax highlighting can be helpful. &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="note"&gt;&lt;blockquote class="note"&gt;&lt;p&gt;&lt;b&gt;A Note on Word Processors: &lt;/b&gt;Word processors such as StarOffice Writer, Microsoft Word and Abiword are not optimal for editing PHP files. If you wish to use one for this test script, you must ensure that you save the file as &lt;span class="emphasis"&gt;&lt;i class="emphasis"&gt;plain text&lt;/i&gt;&lt;/span&gt; or PHP will not be able to read and execute the script. &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="note"&gt;&lt;blockquote class="note"&gt;&lt;p&gt;&lt;b&gt;A Note on Windows Notepad: &lt;/b&gt;If you are writing your PHP scripts using Windows Notepad, you will need to ensure that your files are saved with the .php extension. (Notepad adds a .txt extension to files automatically unless you take one of the following steps to prevent it.) When you save the file and are prompted to provide a name for the file, place the filename in quotes (i.e. "&lt;tt class="filename"&gt;hello.php&lt;/tt&gt;"). Alternatively, you can click on the 'Text Documents' drop-down menu in the 'Save' dialog box and change the setting to "All Files". You can then enter your filename without quotes. &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;p&gt;Now that you have successfully created a working PHP script, it is time to create the most famous PHP script! Make a call to the &lt;b class="function"&gt;phpinfo()&lt;/b&gt; function and you will see a lot of useful information about your system and setup such as available predefined variables, loaded PHP modules, and configuration settings. Take some time and review this important information.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;var class="literal"&gt;&lt;/var&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-142752041228745864?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/142752041228745864/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=142752041228745864' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/142752041228745864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/142752041228745864'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-first-learn-about-php.html' title='Learn About PHP - First learn about PHP'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCqio5AGrdI/AAAAAAAAACo/84kxcAGgCQA/s72-c/php2.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-8928904185827672256</id><published>2008-05-14T01:14:00.000-07:00</published><updated>2008-05-15T23:35:59.952-07:00</updated><title type='text'>Learn About PHP - What I do need?</title><content type='html'>&lt;div class="chapter"&gt;&lt;div class="sect1"&gt;&lt;p&gt;In this tutorial we assume that your server has activated support for PHP and that all files ending in &lt;tt class="filename"&gt;.php&lt;/tt&gt; are handled by PHP. On most servers, this is the default extension for PHP files, but ask your server administrator to be sure. If your server supports PHP, then you do not need to do anything. Just create your &lt;tt class="filename"&gt;.php&lt;/tt&gt; files, put them in your web directory and the server will automatically parse them for you. There is no need to compile anything nor do you need to install any extra tools. Think of these PHP-enabled files as simple HTML files with a whole new family of magical tags that let you do all sorts of things. Most web hosts offer PHP support, but if your host does not, consider reading the PHP Links section for resources on finding PHP enabled web hosts. &lt;/p&gt;&lt;p&gt;Let us say you want to save precious bandwidth and develop locally. In this case, you will want to install a web server, such as Apache, and of course PHP. You will most likely want to install a database as well, such as MySQL. &lt;/p&gt;&lt;p&gt;You can either install these individually or choose a simpler way. Our manual has installation instructions for PHP (assuming you already have some webserver set up). In case you have problems with installing PHP yourself, we would suggest you ask your questions on our installation mailing list. If you choose to go on the simpler route, then locate a pre-configured package for your operating system, which automatically installs all of these with just a few mouse clicks. It is easy to setup a web server with PHP support on any operating system, including MacOSX, Linux and Windows. On Linux, you may find rpmfind and PBone helpful for locating RPMs. You may also want to visit apt-get to find packages for Debian. &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-8928904185827672256?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/8928904185827672256/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=8928904185827672256' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8928904185827672256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8928904185827672256'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-what-i-do-need.html' title='Learn About PHP - What I do need?'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-5547855281137657375</id><published>2008-05-14T00:59:00.000-07:00</published><updated>2008-05-15T23:39:59.526-07:00</updated><title type='text'>Learn About PHP - What can PHP do?</title><content type='html'>&lt;div class="sect1"&gt;&lt;h1 class="sect1"&gt;&lt;a name="intro-whatcando"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Anything. PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more. &lt;/p&gt;&lt;p&gt;There are three main areas where PHP scripts are used. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Server-side scripting. This is the most traditional and main target field for PHP. You need three things to make this work. The PHP parser (CGI or server module), a webserver and a web browser. You need to run the webserver, with a connected PHP installation. You can access the PHP program output with a web browser, viewing the PHP page through the server. All these can run on your home machine if you are just experimenting with PHP programming. See the &lt;a href="http://www.blogger.com/install.html"&gt;installation instructions&lt;/a&gt; section for more information. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Command line scripting. You can make a PHP script to run it without any server or browser. You only need the PHP parser to use it this way. This type of usage is ideal for scripts regularly executed using cron (on *nix or Linux) or Task Scheduler (on Windows). These scripts can also be used for simple text processing tasks. See the section about &lt;a href="http://www.blogger.com/features.commandline.html"&gt;Command line usage of PHP&lt;/a&gt; for more information. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Writing desktop applications. PHP is probably not the very best language to create a desktop application with a graphical user interface, but if you know PHP very well, and would like to use some advanced PHP features in your client-side applications you can also use PHP-GTK to write such programs. You also have the ability to write cross-platform applications this way. PHP-GTK is an extension to PHP, not available in the main distribution. &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, Mac OS X, RISC OS, and probably others. PHP has also support for most of the web servers today. This includes Apache, Microsoft Internet Information Server, Personal Web Server, Netscape and iPlanet servers, Oreilly Website Pro server, Caudium, Xitami, OmniHTTPd, and many others. For the majority of the servers PHP has a module, for the others supporting the CGI standard, PHP can work as a CGI processor. &lt;/p&gt;&lt;p&gt;So with PHP, you have the freedom of choosing an operating system and a web server. Furthermore, you also have the choice of using procedural programming or object oriented programming, or a mixture of them. Although not every standard OOP feature is implemented in PHP 4, many code libraries and large applications (including the PEAR library) are written only using OOP code. PHP 5 fixes the OOP related weaknesses of PHP 4, and introduces a complete object model. &lt;/p&gt;&lt;p&gt;With PHP you are not limited to output HTML. PHP's abilities includes outputting images, PDF files and even Flash movies (using libswf and Ming) generated on the fly. You can also output easily any text, such as XHTML and any other XML file. PHP can autogenerate these files, and save them in the file system, instead of printing it out, forming a server-side cache for your dynamic content. &lt;/p&gt;&lt;p&gt;One of the strongest and most significant features in PHP is its support for a wide range of databases. Writing a database-enabled web page is incredibly simple. The following databases are currently supported: &lt;a name="AEN115"&gt;&lt;/a&gt;&lt;/p&gt;&lt;blockquote class="BLOCKQUOTE"&gt;&lt;table border="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Adabas D&lt;/td&gt;&lt;td&gt;InterBase&lt;/td&gt;&lt;td&gt;PostgreSQL&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dBase&lt;/td&gt;&lt;td&gt;FrontBase&lt;/td&gt;&lt;td&gt;SQLite&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Empress&lt;/td&gt;&lt;td&gt;mSQL&lt;/td&gt;&lt;td&gt;Solid&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;FilePro (read-only)&lt;/td&gt;&lt;td&gt;Direct MS-SQL&lt;/td&gt;&lt;td&gt;Sybase&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hyperwave&lt;/td&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;td&gt;Velocis&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;IBM DB2&lt;/td&gt;&lt;td&gt;ODBC&lt;/td&gt;&lt;td&gt;Unix dbm&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Informix&lt;/td&gt;&lt;td&gt;Oracle (OCI7 and OCI8)&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Ingres&lt;/td&gt;&lt;td&gt;Ovrimos&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;We also have a DBX database abstraction extension allowing you to transparently use any database supported by that extension. Additionally PHP supports ODBC, the Open Database Connection standard, so you can connect to any other database supporting this world standard. &lt;p&gt;PHP also has support for talking to other services using protocols such as LDAP, IMAP, SNMP, NNTP, POP3, HTTP, COM (on Windows) and countless others. You can also open raw network sockets and interact using any other protocol. PHP has support for the WDDX complex data exchange between virtually all Web programming languages. Talking about interconnection, PHP has support for instantiation of Java objects and using them transparently as PHP objects. You can also use our CORBA extension to access remote objects. &lt;/p&gt;&lt;p&gt;PHP has extremely useful text processing features, from the POSIX Extended or Perl regular expressions to parsing XML documents. For parsing and accessing XML documents, PHP 4 supports the SAX and DOM standards, and you can also use the XSLT extension to transform XML documents. PHP 5 standardizes all the XML extensions on the solid base of libxml2 and extends the feature set adding SimpleXML and XMLReader support. &lt;/p&gt;&lt;p&gt;While using PHP in the e-commerce field, you'll find the Cybercash payment, CyberMUT, VeriSign Payflow Pro and MCVE functions useful for your online payment programs. &lt;/p&gt;&lt;p&gt;At last but not least, we have many other interesting extensions, the mnoGoSearch search engine functions, the IRC Gateway functions, many compression utilities (gzip, bz2), calendar conversion, translation... &lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-5547855281137657375?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/5547855281137657375/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=5547855281137657375' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5547855281137657375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5547855281137657375'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-what-can-php-do.html' title='Learn About PHP - What can PHP do?'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-31949819485171895</id><published>2008-05-13T20:12:00.000-07:00</published><updated>2008-05-15T23:41:21.191-07:00</updated><title type='text'>Learn About PHP - What is PHP?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCqV3JAGrcI/AAAAAAAAACg/SRzk-KUFEtw/s1600-h/php.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5200133494294359490" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCqV3JAGrcI/AAAAAAAAACg/SRzk-KUFEtw/s320/php.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;acronym class="acronym"&gt;PHP&lt;/acronym&gt; (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. &lt;/p&gt;&lt;p&gt;Simple answer, but what does that mean? An example:&lt;/p&gt;1-1. An introductory example:&lt;br /&gt;&lt;code&gt;&lt;span style="COLOR: rgb(0,0,0)"&gt;&lt;h&gt;&lt;br /&gt;&lt;h&gt;&lt;/h&gt;&lt;/h&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span style="COLOR: rgb(0,0,0)"&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span style="COLOR: rgb(0,0,0)"&gt;&lt;h&gt;&lt;h&gt;&lt;t&gt;&lt;/t&gt;&lt;/h&gt;&lt;/h&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/code&gt;&lt;p&gt;Notice how this is different from a script written in other languages like Perl or C -- instead of writing a program with lots of commands to output HTML, you write an HTML script with some embedded code to do something (in this case, output some text). The PHP code is enclosed in special start and end tags that allow you to jump into and out of "PHP mode". &lt;/p&gt;&lt;p&gt;What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server. If you were to have a script similar to the above on your server, the client would receive the results of running that script, with no way of determining what the underlying code may be. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve. &lt;/p&gt;&lt;p&gt;The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.&lt;b&gt; &lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-31949819485171895?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/31949819485171895/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=31949819485171895' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/31949819485171895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/31949819485171895'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/learn-about-php-what-is-php.html' title='Learn About PHP - What is PHP?'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCqV3JAGrcI/AAAAAAAAACg/SRzk-KUFEtw/s72-c/php.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-5720658641604425830</id><published>2008-05-12T02:43:00.000-07:00</published><updated>2008-05-12T02:54:44.893-07:00</updated><title type='text'>Start Editing Your Files in Dreamweaver</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCgTfJAGrbI/AAAAAAAAACY/4S8gPpm0Vi0/s1600-h/pic10.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199427195512466866" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCgTfJAGrbI/AAAAAAAAACY/4S8gPpm0Vi0/s320/pic10.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;As the image below displays, once you click "Done" in the previous step you'll be in a blank Dreamweaver page. Simply start building your site and saving the files. Dreamweaver will then upload them to the correct location when you transfer the files. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-5720658641604425830?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/5720658641604425830/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=5720658641604425830' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5720658641604425830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5720658641604425830'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/start-editing-your-files-in-dreamweaver.html' title='Start Editing Your Files in Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCgTfJAGrbI/AAAAAAAAACY/4S8gPpm0Vi0/s72-c/pic10.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-8966247887629864141</id><published>2008-05-12T02:37:00.000-07:00</published><updated>2008-05-12T02:43:21.134-07:00</updated><title type='text'>Your Site Now Appears in the Manage Sites Window with Macromedia Dreamweaver</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgQ_ZAGraI/AAAAAAAAACQ/T4LKycMsJy0/s1600-h/pic9.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199424451028364706" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgQ_ZAGraI/AAAAAAAAACQ/T4LKycMsJy0/s320/pic9.jpg" border="0" /&gt;&lt;/a&gt; To start editing pages in your site, highlight the site name, and click "Done".&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-8966247887629864141?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/8966247887629864141/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=8966247887629864141' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8966247887629864141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8966247887629864141'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/your-site-now-appears-in-manage-sites.html' title='Your Site Now Appears in the Manage Sites Window with Macromedia Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgQ_ZAGraI/AAAAAAAAACQ/T4LKycMsJy0/s72-c/pic9.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-8208853678532808387</id><published>2008-05-12T02:29:00.000-07:00</published><updated>2008-05-12T02:36:44.838-07:00</updated><title type='text'>Review Your Site Definition with Macromedia Dreamweaver</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCgPa5AGrZI/AAAAAAAAACI/JVqJTaHzEdI/s1600-h/pic8.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199422724451511698" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCgPa5AGrZI/AAAAAAAAACI/JVqJTaHzEdI/s320/pic8.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;You're almost done, but first make sure that you didn't make any typos or other mistakes in your site definition. When you're ready, click "Done". &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-8208853678532808387?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/8208853678532808387/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=8208853678532808387' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8208853678532808387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8208853678532808387'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/review-your-site-definition-with.html' title='Review Your Site Definition with Macromedia Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCgPa5AGrZI/AAAAAAAAACI/JVqJTaHzEdI/s72-c/pic8.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-1239727398263854437</id><published>2008-05-12T02:24:00.000-07:00</published><updated>2008-05-12T02:27:30.123-07:00</updated><title type='text'>Site Check-out and Check-in with Macromedia Dreamweaver</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgNUZAGrYI/AAAAAAAAACA/qv4zxExLt7c/s1600-h/pic7.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199420413759106434" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgNUZAGrYI/AAAAAAAAACA/qv4zxExLt7c/s320/pic7.jpg" border="0" /&gt;&lt;/a&gt; Another feature that Dreamweaver offers is the ability to control access to your files through check in and check out. You should only need this if you have numerous people accessing the same site. Otherwise, choose "No, do not enable check in and check out."&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-1239727398263854437?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/1239727398263854437/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=1239727398263854437' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/1239727398263854437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/1239727398263854437'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/site-check-out-and-check-in-with.html' title='Site Check-out and Check-in with Macromedia Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgNUZAGrYI/AAAAAAAAACA/qv4zxExLt7c/s72-c/pic7.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-5599323179247989176</id><published>2008-05-12T02:14:00.000-07:00</published><updated>2008-05-12T02:21:10.639-07:00</updated><title type='text'>Test Your Connection in Macromedia Dreamweaver</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCgLvpAGrXI/AAAAAAAAAB4/Le7cZRnFQgk/s1600-h/pic6.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199418682887286130" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCgLvpAGrXI/AAAAAAAAAB4/Le7cZRnFQgk/s320/pic6.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Fill in the details to connect to your Web hosting provider's FTP site. If you don't know what those details are, you should contact your hosting technical support. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;Always test the connection. Many people forget this step, or think it's not important. But if you haven't tested it, you'll have to get something up on the Web site immediately and it will break. That's a guarantee. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-5599323179247989176?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/5599323179247989176/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=5599323179247989176' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5599323179247989176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5599323179247989176'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/test-your-connection-in-macromedia.html' title='Test Your Connection in Macromedia Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCgLvpAGrXI/AAAAAAAAAB4/Le7cZRnFQgk/s72-c/pic6.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-8487860456309341500</id><published>2008-05-12T01:36:00.000-07:00</published><updated>2008-05-12T02:13:47.730-07:00</updated><title type='text'>Defining Access to Your Dreamweaver Site</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCgJbpAGrWI/AAAAAAAAABw/qqHtlhxHbKc/s1600-h/pic5.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199416140266646882" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCgJbpAGrWI/AAAAAAAAABw/qqHtlhxHbKc/s320/pic5.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Dreamweaver provides many different ways to access your Web site. FTP is the most common, so choose that and move on to the next step. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-8487860456309341500?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/8487860456309341500/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=8487860456309341500' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8487860456309341500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8487860456309341500'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/defining-access-to-your-dreamweaver.html' title='Defining Access to Your Dreamweaver Site'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_PIT0_AAkJ1w/SCgJbpAGrWI/AAAAAAAAABw/qqHtlhxHbKc/s72-c/pic5.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-8210283846546814019</id><published>2008-05-12T01:29:00.000-07:00</published><updated>2008-05-12T01:35:37.970-07:00</updated><title type='text'>Where Should You Edit Your Dreamweaver Site Files</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgAyZAGrVI/AAAAAAAAABo/jx8YNRalHRw/s1600-h/pic4.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199406635504020818" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgAyZAGrVI/AAAAAAAAABo/jx8YNRalHRw/s320/pic4.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;One nice thing about Dreamweaver is that it is possible to edit the files directly on the Web server, which cuts down on the time it can take to edit files. But this is less secure, as you can't make any mistakes when you edit files right on the server. So choose "Edit local copies on my machine...". Dreamweaver suggests a location to store the site files. I usually don't change that. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-8210283846546814019?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/8210283846546814019/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=8210283846546814019' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8210283846546814019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/8210283846546814019'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/where-should-you-edit-your-dreamweaver.html' title='Where Should You Edit Your Dreamweaver Site Files'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCgAyZAGrVI/AAAAAAAAABo/jx8YNRalHRw/s72-c/pic4.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-7046512048179137701</id><published>2008-05-12T01:24:00.000-07:00</published><updated>2008-05-12T01:29:06.893-07:00</updated><title type='text'>How to Create a New Web Site Using Macromedia Dreamweaver</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCf_qJAGrUI/AAAAAAAAABg/xipfsBFkhR0/s1600-h/pic3.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199405394258472258" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCf_qJAGrUI/AAAAAAAAABg/xipfsBFkhR0/s320/pic3.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Dreamweaver integrates quite easily with server technologies such as ColdFusion and ASP, but for the sake of this tutorial, choose "No, I do not want to use a server technology." &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-7046512048179137701?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/7046512048179137701/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=7046512048179137701' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/7046512048179137701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/7046512048179137701'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/how-to-create-new-web-site-using.html' title='How to Create a New Web Site Using Macromedia Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCf_qJAGrUI/AAAAAAAAABg/xipfsBFkhR0/s72-c/pic3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-4841325895013101245</id><published>2008-05-12T01:14:00.000-07:00</published><updated>2008-05-12T01:23:52.067-07:00</updated><title type='text'>How To Create New Web with Macromedia Dreamweaver</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCf9zpAGrTI/AAAAAAAAABY/RE2NFC_0J24/s1600-h/pic2.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199403358443973938" style="CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCf9zpAGrTI/AAAAAAAAABY/RE2NFC_0J24/s320/pic2.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The first thing you need to do is name your site. It helps to give it a name that is both meaningful to you and describes the site. Dreamweaver recommends "My Site" but this is often very vague. If it's a personal site, I would use your name as the site name e.g. "My Site".&lt;br /&gt;Don't worry about the instructions to create an FTP server connection.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-4841325895013101245?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/4841325895013101245/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=4841325895013101245' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4841325895013101245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4841325895013101245'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/how-to-create-new-web-with-macromedia.html' title='How To Create New Web with Macromedia Dreamweaver'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCf9zpAGrTI/AAAAAAAAABY/RE2NFC_0J24/s72-c/pic2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-3706003188772513554</id><published>2008-05-12T01:02:00.000-07:00</published><updated>2008-05-12T01:13:44.751-07:00</updated><title type='text'>Open Dreamweaver and Start Site</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCf7bZAGrSI/AAAAAAAAABQ/ROr602RS6z4/s1600-h/aassdwnewsite1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5199400742808890658" style="CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCf7bZAGrSI/AAAAAAAAABQ/ROr602RS6z4/s320/aassdwnewsite1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;When working with Macromedia Dreamweaver MX for the first time, or on a new site for the first time, you need to define the Web site so that Dreamweaver can work with it. This process includes naming the site, placing the local files on a directory on your hard drive, and showing Dreamweaver where those files will be published on the Web. Follow these easy instructions to define a new Web site for Dreamweaver MX.&lt;br /&gt;&lt;br /&gt;First, you should go to the "Site" menu and choose "Manage Sites".&lt;br /&gt;&lt;br /&gt;As you can see from the image below, this will open a dialog window. Choose "New Site" from the "New" button.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-3706003188772513554?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/3706003188772513554/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=3706003188772513554' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3706003188772513554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3706003188772513554'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/open-dreamweaver-and-start-site.html' title='Open Dreamweaver and Start Site'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCf7bZAGrSI/AAAAAAAAABQ/ROr602RS6z4/s72-c/aassdwnewsite1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-3970643017142626828</id><published>2008-05-10T19:25:00.000-07:00</published><updated>2008-05-10T19:30:48.407-07:00</updated><title type='text'>Image Maps</title><content type='html'>Before you create an image map, you need to make sure that your server supports them. Then, you can follow these steps. First, you need to create an image. Draw a picture with sections that could lead to certain places. Second, you need to create an image map file. There are several programs that can do this for you. I recommend &lt;a href="ftp://uiarchive.uiuc.edu/pub/systems/mac/info-mac/_Text_Processing/html/web-map-101.hqx"&gt;WebMap, for the Mac&lt;/a&gt;. You can go to &lt;a href="http://dir.yahoo.com/Computers_and_Internet/Internet/World_Wide_Web/Imagemaps"&gt;Yahoo's Image Map Directory &lt;/a&gt;for others&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-3970643017142626828?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/3970643017142626828/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=3970643017142626828' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3970643017142626828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3970643017142626828'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/image-maps.html' title='Image Maps'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-4786921468642494613</id><published>2008-05-10T19:06:00.000-07:00</published><updated>2008-05-10T19:24:51.138-07:00</updated><title type='text'>Linking with graphics</title><content type='html'>&lt;div&gt;Sometimes on your web page, you might want to have a graphic that is a link. This is quite simple, since you just mix the two commands of linking, and displaying graphics. Here is an example of a graphic that leads to Yahoo:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;a href="http://www.yahoo.com/" target="_top"&gt;&lt;a href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCZVXOz_Z0I/AAAAAAAAABA/HDynLzskwSE/s1600-h/yahoo.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5198936677447329602" style="CURSOR: hand" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCZVXOz_Z0I/AAAAAAAAABA/HDynLzskwSE/s320/yahoo.gif" border="0" /&gt;&lt;/a&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;You can also have a text link next to the graphic that leads to the same place.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://www.yahoo.com/" target="_top"&gt;&lt;a href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCZVXOz_Z0I/AAAAAAAAABA/HDynLzskwSE/s1600-h/yahoo.gif"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCZXjez_Z1I/AAAAAAAAABI/iBx_VhK2kF8/s1600-h/yahoo.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5198939086923982674" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCZXjez_Z1I/AAAAAAAAABI/iBx_VhK2kF8/s320/yahoo.gif" border="0" /&gt;&lt;/a&gt;&lt;/a&gt;&lt;a href="http://www.yahoo.com/" target="_top"&gt;Yahoo!&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;Here is what you would type in for, first the plain graphic-link, and second, the graphic-link with text:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt; a href="http://www.yahoo.com"&gt;&lt; img src="http://www.infhost.com/members/web/Images/yahoo.gif" /&gt;&lt; /a &gt;&lt;br /&gt;&lt;  a href="http://www.yahoo.com/"&gt;&lt; img src="http://www.infhost.com/members/web/Images/yahoo.gif" /&gt;Yahoo!&lt; /a &gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-4786921468642494613?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/4786921468642494613/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=4786921468642494613' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4786921468642494613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4786921468642494613'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/linking-with-graphics.html' title='Linking with graphics'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PIT0_AAkJ1w/SCZVXOz_Z0I/AAAAAAAAABA/HDynLzskwSE/s72-c/yahoo.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-3765096158323866442</id><published>2008-05-10T19:03:00.000-07:00</published><updated>2008-05-10T19:05:28.111-07:00</updated><title type='text'>Background Graphics</title><content type='html'>Instead of having a solid color as a background, you might want to have one graphic that repeats over and over to create a background. &lt;a href="http://www.webcrawler.com/cgi-bin/WebQuery?backgrounds" target="_top"&gt;Here&lt;/a&gt; are several places that you can go to find background graphics. The text that you would type in for a background called "bk.gif" would be:&lt;br /&gt;&lt; background="bk.gif"&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-3765096158323866442?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/3765096158323866442/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=3765096158323866442' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3765096158323866442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3765096158323866442'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/background-graphics.html' title='Background Graphics'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-1256731292794668034</id><published>2008-05-10T18:42:00.000-07:00</published><updated>2008-05-10T19:03:24.552-07:00</updated><title type='text'>Background, text, and link Color</title><content type='html'>On most pages, you want to have a specific color for the background, text, unvisited links, visited links, and active links. In order to do this, you need to find the code number for the specific color that you are looking for. &lt;a href="http://www.columbia.edu/acis/documentation/color.html" target="_top"&gt;Here&lt;/a&gt; is a HUGE list of code numbers, and here is how you would display this in your page. NOTE: Type these ONLY right below your title. NOTE: You must have the "#" sign before the actual code.&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt; bgcolor="#code"&gt;for background color&lt;br /&gt;&lt;li&gt;&lt; text="#code"&gt;for color of text (all non-links)&lt;br /&gt;&lt;li&gt;&lt; link="#code"&gt;for color of unvisited links&lt;br /&gt;&lt;li&gt;&lt; vlink="#code"&gt;for color of visited links&lt;br /&gt;&lt;li&gt;&lt; alink="#code"&gt;for color of active links (while being selected)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;You can also string two or more of these commands together:&lt;br /&gt;&lt;br /&gt;&lt; bgcolor="#000015" text="#000020" link="#000050" vlink="#7a7777" alink="#8f8e8d"&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-1256731292794668034?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/1256731292794668034/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=1256731292794668034' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/1256731292794668034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/1256731292794668034'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/background-text-and-link-color.html' title='Background, text, and link Color'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-5477977578198053532</id><published>2008-05-10T18:37:00.000-07:00</published><updated>2008-05-10T18:41:49.604-07:00</updated><title type='text'>Animated Graphics</title><content type='html'>&lt;div&gt;Some people like to put animation on their web pages. It actually is not that hard. Here is some background history. Most GIFs over the years have only one image per file. According to "technical specifications from 1987", a GIF could have had more than one image per file, making it like a slide show presentation and not a single image. However, most programs that work with GIF are designed around the idea of one image per file. So the multi-image aspect of GIFs was forgotten. In 1989, they added timing and various other abilities to the GIF format, including transparency. Nobody used these new additions either. Then the Web took off. Transparency and interlacing became features people wanted to use and software companies began supporting those features. In order to have animation on your web page, you need to download a program that was made to fit more that one GIF in a file. I recommend&lt;a href="http://iawww.epfl.ch/Staff/Yves.Piguet/clip2gif-home/GifBuilder.html"&gt; GifBuilder for the Mac.&lt;/a&gt; Windows users can go&lt;a href="http://member.aol.com/royalef/toolbox.htm" target="_top"&gt; here&lt;/a&gt; to download another program. Here is one example of a small animation:&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;a href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCZOxuz_ZzI/AAAAAAAAAA4/dp9RtMGMxpU/s1600-h/netscape1.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5198929436132468530" style="CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCZOxuz_ZzI/AAAAAAAAAA4/dp9RtMGMxpU/s320/netscape1.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-5477977578198053532?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/5477977578198053532/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=5477977578198053532' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5477977578198053532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5477977578198053532'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/animated-graphics.html' title='Animated Graphics'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SCZOxuz_ZzI/AAAAAAAAAA4/dp9RtMGMxpU/s72-c/netscape1.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-214086071004042591</id><published>2008-05-10T18:35:00.000-07:00</published><updated>2008-05-10T18:37:02.552-07:00</updated><title type='text'>Alternate Text for Images</title><content type='html'>Some World Wide Web browsers cannot display images. Some users turn off image loading even if their software can display images (especially if they are using a modem or have a slow connection). HTML provides a command to tell readers what they are missing on your pages. The "ALT" attribute lets you specify text to be displayed instead of an image. For example:&lt;br /&gt;&lt;br /&gt;&lt; src="pic.gif" alt="How to make a web page"&gt;&lt;br /&gt;&lt;br /&gt;In this example, "pic.gif" is the picture of a sign. With graphics-capable viewers that have image-loading turned on, you see the graphic. With a non-graphic browser or if image-loading is turned off, the words "How to make a web page" is shown in your window. You should try to include alternate text for each image you use in your document, as it is a courtesy for your readers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-214086071004042591?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/214086071004042591/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=214086071004042591' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/214086071004042591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/214086071004042591'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/alternate-text-for-images.html' title='Alternate Text for Images'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-5818137907623448392</id><published>2008-05-10T17:56:00.000-07:00</published><updated>2008-05-10T18:34:29.866-07:00</updated><title type='text'>Putting Images On A Page</title><content type='html'>On almost EVERY web page on the net, there is some kind of graphic. I would HIGHLY RECOMMEND that you have AT LEAST one picture on your page. There are mainly two kinds of ways to have graphics on your web page. The first, is to use a graphic that is on another web page somewhere on the web. The second, is to upload the graphic to your own account. Personally, I prefer to use the upload method. If you are using the other way, there is always a chance that the person who made that page will decide to delete that graphic. Then a symbol with a circle, square, and triangle will appear where the graphic was supposed to be, sometimes it will look like it has been torn through the middle:&lt;br /&gt;&lt;br /&gt;1)&lt;br /&gt;To display a graphic on some one else's page, you need to find the URL. To do this, I recommend that you have Netscape Navigator. Right click or click and hold down on the graphic, until a menu comes up. Choose "View this Image". Then , copy the URL that appears at the top of the screen, in the "location" box. Let's say that the URL was: http://www.infhost.com/members/web/Images/pic.gif You would type:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt; IMG SRC="http://www.infhost.com/members/web/Images/pic.gif" &gt; &lt;br /&gt;&lt;br /&gt;The result is:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCZL9ez_ZyI/AAAAAAAAAAw/HR4qZXD7-VA/s1600-h/pic.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCZL9ez_ZyI/AAAAAAAAAAw/HR4qZXD7-VA/s320/pic.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5198926339461048098" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2)&lt;br /&gt;To display a graphic that is in your account, all you have to do is type in the filename. If you didn't make separate directories for graphics and pages, then you just need to type the graphic's name.(i.e. &lt; IMG SRC="pic.gif" &gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-5818137907623448392?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/5818137907623448392/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=5818137907623448392' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5818137907623448392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5818137907623448392'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/putting-images-on-page.html' title='Putting Images On A Page'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_PIT0_AAkJ1w/SCZL9ez_ZyI/AAAAAAAAAAw/HR4qZXD7-VA/s72-c/pic.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-6724703362575779793</id><published>2008-05-10T17:53:00.000-07:00</published><updated>2008-05-10T17:56:16.304-07:00</updated><title type='text'>Make Mailto Links Linking</title><content type='html'>Most people like to have a link on their web page that automatically sends e-mail to an address. If you want to do this, and your name is Dan, and your e-mail address is a@a.com, type:&lt;br /&gt;&lt;br /&gt;&lt; a href="mailto:a@a.com" &gt;Email&lt; /a &gt;&lt;br /&gt;&lt;br /&gt;Here is the result of typing this:&lt;br /&gt;&lt;a href="mailto:a@a.com"&gt;Email&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-6724703362575779793?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/6724703362575779793/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=6724703362575779793' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/6724703362575779793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/6724703362575779793'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-mailto-links-linking.html' title='Make Mailto Links Linking'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-7290373861772852992</id><published>2008-05-10T17:48:00.000-07:00</published><updated>2008-05-10T17:52:29.472-07:00</updated><title type='text'>Make Links to Specific Sections Linking</title><content type='html'>Sometimes, you might want to have a link that will take you further down a page, or to a certain section of another page. An example of this is the index to this web page. You click on the colored text, and it takes you to that section. To do this, you need to do two things. The first, is to make the link, and the second, is to make where the link will lead to. NOTE: You cannot make links to specific sections within a different document unless either you have write permission to the coded source of that document or that document already contains in-document named links.&lt;br /&gt;1) To make the actual link, think of a name for the certain spot. Let's say you are going to call it "spot". If this certain spot is on the same page that the link is, you would type:&lt;br /&gt;&lt;br /&gt;&lt; href="#spot"&gt;Colored Text&lt;br /&gt;Otherwise, you would add "#spot" to the end of the URL.&lt;br /&gt;&lt;br /&gt;2) Now, you need to make where the link will take you. Go to the spot where you want the link to take you, and type:&lt;br /&gt;&lt; name = "spot"&gt; &lt;a name="M2"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-7290373861772852992?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/7290373861772852992/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=7290373861772852992' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/7290373861772852992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/7290373861772852992'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-links-to-specific-sections-linking.html' title='Make Links to Specific Sections Linking'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-5654015258001657797</id><published>2008-05-10T17:43:00.000-07:00</published><updated>2008-05-10T17:48:23.328-07:00</updated><title type='text'>Make URLs Linking</title><content type='html'>When you make a link, you are making colored text or even a graphic (talked about later). When somebody clicks on this text, it will take them to another web page, or possibly a certain section of a web page. Let's say that you wanted to make a link from your web page, to Yahoo!. The URL of Yahoo! is:&lt;br /&gt;http://www.yahoo.com&lt;br /&gt;To do this, you would type:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt; href="http://www.yahoo.com/"&gt;What ever text that you want to be colored goes here&lt; /a &gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The result would be:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.yahoo.com/"&gt;What ever text that you want to be colored goes here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-5654015258001657797?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/5654015258001657797/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=5654015258001657797' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5654015258001657797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/5654015258001657797'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-urls-linking.html' title='Make URLs Linking'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-4511813094351143421</id><published>2008-05-10T17:04:00.001-07:00</published><updated>2008-05-10T17:25:47.975-07:00</updated><title type='text'>Make Character Formatting TEXT</title><content type='html'>You may want to format some of your text differently than others using text styles. There are several types of styles of text that you can use: &lt;b&gt;bold&lt;/b&gt;, &lt;i&gt;italic&lt;/i&gt;, &lt;u&gt;underline&lt;/u&gt;, &lt;strike&gt;strikeout&lt;/strike&gt;, &lt;sup&gt;superscript&lt;/sup&gt;, &lt;sub&gt;subscript&lt;/sub&gt;, &lt;tt&gt;teletype&lt;/tt&gt;, and &lt;blink&gt;blinking text are examples&lt;/blink&gt;. To do these styles, surround your text with the following commands:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt; b &gt;, &lt; /b &gt;for bold&lt;br /&gt;&lt;br /&gt;&lt; i &gt;, &lt; /i &gt;for italic&lt;br /&gt;&lt;br /&gt;&lt; u &gt;, &lt; /u &gt;for underlined&lt;br /&gt;&lt;br /&gt;&lt; strike &gt;, &lt; strike&gt; for strikeout&lt;br /&gt;&lt;br /&gt;&lt; sup&gt;, &lt; /sup &gt;for superscript&lt;br /&gt;&lt;br /&gt;&lt; sub &gt;, &lt; /sub &gt;for subscript&lt;br /&gt;&lt;br /&gt;&lt; tt &gt;, &lt; /tt &gt;for teletype&lt;br /&gt;&lt;br /&gt;&lt; blink &gt;, &lt; /blink &gt;for blinking text (very annoying)&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;strike&gt;You can also mix styles together like this!&lt;/strike&gt;&lt;/u&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-4511813094351143421?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/4511813094351143421/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=4511813094351143421' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4511813094351143421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4511813094351143421'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-character-formatting-text.html' title='Make Character Formatting TEXT'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-3773587357148072585</id><published>2008-05-10T16:56:00.000-07:00</published><updated>2008-05-10T17:04:02.157-07:00</updated><title type='text'>Make Horizontal Rules TEXT</title><content type='html'>Every now and then, you might want to have a horizontal rule, or line in your page. Horizontal rules can be many different sizes and lengths. You can also have the line be solid black, by typing NOSHADE. Here are several examples of sizes and widths, and what the outcome is:&lt;br /&gt;&lt;br /&gt;&lt; HR SIZE=1 WIDTH=100% &gt;&lt;br /&gt;&lt;HR SIZE=1 WIDTH=100%&gt;&lt;br /&gt;&lt;br /&gt;&lt; HR SIZE=5 WIDTH=50% &gt;&lt;br /&gt;&lt;br /&gt;&lt;HR SIZE=5 WIDTH=50%&gt;&lt;br /&gt;&lt;br /&gt;&lt; HR SIZE=25 WIDTH=75% &gt;&lt;br /&gt;&lt;HR SIZE=25 WIDTH=75%&gt;&lt;br /&gt;&lt;br /&gt;&lt; HR SIZE=3 WIDTH=100% &gt;&lt;br /&gt;&lt;HR SIZE=3 WIDTH=100%&gt;&lt;br /&gt;&lt;br /&gt;&lt; HR NOSHADE SIZE=1 WIDTH=100% &gt;&lt;br /&gt;&lt;HR NOSHADE SIZE=1 WIDTH=100%&gt;&lt;br /&gt;&lt;br /&gt;&lt; HR NOSHADE SIZE=3 WIDTH=100% &gt;&lt;br /&gt;&lt;HR NOSHADE SIZE=3 WIDTH=100%&gt;&lt;br /&gt;&lt;br /&gt;&lt; HR NOSHADE SIZE=10 WIDTH=20% &gt;&lt;br /&gt;&lt;HR NOSHADE SIZE=10 WIDTH=20%&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-3773587357148072585?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/3773587357148072585/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=3773587357148072585' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3773587357148072585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/3773587357148072585'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-horizontal-rules-text.html' title='Make Horizontal Rules TEXT'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-666917235292644321</id><published>2008-05-10T16:52:00.000-07:00</published><updated>2008-05-10T16:55:57.867-07:00</updated><title type='text'>Make Forced Line Breaks TEXT</title><content type='html'>There are many cases in which you want to end typing on one line, and start on the next. To do this, you can use a simple HTML command. This is one of the few commands that you don't have to put an ending command on. Let's say that you wanted to say "Hello, how are you?", but with each word on a separate line. All you have to type is:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hello,&lt; BR &gt;how&lt; BR &gt;are&lt; BR &gt;you?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The outcome is:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hello,&lt;br&gt;&lt;br /&gt;how&lt;br&gt;&lt;br /&gt;are&lt;br&gt;&lt;br /&gt;you?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-666917235292644321?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/666917235292644321/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=666917235292644321' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/666917235292644321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/666917235292644321'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-forced-line-breaks-text.html' title='Make Forced Line Breaks TEXT'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-4339758020469544002</id><published>2008-05-10T16:42:00.000-07:00</published><updated>2008-05-10T16:52:42.226-07:00</updated><title type='text'>Make List TEXT</title><content type='html'>There are two types of lists that you can make in HTML, dotted, and numbered. To make a dotted list of: red, orange, green, blue, purple, black, and brown, type:&lt;br /&gt;&lt; ul &gt;&lt;br /&gt;&lt; li &gt; red&lt;br /&gt;&lt; li &gt; orange&lt;br /&gt;&lt; li &gt; green&lt;br /&gt;&lt; li &gt; blue&lt;br /&gt;&lt; li &gt; purple&lt;br /&gt;&lt; li &gt; black&lt;br /&gt;&lt; li &gt; brown&lt;br /&gt;&lt; /ul &gt;&lt;br /&gt;&lt;br /&gt;The result is:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;red&lt;br /&gt;&lt;li&gt;orange&lt;br /&gt;&lt;li&gt;green&lt;br /&gt;&lt;li&gt;blue&lt;br /&gt;&lt;li&gt;purple&lt;br /&gt;&lt;li&gt;black&lt;br /&gt;&lt;li&gt;brown&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;To make a numbered list of: red, orange, green, blue, purple, black, and brown, type:&lt;br /&gt;&lt;br /&gt;&lt; ol &gt;&lt;br /&gt;&lt; li &gt; red&lt;br /&gt;&lt; li &gt; orange&lt;br /&gt;&lt; li &gt; green&lt;br /&gt;&lt; li &gt; blue&lt;br /&gt;&lt; li &gt; purple&lt;br /&gt;&lt; li &gt; black&lt;br /&gt;&lt; li &gt; brown&lt;br /&gt;&lt; /ol &gt;&lt;br /&gt;&lt;br /&gt;The result looks like:&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;red&lt;br /&gt;&lt;li&gt;orange&lt;br /&gt;&lt;li&gt;green&lt;br /&gt;&lt;li&gt;blue&lt;br /&gt;&lt;li&gt;purple&lt;br /&gt;&lt;li&gt;black&lt;br /&gt;&lt;li&gt;brown&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-4339758020469544002?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/4339758020469544002/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=4339758020469544002' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4339758020469544002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/4339758020469544002'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-list-text.html' title='Make List TEXT'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-9143730914425503778</id><published>2008-05-10T16:37:00.000-07:00</published><updated>2008-05-10T16:41:05.638-07:00</updated><title type='text'>Make Paragraphs TEXT</title><content type='html'>Paragraphs&lt;br /&gt;Whenever you have more than a sentence of writing, you should have paragraphs. Personally, I don't see what the difference is, but I do it anyway, because then I can find a certain spot better when programing. To Make a paragraph of "This is a web page. How do you like what I've done? Please e-mail me with any suggestions at a@a.com", type:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;&gt;This is a web page. How do you like what I've done? Please e-mail me with any suggestions at a@a.com&lt; /P &gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The outcome is:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;This is a web page. How do you like what I've done? Please e-mail me with any suggestions at a@a.com&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-9143730914425503778?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/9143730914425503778/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=9143730914425503778' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/9143730914425503778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/9143730914425503778'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-paragraphs-text.html' title='Make Paragraphs TEXT'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-1790090904494402601</id><published>2008-05-10T16:28:00.000-07:00</published><updated>2008-05-10T16:36:55.989-07:00</updated><title type='text'>Make Headings TEXT</title><content type='html'>HTML has six levels of headings, numbered 1 through 6, with 1 being the largest. Headings are displayed in larger, or smaller fonts, and usually bolder. If you wanted to type "Hello", this is what you would type for each heading, and what the outcome is:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt; h1  &gt;Hello&lt; /h1 &gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;Hello&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;&lt;  h2 &gt;Hello&lt; /h2&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Hello&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;&lt; h3  &gt;Hello&lt; /h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Hello&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;  h4 &gt;Hello&lt; /h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Hello&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;  h5 &gt;Hello&lt; /h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Hello&lt;/h5&gt;&lt;br /&gt;&lt;br /&gt;&lt;  h6 &gt;Hello&lt; /h6&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h6&gt;Hello&lt;/h6&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-1790090904494402601?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/1790090904494402601/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=1790090904494402601' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/1790090904494402601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/1790090904494402601'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-headings-text.html' title='Make Headings TEXT'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-6187240459096997342</id><published>2008-05-10T01:46:00.000-07:00</published><updated>2008-05-10T02:40:41.206-07:00</updated><title type='text'>Make TITLE</title><content type='html'>The first thing to put on your web page, is a title. The title is what will show up in the very top of the window. Let's say that your title is going to be "John Doe's Web Page", you would type:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;span&gt;&lt; title &gt;John Doe's Web Page&lt; /title &gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In HTML, every command is surrounded by &lt;'s, and &gt;'s. And in most commands, you need to tell the web browser when to end this command. You do this by putting a back slash (/) in front of the ending command, as in above. Since HTML isn't case sensitive,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-6187240459096997342?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/6187240459096997342/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=6187240459096997342' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/6187240459096997342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/6187240459096997342'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/make-title.html' title='Make TITLE'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4004400988683122127.post-2800439964607523485</id><published>2008-05-10T01:04:00.000-07:00</published><updated>2008-05-10T01:45:31.196-07:00</updated><title type='text'>Getting Start</title><content type='html'>There are basically two ways to make a web page. The first way is to create the page(s) offline and then upload them to your Internet Service Provider (ISP) via FTP. The second way is to create your web page(s) online using a Telnet program by accessing your UNIX account, if you have one.&lt;br /&gt;&lt;br /&gt;If you are creating your web page(s) offline, do so in any text editing or word processing document. Make sure that when you save your document, you save it as a "text", "plain text" or "text only" document. Otherwise it will not be read properly by a web browser. Once you have created your page(s), you will need to contact your ISP about how to go about uploading them to your server.&lt;br /&gt;&lt;br /&gt;If you have a UNIX account, you can create your web page(s) online. You first need to get a program that can access your UNIX account. I recommend Telnet for the &lt;a href="ftp://ftp.teleport.com/pub/vendors/teleport/mac/telnet/ncsa_telnet.sit.bin" target="_top"&gt;Mac&lt;/a&gt; or &lt;a href="ftp://ftp.channel1.com/pub/winsock-l/telnet/ewan1052.zip"&gt;Ewan&lt;/a&gt; for Windows 95/98.&lt;br /&gt;&lt;br /&gt;Once you can access your account, you need to make a new directory called "public_html". You can do this by typing:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;mkdir public_html&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;After this, change your directory to this new directory called "public_html".&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;cd public_html&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;If you want to, you can make other directories, one for all the web pages that you make, and one for all of the graphics that you have. Follow the same steps as above to do this.&lt;br /&gt;&lt;br /&gt;Next, you need to think of a filename for your page (this is not a title, but what will be in the URL). A common filename for a main web page, is "index". Once you've decided on this, add ".html" to the end of it. Then type (i.e.)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;pico index.html&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Of course, use your page's filename, instead of this one. Next, you need to gain some knowledge of the many HTML commands. Lucky for you, I've already gotten some of the basic commands for you. Follow the index below, to decide what to put on your page, and how to do it. Once you've gotten started, exit your page. You can do this by pressing control-x. Then you need to type:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;chmod 744 index.html&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Only do this with the filename of your page. You only need to do this the very first time that you leave your web page. This command will make sure that nobody else can delete your page. You will need to do this to any other pages that you make in the future. Then, look at your page on the WWW. Lets say that your server is "www.domain.com", your username is "username", and the name of your page is "index.html". The URL would normally be:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;http://www.domain.com/~username/index.html&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;However, you will need to contact your ISP for your URL.&lt;br /&gt;&lt;br /&gt;If you have made separate directories for pages and graphics, then you need to include that in the URL also. Lets say that you made a directory for all of your web pages, called "Pages". The new URL would be: &lt;strong&gt;http://www.domain.com/~username/Pages/index.html&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4004400988683122127-2800439964607523485?l=howtocreate-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtocreate-web.blogspot.com/feeds/2800439964607523485/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4004400988683122127&amp;postID=2800439964607523485' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/2800439964607523485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4004400988683122127/posts/default/2800439964607523485'/><link rel='alternate' type='text/html' href='http://howtocreate-web.blogspot.com/2008/05/getting-start.html' title='Getting Start'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
