Computer Hope

Internet & Networking => Web design => Topic started by: Google on November 27, 2009, 08:11:30 PM

Title: What code should I build a website in?
Post by: Google on November 27, 2009, 08:11:30 PM
Hi, what is the best method to build a website? Im thinking xhtml with a css stylesheet?

What are your takes on this?
Title: Re: What code should I build a website in?
Post by: kpac on November 28, 2009, 09:41:56 AM
Well, that would be the way to go.

There aren't many options anyway.
Title: Re: What code should I build a website in?
Post by: Google on November 28, 2009, 01:30:15 PM
Ok, yea didnt think so.  I'll probably have to use a bit of javascript in there too.
Title: Re: What code should I build a website in?
Post by: kpac on November 28, 2009, 03:30:31 PM
Well you NEED HTML anyway.

When it comes to functionality and usability, for example, you can use CSS and JS.
Instead of using plain HTML, you could use PHP, ASP, Java, ASP.NET, Coldfusion, Perl/CGI - that's where the options open.
Title: Re: What code should I build a website in?
Post by: 2x3i5x on November 28, 2009, 06:31:54 PM
if you want to make your website using Flash, that's another way to go.  :)
Title: Re: What code should I build a website in?
Post by: Google on November 28, 2009, 06:55:32 PM
Yea, but isn't that harder than even PHP?
Title: Re: What code should I build a website in?
Post by: kpac on November 29, 2009, 04:52:19 AM
It is, and you need special software to do it.
Title: Re: What code should I build a website in?
Post by: Google on November 29, 2009, 09:27:56 AM
Ill stick with Xhtml, javascript and php...
Title: Re: What code should I build a website in?
Post by: 2x3i5x on November 29, 2009, 11:01:26 PM
How about AJAX? Is it worth it to go that way?
Title: Re: What code should I build a website in?
Post by: BC_Programmer on November 30, 2009, 02:53:38 AM
I'm pretty sure AJAX is just a library or something for Javascript.
Title: Re: What code should I build a website in?
Post by: Google on November 30, 2009, 07:16:06 AM
Asynchronous JavaScript And XML
Title: Re: What code should I build a website in?
Post by: kpac on November 30, 2009, 09:22:42 AM
AJAX is used mainly for dynamic pages where the user doesn't have to refresh the page to load new content. It uses JS to communicate with an XML and PHP file, which they then do some sort of function and return to the JS.