webbing-docs.blogspot.com
Webbing: A Simple Introduction to Ajax
http://webbing-docs.blogspot.com/2008/03/simple-introduction-to-ajax.html
Thursday, March 6, 2008. A Simple Introduction to Ajax. The word 'Ajax' was first used by Jesse James Garrett of Adaptive Path, in February 2005 he wrote an online article named "Ajax: A New Approach to Web Applications", that article explains how newest web applications come close to desktop applications. He used AJAX as acronym for 'Asynchronous Javascript And XML'. since then the word 'Ajax' got enormous popularity. I explained from where the word came, what is important feature of Ajax applications a...
webbing-docs.blogspot.com
Webbing: January 2008
http://webbing-docs.blogspot.com/2008_01_01_archive.html
Sunday, January 27, 2008. MySQL connection object: Singlton Pattern in PHP. Here I explain how to implement singleton pattern for mysql connection object in PHP. It ensures always only one connection is present.So we efficiently use resources available.This example use MySQLi extension with PHP5.The code is given below. Class DBConnection extends mysqli {. Private static $host='localhost';. Private static $port=3306;. Private static $user='user';. Private static $pass='password';. Private static $mysqli;.
webbing-docs.blogspot.com
Webbing: jQuery
http://webbing-docs.blogspot.com/2008/03/jquery.html
Monday, March 3, 2008. JQuery is a JavaScript library. It is easy to use. It helps to traverse and manipulate HTML/XML documents, also helps to handle events, doing animations, adding Ajax. jQuery has method chaining, i.e., methods of jQuery returns jQuery object itself, so we can call more methods within single statement, reducing the number lines and code size. JQuery home page: http:/ jquery.com/. Subscribe to: Post Comments (Atom). Enter your search terms. Webbing News for You. List of PHP Frameworks.
webbing-docs.blogspot.com
Webbing: MySQL connection object: Singlton Pattern in PHP
http://webbing-docs.blogspot.com/2008/01/mysql-connection-object-singlton.html
Sunday, January 27, 2008. MySQL connection object: Singlton Pattern in PHP. Here I explain how to implement singleton pattern for mysql connection object in PHP. It ensures always only one connection is present.So we efficiently use resources available.This example use MySQLi extension with PHP5.The code is given below. Class DBConnection extends mysqli {. Private static $host='localhost';. Private static $port=3306;. Private static $user='user';. Private static $pass='password';. Private static $mysqli;.
webbing-docs.blogspot.com
Webbing: XDomainRequest Object in Internet Explorer 8
http://webbing-docs.blogspot.com/2008/03/xdomainrequest-object-in-internet.html
Friday, March 7, 2008. XDomainRequest Object in Internet Explorer 8. Microsoft is going to implement XDomainRequest object in their coming version 8 of IE, XDomainRequest object can be used to make cross-domain request to servers. Current XMLHttpRequest available in most browsers does not allow to make cross-domain requests, it is because of security risk behind it. See what they have given its page two notes ( actually they are CAUTIONs). They know what is risk and they admit it. Then why not it get...
webbing-docs.blogspot.com
Webbing: January 2007
http://webbing-docs.blogspot.com/2007_01_01_archive.html
Thursday, January 4, 2007. Links to this post. Subscribe to: Posts (Atom). Enter your search terms. Webbing News for You. View my complete profile. World Wide Web Consortium (W3C). All registered names and trademarks are of their respective owners.
webbing-docs.blogspot.com
Webbing: Downloadable Documentation for jQuery
http://webbing-docs.blogspot.com/2008/03/downloadable-documentation-for-jquery.html
Sunday, March 9, 2008. Downloadable Documentation for jQuery. After I tried jQuery, I was in search for a downloadable version of documentation for jQuery. Unfortunately I could not find such a type of documentation on its official site (is there any at jQuery.com? I tried ), there is nice documentation and they are very good too, only online version to read. but I was looking a downloadable one. After a little googling I could find some of the sites providing it. Available for v1.2. Webbing News for You.
webbing-docs.blogspot.com
Webbing: Firefox: 500 Million Downloads
http://webbing-docs.blogspot.com/2008/03/firefox-500-million-downloads.html
Sunday, March 2, 2008. Firefox: 500 Million Downloads. Mozilla Firefox has completed a milestone, 500 million downloads last week. The award winning browser is getting more popular each day. Additionally Firefox are going to launch its edition for mobile devices running different platforms. Firefox is the second most popular browser in the world after Microsoft Internet Explorer. To download Firefox for PC go to:. Http:/ www.mozilla.com/en-US/firefox/. Subscribe to: Post Comments (Atom).