Best jQuery PHP Plugins & Tutorials with Demo

    FormBuilder : jQuery plugin for Building Forms

    FormBuilder : jQuery plugin for Building Forms

    A jQuery plugin for building forms, loading form structure from xml, and saving back to the server.

    Features:

    • JSON all the way around. No serliazing/format conversion.
    • More flexible field schema options for future expansion work
    • Form editor and form rendering use templates, making it easier to customize them
    • Better re-use of internal code, much cleaner code
    • Returns a basic API you can use for custom work
    • PHP/Mongo save/load example code is extremely lightweight, and easily replaced
    • Much improved support for multiple instances on a single page

    Contactable : jQuery and PHP slide out Contact Form

    Contactable : jQuery and PHP slide out Contact Form

    Contactable is a jQuery plugin that enables users to incorporate a feature rich contact form into any website running PHP or Java.

    Behance Portfolio Page with Vanilla JS

    Behance Portfolio Page with Vanilla JS

    Behance Portfolio Page is a Vanilla JS plugin with no dependancies.

    Cute File Browser with jQuery and PHP

    Cute File Browser with jQuery and PHP

    Today we want to share a cool experiment with you. It is a cute file browser, which you can upload to a folder somewhere on your site and share documents, pictures and other files with the world. The app is built with PHP and jQuery and uses CSS3 extensively – no images or icons were used in the design, and the animations are smooth and work well even on smartphones.

    Photofun : Image Effect Filters PHP Script

    Photofun : Image Effect Filters PHP Script

    Photofun is a “ready to use” SEO-friendly PHP montage script which allows you (or your users) to upload jpg, gif or png images, apply effects and then save and/or share the image (with your watermark).

    It features 15 standard layers and 12 layers with filters but you can add as many as you want if you have a basic knowledge of PHP.

    Ajax Upload and Resize an Image with PHP

    Ajax Upload and Resize an Image with PHP
    Today I am presenting the most important social networking feature called ajax upload and resize an image without refreshing the page using jquery and PHP. This tutorial a continuation of my previous post, I just included image re-sizing function for different dimensions. It is very useful for your web project that saves lots of hosting space and bandwidth limit.

    Add edit delete Rows dynamically using jQuery & Php

    Add edit delete Rows dynamically using jQuery & Php
    Today we are going to design a dynamic table, in which we can dynamically add rows to table using javascript remove rows number of times without refreshing a page even once and thats also with cool javascript animation.
    This scripts turns table into editable grid, You can add new row, edit existing row, delete row also you can edit a single cell and all this happens with ajax so not even single page refresh required. This is configurable script so you can easily attach it to your existing page.

    jqScribble : A touch enabled Canvas Drawing Tool Plugin

    jqScribble : A touch enabled Canvas Drawing Tool Plugin

    jqScribble is a jquery plugin that will allow you to draw on an HTML5 canvas element. It works with standard mouse input and also touch input. It is designed to be extremely extensible, allowing for custom brushes and image saving. I have also provided with this plugin a sample PHP file that will demonstrate turning drawn images into actual images.