»Dotnet Ads
»Message Boards
Message Boards
Dotnet Books
»Member Details
Register
Login
LogOut
Submit Code
Submit Jobs
Submit Projects
»Competition
Community
Winners
Prizes
Write For Us
Members
»Other Resources
Links
Dotnet Resources
|
Create and deploy a website from start to finish! Create and deploy a website from start to finish!
Need a website for small business, church, sports team, or community but don’t know where to start? Don’t have the time or maybe even the knowledge on how to build and or publish a website? Well let me say it’s really know big deal. I will try to give you the basics to get started.
Ok let’s get to it. Here are some steps you can follow in no particular order.
-Step one, create some pages. You probably have heard of “HTML”, html stands for “hypertext markup language”. Hypertext Markup Language is a text-based markup language used for web documents. In HTML, markup indicates page structure. A website can be made up of many “html” files. If you know absolutely nothing about HTML then you’re going to have to do some research or purchase a book. If you’re using a good HTML editor or MS Word then this task is not be so bad. I don’t want to get into the task of coding HTML in this article so you’re going to have to play around with building some practice pages.
About HTML editors Their are many editors that can be used to create and edit html files. Some free, some costing hundreds of dollars. Since it is a text based language pretty much any text editor will do but I suggjest investing in a good WIZ-zee-wig. (Short for what you see is what you get). My favorite is Macromedia Dreamweaver. If you have Microsoft word then you can save “Word” documents as web pages as well.
Page Types There are basically two types of web pages, static and dynamic. What’s the difference between a static and dynamic web page? Well it is exactly that, static or dynamic. Static never changes. It basically just text, links and images. Dynamic web page, dynamic HTML or DHTML is a technique of creating interactive web sites by using a combination of the static markup language HTML, a client-side scripting language (such as JavaScript, ASP, PHP) and the style definition language Cascading Style Sheets. I
|