Best jQuery Ajax Plugins & Tutorials with Demo

    How To Build A Real-Time Commenting System in PHP, Ajax, jQuery, HTML5

    How To Build A Real-Time Commenting System in PHP, Ajax, jQuery, HTML5

    The Web has become increasingly interactive over the years. This trend is set to continue with the next generation of applications driven by the real-time Web. Adding real-time functionality to an application can result in a more interactive and engaging user experience.

    In this tutorial, I’ll show how to convert a basic blog commenting system into a real-time engaging experience where you’ll see a comment made in one browser window “magically” appear in a second window.

    FoxyComplete : Advanced autocomplete search with images

    FoxyComplete : Advanced autocomplete search with images

    Today I am going to share a trendy functionality which I have been implementing in my projects for a while now.

    I call it “FoxyComplete” and what is does is fetch clickable search results along with images either automatically scraped from the result’s content or a specified file. It’s easy to implement and once done, easy to tweak.

    Create an Infinite Scrolling Gallery with jQuery,PHP,Ajax

    Create an Infinite Scrolling Gallery with jQuery,PHP,Ajax

    Pagination is a technique used to break large data sets into small blocks in order to reduce the server load. We used to create pagination buttons with page numbers and next/previous links. Now pagination has gained a new perspective with infinite scrolling.

    Infinite scrolling is where you can keep scrolling and data will keep coming until all the data is displayed. In this technique, the first set of data will be displayed initially. Once you scroll to the end of the window the next page of data will be generated and so on. No pagination buttons are required and you get the data on demand. Let’s see how we can create infinite scrolling.

    How To Cache Ajax Request In Easiest Way Using jQuery

    How To Cache Ajax Request In Easiest Way Using jQuery

    Anybody trying caching with ajax may find it difficult but the reality it is not. Rather its not at all hard and very easy to implement. There are many ways doing this. one is inbuilt option cache of function ajax of jQuery and the other I tried here.

    Facebook like photo gallery with comments with jQuery and PHP

    Facebook like photo gallery with comments with jQuery and PHP

    Have you thought about own facebook-style photo gallry system with comments? I think – yes. Today I made up my mind to prepare it for you. Main idea – when we click at images – they popup (ajax) with bigger image at the left and comments section at the right. All images are in the database (mySQL). And, of course, we will use PHP to achieve our result. Also, our comment system will prevent accepting more than 1 comment per 10 mins (to avoid spam).

    ezEditTable – Enhance Html Tables in jQuery

    ezEditTable - Enhance Html Tables in jQuery

    ezEditTable 2.0 is a javascript code aimed at enhancing regular HTML tables by adding features such as inline editing components, advanced selection and keyboard navigation. With just a line of code you can easily convert a regular HTML table in an advanced editable and selectable grid control.

    Features:

    • Attach to an existing HTML table
    • Advanced selection model
    • Extended keyboard navigation
    • Inline cell or row editing
    • Insert and remove rows
    • Send changes to server via GET or POST methods by form submission or by including script elements in the head section (only GETs)
    • Integration with any server-side technology as this is a pure client-side solution
    • Callbacks for all events, and delegates for most actions
    • Based on plain javascript, that is, independent from any javascript framework but compatible with any of them (no for..in etc.)
    • Exhaustive documentation and API

    jquery.textntags : Tagging Names in Text Message

    jquery.textntags : Tagging Names in Text Message

    jquery.textntagsis a small UI component that allows you to “@tag” someone in a text message, just like you are used to on Facebook or Twitter.jquery.textntags is written as a jQuery extension, so it naturally requires jQuery. In addition to jQuery, it also depends on underscore.js, which is used to simplify stuff a bit.

    The component is also using the new HTML5 “input” event. This means older browsers like IE8 need a polyfill which emulates the event (it is bundled).

    Easy Background with jQuery

    Easy Background with jQuery

    Easy Background gives a dynamic feel to your site. It automatically loads and displays images to the background of your project, switching them with smooth transitions. If you have a html site and you want to give it a better look to it, this is a good item to do so, it is also extremely easy to install and setup!

    Features:

    • Mobile support
    • 4 Sizing Methods
    • Simple javascript call
    • Auto Resize according to windows size
    • Auto Resize on window resize
    • Smooth Transitions
    • Ajax progressive load
    • Autoplay
    • Control Functions

    Stream Radio Script with jQuery ,CSS3 and PHP

    Stream Radio Script with jQuery ,CSS3 and PHP

    Today I have prepared another really great tutorial for you. Recently I have started development of my own radio software (as module for Dolphin CMS) and got interesting results. So, I would like to share you with some results about it. It will be nice looking (CSS3) radio script. It consists from three main elements: header (with nice animated search bar and integrated radio player), left side (with list of categories and subcategories) and right side (which will contains list of recent/ or filtered stations).

    ALAJAX : jQuery Form to AJAX converter

    ALAJAX : jQuery Form to AJAX converter

    A jQuery plugin that converts a normal HTML form into ajax by only including the script.
    It sends the form by AJAX to the URL given in “action” property of the form. Also, the plugin uses the “method” property to use POST or GET method.Convert HTML forms into AJAX with jQuery with following features :

    • Converts forms into AJAX simply.
    • No programming background needed.
    • Works with Dynamic Forms (forms that is updated by Javascript)
    • Lightweight code (3KB uncompressed).
    • Easy to understand and to modify.
    • Cool for Developers, designers and website ownsers.