Guide to basic web design – Intro and Chapter 1 (How To Edit, Name and Save Files)

About

The original idea of the book was to circulate among family and friends as I didn’t have time to deal with all their requests for basic websites especially since I was not getting paid for it.

So I created this book and whenever a family or friend asked me to do them a basic website I responded with “I can help you to do it yourself”.

Well it worked out great. I had more time to do work I was getting paid for, they found the book really helpful and 15 out of the 17 people I gave the book to produced their own sites (yes they were basic but they were happy THEY had done it)!!!

The book has obviously had a bit of a facelift since I originally did it. For example I corrected a few appalling spelling mistakes although I bet you still find some.

Anyway something about the book now.

Over the last year I have chopped and changed the book to try and explain things in the best possible way and from the feedback I have had it is easily understood and easy to follow.

The book is separated into 12 sections each dealing with a different area

On most sections there are exercises to complete at the end, which are relevant to whatever has been learnt in the section. It is very important to try and complete these exercises as they basically test your knowledge and understanding of the section.

I have also assumed that the reader has very little knowledge of how things work so to those of you who are more advanced and know a little more I apologise.

I would also recommend that for the book you use internet explorer even if it is not your default browser. The reason being is that most of the examples were done using IE and results may differ in other browsers.

There are some sections in this book that I only touch upon briefly. This is because this book was designed to be a basic guide to web design not an in depth guide. The aim was to enable people to produce their own basic website after using this book.

I think that’s enough of an introduction I am sure you want to get started so why don’t you move to the first section.



Section 1   Edit, Name And Save Files

Section 2    Headings, Alignment And Formatting

Section 3    Text And Background Colours

Section 4    Working With Images

Section 5    Linking Your Pages

Section 6    Formatting Page Content

Section 7    Layouts With Tables

Section 8    Collecting Input From Users

Section 9    Working With Frames

Section 10    Style Sheets

Section 11    Multimedia

Section 12    JavaScript

Extras

How To Edit, Name and Save Files

The Great Thing about HTML is that in order to create pages you don’t need any special program like you do in things such as software developing. Web pages can be designed in something as simple as notepad that comes with windows.

There are alternatives out there to notepad such as Textpad (pc). Textpad is shareware that can be downloaded from http://www.textpad.com/. Below is a task you can do yourself that will get you on your way to creating your first webpage follow the instructions below.

Task

For those of you who have never seen HTML Source code before open any webpage in internet explorer and go to View then go to Source you will see notepad open and show you the source code for the page.

If you haven’t already done so open notepad on your computer you will be presented with a new blank document. You can minimize this for now.

Each Web page contains commands that tell the web browser what to do and how to display information.

These commands are called tags.

HTML tags are surrounded by the angle brackets < and >.

It is always good practice to try and enter all tags in uppercase it makes your HTML code easier to read should you need to update it later. e.g.. .

Every Webpage has a structure. The basic structure starts with the tag this basically tells the browser that everything after this will be written in HTML. Next comes the tag. Inside the head tag you may have a title tag . The title tag contains the name of your page that will appear in the top of the browser when someone looks at it. <br/><br/>As we have opening tags we also have closing tags so for example: <br/><br/><TITLE>This is a test page

What this basically tells the browser is to open the title tag it takes the title and then it closes the title as if to say I have finished with the title now. You can get away with not closing some tags but this is very very bad HTML coding and will not only make code very hard to read and messy it could also affect many other things such as where you rank in search engines etc

Ok its time to create our first webpage in the exercise below:

Type the code below into the open notepad document you have:

My first Web Page Anything I want to be displayed on the screen goes in this Section

After you have typed the above into Notepad:

If you now go to the place where you saved the file and double click the file firstpage.htm you should see a new browser window with the page title you gave it and some text in the main window.

As a quick recap:

tells the browser that everything after this line will be written in the HTML language.

is the section at the beginning of every web page that you can use to create individual display styles.

