473,385 Members | 2,069 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Is it necessary for me to learn javascript?

I hope this is the correct place to post this:
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'm
not sure which shopping cart I'll be using yet (am looking at
os-commerce and miva) but the other part will be content. I will be
writing reviews of products, articles on the industry, and someday may
have some blogging and forums and advertising. I have to add that I
am not much into programming and I want a good web site but most of
all what is important to me is ease of use and a easy to update web
page. I will be using Macromeda Studio 8 to develop it (dreamweaver
and flash)
I know years ago Javascript seemed to be used a lot but will this be
necessary for me to learn? It is more for big web applications? Or
should I use php instead?
Aug 17 '06 #1
5 1671
MarkW <ma*****@RemoveNoSpamcomcast.netwrote in
news:gb********************************@4ax.com:
I hope this is the correct place to post this:
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'm
not sure which shopping cart I'll be using yet (am looking at
os-commerce and miva) but the other part will be content. I will be
writing reviews of products, articles on the industry, and someday may
have some blogging and forums and advertising. I have to add that I
am not much into programming and I want a good web site but most of
all what is important to me is ease of use and a easy to update web
page. I will be using Macromeda Studio 8 to develop it (dreamweaver
and flash)
I know years ago Javascript seemed to be used a lot but will this be
necessary for me to learn?
Nahhh. Don't bother.
It is more for big web applications? Or
should I use php instead?
Go with php. For a shopping site that will fill the bill.
Aug 17 '06 #2
MarkW wrote:
I know years ago Javascript seemed to be used a lot but will this be
necessary for me to learn?
JavaScript is a very nice tool for adding "optional extras" to a website. It
isn't something you *need* though.
It is more for big web applications?
No, the size of the site is irrelevant.
Or should I use php instead?
Most things relating to running an e-commerce *need* to be handled server
side. PHP wouldn't be my first choice of server side language though. I'd
likely go with Perl, Python, Ruby or Java before considering PHP.

--
David Dorward <http://blog.dorward.me.uk/ <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Aug 17 '06 #3
MarkW wrote:
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>
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.
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.
Or should I use php instead?
Not using a particular client-side technology does not imply using any
particular server side technology.

Richard.
Aug 17 '06 #4
MarkW <ma*****@RemoveNoSpamcomcast.netwrote:
>I know years ago Javascript seemed to be used a lot but will this be
necessary for me to learn? It is more for big web applications? Or
should I use php instead?
They do quite different things. PHP is a system for server-side
processing. You will certainly need to do server-side processing so
you'll need to learn at least one of the many server-side processing
systems available.

Javascript usually is used for writing code to be run on the client.
You can hide or show parts of your page at various times, make
interactive menus, even go to the server to get more data to be
displayed (as Google Maps does when you drag the map around). You can
probably get away without client-side scripting, but as time goes by
you'll probably find things you'd like your pages to do that can be
accomplished with client-side scripting.

--
Tim Slattery
Sl********@bls.gov
Aug 17 '06 #5
Thanks for the responses. One thing I'm learning is that I should
look at off the shelf e-commerce solutions for at least part of my
solution. I will continue researching and see what I can come with.
Aug 17 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Rob | last post by:
i know javascript, vbscript, asp css and alot more and im only 14 i was wondering which is easier to learn php or cgi. any help?
14
by: John Bentley | last post by:
Note this is crossposted to comp.lang.javacript and microsoft.public.dotnet.scripting. After some Googling and FAQing my understanding of these terms is, crudely: Javascript (3 different...
25
by: Lewis Lang | last post by:
MCSD certification - is it still necessary to land a job? ... or, is it just a money-maker? Is it worth spending the money on the books and the exam? Thanks, Lewis Lang
8
by: WindAndWaves | last post by:
Hi Dudes I would really like to learn the basics of Javascript. I understand how it works, but a couple of years down the track, I am still not sure about its basic syntax. Does anyone know a...
8
by: Hermawih | last post by:
Hello , I want your opinion about this . In order to say it clearly , I think I have to describe it in long sentences . I could consider myself as Intermediate/Advance Access Developer ;...
4
by: MarkW | last post by:
I hope this is the correct place to post this: 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'm not sure which...
6
by: =?Utf-8?B?UGV0ZXI=?= | last post by:
I want to learn .net 2.0 and above. I have no knowledge in .net at all. There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003 Virtual Labs in MSDN. My understanding is that Visual...
46
by: ajba74 | last post by:
Hi fellows, I am reading some books to learn the C programming language, and sometimes I have the feeling that when somebody becomes a C expert, he must learn a more modern and object-oriented...
83
by: liketofindoutwhy | last post by:
I am learning more and more Prototype and Script.aculo.us and got the Bungee book... and wonder if I should get some books on jQuery (jQuery in Action, and Learning jQuery) and start learning about...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.