How to Make a Website
Domain Name and Web Space
To have your own website first you need to buy domain name and web space from good web hosting.
Register a domain name
You can buy and register a domain name from these web hosting sites (You can also buy web space)
https://www.godaddy.com/
http://www.enom.com/
http://www.nettigritty.com/
http://www.marblehost.com/
Build your website. Here you have a few different options.
Get a website-building program and do it yourself. if you are unsure of your design eye and ability, then it's probably not the best choice if you're trying to make a sharp, professional impression (especially if you're trying to get people to part with their money).
Learn a programming language (or two, or three) and build a website from scratch.
HTML is incredibly easy to learn, and if you're up to it, you'll be able to tweak your web design any way you want, and you won't have to pay anybody else to update or change your site.
XHTML is the new web language set by W3C's standards. Almost identical to HTML, it follows a stricter set of rules for marking up information - what this means, for the most part, is minor changes to the way you write code.
CSS, which stands for "Cascading Style Sheets", gives more flexibility for styling the HTML.
A browser sided scripting language, such as JavaScript, allows you to make your page interactive.
A server sided scripting language (PHP, ASP with JavaScript or VB Script or Python) can be used to make things on your site move and edit or create forums.
AJAX (Asynchronous JavaScript and XML) is a technique of using a browser sided language and a server sided language to make the page get new information from the server without refreshing the page, often greatly reducing user wait time and vastly improving the user's experience but increasing bandwidth usage. Think of the possibilities: you could probably make a web based instant messaging service!
Hire a professional. This is the best option for more advanced sites, especially e-commerce sites.
Upload your website. Your web host may have an FTP feature, or you can download your own FTP program like FileZilla. If you hired a professional to design the website, he or she may take care of this for you.
No comments:
Post a Comment