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 →

Create a Slideshow With HTML5

Finally, there’s no need for you to upload a PowerPoint (.pps) file and embed a code on your webpage just to be able to display a slideshow presentation. Here’s a great script I found over at AjaxShake that’ll teach you how to create an amazing slideshow in an HTML5 environment! The code is created by [...]

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 →

Rcarousel: A Continuous jQuery UI Carousel

Before you toss this off as just another slider review, check out this innovative content slider and carousel made with jQuery, called the rcarousel. Created by front-end developer Wojciech rrh Ryrych, this continuous carousel is basically a jQuery UI widget which latest version (v1.1) was just released recently. Its inherent capabilities from its predecessor include [...]

Continue Reading →

2012 Web Development and Tech Forecasts

AS we usher in 2012, the web development community has been coming up with several forecasts for the industry. Although most of this surrounds an influx of greater improvements in the technological frontier, it may also spell doom for some brands. The question is, how will these changes affect the entire tech landscape for users, [...]

Continue Reading →

7 jQuery Plugins To Jazz Up Your Website

The following jQuery plugins are great for for event management, animation and Ajax interactions, and will certainly turn your website into eye-candy for your visitors! Ninja UI – This plugin is one big pack of web interface:  it has buttons, icons, tooltips, sliders, and more!  Its design gets plenty of rave reviews for being beautiful, [...]

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 →

Ajax AutoComplete For jQuery

Ajax Autocomplete for jQuery is plugin for allows you to easily create autocomplete/autosuggest boxes for text input fields.It is built with focus on performance. Results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server [...]

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 →

Page 1 of 3123»