Tutorials   

HTML Getting Started Tips and Tutorials, Resources, DHTML, CSS, Tables, Image Map




Sponsors
Offshore Software Development


User Options
Add Link
  Modify Link  
 
Login
Register
 Getting Rated
Link to Us
Feedback Us


Categories
    3DS MAX
    ASP
    C And C++
    ColdFusion
    Database
    Dreamweaver
    Flash
    HTML
    Java
    JavaScript
    Linux
    Maya
    MS Excel
    MS PowerPoint
    MS Word
    Paint Shop Pro
    Perl and CGI
    Photoshop
    PHP
    Premiere
    Python
    Visual Basic
    Web Hosting
    XML
 

 Home  » HTML » Getting Started



Getting Started tutorials


 RoR: Installing Mephisto and Subversion on a Shared Host  By Force

Rate It  | Review
This guide was written by Mat Harvard at http://matharvard.com. I reserve all rights to this article, and it may not be copyed and/or reproduced unless you have explicit permission from myself (see my website for contact details).
   Hits:616    Rate:  4.0(out of 5)    Vote:1   Submit Date :2007-06-06
  Rate It   |  Error   |  Review
 

 How To Redirect A Webpage  By bmtutorials

Rate It  | Review
How To Redirect A Webpage This tutorial explains how to use the Meta Tag "Refresh" to redirect to a different URL. This tutorial explains how to use the Meta Tag "Refresh" to redirect to a different URL. At some time or another you might need to redirect people to a different page because a URL has changed or you do not want people viewing a certain area. By using the Meta Tag "Refresh" you can easily forward the end user of the site to the new page you wish them to go to. The most common use for the refresh tag is to help tell your users a page has changed and they need to update their bookmarks. I personally use the refresh tag the most for error pages so my end user doesn't see any problems or issues with the site if the encounter an error code. Most of the web isn't exactly web savvy so if they encounter an error they think the whole site is screwed up in most cases. By forwarding them to a new page before they realize what happened they continue on without any problems. I have attached a zip of the file for anyone to download. It contains a simple template to use for the Refresh tag. The page I used it for was a custom error page but it can be changed to anything you wish.
   Hits:570    Rate:  3.5(out of 5)    Vote:2   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Everything HTML  By html

Rate It  | Review
Everything HTML People often think it is extremely difficult to make a website. That is not the case! Everyone can learn how to make a website. And if you read on, you will have made one in just one hour.
   Hits:554    Rate:  5.0(out of 5)    Vote:1   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 How to Start a Website for free  By sr-ultimate

Rate It  | Review
How to Start a Website for free A quick tutorial for newbie's on how to create a website for free. uploading through FTP - free hosts - free template resources explained. 1. First of all to start a Website you need a Host where your files(website) is saved & shown. Some Free Hosts are Listed Here . Start a account in any one of them. 2. Then you will need a domain, generally you get a subdomain with the host which is long, now many Free domain services are there like Dot.tk , Co.nr, Uni.CC etc, which make your Domain name short like yourname.tk etc . 3. If you Don`t want a messy or ugly site . You can download templates ( Templates are readymade files which you just need to edit) some site`s which give free templates are listed here .
   Hits:467    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Html Basics  By zeeder

Rate It  | Review
Html Basics This tutorial will teach you the very basics of HTML. It will cover all the html basics that you will need to start off your very own website!
   Hits:450    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Your first site  By htmlgoodies

Rate It  | Review
Your first site This is a basic tutorial explaining how to create links between all the pages you create. It gives a quick idea of how to set up your own site.
   Hits:420    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Creating my first webpage with HTML  By sypher-design

Rate It  | Review
Creating my first webpage with HTML Beginner tutorial covering what HTML is and how to create your first webpage...
   Hits:394    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Getting Started  By gelper

Rate It  | Review
Getting Started If you are completely new to coding then you will find that learning HTML is a great place to start. The language is very visual and simple.
   Hits:366    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Web Links  By gelper

Rate It  | Review
Web Links This is a must for any html newbie. It’s important to know how to properly link your pages together, so that visitors can easily navigate their way threw your site.
   Hits:331    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 

 Building your first web page with HTML  By killersites

Rate It  | Review
Building your first web page with HTML In this 'hands-on' module we will be building our first web page in no time. We just need to quickly cover a couple of points beforehand to help get our feet on the ground. The three ways you can build a web page 1. Use a pre-made template: WHAT IS WEB DESIGN TEMPLATE? Web site design templates are pre-made web designs which can be customized to reflect your company's branding. Website design templates can be found in various formats like Photoshop and HTML. Many times these templates are compatible with HTML editors like GoLive, FrontPage, and Dreamweaver. Web site templates can be very useful; they can be used by experienced web designers to 'jump-start' the creation of a website. They are also a way for people to put out great looking web sites quickly with little or no knowledge of HTML and web design. 2. Use an HTML editor like FrontPage or Dreamweaver: HTML editors make building web pages feel like (to a certain extent) creating a document in Microsoft Word ... it's made pretty easy. But the downside is that you loose a certain amount of control of what you're doing and in some cases become dependent on the program. 3. Hand-code your HTML in a text editor like Notepad: That means you type in the HTML code yourself. This is the approach we are going to use here, because it's the quickest way to learn how to build web pages, and it is arguably the best way because you have the most control over what you're doing. Ok, now that we know the advantages of hand-coding web pages, let's jump into just the bare minimum of theory, then we will build our first web page! What are HTML tags? HTML tags are specifically formatted text that creates 'markers' for web browser to read and interpret. These 'markers' tell the web browser what and how to display things on the web page. Tags are placed in and around text and images (text and images are some of the 'things') that your want to have appear in your web pages. HTML has a whole bunch of tags (just like the alphabet has a whole bunch of letters) that the web designer can use to build web pages. As mentioned above, tags have a specific structure so that when the browser is reading an HTML page, it knows the tags from the normal text. Tags are typically words or abbreviations of words placed between angled brackets. So for example: to make text bold, HTML has the
   Hits:293    Rate:  0.0(out of 5)    Vote:0   Submit Date :2006-03-20
  Rate It   |  Error   |  Review
 
Pages : 1 2 3 4
Home | Sitemap | Feedback | Privacy | Advertise with us
Best viewed in 800x600 resolution with Internet Explorer.
Site Developed and Hosted by EthicSolutions