AJAX (Asynchronous JavaScript and XML) is a set of development techniques for creating interactive web applications, using asynchronous communication between the client and server.
Questions tagged [ajax]
64 questions
0
votes
1 answer
Setting up Ajax Push Engine (APE) to play nice with Apache
I'm trying to setup Ajax Push Engine (http://ape-project.org) on a CentOS server. I've installed the APE Server and verified that it is running correctly. I setup a subdomain on a separate IP, but I still can't get the javascript to connect. I…

James Simpson
- 1,651
- 2
- 15
- 31
-1
votes
1 answer
Certain URLs (and some content) not being blocked by DansGuardian
In attempting to configure DansGuardian I've had difficulty blocking certain search sites, though it also differs between browsers.
I'm using the word "twerk" for testing as there's no instance of it in the bundled DansGuardian lists. I've added the…

Michael Plotke
- 174
- 3
-1
votes
1 answer
Get external page title
I have a task.
One input:
input type='text' id='url' name='url'
One button:
button id='go'
and one div.
User writes a site in that input and onclick i must show title of that site
How can i do that ?

Dima Savva
- 9
- 1