MarkW wrote:
Quote:
I am developing a web site for a e-commerce business
I will be running. The site I'm setting up will be
50% store, 50% content. ... . I will be writing
reviews of products, articles on the industry, and
someday may have some blogging and forums and advertising.
|
<snip>
Quote:
I know years ago Javascript seemed to be used a lot but
will this be necessary for me to learn?
|
Everything you have described can be done entirely and reliably with any
server-side scripting technology. So there is no need to use javascript
at all (and as client-side scripting is an optional technology (does not
have to be available on the client) nothing (especially e-commerce)
should be written to depend upon it if reliability is desired).
If you never use javascript there is no reason for learning it. If you
do use javascript then it is a very bad idea not to learn it first.
Quote:
|
It is more for big web applications?
|
There is no relationship between size and the use of javascript. The
smallest single web page can be rendered unusable for many by the
unconsidered use of javascript.
Quote:
|
Or should I use php instead?
|
Not using a particular client-side technology does not imply using any
particular server side technology.
Richard.