Advanced Javascript Tutorials

jQuery and Check Boxes

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Tutorial on how to create a searchform containing check boxes, when submitted we get all checked checkboxes through jQuery and send a JSON string via Ajax that will be used by PHP to get the search result. View...
jQuery and Check Boxes

YUI-based alert box – replace your ugly javascript alert box

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
This tutorial will explain how you can override the default alert box of your browser, without modifying your existing code and by adding 2 lines of javascript code. View...
YUI-based alert box – replace your ugly javascript alert box

Integrating Google Maps into Fancybox

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Welcome to another exciting tutorial, this time we are going to integrate the Google Maps (iFrame Block) into FancyBox. FancyBox is a plugin for jQuery and has been written by Janis Skarnelis. FancyBox allows you to recreate the Apple inspired image enlarge effects, but not only for images,...
Integrating Google Maps into Fancybox

Making WordPress comments collapsable using jQuery

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Some blogs have over 100 comments on every new posts, wich makes the page extremely large. So lets say you want to shorten those pages by making the comments collapsable, well there is a easy solution for that! jQuery! We are going to intergrate jQuery into Wordpress and make the comments...
Making WordPress comments collapsable using jQuery

Tracking Clicks with jQuery and Google Analytics

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
How to setup click tracking on external links with Google Analytics on any site. View...
Tracking Clicks with jQuery and Google Analytics

Shockwaves in WordPress with jQuery Flash

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
How to use jQuery Flash to insert shockwave files in your Wordpress articles. Probably works for any CMS that doesn't filter out HTML. View...
Shockwaves in WordPress with jQuery Flash

Building a Better Blogroll: Dynamic Fun with SimplePie and jQuery

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit of blogging, but how is a casual reader to know if any of these sites are truly of...
Building a Better Blogroll: Dynamic Fun with SimplePie and jQuery

How To Use Any Font You Wish With FLIR

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Last week, Philo showed you how to implement sIFR3. This time, I'm going to show you how to implement Facelift Image Replacement (or FLIR), an alternative to sIFR that does not require Flash. View...
How To Use Any Font You Wish With FLIR

Use jQuery To Retrieve Data From An XML File

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
In this quick tip, I'll show you how to load data from an XML file onto a blank page. We'll work with the $.get function and will also implement a loading gif while the information is being retrieved. We'll be displaying a simple list of recommended web development books. Let's go ahead and...
Use jQuery To Retrieve Data From An XML File

Create A Tabbed Interface Using jQuery

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely unique interfaces without having to be a coding God - using only one line of code! View...
Create A Tabbed Interface Using jQuery

Expand and Hide Your Sidebar in WordPress with jQuery

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Toggle expanded and hided on or off with a nice animation. This is different from an accordion since more than one item can be expanded at one time. View...
Expand and Hide Your Sidebar in WordPress with jQuery

jQuery JSON with PHP json_encode and json_decode

Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by
Simple how to on using jQuery JSON to pass javascript objects to PHP. In PHP we use the new json_encode and json_decode functions to make sense of the information we get from the Javascript through Ajax. View...
jQuery JSON with PHP json_encode and json_decode
Page 7 of 16« First...4567891011...Last »