Skip to main content

Posts

image upload and show in jquery using readAsText()

image upload and show in jquery using readAsText() What is jQuery‭ ‬: JQuery is a JavaScript library which is small, quick, with tons of features that makes things such as animation, event handling and manipulation in web browser easy to use and handle. 1-jQuery is a fast and concise JavaScript Library created by John Resig in‭ ‬2006‭ ‬with a nice motto‭ ‬-‭ 2-Write less,‭ ‬do more.‭ 3-jQuery simplifies HTML document traversing,‭ ‬event handling,‭ ‬animating,‭ ‬and Ajax interactions for rapid web development. Following feature of jQuery‭ ‬: 1-DOM manipulation‭ ‬−‭ ‬The jQuery made it easy to select DOM elements,‭ ‬traverse them and modifying their content by using cross-browser open source selector engine called Sizzle. 2-Event‭ ‬Handling‭ ‬:‭ ‬The jQuery offers an elegant way to capture a wide variety of events,such as click,over event, 3-Ajax Support‭ ‬: ‭ jQuery support ajax technology, 4-Lightweight‭ ‬:he jQuery is very lightweight library‭ ‬...

Image upload in folder using ajax

Image upload in folder using ajax : Basic information about ajax: All people know about what is ajax and how it work,below information is explained. AJAX is a new technique for creating better,faster,and more interactive web applications with the help of XML,HTML,CSS,and Java Script Before you start ajax you will be much and more knowledge about java script,its important for us.ajax is not difficult it can be easily implementation. Following advantage of ajax call: 1-Speed, 2-Interaction, 3-XMLHttpRequest, 4-Asynchronous call, 5-Form Validation, 6-Bandwidth Usage, AJAX Disadvantages 1-Open Source:View source is allowed and anyone can view the code source written for AJAX, 2-It can increase design and development time, 3-Security is less in AJAX application as all files are downloaded at client side. Events This is the full list of Ajax events,and in the order in which they are triggered.The ajaxStart and ajaxStop events are events that rel...