Chaitanya Lakshmi
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook

Should I use an HTTP GET or POST for my AJAX calls?

2/27/2012

0 Comments

 
AJAX requests should use an HTTP GET request when retrieving data where the data will not change for a given request URL. An HTTP POST should be used when state is updated on the server. This is in line with HTTP idem potency recommendations and is highly recommended for a consistent web application architecture.
0 Comments

What API function provides the connection between the client and server?

2/27/2012

0 Comments

 
XMLHttpRequest
0 Comments

difference between asychronus and activex control

2/27/2012

1 Comment

 
IE supports activex control

Remaining all browsers support Asychronus data transfer

1 Comment

Is DOJO a part of AJAX What is AJAX and WHAT is DOJO

2/27/2012

3 Comments

 
AJAX is Asyncrynous JavaScript and XML toghather they make it possible to make a JavaScript function call to your server and get the response. They use XMLHttpRequest and XMLHttpResponse opbeject.

Dojo is an open source JavaScript library which provides you lots of custom components like calendar datagrid scroller etc it provides some datastructure mode like arraylist and collection and it also provides some advance API’s like API to make AJAX calls.

3 Comments

What is the Maximum Execution time of Ajax Request?

2/17/2012

3 Comments

 
120 Seconds
3 Comments

Different response types in ajax?

2/17/2012

1 Comment

 
JSON
HTML
XML
Text
CSV
YAML
1 Comment

How many types of ready states in ajax?

2/17/2012

2 Comments

 
0: request not initialized
1: server connection established
2: request received
3: processing request
4: request finished and response is ready
2 Comments

    Archives

    April 2012
    March 2012
    February 2012

    Categor

    All
    Ajax
    Api
    Cross Site Scripting
    Css
    Curl
    Design Patterns
    Drupal
    Exception Handling
    Htaccess
    Html
    Javascript
    Jquery
    Json
    Linux
    Mysql
    Oops
    Php
    Regular Expressions
    Web 2.0
    Webservices
    Wordpress
    Xhtml

    RSS Feed

Powered by Create your own unique website with customizable templates.