is the meaningful title that you give your web page. This will appear at the top of your browser window. <br/><br/><BODY> is where you place all the HTML, text and images that you want to display in the browser window. <br/><br/>Congratulations you have just created your first web page move on to section 2!!!!! <br/><br/>Look out for part 2 <br/><br/></p> <div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;"> <p>I have been a web/software developer for the past 7 years working on small scale bespoke software systems to large scale custom web application and database driven sites. Currently freelancing while i complete some long running projects. </p> <p><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.ca-development.co.uk">CA-Development – </a>Web Design and web application design and development, aswell as bespoke software solutions and freelance work.</p> </div> </div> <div class="postmeta"><img src="http://makeownwebsite.net/makeownwebsite/wp-content/themes/GrooveBordeaux/images/folder.png" /> Posted in <a href="http://makeownwebsite.net/category/web-design-tutorials/css-web-design/" title="View all posts in CSS Web Design" rel="category tag">CSS Web Design</a> <img src="http://makeownwebsite.net/makeownwebsite/wp-content/themes/GrooveBordeaux/images/tag.png" /> Tags: <a href="http://makeownwebsite.net/tag/basic/" rel="tag">Basic</a>, <a href="http://makeownwebsite.net/tag/chapter/" rel="tag">Chapter</a>, <a href="http://makeownwebsite.net/tag/design/" rel="tag">Design</a>, <a href="http://makeownwebsite.net/tag/edit/" rel="tag">Edit</a>, <a href="http://makeownwebsite.net/tag/files/" rel="tag">Files</a>, <a href="http://makeownwebsite.net/tag/guide/" rel="tag">Guide</a>, <a href="http://makeownwebsite.net/tag/intro/" rel="tag">Intro</a>, <a href="http://makeownwebsite.net/tag/name/" rel="tag">Name</a>, <a href="http://makeownwebsite.net/tag/save/" rel="tag">Save</a></div> <div class="navigation clearfix"> <div class="alignleft">« <a href="http://makeownwebsite.net/web-design-tutorials/top-5-web-designing-mistakes/" rel="prev">Top 5 Web Designing Mistakes</a></div> <div class="alignright"><a href="http://makeownwebsite.net/web-design-tutorials/ecommmerce-web-design/5-tips-for-ecommerce-web-design/" rel="next">5 Tips For Ecommerce Web Design</a> »</div> </div> You can <a href="#respond">leave a response</a>, or <a href="http://makeownwebsite.net/web-design-tutorials/css-web-design/guide-to-basic-web-design-intro-and-chapter-1-how-to-edit-name-and-save-files/trackback/" rel="trackback">trackback</a> from your own site. </div><!--/post-1177--> <!-- You can start editing here. --> <!-- If comments are open, but there are no comments. --> <div id="respond"> <h3>Leave a Reply</h3> <div class="cancel-comment-reply"> <small><a rel="nofollow" id="cancel-comment-reply-link" href="/web-design-tutorials/css-web-design/guide-to-basic-web-design-intro-and-chapter-1-how-to-edit-name-and-save-files/#respond" style="display:none;">Click here to cancel reply.</a></small> </div> <form action="http://makeownwebsite.net/makeownwebsite/wp-comments-post.php" method="post" id="commentform"> <p><input type="text" name="author" id="author" value="" size="22" tabindex="1" aria-required='true' /> <label for="author"><small>Name (required)</small></label></p> <p><input type="text" name="email" id="email" value="" size="22" tabindex="2" aria-required='true' /> <label for="email"><small>Mail (will not be published) (required)</small></label></p> <p><input type="text" name="url" id="url" value="" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p> <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></small></p>--> <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type='hidden' name='comment_post_ID' value='1177' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p> </form> </div> </div> </div> <div class="span-11 last"> <div class="span-8 last"> <div class="twitterbox"> <a href="http://twitter.com/Make_OwnWebsite" target="_blank"><img src="http://makeownwebsite.net/makeownwebsite/wp-content/themes/GrooveBordeaux/images/twitter.png" alt="Follow me on Twitter!" title="Follow me on Twitter!" style="vertical-align:middle; margin-right: 5px;" /></a><a href="http://twitter.com/Make_OwnWebsite" target="_blank">Follow me on Twitter!</a> </div> <div class="sidebar"> <ul> <li id="text-3" class="widget widget_text"> <div class="textwidget"><script type="text/javascript"><!-- google_ad_client = "pub-0508086658098309"; /* 300x250, Image */ google_ad_slot = "2708329959"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </li> <li id="recent-posts-3" class="widget widget_recent_entries"> <h2 class="widgettitle">Recent Posts</h2> <ul> <li><a href="http://makeownwebsite.net/web-design-tutorials/wordpress-web-design/biografia-de-henrique-capriles-presidential-candidato-venezuela/" title="Biografía de Henrique Capriles – Presidential Candidato Venezuela">Biografía de Henrique Capriles – Presidential Candidato Venezuela </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/joomla-web-design/joomla-tutorial-how-to-make-a-new-menu/" title="Joomla Tutorial: How to make a new menu">Joomla Tutorial: How to make a new menu </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/photoshop-web-design/photoshop-vivid-eyes-interactive-tutorial/" title="Photoshop: Vivid Eyes (Interactive Tutorial)">Photoshop: Vivid Eyes (Interactive Tutorial) </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/dreamweaver-web-design/image-slicing-with-photoshop-and-dreamweaver-pt1/" title="Image Slicing with Photoshop and Dreamweaver, PT1">Image Slicing with Photoshop and Dreamweaver, PT1 </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/drupal-web-design/menus-tutorial-for-drupal-drupal-gardens-and-seven/" title="Menus tutorial for Drupal Drupal Gardens and Seven">Menus tutorial for Drupal Drupal Gardens and Seven </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/php-web-design/your-first-web-page-using-html-and-css-part-2/" title="Your first web page using HTML and CSS [Part 2]">Your first web page using HTML and CSS [Part 2] </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/wordpress-web-design/eng-sub-0200-idol-army-show-ep-3-part-15/" title="[Eng Sub] 02:00 Idol Army Show Ep 3 Part 1/5">[Eng Sub] 02:00 Idol Army Show Ep 3 Part 1/5 </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/css-web-design/life-size-map-de_dust/" title="Life-size map de_dust!">Life-size map de_dust! </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/ajax-web-design/ajax-psv-30-january-2008-0-2/" title="Ajax – PSV (30 January 2008): 0-2">Ajax – PSV (30 January 2008): 0-2 </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/internet-marketing/internet-marketing-hong-kong-carol-chan/" title="Internet Marketing Hong Kong – Carol Chan">Internet Marketing Hong Kong – Carol Chan </a></li> </ul> </li><li id="tag_cloud-3" class="widget widget_tag_cloud"><h2 class="widgettitle">Popular Tags</h2><div><a href='http://makeownwebsite.net/tag/adobe/' class='tag-link-69' title='89 topics' style='font-size: 10.3728813559pt;'>Adobe</a> <a href='http://makeownwebsite.net/tag/ajax/' class='tag-link-204' title='356 topics' style='font-size: 17.4915254237pt;'>Ajax</a> <a href='http://makeownwebsite.net/tag/best/' class='tag-link-238' title='57 topics' style='font-size: 8.1186440678pt;'>Best</a> <a href='http://makeownwebsite.net/tag/business/' class='tag-link-58' title='84 topics' style='font-size: 10.1355932203pt;'>Business</a> <a href='http://makeownwebsite.net/tag/company/' class='tag-link-214' title='63 topics' style='font-size: 8.71186440678pt;'>Company</a> <a href='http://makeownwebsite.net/tag/content/' class='tag-link-395' title='56 topics' style='font-size: 8.1186440678pt;'>Content</a> <a href='http://makeownwebsite.net/tag/create/' class='tag-link-80' title='95 topics' style='font-size: 10.7288135593pt;'>Create</a> <a href='http://makeownwebsite.net/tag/creating/' class='tag-link-253' title='55 topics' style='font-size: 8pt;'>Creating</a> <a href='http://makeownwebsite.net/tag/design/' class='tag-link-52' title='621 topics' style='font-size: 20.3389830508pt;'>Design</a> <a href='http://makeownwebsite.net/tag/designing/' class='tag-link-137' title='62 topics' style='font-size: 8.59322033898pt;'>Designing</a> <a href='http://makeownwebsite.net/tag/development/' class='tag-link-29' title='197 topics' style='font-size: 14.5254237288pt;'>Development</a> <a href='http://makeownwebsite.net/tag/domain/' class='tag-link-7' title='73 topics' style='font-size: 9.42372881356pt;'>Domain</a> <a href='http://makeownwebsite.net/tag/dream/' class='tag-link-1198' title='91 topics' style='font-size: 10.4915254237pt;'>Dream</a> <a href='http://makeownwebsite.net/tag/dreamweaver/' class='tag-link-88' title='197 topics' style='font-size: 14.5254237288pt;'>Dreamweaver</a> <a href='http://makeownwebsite.net/tag/drupal/' class='tag-link-227' title='258 topics' style='font-size: 15.8305084746pt;'>Drupal</a> <a href='http://makeownwebsite.net/tag/ecommerce/' class='tag-link-197' title='127 topics' style='font-size: 12.2711864407pt;'>Ecommerce</a> <a href='http://makeownwebsite.net/tag/engine/' class='tag-link-201' title='207 topics' style='font-size: 14.7627118644pt;'>engine</a> <a href='http://makeownwebsite.net/tag/flash/' class='tag-link-229' title='298 topics' style='font-size: 16.6610169492pt;'>Flash</a> <a href='http://makeownwebsite.net/tag/free/' class='tag-link-12' title='62 topics' style='font-size: 8.59322033898pt;'>Free</a> <a href='http://makeownwebsite.net/tag/from/' class='tag-link-94' title='78 topics' style='font-size: 9.77966101695pt;'>from</a> <a href='http://makeownwebsite.net/tag/hosting/' class='tag-link-35' title='161 topics' style='font-size: 13.4576271186pt;'>Hosting</a> <a href='http://makeownwebsite.net/tag/html/' class='tag-link-49' title='433 topics' style='font-size: 18.5593220339pt;'>HTML</a> <a href='http://makeownwebsite.net/tag/internet/' class='tag-link-84' title='395 topics' style='font-size: 18.0847457627pt;'>Internet</a> <a href='http://makeownwebsite.net/tag/joomla/' class='tag-link-216' title='216 topics' style='font-size: 15pt;'>Joomla</a> <a href='http://makeownwebsite.net/tag/latest/' class='tag-link-1447' title='828 topics' style='font-size: 21.8813559322pt;'>Latest</a> <a href='http://makeownwebsite.net/tag/marketing/' class='tag-link-271' title='407 topics' style='font-size: 18.2033898305pt;'>Marketing</a> <a href='http://makeownwebsite.net/tag/news/' class='tag-link-1857' title='855 topics' style='font-size: 22pt;'>News</a> <a href='http://makeownwebsite.net/tag/online/' class='tag-link-352' title='60 topics' style='font-size: 8.47457627119pt;'>Online</a> <a href='http://makeownwebsite.net/tag/optimization/' class='tag-link-202' title='188 topics' style='font-size: 14.2881355932pt;'>optimization</a> <a href='http://makeownwebsite.net/tag/part/' class='tag-link-205' title='216 topics' style='font-size: 15pt;'>Part</a> <a href='http://makeownwebsite.net/tag/photoshop/' class='tag-link-175' title='168 topics' style='font-size: 13.6949152542pt;'>Photoshop</a> <a href='http://makeownwebsite.net/tag/press/' class='tag-link-1858' title='72 topics' style='font-size: 9.30508474576pt;'>Press</a> <a href='http://makeownwebsite.net/tag/recent/' class='tag-link-1850' title='619 topics' style='font-size: 20.3389830508pt;'>Recent</a> <a href='http://makeownwebsite.net/tag/search/' class='tag-link-11' title='219 topics' style='font-size: 15pt;'>Search</a> <a href='http://makeownwebsite.net/tag/services/' class='tag-link-46' title='71 topics' style='font-size: 9.30508474576pt;'>Services</a> <a href='http://makeownwebsite.net/tag/site/' class='tag-link-151' title='122 topics' style='font-size: 12.0338983051pt;'>Site</a> <a href='http://makeownwebsite.net/tag/tips/' class='tag-link-27' title='66 topics' style='font-size: 8.94915254237pt;'>Tips</a> <a href='http://makeownwebsite.net/tag/tutorial/' class='tag-link-136' title='288 topics' style='font-size: 16.4237288136pt;'>Tutorial</a> <a href='http://makeownwebsite.net/tag/tweets/' class='tag-link-1851' title='620 topics' style='font-size: 20.3389830508pt;'>Tweets</a> <a href='http://makeownwebsite.net/tag/using/' class='tag-link-178' title='73 topics' style='font-size: 9.42372881356pt;'>Using</a> <a href='http://makeownwebsite.net/tag/video/' class='tag-link-53' title='82 topics' style='font-size: 10.0169491525pt;'>Video</a> <a href='http://makeownwebsite.net/tag/weaver/' class='tag-link-1199' title='89 topics' style='font-size: 10.3728813559pt;'>Weaver</a> <a href='http://makeownwebsite.net/tag/website/' class='tag-link-67' title='217 topics' style='font-size: 15pt;'>Website</a> <a href='http://makeownwebsite.net/tag/word/' class='tag-link-1526' title='73 topics' style='font-size: 9.42372881356pt;'>Word</a> <a href='http://makeownwebsite.net/tag/wordpress/' class='tag-link-787' title='55 topics' style='font-size: 8pt;'>wordpress</a></div> </li><li id="calendar-4" class="widget widget_calendar"><h2 class="widgettitle">Calendar</h2><div id="calendar_wrap"><table id="wp-calendar" summary="Calendar"> <caption>February 2012</caption> <thead> <tr> <th abbr="Monday" scope="col" title="Monday">M</th> <th abbr="Tuesday" scope="col" title="Tuesday">T</th> <th abbr="Wednesday" scope="col" title="Wednesday">W</th> <th abbr="Thursday" scope="col" title="Thursday">T</th> <th abbr="Friday" scope="col" title="Friday">F</th> <th abbr="Saturday" scope="col" title="Saturday">S</th> <th abbr="Sunday" scope="col" title="Sunday">S</th> </tr> </thead> <tfoot> <tr> <td abbr="January" colspan="3" id="prev"><a href="http://makeownwebsite.net/2012/01/" title="View posts for January 2012">« Jan</a></td> <td class="pad"> </td> <td colspan="3" id="next" class="pad"> </td> </tr> </tfoot> <tbody> <tr> <td colspan="2" class="pad"> </td><td><a href="http://makeownwebsite.net/2012/02/01/" title="Como fazer em over to html – Html UNITED ASGARD, Page Rank, PHP Tutorial – COOKIES / setcookie, Load & Unload Multiple External SWF files Tutorial in Flash ActionScript 3.0 CS3 CS4 CS5.5">1</a></td><td><a href="http://makeownwebsite.net/2012/02/02/" title="100 jaar Ajax in Orange, CSS Fundamentals with Dreamweaver CS5 – Part 4, Per jQuery and jQuery UI sortable Make HTML lists, HTML / CSS Basics – Undsoversity">2</a></td><td><a href="http://makeownwebsite.net/2012/02/03/" title="[Eng Sub] 02:00 Idol Army Show Ep 5 Part 2/5, Second E – Commerce Website PHP Tutorial – MySQL database and its tables, WordPress website tutorial Part 1 – The Basics [German / German], TV in a Flash – Season 2 – Episode 2">3</a></td><td><a href="http://makeownwebsite.net/2012/02/04/" title="Joomla Tutorial – Part 1 Banner, Joomla Tutorial: How To Enable SEO, Cómo vectorizar UN dibujo de hecho a lápiz Photoshop, Van de successen Ajax">4</a></td><td><a href="http://makeownwebsite.net/2012/02/05/" title="Make a website with Joomla and quickly WAMP Server – Part 2, Introduction to MVC by Andrew Eddie, You suck at Photoshop – Notes – You Suck at Photoshop, Le Nouveau Journal – Les offs – Invitée: Chantal Brunel, [Eng Sub] 02:00 Idol Army Show Ep 2 part 4/5">5</a></td> </tr> <tr> <td><a href="http://makeownwebsite.net/2012/02/06/" title="CSS Tutorial – MODIFICAR la opacidad e imagenes de Colores [HD], De opstellingen Ajax Feyenoord van de, Samenvatting: Brondby – Ajax, What does Monica Heyden store?">6</a></td><td><a href="http://makeownwebsite.net/2012/02/07/" title="Internet Marketing Hong Kong – Carol Chan, Ajax – PSV (30 January 2008): 0-2, Life-size map de_dust!, [Eng Sub] 02:00 Idol Army Show Ep 3 Part 1/5, Your first web page using HTML and CSS [Part 2]">7</a></td><td><a href="http://makeownwebsite.net/2012/02/08/" title="Menus tutorial for Drupal Drupal Gardens and Seven, Image Slicing with Photoshop and Dreamweaver, PT1, Photoshop: Vivid Eyes (Interactive Tutorial), Joomla Tutorial: How to make a new menu">8</a></td><td id="today"><a href="http://makeownwebsite.net/2012/02/09/" title="Biografía de Henrique Capriles – Presidential Candidato Venezuela">9</a></td><td>10</td><td>11</td><td>12</td> </tr> <tr> <td>13</td><td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td> </tr> <tr> <td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td> </tr> <tr> <td>27</td><td>28</td><td>29</td> <td class="pad" colspan="4"> </td> </tr> </tbody> </table></div></li> </ul> </div> </div> <div class="span-3"> <div class="sidebar"> <ul> <li id="categories-3" class="widget widget_categories"><h2 class="widgettitle">Categories</h2> <ul> <li class="cat-item cat-item-157"><a href="http://makeownwebsite.net/category/web-design-tutorials/adobe-cs4-for-web/" title="View all posts filed under Adobe CS4 for Web">Adobe CS4 for Web</a> </li> <li class="cat-item cat-item-165"><a href="http://makeownwebsite.net/category/web-design-tutorials/ajax-web-design/" title="View all posts filed under Ajax Web Design">Ajax Web Design</a> </li> <li class="cat-item cat-item-164"><a href="http://makeownwebsite.net/category/web-design-tutorials/cms-web-design/" title="View all posts filed under CMS Web Design">CMS Web Design</a> </li> <li class="cat-item cat-item-155"><a href="http://makeownwebsite.net/category/web-design-tutorials/css-web-design/" title="View all posts filed under CSS Web Design">CSS Web Design</a> </li> <li class="cat-item cat-item-4"><a href="http://makeownwebsite.net/category/domain-names/" title="View all posts filed under Domain Names">Domain Names</a> </li> <li class="cat-item cat-item-159"><a href="http://makeownwebsite.net/category/web-design-tutorials/dreamweaver-web-design/" title="View all posts filed under Dreamweaver Web Design">Dreamweaver Web Design</a> </li> <li class="cat-item cat-item-161"><a href="http://makeownwebsite.net/category/web-design-tutorials/drupal-web-design/" title="View all posts filed under Drupal Web Design">Drupal Web Design</a> </li> <li class="cat-item cat-item-166"><a href="http://makeownwebsite.net/category/web-design-tutorials/ecommmerce-web-design/" title="View all posts filed under Ecommmerce Web Design">Ecommmerce Web Design</a> </li> <li class="cat-item cat-item-158"><a href="http://makeownwebsite.net/category/web-design-tutorials/flash-web-design/" title="View all posts filed under Flash Web Design">Flash Web Design</a> </li> <li class="cat-item cat-item-43"><a href="http://makeownwebsite.net/category/web-design-tutorials/html-tutorials/" title="View all posts filed under HTML Tutorials">HTML Tutorials</a> </li> <li class="cat-item cat-item-168"><a href="http://makeownwebsite.net/category/web-design-tutorials/internet-marketing/" title="View all posts filed under Internet Marketing">Internet Marketing</a> </li> <li class="cat-item cat-item-160"><a href="http://makeownwebsite.net/category/web-design-tutorials/joomla-web-design/" title="View all posts filed under Joomla Web Design">Joomla Web Design</a> </li> <li class="cat-item cat-item-1853"><a href="http://makeownwebsite.net/category/make-your-own-website/news-and-developments/" title="View all posts filed under News and Developments">News and Developments</a> </li> <li class="cat-item cat-item-156"><a href="http://makeownwebsite.net/category/web-design-tutorials/photoshop-web-design/" title="View all posts filed under Photoshop Web Design">Photoshop Web Design</a> </li> <li class="cat-item cat-item-163"><a href="http://makeownwebsite.net/category/web-design-tutorials/php-web-design/" title="View all posts filed under PHP Web Design">PHP Web Design</a> </li> <li class="cat-item cat-item-1849"><a href="http://makeownwebsite.net/category/make-your-own-website/recent-tweets/" title="View all posts filed under Recent Tweets">Recent Tweets</a> </li> <li class="cat-item cat-item-167"><a href="http://makeownwebsite.net/category/web-design-tutorials/search-engine-optimization/" title="View all posts filed under Search Engine Optimization">Search Engine Optimization</a> </li> <li class="cat-item cat-item-3"><a href="http://makeownwebsite.net/category/make-your-own-website/" title="View all posts filed under Updates">Updates</a> </li> <li class="cat-item cat-item-65"><a href="http://makeownwebsite.net/category/web-design-books/" title="View all posts filed under Web Design Books">Web Design Books</a> </li> <li class="cat-item cat-item-64"><a href="http://makeownwebsite.net/category/web-design-software/" title="View all posts filed under Web Design Software">Web Design Software</a> </li> <li class="cat-item cat-item-42"><a href="http://makeownwebsite.net/category/web-design-tutorials/" title="View all posts filed under Web Design Tutorials">Web Design Tutorials</a> </li> <li class="cat-item cat-item-5"><a href="http://makeownwebsite.net/category/web-hosting/" title="View all posts filed under Web Hosting">Web Hosting</a> </li> <li class="cat-item cat-item-162"><a href="http://makeownwebsite.net/category/web-design-tutorials/wordpress-web-design/" title="View all posts filed under Wordpress Web Design">Wordpress Web Design</a> </li> </ul> </li> <li id="recent-comments-3" class="widget widget_recent_comments"> <h2 class="widgettitle">Comments</h2> <ul id="recentcomments"><li class="recentcomments"><a href='http://www.amazon.com/Flash-MX-2004-Beyond-Basics/dp/1930727755%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193072775' rel='external nofollow' class='url'>moxzi.com</a> on <a href="http://makeownwebsite.net/web-design-books/flash-mx-2004-beyond-the-basics/comment-page-1/#comment-14474">Flash MX 2004 Beyond the Basics</a></li><li class="recentcomments"><a href='http://www.amazon.com/HTML-CSS-Easy-Web-Design/dp/0973721480%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0973721480' rel='external nofollow' class='url'>Alberto Díaz Álvarez</a> on <a href="http://makeownwebsite.net/web-design-books/html-and-css-easy-web-design/comment-page-1/#comment-12449">HTML and CSS Easy Web Design</a></li><li class="recentcomments"><a href='http://www.amazon.com/Designing-Web-Getting-Started-Medium/dp/1565921658%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D' rel='external nofollow' class='url'>J. T. Tokarz (tok@co.henrico.va.us)</a> on <a href="http://makeownwebsite.net/web-design-books/designing-for-the-web-getting-started-in-a-new-medium/comment-page-1/#comment-10453">Designing for the Web: Getting Started in a New Medium</a></li><li class="recentcomments"><a href='http://www.amazon.com/Designing-Web-Getting-Started-Medium/dp/1565921658%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D' rel='external nofollow' class='url'>Anonymous</a> on <a href="http://makeownwebsite.net/web-design-books/designing-for-the-web-getting-started-in-a-new-medium/comment-page-1/#comment-10452">Designing for the Web: Getting Started in a New Medium</a></li><li class="recentcomments"><a href='http://www.amazon.com/Designing-Web-Getting-Started-Medium/dp/1565921658%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D' rel='external nofollow' class='url'>Anonymous</a> on <a href="http://makeownwebsite.net/web-design-books/designing-for-the-web-getting-started-in-a-new-medium/comment-page-1/#comment-10451">Designing for the Web: Getting Started in a New Medium</a></li><li class="recentcomments"><a href='http://www.amazon.com/Designing-Web-Getting-Started-Medium/dp/1565921658%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D' rel='external nofollow' class='url'>Robin Duggan (rduggan3@compuserve.com)</a> on <a href="http://makeownwebsite.net/web-design-books/designing-for-the-web-getting-started-in-a-new-medium/comment-page-1/#comment-10450">Designing for the Web: Getting Started in a New Medium</a></li><li class="recentcomments"><a href='http://www.amazon.com/Designing-Web-Getting-Started-Medium/dp/1565921658%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D' rel='external nofollow' class='url'>nithyanandan</a> on <a href="http://makeownwebsite.net/web-design-books/designing-for-the-web-getting-started-in-a-new-medium/comment-page-1/#comment-10449">Designing for the Web: Getting Started in a New Medium</a></li><li class="recentcomments"><a href='http://www.amazon.com/HTML-Essential-Training-William-Weinman/dp/1930727372%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN' rel='external nofollow' class='url'>D. Kelley</a> on <a href="http://makeownwebsite.net/web-design-books/html-essential-training/comment-page-1/#comment-10261">HTML Essential Training</a></li><li class="recentcomments"><a href='http://www.amazon.com/HTML-Essential-Training-William-Weinman/dp/1930727372%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN' rel='external nofollow' class='url'>Deborah A. Woehr</a> on <a href="http://makeownwebsite.net/web-design-books/html-essential-training/comment-page-1/#comment-10260">HTML Essential Training</a></li><li class="recentcomments"><a href='http://www.amazon.com/Expression-Web-Essential-Training-Marini/dp/1596713054%3FSubscriptionId%3DAKIAI7YRTY436ZU6QJBQ%26tag%3Dgenpark-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASI' rel='external nofollow' class='url'>Paul Schwichtenberg</a> on <a href="http://makeownwebsite.net/web-design-books/expression-web-essential-training/comment-page-1/#comment-9902">Expression Web Essential Training</a></li></ul> </li> </ul> </div> </div> </div> </div> </div> <div id="footer"> Copyright © <strong>MakeOwnWebsite.net</strong> | Powered by <a href="http://wordpress.org/">WordPress</a> </div> <div id="footer2"><a href="http://newwpthemes.com/">Free WordPress Themes</a> <a href="http://newwpthemes.com/">Design</a> by <a href="http://newwpthemes.com/">New WordPress Themes</a> | Thanks to <a href="http://insurance.relatedpages.net/">Insurance</a> and <a href="http://insurance.relatedpages.net/cheap-insurance/home-insurance/">Home Insurance</a></div> </div> <!--/* OpenX Javascript Tag v2.8.4-rc17 */--> <!--/* * The backup image section of this tag has been generated for use on a * non-SSL page. If this tag is to be placed on an SSL page, change the * 'http://d1.openx.org/...' * to * 'https://d1.openx.org/...' * * This noscript section of this tag only shows image banners. There * is no width or height in these banners, so if you want these tags to * allocate space for the ad before it shows, you will need to add this * information to the <img> tag. * * If you do not want to deal with the intricities of the noscript * section, delete the tag (from <noscript>... to </noscript>). On * average, the noscript tag is called from less than 1% of internet * users. */--> <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://d1.openx.org/ajs.php':'http://d1.openx.org/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=109479"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href='http://d1.openx.org/ck.php?n=a6ad0400&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=109479&cb=INSERT_RANDOM_NUMBER_HERE&n=a6ad0400' border='0' alt='' /></a></noscript> </body> </html>