Search Results for: jquery – Page 2

HTML/CSS Progress Bar
Jean-Baptiste Jung
How to Create a CSS Progress Bar

The newest additions to both the HTML and CSS specifications allow web developers to craft beautiful and user-friendly components. Amongst those components, progress/loading bars can contribute to making your website

Top 10 JavaScript Slideshows, Carousels, and Sliders

When you’re looking for a very eye-candy way to display your content, slideshows are always a good choice. Here’s our selection of 10 cross-platform, absolutely stunning slideshows, carousels and sliders, based on Mootools, JQuery, Yahoo! User Interface, and Script.aculo.us.

Jean-Baptiste Jung
How to Create AJAX Forms Using the WordPress wp_nonce_field

When creating a WordPress theme or plugin, AJAX is often used in order to enhance the user experience. In order to ensure security and protect your site against several types of attacks including CSRF, WordPress provides security tokens called nonces. In this article, I’ll show you how to use nonces to protect AJAX requests on a WordPress site.