Archive for November, 2009

Working together with MooTools & jQuery: Revisited « WPshoppe

November 27th, 2009

You do not have to define and noConflict function as recommended by jQuery site. Simply, refrain from using $ as a shortcut to jQuery which means that you have to use jQuery in place of all $ used by your jQuery code. …

Follow this link:
Working together with MooTools & jQuery: Revisited « WPshoppe

Renaming jQuery UI Tabs

November 24th, 2009

Before we get started, this example uses the latest version of jQuery which is 1.3.2.

View post:
Renaming jQuery UI Tabs

PHP developers get an SDK for the Windows Azure platform AppFabric …

November 18th, 2009

I’m pleased to announce a new software development kit (SDK) that helps PHP developers easily leverage the Windows Azure platform AppFabric (formerly called .NET Services). This SDK is the third in a series, the first of which was …

Visit link:
PHP developers get an SDK for the Windows Azure platform AppFabric …

WordPress and PHP 5: Be the Change You Want to See — Technosailor.com

November 18th, 2009

The other day, I wrote the popular 10 Things You Need to Know About WordPress 2.9. As usual, most people are very excited about the new release which is now in beta and available for testing. In the article, I made a few fundamental …

Continue reading here:
WordPress and PHP 5: Be the Change You Want to See — Technosailor.com

Looping Over ColdFusion JSON Queries In jQuery

November 16th, 2009

Ben Nadel demonstrates his jQuery plugin – eachRow() – which can be used to uniformly iterate over a serialized ColdFusion query object in Javascript regardless of the serialization technique used.

Read the original post:
Looping Over ColdFusion JSON Queries In jQuery

Jim Doran: Using jQuery « WordPress.tv

November 15th, 2009

Jim Doran: Using jQuery . This movie requires Adobe Flash for playback.

More here:
Jim Doran: Using jQuery « WordPress.tv

Jeremy Clarke: Writing PHP with IDEs « WordPress.tv

November 15th, 2009

Description.

Visit link:
Jeremy Clarke: Writing PHP with IDEs « WordPress.tv

Create an attractive loading panel in jQuery – Nick Berardi's …

November 13th, 2009

When I click the update button is does a standard jQuery .get(…) command against my web server to pull the new graph data. However depending on the date range, which dictates the number of plot points I need to pull for the graph, …

See the article here:
Create an attractive loading panel in jQuery – Nick Berardi's …

jQuery Autocomplete returning multiple values

November 11th, 2009

This is a quick reference for getting the jQuery autocomplete working with ColdFusion, components (CFC), a remote search method, and with the Autocomplete returning multiple values such as a name, and id and a code which may be stored …

Read more:
jQuery Autocomplete returning multiple values

jQuery Live() Method And Event Bubbling

November 10th, 2009

Ben Nadel explains how jQuery’s live() event method works and how understanding its underlying mechanics is necessary for proper event handling.

Read more from the original source:
jQuery Live() Method And Event Bubbling