Thursday, 24th July 2008.

Posted on Tuesday, 22nd July 2008 by admin

Per a request and for a little bit of fun, I created a flat ajax calendar with jQuery and Visual Foxpro for use with the Web Connection framework. This demo allows you to load a calendar and it’s navigation via ajax and edit events without time consuming page reloads.
You can add an event to each [...]

Posted in Visual Fox Pro, jQuery | Comments (0)

Posted on Friday, 11th July 2008 by admin

Here is my current list of must have jQuery plugins as of July 2008. I don’t start a project without the latest version of these plugins in my javascript directory.

Impromptu
BlockUI from Mike Alsup is awesome, this is just a little lighter and less code for relatively simple dialogs.
Cycle
Mike Alsup has another winner here. Great for [...]

Posted in jQuery | Comments (0)

Posted on Sunday, 6th July 2008 by admin

The Weblog Tools Collections made a list of people in the Wordpress community that it recommends you follow on Twitter. I haven’t seen this anywhere else, so I thought I’d compile a list of jQuery-centric people that you should follow on Twitter in no particular order…

John Resig (Twitter) (Website)
Rey Bango (Twitter) (Website)
Rick Strahl (Twitter) (Website)
Remy [...]

Posted in jQuery | Comments (3)

Posted on Tuesday, 10th June 2008 by admin

I’ve played with a lot of jQuery demos lately and the stuff that people are coming out with is just awesome.
Check these two out:
Toaster

Slider

Don’t forget that jQuery UI 1.5 is out now with themes support and that the latest jQuery (1.2.6) is getting rave reviews for speed and stability.

Posted in jQuery | Comments (0)

Posted on Thursday, 29th May 2008 by admin

Here is my current list of must have jQuery plugins as of May 2008. I don’t start a project without the latest version of these plugins in my javascript directory.

Forms
Mike Alsup has created a must have here with his forms plugin. Ajax-ified forms at their easiest.
File Tree
A very pretty file tree that was super easy [...]

Posted in jQuery | Comments (1)

Posted on Tuesday, 13th May 2008 by admin

Sean Catchpole recently updated his idTabs plugin. I wrote about version 1 some time ago, but haven’t really looked at it since. Come to think of it, I should have subscribed to his RSS feed…done.
As jQuery.UI is still in beta and the tabs demo is broken, I didn’t want to jump into that yet (Rick [...]

Posted in jQuery | Comments (1)

Posted on Monday, 28th April 2008 by admin

Rick Strahl has been doing some great posts about jQuery on his blog. Yesterday he posted about an excellent resource, ajaxload.info, for creating ajax activity indicators. The second jQuery example that I’d like to share concerns how to display those images on each ajax call. Here is the relevant jQuery code:

The first two jQuery snippets [...]

Posted in jQuery | Comments (0)

Posted on Thursday, 17th April 2008 by admin

I’m working on putting some of my most often used jQuery snippets onto SKFox.com. Here is my first such attempt. Table striping makes data easier to read and jQuery has some great selectors for this.
$(”table.zebra thead > tr:first-child()”).addClass(”zSelected”);
$(”table.zebra tbody > tr:nth-child(odd)”).addClass(”zOdd”);
$(”table.zebra tbody > tr:nth-child(even)”).addClass(”zEven”);

Be sure to check out the table striping demo page and [...]

Posted in jQuery | Comments (0)

Posted on Friday, 2nd November 2007 by admin

Introduction
As a longtime jQuery user I was excited to take some time to read and review two new jQuery books. Packt Publishing provided me free copies of Learning jQuery and the jQuery Reference Guide. I spent most of October reading through them and making the most of my first book review experience. In short, these [...]

Posted in Book Reviews, jQuery | Comments (3)

Posted on Friday, 26th October 2007 by admin

…or ‘the web as an application’.
Creating a distractionless environment is getting harder with the latest browsers. When creating or browsing normal web pages, I would hate it if a site stripped my browser. In certain circumstances, like internal web based applications, I’m finding it more and more necessary. Keep reading to learn how I [...]

Posted in Visual Fox Pro, jQuery | Comments (1)

jQuery Resources Links Photos About