Quizzes & Puzzles74 mins ago
Any programs?
2 Answers
are there any programs that help write php or java scrip in the same way dream weaver writes html?
Answers
Best Answer
No best answer has yet been selected by kitesurfer. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.HTML is a page description language. Therefore given a page that you've assembled, it's relatively easy to reverse engineer it to produce the description in HTML.
Javascript and php are programming languages. They describe tasks to be performed. The normal way to write a program is to analyse the task yourself and then write the program. You can do this within Dreamweaver or a text editor, or an IDE. But at the end of the day, you need to understand programming in general and the language you are using in particular - and you need to type in the code!
Javascript and php are programming languages. They describe tasks to be performed. The normal way to write a program is to analyse the task yourself and then write the program. You can do this within Dreamweaver or a text editor, or an IDE. But at the end of the day, you need to understand programming in general and the language you are using in particular - and you need to type in the code!
Just realised that this is a follow-on from your previous question. In order to achieve what you seem to be aiming for, you will also need to understand database programming and SQL.
Perhaps you should look at a Content Management System (CMS) which provides you with a framework in which to work.
http://www.google.co.uk/search?q=free+cms+soft ware&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGG L_enGR280GR280&aq=t
Perhaps you should look at a Content Management System (CMS) which provides you with a framework in which to work.
http://www.google.co.uk/search?q=free+cms+soft ware&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGG L_enGR280GR280&aq=t