How To Add A “Load More Posts” Button In WordPress

Today’s featured WordPress tutorial comes from Michael Martin and it’s about replacing the “Older Posts” link on your blog with a button that extends the length of the current web page instead of reloading it; it is similar to how you view older tweets on Twitter. A partial screenshot of the button You can check [...]

Continue Reading →

Use Ajax to Save Changes in Contenteditable as JSON

Contents of any HTML5 element with a contenteditable attribute can be live-edited inside the browser window. But any changes that you apply won’t be saved on the actual document itself that is located in the server, so these changes won’t appear anymore once you refresh the page. To get around this and have the data [...]

Continue Reading →

Create AJAX Loading Animation with CSS3

Now we don’t have to rely on animated gifs in creating AJAX loading animation effects. This CSS3 tutorial will teach us how to create three different types of loading animation. Let’s start off with our HTML markup. HTML Markup <div id=’loading’> <div id=’Column1′ class=’Columns’></div> <div id=’Column2′ class=’Columns’></div> <div id=’Column3′ class=’Columns’></div> <div id=’Column4′ class=’Columns’></div> <div id=’Column5′ [...]

Continue Reading →

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 autocomplete jquery slickgrid tutorial 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 ajax jquery scroll 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 →

Page 1 of 41234»