Ajax using post
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Here is a sample code which uses POST method in XMLHTTP request.
var url="ajaxpage.php";
var parms="name=bobby"; //Parameters
xmlHttp.open("POST", url, true);
xmlHttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlHttp.setRequestHeader("Content-length", parms.length);
xmlHttp.setRequestHeader("Connection", "close");
xmlHttp.onreadystatechange = function() {
//On ready state execute [...]
5 Ajax calendars you shouldn’t miss
Vista Like Ajax calendar : The Vista-like Ajax Calendar (vlaCalendar) version 2 is a unobtrusive web version of the slick and profound Windows Vista taskbar calendar, by using the mootools javascript framework, AJAX, XHTML, CSS and PHP. Read more here
Aeron Calendar : Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your [...]
Links for Sunday #2
Create a simple powerful product highlighter with mootools/
Ootips : Object Orientation tips
AJAX - The official Microsoft ASP.net site
Bost your website speed by 500% with 3 lines of code
63+ best practices to optimize PHP code
Convert C# to VB.net
Amazing splits
10Open source tools every .net programmer should have
AJAX Daddy : Ajz examples in action
Mini AJAX
[...]
Links for sunday #1
http://www.badeziner.com/2008/05/04/120-free-ajax-activity-indicator-gif-icons/
http://www.noupe.com/javascript/23-impressive-tools-for-faster-javascriptajax-development.html
http://www.hongkiat.com/blog/50-nice-clean-css-tab-based-navigation-scripts/
http://jingo74.newsvine.com/_news/2008/06/15/1578338-20-useful-tools-to-make-web-development-more-efficient-six-revisions-mozilla-firefox
http://kokayi.newsvine.com/_news/2008/06/16/1581109-the-top-40-free-ajax-javascript-code-for-web-designers
http://digg.com/programming/Google_AJAX_Feed_API_Put_feeds_on_Your_Web_Page
http://digg.com/programming/15_Tools_to_Help_You_Develop_Faster_Web_Pages
http://sixrevisions.com/ajax/ajax_techniques/
http://phpimpact.wordpress.com/2008/05/29/30-useful-php-classes-and-components/
http://devkick.com/blog/milestone-01-70-high-end-components-for-web-designers-and-developers/
