Page 1 of 1
What kind of script do I need to use?
Posted: Thu Apr 12, 2012 1:13 pm
by newbieprogrammer
I am trying to create a website that is similar to this
http://ad-for.net/ecatalogue.php?abmi=search&a=MTU= , what kind of language can I use? I am really new to programming and making websites, so I really need all the help that I can get. Thanks.
Re: What kind of script do I need to use?
Posted: Thu Apr 19, 2012 8:23 am
by x_mutatis_mutandis_x
If your website content is just static pages HTML/CSS should be sufficient. For dynamic pages, perl or PHP should help you get started quickly. You can use JAVA-Servlets and .NET Framework but they are more involved. The website you have in your like has heavy CSS/Javascript. HTML lays everything on the page, CSS makes it prettier. Check out Dreamwaver
Re: What kind of script do I need to use?
Posted: Wed Jun 13, 2012 10:51 am
by Live24x7
The example you have shown is essentially a dynamic site - users login - so u need a members database and then do some activities which are essentially dynamic.
as mutatis mutandis suggest and as you say you are a new programmer - you may consider looking at PHP and MySql combination for the dynamic content and HTML/CSS/Javascript for the static content.