Friday, January 8, 2010

What programming language do I need to make a web page?

website has two categories


1).web designing(simple website where you dun have to access sorta databases..hmm like informative websites)


2).Web application


it where you got to access databes n mainatain 3 tier/2 tier architecture) like www.yahoo.com





web designing uses knowledge of


1)HTML


2)Javascript/PHP/asp


3)ajax/ PHP





well webpage comes under category of webdesinging


webpage itself is of two kinds


1)static (like simple webpage where nothing is moving)


that can be done with simple html


2)Dynamic(where things are moving...)


you need sorta script programming


javescript/php/asp.net(asp)








for webdevelopement


you need java/jsp or Visual studio.Net or Php





further Knowledge from the scratch go to


http://www.w3schools.com





hope this will help


Cheers:)What programming language do I need to make a web page?
As a base you will want HTML. But after that it all depends on what you want to do, is the site going to be a dynamic site that is, is it going to be data driven from a database if so you may want to also use asp.net/coldfusion/PHP etc鈥?the web server environment will also dictate what dynamic programming language you will use. If it is a Windows server then you can do asp.net/coldfusion/php etc鈥?if it is a Lynix/unix server then you will not be able to use asp.net but you could use PHP/Coldfusion etc鈥?br>




But in a nut shell if you just want a plain old static web site HTML is all you need, but you may want some JavaScript in there as well.








CheersWhat programming language do I need to make a web page?
html is the basic, you will also need to know css. if you want to do dynamic content, ie connecting to a database, you would need to know asp, asp.net, php, coldfusion, c#, or c++.
HTML for simple or complex pages with no interactive content, Javascript and PHP are my favorites for interative content such as having users on your website.





You can learn all kinds of different online languages at http://www.w3schools.com
You have plenty to choose from. HTML, XHTML, Java, Ruby on Rails, Dreamweaver, Cold Fusion and probably a dozen others. Find one you think you want to learn and go with it. Ruby is easy on beginners, I would go with that.





Regards,





Brandon
html is the basic for making a website, using a notepad only,


but many people use dreamweaver (application) for making websites nowadays





html sample:





%26lt;html%26gt;


%26lt;head%26gt;


%26lt;title%26gt;my page%26gt;%26lt;/title%26gt;


%26lt;/head%26gt;


%26lt;body bgcolor=';black'; font color=';red';%26gt;


text text


%26lt;/body%26gt;


%26lt;/html%26gt;





save as name.html
HTML mostly, JavaScript and/or ActionScript depending on what you want to do. If you want interactivity you need some sort of scripting. If you want any kind of membership or user customized pages you need a server side script like PHP or ASP.NET.
HTML to make the decoration of the page,


XML to declare the servlet,


JAVA to make a servlet


and a software like tomcat
Well, the real question that you will need to ask yourself first is what type of webpage are you planning to make. If you are looking for a simple static site, you will need to use html + CSS for your site. On the other hand, if you are looking to do some dynamic site, you may need to look at the latest web app devlopment languages such as PERL, PYTHON, Ruby on Rails. LAMP etc.
Oh wow, theres alot, HTML, CSS, PHP, Javascript, theres programs that can help you make a webpage like frontpage and dreamweaver. Dreamweaver has a 30-day trial at adobe.com/
Web Pages are HTML. There's Hot Dog, or any of a number of free or cheap HTML editors.





Microsoft Word can even save as HTML.

No comments:

Post a Comment