Upload Your Files with These 10 Powerful jQuery Uploader Plugins

Today’s web developers are unstoppable about creating newer and better plugins for your web site, so I’ve gathered 10 of the most powerful jQuery File Uploaders for your web site or blog. One of the plugins featured here is the jQuery upload which lets you upload your files by Ajax style. Ajax Upload by Valums [...]

Continue Reading →

One Line Ajax Requests With jQuery-ahm

jquery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line. jquery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks. Incoming search terms for the article: jquery single line ajax [...]

Continue Reading →

File Uploader With Progress Bar, Drag & Drop

Ajax Upload uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere. Ajax upload  allow us to upload a file by click on the upload file button  or drag-and-drop which is supported in FF, Chrome. Progress-bar is [...]

Continue Reading →

How to Create Simple Movie Search App With jQuery UI

Tutorialzine is sharing tutorial how to build a simple AJAX movie search form using jQuery UI’s autocomplete widget,. The script is going to use TheMovieDatabase.org‘s free API, to provide auto suggestions against a vast database of movie titles. Incoming search terms for the article: jquery search box jquery search slickgrid tutorial autocomplete jquery SlickGrid demo [...]

Continue Reading →

AjaxScroll – Ajax Scroll jQuery Plugin

AjaxScroll is an lightweight jQuery plugins that provided the ajax scollpane to replace the Next/Previous buttons, behaviour similar as dzone.com or  MSN Image Search(Live.com Search). This plugin support dor vertical scroll and horizontal scroll. Incoming search terms for the article: ajax scroll jquery ajax scroll scroll ajax jquery scroll jquery scroll ajax AjaxScroll scroll jquery [...]

Continue Reading →

Create “Who is online” widget

Tutorialzine has writen article and teach us how to create “Who is online” widget with PHP, MySQL & jQuery. It will display the number of visitors, currently viewing your site, and  it will even be able to detect the country our  visitors are from and display it in a slide out panel. Incoming search terms [...]

Continue Reading →

Clean AJAX – Open source ajax engine

Clean is an open source engine for AJAX, that provides a high level interface to work with the AJAX technology. It can be plugged in any page or DHTML framework because it was designed in conformation with the separation of concerns principle, keeping focus on AJAX issues. Clean is a software based on well succeed [...]

Continue Reading →

Upload Ajax – Easy upload multiple file using ajax

Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern web applications. We can use flash to solve this problem, but JavaScript works nice too. AJAX Upload allows you to easily upload multiple files without refreshing the page and use any [...]

Continue Reading →

How to create sweet AJAX Tabs With jQuery 1.4 & CSS3

Organizing the content of a page in a both intuitive and eye-catching manner, is a must in modern web design. One principle that has been around for some time is dividing text into tabs. This allows you to squeeze much more content in a seemingly limited space and provide a structured way of accessing it. [...]

Continue Reading →

iJab – ajax web jabber client

iJab is an Ajax-based web based instant messaging program for XMPP/Jabber. It is free software and users can run their own instant messaging without limitations or software cost, complimenting the XMPP philosophy of a distributed network. iJab is interpreted purely by the client webbrowser. It runs solely in a browser and does not require downloading [...]

Continue Reading →

Page 1 of 212»