jQuery UI provides a comprehensive set of core interaction plugins, UI widgets and visual effects that use a jQuery-style, event-driven architecture and a focus on web standards, accessiblity, flexible styling, and user-friendly design. All plugins are tested for compatibility in IE 6.0+, Firefox 3+, Safari 3.1+, Opera 9.6+, and Google Chrome.
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
jQuery UI provides a comprehensive set of core interaction plugins, UI widgets and visual effects that use a jQuery-style, event-driven architecture and a focus on web standards, accessiblity, flexible styling, and user-friendly design. All plugins are tested for compatibility in IE 6.0+, Firefox 3+, Safari 3.1+, Opera 9.6+, and Google Chrome.
“jQuery UI is a widget and interaction library built on top of the jQuery and JavaScript Libraries, that we can use to build highly interactive web applications. ”
Developing jQuery plugins
8:00 AM in Asp.Net, Java, Java Script, jQuery, Tips and Tricks Posted by Delicious Dot NetThis is very simple to write our own plug-in. Following is the syntax to create a method:
The guideline recommended by the jQuery team is as follows:
- Any methods or functions you attach must have a semicolon (;) at the end.
jQuery Effects
8:00 AM in Asp.Net, Java, Java Script, jQuery, Tips and Tricks Posted by Delicious Dot NetjQuery provides an interface for doing different kinds of excelent effects. jQuery methods are very useful to apply effects with minimum requirements.
jQuery Ajax
8:00 AM in Asp.Net, Java, Java Script, jQuery, Tips and Tricks Posted by Delicious Dot NetAJAX is an acronym standing for Asynchronous JavaScript and XML and this technology help us to load data from the server without a browser page refresh.
Jquery Events With Example
8:00 AM in Asp.Net, Java, Java Script, jQuery, Tips and Tricks Posted by Delicious Dot Net
For developing different applications in java we need the help of some methods
and classes.java environment provides these things for us.These methods
and classes comes under JSL(java standard library).JSL is also called
as API(application programming interface).
- Object Oriented
- Simple and Small
- Secure
- Multi threaded
- Robust
- Compiled and Interpreted
- Platform independent
- Dynamic and Extensible
- Easy to develop
- C++ is platform dependent language.Java is platform independent language.
- we can declare variables globally in C++.Java doesn't support global declaration of variables.
- we can only compile C++ programs but Java programs can be compiled and interpreted.
- we have to include header files in C++.There is no need to include header files in Java.
- C doesn't provide security to the programs. Java provides security to the programs.
- C follows POP(procedure oriented programming) methodologies.Java follows OOP methodologies.
- In C data is treated as a public entity.In java data is treated as a private entity.
Good Day :) ., Do you know the differences between POP and OOP. Ok., Let's see the differences (POP vs OOP).
Hello., In this post i would like to give you a brief idea about Object Oriented Programming which is also simply called OOP.