Posts Tagged ‘show-’

The Official jQuery Podcast – Episode 27 – Remy Sharp, Part 2 | IT …

June 18th, 2010

We again sit down with Remy Sharp in this second of a three part interview. This week we talk with Remy about HTML5 and the future of the spec and how to work with HTML5 today with JavaScript shims

See the rest here:
The Official jQuery Podcast – Episode 27 – Remy Sharp, Part 2 | IT …

The Official jQuery Podcast – Episode 23 – Nicholas Zakas | IT …

May 18th, 2010

We discovered a problem with the rss feed this morning. If you downloaded the show via iTunes/feed reader from Sunday till this morning you’ll want to redownload the show as the rss feed was downloading last weeks episode for this week.

Original post:
The Official jQuery Podcast – Episode 23 – Nicholas Zakas | IT …

Clone Jquery Slider – iDevOpen.com Forums's blog

March 13th, 2010

Hi programmers, please see following page: http://www.bu.edu/ I need the bottom slider cloned but made it without load the content via ajax. Important is to keep the functionality as it is, same animations, even the loader should show …

Original post:
Clone Jquery Slider – iDevOpen.com Forums's blog

Converting an array to JSON data with PHP

February 28th, 2010

PHP’s json_encode function converts a PHP variable into a JSON string which can then be used in Javascript, for example using jQuery’s JSON functions. This is easy to do and I’ll be combining the two together in tomorrow’s post to show …

View post:
Converting an array to JSON data with PHP