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/search-engine-optimization/thai-sub-120-507-%e0%b9%80%e0%b8%a5%e0%b8%b4-%e0%b8%9f-%e0%b9%80%e0%b8%a3-%e0%b8%99-ep-13-1-5/" title="[Thai Sub] 120 507 เลิ ฟ เร น EP.13 (1-5)">[Thai Sub] 120 507 เลิ ฟ เร น EP.13 (1-5) </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/css-web-design/photoshop-tutorial-how-to-make-a-website-template/" title="Photoshop Tutorial: How to make a website template">Photoshop Tutorial: How to make a website template </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/css-web-design/countercurrent-flow-asia-07-creepers-at-godsgarden-4-where-daigo-mini-game/" title="Countercurrent flow Asia # 07: Creepers at Godsgarden 4, where Daigo mini-game">Countercurrent flow Asia # 07: Creepers at Godsgarden 4, where Daigo mini-game </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/search-engine-optimization/thai-sub-120-430-%e0%b9%80%e0%b8%a5%e0%b8%b4-%e0%b8%9f-%e0%b9%80%e0%b8%a3-%e0%b8%99-ep-11-1-5/" title="[Thai Sub] 120 430 เลิ ฟ เร น EP.11 (1-5)">[Thai Sub] 120 430 เลิ ฟ เร น EP.11 (1-5) </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/flash-web-design/youtube-closed-caption-transcribing-audio-beta/" title="YouTube closed caption transcribing audio beta">YouTube closed caption transcribing audio beta </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/photoshop-web-design/fifa-12-ultimate-team-pack-opening/" title="Fifa 12 Ultimate Team pack opening">Fifa 12 Ultimate Team pack opening </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/html-tutorials/aula-de-basica-html-004/" title="Aula de Basica HTML 004">Aula de Basica HTML 004 </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/dreamweaver-web-design/how-to-make-an-online-store-using-dreamweaver-and-php-chapter-5/" title="How to make an online store using Dreamweaver and PHP. Chapter 5">How to make an online store using Dreamweaver and PHP. Chapter 5 </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/ajax-web-design/het-goed-met-komt-ajax/" title="“Het goed met komt Ajax ‘">“Het goed met komt Ajax ‘ </a></li> <li><a href="http://makeownwebsite.net/web-design-tutorials/cms-web-design/reves-realites-et-des-etudiants-de-dakar-03-02/" title="Rêves Réalités et des étudiants de Dakar (03.02)">Rêves Réalités et des étudiants de Dakar (03.02) </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='96 topics' style='font-size: 10.4561403509pt;'>Adobe</a> <a href='http://makeownwebsite.net/tag/ajax/' class='tag-link-204' title='392 topics' style='font-size: 17.8245614035pt;'>Ajax</a> <a href='http://makeownwebsite.net/tag/best/' class='tag-link-238' title='61 topics' style='font-size: 8pt;'>Best</a> <a href='http://makeownwebsite.net/tag/business/' class='tag-link-58' title='86 topics' style='font-size: 9.84210526316pt;'>Business</a> <a href='http://makeownwebsite.net/tag/company/' class='tag-link-214' title='63 topics' style='font-size: 8.24561403509pt;'>Company</a> <a href='http://makeownwebsite.net/tag/create/' class='tag-link-80' title='111 topics' style='font-size: 11.1929824561pt;'>Create</a> <a href='http://makeownwebsite.net/tag/design/' class='tag-link-52' title='635 topics' style='font-size: 20.4035087719pt;'>Design</a> <a href='http://makeownwebsite.net/tag/designing/' class='tag-link-137' title='64 topics' style='font-size: 8.24561403509pt;'>Designing</a> <a href='http://makeownwebsite.net/tag/development/' class='tag-link-29' title='198 topics' style='font-size: 14.2631578947pt;'>Development</a> <a href='http://makeownwebsite.net/tag/domain/' class='tag-link-7' title='73 topics' style='font-size: 8.98245614035pt;'>Domain</a> <a href='http://makeownwebsite.net/tag/dream/' class='tag-link-1198' title='92 topics' style='font-size: 10.2105263158pt;'>Dream</a> <a href='http://makeownwebsite.net/tag/dreamweaver/' class='tag-link-88' title='230 topics' style='font-size: 15pt;'>Dreamweaver</a> <a href='http://makeownwebsite.net/tag/drupal/' class='tag-link-227' title='301 topics' style='font-size: 16.4736842105pt;'>Drupal</a> <a href='http://makeownwebsite.net/tag/ecommerce/' class='tag-link-197' title='127 topics' style='font-size: 11.9298245614pt;'>Ecommerce</a> <a href='http://makeownwebsite.net/tag/engine/' class='tag-link-201' title='207 topics' style='font-size: 14.5087719298pt;'>engine</a> <a href='http://makeownwebsite.net/tag/flash/' class='tag-link-229' title='301 topics' style='font-size: 16.4736842105pt;'>Flash</a> <a href='http://makeownwebsite.net/tag/free/' class='tag-link-12' title='66 topics' style='font-size: 8.49122807018pt;'>Free</a> <a href='http://makeownwebsite.net/tag/from/' class='tag-link-94' title='84 topics' style='font-size: 9.71929824561pt;'>from</a> <a href='http://makeownwebsite.net/tag/hosting/' class='tag-link-35' title='161 topics' style='font-size: 13.1578947368pt;'>Hosting</a> <a href='http://makeownwebsite.net/tag/html/' class='tag-link-49' title='455 topics' style='font-size: 18.6842105263pt;'>HTML</a> <a href='http://makeownwebsite.net/tag/internet/' class='tag-link-84' title='408 topics' style='font-size: 18.0701754386pt;'>Internet</a> <a href='http://makeownwebsite.net/tag/introduction/' class='tag-link-282' title='60 topics' style='font-size: 8pt;'>Introduction</a> <a href='http://makeownwebsite.net/tag/joomla/' class='tag-link-216' title='250 topics' style='font-size: 15.4912280702pt;'>Joomla</a> <a href='http://makeownwebsite.net/tag/latest/' class='tag-link-1447' title='828 topics' style='font-size: 21.8771929825pt;'>Latest</a> <a href='http://makeownwebsite.net/tag/marketing/' class='tag-link-271' title='425 topics' style='font-size: 18.3157894737pt;'>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='67 topics' style='font-size: 8.49122807018pt;'>Online</a> <a href='http://makeownwebsite.net/tag/optimization/' class='tag-link-202' title='189 topics' style='font-size: 14.0175438596pt;'>optimization</a> <a href='http://makeownwebsite.net/tag/page/' class='tag-link-51' title='64 topics' style='font-size: 8.24561403509pt;'>Page</a> <a href='http://makeownwebsite.net/tag/part/' class='tag-link-205' title='251 topics' style='font-size: 15.4912280702pt;'>Part</a> <a href='http://makeownwebsite.net/tag/photoshop/' class='tag-link-175' title='187 topics' style='font-size: 13.8947368421pt;'>Photoshop</a> <a href='http://makeownwebsite.net/tag/press/' class='tag-link-1858' title='72 topics' style='font-size: 8.85964912281pt;'>Press</a> <a href='http://makeownwebsite.net/tag/recent/' class='tag-link-1850' title='619 topics' style='font-size: 20.2807017544pt;'>Recent</a> <a href='http://makeownwebsite.net/tag/search/' class='tag-link-11' title='222 topics' style='font-size: 14.8771929825pt;'>Search</a> <a href='http://makeownwebsite.net/tag/services/' class='tag-link-46' title='71 topics' style='font-size: 8.85964912281pt;'>Services</a> <a href='http://makeownwebsite.net/tag/site/' class='tag-link-151' title='135 topics' style='font-size: 12.1754385965pt;'>Site</a> <a href='http://makeownwebsite.net/tag/tips/' class='tag-link-27' title='68 topics' style='font-size: 8.61403508772pt;'>Tips</a> <a href='http://makeownwebsite.net/tag/tutorial/' class='tag-link-136' title='329 topics' style='font-size: 16.9649122807pt;'>Tutorial</a> <a href='http://makeownwebsite.net/tag/tweets/' class='tag-link-1851' title='620 topics' style='font-size: 20.2807017544pt;'>Tweets</a> <a href='http://makeownwebsite.net/tag/using/' class='tag-link-178' title='79 topics' style='font-size: 9.35087719298pt;'>Using</a> <a href='http://makeownwebsite.net/tag/video/' class='tag-link-53' title='93 topics' style='font-size: 10.2105263158pt;'>Video</a> <a href='http://makeownwebsite.net/tag/weaver/' class='tag-link-1199' title='90 topics' style='font-size: 10.0877192982pt;'>Weaver</a> <a href='http://makeownwebsite.net/tag/website/' class='tag-link-67' title='237 topics' style='font-size: 15.2456140351pt;'>Website</a> <a href='http://makeownwebsite.net/tag/word/' class='tag-link-1526' title='73 topics' style='font-size: 8.98245614035pt;'>Word</a> <a href='http://makeownwebsite.net/tag/wordpress/' class='tag-link-787' title='64 topics' style='font-size: 8.24561403509pt;'>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>May 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="April" colspan="3" id="prev"><a href="http://makeownwebsite.net/2012/04/" title="View posts for April 2012">« Apr</a></td> <td class="pad"> </td> <td colspan="3" id="next" class="pad"> </td> </tr> </tfoot> <tbody> <tr> <td colspan="1" class="pad"> </td><td><a href="http://makeownwebsite.net/2012/05/01/" title="Internet Marketing Tools, Is it a good idea to microwave A Sega Game Gear?, Unreal Tournament 3 – traditore!, Ajax Tadehara 2012 USA Judo Senior Nationals-100kg">1</a></td><td><a href="http://makeownwebsite.net/2012/05/02/" title="What is Drupal? + Why Drupal? Cyrus Rajpal (Tutorial), Health Reform & seniors (04/08/2010 Web chat), Minecraft YogBox ITA – No. 23 A Pesca sul cavallo alato, Fazer Aprenda em on HTML">2</a></td><td><a href="http://makeownwebsite.net/2012/05/03/" title="Basic HTML Page Toturial, Nouvo – Le jeu qui l’actu Croque, Dreamweaver Tutorial: creare come un sito e gli stili come usare CSS Parte 1, [Eng Sub] 02:00 Idol Army Show Ep 3 Part 2/5">3</a></td><td><a href="http://makeownwebsite.net/2012/05/04/" title="How do CSS dedicated server with Zombie Mod server.cfg + (02/05/2012), Daniel Boone, Trail Blazer, What is HTML? – HTML-Episode 25, Minecraft Mind Crack – S3E285 – The Shadow">4</a></td><td><a href="http://makeownwebsite.net/2012/05/05/" title="Ajax Training 26-04-2012: Frank de Boer.MOV, BF3 – SVD with SR leaders iBornstellar, The biggest trends for Internet advertising, Amp Maintenance – 1.12">5</a></td><td><a href="http://makeownwebsite.net/2012/05/06/" title="Tutorials – Photoshop QuickTip # 9: Efectul Year, Understanding PBQI, Rage Quit – Assassin’s Creed: Revelations, 3 – Creating a Table-Based Layout in Dreamweaver">6</a></td> </tr> <tr> <td><a href="http://makeownwebsite.net/2012/05/07/" title="Ajax Kampioen 02-05-12 vanuit sfeer VAK 428, Minecraft SkySurvival ITA – # 16 The End, How to backup and restore your Joomla site with Akeeba Backup 3.2, 13 – Create table based layouts in Dreamweaver">7</a></td><td><a href="http://makeownwebsite.net/2012/05/08/" title="Joomla 1.7 Installation HOWTO for beginners – German Joomla # 2, Annoying Orange – Through Time # 4, Eminem – Space Bound “» Lyrics ««, Frank Kern – Core Influence">8</a></td><td><a href="http://makeownwebsite.net/2012/05/09/" title="DC Direct Justice League, Batman Arkham City, Green Lantern & NYCC 2011 Display, Drupal beginners tutorial: Page Creation, 2013 Lexus GS. Moments of Change: Remember When?, Upload of 1.09 part / FTP to the web server / host (HD): Adobe Dreamweaver CS4">9</a></td><td><a href="http://makeownwebsite.net/2012/05/10/" title="Ajax Huldiging 2012 HD Vuurwerk Hoog., PHP Tutorials: Image upload site – uploading images [1/4] (22/30), Discover Joomla 1.6 Beta – Part 1, Drupal 7 Install Demo – Start with Drupal">10</a></td><td><a href="http://makeownwebsite.net/2012/05/11/" title="CakePHP Blog Tutorial Part 1 – Installation, What is HTML?, Testimonial Edwin van der Sar – Ajax U13 U13 vs Manchester United Second Half, how to improve Joomla crack with brute force">11</a></td><td><a href="http://makeownwebsite.net/2012/05/12/" title="Administración de Plan de Tillas Joomla 2.5, Kanye West – All Of The Lights (more gigabytes), How to Create Website Dreamweaver Tutorials – Tables & Images Lesson 4, Definition of Internet Marketing for those who make money online.">12</a></td><td><a href="http://makeownwebsite.net/2012/05/13/" title="Top Gear S14E04 updates, Taco-Man – Play Star Fox (SNES), Overview of the green stimulus programs WordPress Theme for Small Business with Salesforce CRM, Loki – Dreamweaver">13</a></td> </tr> <tr> <td><a href="http://makeownwebsite.net/2012/05/14/" title="Drupal Tutorial: Creating Quick Tabs in Drupal, Real Madrid – Ajax: 2-2, # 3 – Social Media Marketing Tips and secrets of developing an eBook, CSS background-position – as center a background image in Dreamweaver">14</a></td><td><a href="http://makeownwebsite.net/2012/05/15/" title="Mac OS X Snow Leopard, Minecraft Mind Crack – S2E206 – Drunken Nether Caving, MAMP – locally hosted web pages (MySQL databases), Guude plays the fear – F3AR – E06">15</a></td><td><a href="http://makeownwebsite.net/2012/05/16/" title="How to use Wordpress (3 of 7) – changing themes and appearance, [Tutorial] Create Web Page with PHP MySQL and HTML with login system (1/10), Joomla 1.5 Tutorial – Module Positions Explained + More, Ajax tegen De Graafschap">16</a></td><td><a href="http://makeownwebsite.net/2012/05/17/" title="Ajax is Kampioen en de Treinen liggen platform., Add Thank You page on our website for free Dreamweaver Lesson 19, Samenvatting: Ajax De Graafschap, To add a new user in Joomla (CADP). M4v">17</a></td><td><a href="http://makeownwebsite.net/2012/05/18/" title="Experience Tokyo, Japan, [Thai Sub] 120 508 เลิ ฟ เร น EP.14 (5-5), Jolly Ol ‘MW3 – Give them to us …. and a flawless FFA MOAB to the Village (MW3 Gameplay / Commentary), - Web Design – Sink or Swim: HorsePowerCalculators.net">18</a></td><td><a href="http://makeownwebsite.net/2012/05/19/" title="Tu Estas Aqui … Marcela Gándara & Jesus Adrian Romero, Cuando Me Sonreis – El Llanto De La Luna [Con Letra], Qué es el Internet Marketing">19</a></td><td><a href="http://makeownwebsite.net/2012/05/20/" title="Minecraft YogBox ITA – No. 28 cracks infernali, GA STAAN voor de Kampioen @ VITESSE – AJAX (1-3), To create an XML data feed file for Google Product Search with PHP, A Perfect Getaway – Film Review">20</a></td> </tr> <tr> <td><a href="http://makeownwebsite.net/2012/05/21/" title="Van de wederopstanding Ajax, Rêves Réalités et des étudiants de Dakar (03.02), “Het goed met komt Ajax ‘, How to make an online store using Dreamweaver and PHP. Chapter 5">21</a></td><td><a href="http://makeownwebsite.net/2012/05/22/" title="Aula de Basica HTML 004, Fifa 12 Ultimate Team pack opening, YouTube closed caption transcribing audio beta, [Thai Sub] 120 430 เลิ ฟ เร น EP.11 (1-5)">22</a></td><td id="today"><a href="http://makeownwebsite.net/2012/05/23/" title="Countercurrent flow Asia # 07: Creepers at Godsgarden 4, where Daigo mini-game, Photoshop Tutorial: How to make a website template, [Thai Sub] 120 507 เลิ ฟ เร น EP.13 (1-5)">23</a></td><td>24</td><td>25</td><td>26</td><td>27</td> </tr> <tr> <td>28</td><td>29</td><td>30</td><td>31</td> <td class="pad" colspan="3"> </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>