Web Development

 

Results 1 - 5 of 13


Articles/Web Development
Author : Girish Singh
javascript_img_for_intro.pngFragement Identifier Messaging has been lately very popular for passing messages in cross domain environment. However with the new Internet Explorer 7, the default settings cause the nested Iframe on cross domain to be treated as a popup. This breaks all the JavaScripts which used this technique for cross domain communication
26/04/2008 | 1204 Hits | (1 vote) | Read more...



Articles/Web Development
Author : Girish Singh

javascript_img_for_intro.pngDue to security restrictions of a web browser, passing messages in a cross domain environment is not that straightforward as it is in a uni-domain environment. A browser will not let any AJAX requests to pass through between two different domains, similarly two frames, open on two different domains cannot communicate with each other, and cannot access the DOM, or the JavaScript or the Cookies. How then can you pass information between two different domains ?

26/04/2008 | 3272 Hits | (3 votes) | Read more...



Articles/Web Development
Author : Girish Singh
javascript_img_for_intro.pngSince the URL of any webpage is fully accessible to a JavaScript, it is possible to extract get parameters with the help string manipulation function. This article explains how to access GET parameters with JavaScript and how to use them in your website.
25/04/2008 | 10485 Hits | (13 votes) | Read more...



Articles/Web Development
Author : Girish Singh

javascript_img_for_intro.pngThe Pear package called HTTP Request provides an easy way to perform HTTP requests indirectly without the use of a browser. The complete functionality of the package emulates many functionalities of a browser and provides very easy API to use. This article is focussed on the use of HTTP Request for cross domain AJAX purpose.

24/04/2008 | 2362 Hits | (1 vote) | Read more...



Articles/Web Development
Author : Girish Singh

javascript_img_for_intro.pngUrlencoding is done to replace non URL safe characters with URL safe characters in a string. This is particularly done when either passing GET parameters through the browser URL or when passing data through AJAX. Javascript provides various functions which implement this functionality

24/04/2008 | 10482 Hits | (3 votes) | Read more...

<< Start < Prev 1 2 3 Next > End >>
  




Privacy Notice | Advertising Info | Feedback | Contact Us | Partners

The information and views presented above are by the author. Mabaloo.com does not take any gurantee of accuracy.
The views expressed above are that of the author and in no way related to mabaloo.com
Highlite It
© 2007 @ mabaloo.com.