jQuery is a collection library having different functionality in Java Script. It can be used with any type of server side scripting language like PHP, ASP, JSP, Perl etc..
see examples where you can use jQuery
1. Menu bar using jQuery Online example and Code
2. Post data check and message
online example and
Code
3 Over all functionality of jQuery can be seen in this tutorial
Sunday, August 29, 2010
Friday, August 27, 2010
LAMP --- Linux-Apache-Mysql-PHP(Perl/Python)
LAMP is an abbreviation of Linux, Apache, Mysql and PHP or Pern or Python. It a complete package for developing web application. Whole package is available in internet with free of cost. It is a open source software package.
where,
Linux- operating system highly secured operating system
MySQL- Database management system owned by oracle corporation
Apachee- HTTP web server
PHP - Hypertext pre-processor a server side scripting language.(available in object oriented form also)
For window plat form LAMP is called as WAMP where w for windows
You can download LAMP via this link
CLICK
And Link for downloading WAMP is
CLICK
where,
Linux- operating system highly secured operating system
MySQL- Database management system owned by oracle corporation
Apachee- HTTP web server
PHP - Hypertext pre-processor a server side scripting language.(available in object oriented form also)
For window plat form LAMP is called as WAMP where w for windows
You can download LAMP via this link
CLICK
And Link for downloading WAMP is
CLICK
Thursday, August 26, 2010
DOM, Java Script, jQuery
Code written in HTML, DHTML and XML is changed in sequence of objects for interoperability and further processing propose this sequence object is called DOM(Document Object Model). HTML do not need the sequence of Objects but JavaScript needs sequence of objects to indentify each tag and data of html or xml or dhtml.
so java script can process html, xml, dhtml data in client side dynamically. Java script is a client side scripting language for DOM objects.
jQuery is a collection of java script library. It is developed on basis of Java script and It also used for representing DOM objects and other functioning like creating animation, handeling events and develop Ajax applications.
so java script can process html, xml, dhtml data in client side dynamically. Java script is a client side scripting language for DOM objects.
jQuery is a collection of java script library. It is developed on basis of Java script and It also used for representing DOM objects and other functioning like creating animation, handeling events and develop Ajax applications.
Subscribe to:
Posts (Atom)