Mar 292010
I’d love to get into web designing it’s a first for me so I am just needing any advice where to start for basics. . Where should I start any websites with basic information?Thank You.
I’d love to get into web designing it’s a first for me so I am just needing any advice where to start for basics. . Where should I start any websites with basic information?Thank You.
| © 2012 Web Hosting Blog |
Powered by Yahoo! Answers
http://www. w3schools. com
is a awesome site that teaches you about html/css and other markup languages.
Learn the following:
HTML
CSS
Javascript
XML
SQL
C# and/or PHP
In that order.
For learning the first 4, a good place is w3schools . com
For learning C# and the free development tools google the following:
Visual Studio Express Edition
For web development, aside from knowing HTML, XML, Javascript and CSS, you will always need to use a web server and a database.
If you want to go open-source you will most likely want to use the following:
Web Server: Apache
Database: MySQL
Server-side programming: PHP (version 5)
If you want to go job-market-driven use the following:
Web Server: Windows (IIS)
Database: SQL Server
Server-side programming: C# (. NET)
SQL Server 2008 Express Edition is also free just like the dev studios.
Best wishes!
You’ll need a few things first.
Web hosting, a domain name and finally content for your websites. The last one is probably the most difficult, as you can get a domain name and web hosting set up in a few minutes. The content needs to be interesting enough for visitors to want to go to your site, and updated frequently enough to keep them coming back. The design of your site also is important, as a difficult navigation structure could turn someone away from your site pretty quickly.
There are a few coding languages you can use to create your site, but I would start with getting a basic understanding of HTML. If your site is going to require any dynamic content, I would then learn either PHP or ASP.