Click to See Complete Forum and Search --> : Possibility...


nobita_87
04-12-2006, 12:18 AM
Is it possible to combine this few technology : php, jsp, apache, mysql, java, microsoft frontpage, to create a web application... because some of the technology never used before...

felgall
04-12-2006, 02:47 AM
php and jsp serve the same purpose so you probably only need to use one.

jsp and java are the same thing except for where you are running them

frontpage is a program not a language - the languages you need for creating web pages are HTML, CSS, and Javascript

apache is a web server application not a language - running it on your computer will make testing your server side processing easier. If you already have a web page then there is about an 80% chance that it is hosted on an apache web server.

If you are starting out then learn HTML first then CSS then Javascript.
Then move on to the server side and look at either PHP or JSP next
Databases follow on from there with mySQL