There are plenty of jQuery plugins to use for Forms. I have collected 15 of them that are the most useful plugins for Forms. Click on title to see the list.
Category: AJAX
Tips for Better Website Performance
I am here not talking about Server-side improvements. I am here talking about Front-End improvements that really affects the web page speed.
The time spent till the website is running on the client’s browser. If we analyze that time, we will get:
Request Time (in milliseconds)
Server Process Time, or response time (usually in milliseconds)
Downloading web page and files into browser (few to several seconds, depending on internet speed)
Rendering on browser.
How to convert HTML Forms into AJAX simply
Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. Hello reader, You may have a normal HTML Form, like: contact form, feedback form or any other forms in your website or any website you work on. Did you think… Continue reading How to convert HTML Forms into AJAX simply
15 Free Ebooks for Front-End Development and Design
Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. Hi reader,I have collected 15 free ebooks for front-end development to put it between your hands. Not all are PDF files, some are websites and online samples.
15 Free IDEs for Developers
Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. Komodo Edit (Windows, Mac, Linux) Komodo Edit is an open source application that has support for PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML 5 and CSS 3. It has… Continue reading 15 Free IDEs for Developers
jQuery File Upload – With Drag n’ Drop
jQuery File Upload is a plugin for the popular JavaScript framework that helps handling file uploads. The plugin is based on open standards like HTML5-JavaScript and No Flash. For legacy browsers it falls back to an Ajaxed-like iframe-PHP solution. Multiple files can be selected, they can even be drag ‘n’ dropped from the desktop and… Continue reading jQuery File Upload – With Drag n’ Drop
Better way to load XML document with Javascript
The better way to load XML document on all browsers is to use AJAX technique. After testing XML with Javascript. I fount that Safari (on Mac OSX 10) does not support XML with Javascript. So, How to load it then?