Best jQuery PHP Plugins & Tutorials with Demo

    Responsive Img : jQuery Responsive Image Plugin

    Responsive Img : jQuery Responsive Image Plugin

    This jQuery Plugin make your existing images responsive without creating new images.Responsive Img is a solution to all which combines a jQuery plugin with a PHP image pre-processor.The plugin enables the page to change the src attributes of the images in parallel to the container width and the PHP file auto-creates the new/resized images.

    Images are only created when requested for the first time and this process won’t be repeated for future requests to perform better.

    Dropbox File Uploader With Twitter Bootstrap

    Dropbox File Uploader With Twitter Bootstrap

    A few weeks ago, Dropbox introduced a neat new feature – the Dropbox Chooser. By embedding it into your website, you give users a button with which they can attach files from their online storage.

    Today we are going to use this feature to create a simple application that allows people to attach a photo from their Dropbox account, crop an area with the Jcrop plugin, and download the result. Additionally, we will make use of Twitter Bootstrap to show dialog windows, and PHP on the backend for the actual photo cropping.

    jQuery dynamic number ticker

    jQuery dynamic number ticker

    This is a fascinating little script that helps you display a dynamic JSON feed of numbers that automatically updates on the page by animating up or down to the current number. A great addition as part of a realtime analytical dashboard.

    Make a Google Powered Shopping Search Website with jQuery & PHP

    Make a Google Powered Shopping Search Website with jQuery & PHP

    In this tutorial, we will be making a simple product search engine. Using jQuery and PHP, we will tap into Google’s Shopping Search API and return a list of items available for purchase, along with prices, photos and other useful information. The Shopping Search API gives us direct access to Google’s large database of products and prices, obtained from partnering online stores. Another benefit to using this service, is that products are automatically ranked and filtered for us behind the scenes to better match with the user’s search query.

    JpGraph : Most powerful PHP-driven charts with JavaScript

    JpGraph : Most powerful PHP-driven charts with JavaScript

    JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).

    How-To Create Your Own Instant Search in jQuery

    How-To Create Your Own Instant Search in jQuery

    Google recenlty launched a new way to search the web called Google Instant, which can save several seconds per search.Google instant involves a lot of high technology, including a new and smarter predicting system.

    This technology is not available for every webmaster in your own page yet, however, we can get really good results with php and jQuery, allowing everyone to create your own version of instant search.We are going to create now the simplest code, in order to learn how it works.This way anyone may learn easily and recreate it, fitting it perfectly with your own project.

    DeviantArt API Instant Search App using jQuery Ajax & PHP

    DeviantArt API Instant Search App using jQuery Ajax & PHP

    In this tutorial I want to explain how we can build a DeviantArt Instant Search app which searches through all the most popular banner signatures ever submitted to the website. You can enter some search terms and the app will pull results to display after you finish typing. This is a really cool application for designers who are looking for inspiration, or even for people who love DeviantArt and want a better way to search.

    Coding a Vimeo API Instant Search App with jQuery

    Coding a Vimeo API Instant Search App with jQuery

    In this tutorial I want to explain how we can build a small Vimeo instant search webapp. I’ll be creating the frontend with jQuery and the backend on PHP. There is actually a full developer’s API with references for programmers. I’ll stick to explaining the more convoluted ideas so that you can follow along with my source code.

    I will first explain how we can put together the HTML document so it runs our frontend Ajax functions. Let’s include a reference to the most recent jQuery library which is used for Ajax calls. I’m also using another file v.js for our custom API commands.

    Building Instagram Photo Search Engine With jQuery And PHP

    Building Instagram Photo Search Engine With jQuery And PHP

    In this tutorial I want to explain how we can build a similar instant search web application. Instead of pulling images from Google we can use Instagramwhich has grown tremendously in just a few short years.

    This social network started off as a mobile app for iOS. Users could take photos and share them with their friends, leave comments, and upload to 3rd party networks such as Flickr. The team was recently acquired by Facebook and had published a brand new app for the Android Market. Their userbase has grown tremendously, and now developers can build amazing mini-apps just like this instasearch demo.