What’s special in using JavaScript and AJAX?
Posted: 06 January 2010 01:38 PM   [ Ignore ]
Newbie
Rank
Total Posts:  12
Joined  2010-01-05

We have HTML, XHTML, CSS, AJAX, PHP, then why we use java scripts.

Does Javascript support HTML, XHTML, PHP ?

What’s the difference between AJAX and JavaScript ?
I think both are scripts to embed inside web languages.Myspace Layouts

Profile
 
 
Posted: 10 January 2010 10:13 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  3
Joined  2010-01-10

I think you do not really understand javascript well.

AJAX is using javascript as its language. ajax give dynamic pages

php is like html, xhtml. it give static pages.

Hope this help to clarify.

—-

Adrian @ How to Get Your Ex Back

Profile
 
 
Posted: 08 February 2010 11:16 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2010-02-04

Use Dream weaver. It’s really good. If you don’t want to pay get a trial version and use it just for this.You can do any coding you want yourself, but DW is best for all the special character s and all.

Profile
 
 
Posted: 01 June 2010 07:52 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  4
Joined  2010-05-27

I think, using DreamWeaver is not enough if you want to build a site with interactive and flash features. I am currently taking a crash course in HTML and CSS and hopefully AJAX, Java Scripts next.

_______________________________________________________________________
Sedona Method, Emotional Freedom Technique, EFT, Release Technique, Lester Levenson

Profile
 
 
Posted: 03 June 2010 02:55 PM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  4
Joined  2010-06-03

Javascript is a client-side programming language, you can use it to interact with the visitor, to change element in the page dinamicaly. AJAX is a powerful Javascript, it can communicate with PHP, so you can get data from a database from example without reloading the page.

Profile
 
 
Posted: 11 June 2010 01:25 AM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  12
Joined  2010-05-09

If you know Javascript, then picking up Ajax is very easy and is a bit more powerful. Infact it uses Javascript (embedded).  Then use PHP as it to is poweful.

weight loss product
fat loss diet
need to lose weight

Profile
 
 
Posted: 30 June 2010 10:31 PM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  1
Joined  2010-06-30

Javascript make your site dynamic. Ajex is a server language.

Mercedes Benz CLK550 Parts

Profile
 
 
Posted: 12 July 2010 05:59 AM   [ Ignore ]   [ # 7 ]
Newbie
Rank
Total Posts:  1
Joined  2010-07-12

OK, no offence, but I think most of the replies are just confusing the OP.

So Cynthia, here is the deal:

There are 2 main “types” of scripting languages that are used on the web:

1. Server-side (eg. PHP, Perl)
This code is executed on the server, and the resulting markup (eg. HTML) is sent to your browser as a web-page. Unless you have access to the server running this code, you have no way of knowing what exactly the code is doing - all you see are the results.

2. Client-side (eg. Javascript)
This code is executed by your browser. You can view the exact code that is being executed because your browser first needs to download it to your local machine and then run it.

There are specific circumstances in which it is better to use server-side code, and specific circumstances in which to use client-side code. Server-side code is generally used to process web forms and to interact with databases on the server. Their main limitation is that they can’t “see” what is happening in your browser until you have submitted some data for the code to process. If you are looking for something more interactive, then client-side code is better, because it can interact with your browser in real time. Nowadays, many applications use both server-side and client-side scripting to get the best of both worlds.

This is by no means an exhaustive explanation, but it should get you started on your way. BTW, AJAX is basically just an extension of Javascript (it stands for Asynchronous Javascript and XML). It is used most notably by Gmail and Google Maps, and gives them that cool interactive feel.

-HTH
———————————————-
Forex Broker Reviews

Profile