jQuery UI Day-Calendar Widget

June 9, 2010 by Reboot · Leave a Comment 

I’m working on a generic calendar widget for event scheduling. It’s my first jQuery UI widget experience which I really like thus far. The calendar widget itself is a sort of complete re-implementation of the jQuery-Week-Calendar made by Rob Monie. However the week-calendar widget was end-of-life and no longer maintained.

A repository has been setup at Bitbucket: jQuery Day Calendar

Specs:
- Drag and drop events (which contains various resources).
- Slot-based event containers of variable length (variable event length).
- Both calendar and event components are jQuery UI Widget based.
- Supports the jQuery Theme Roller.
- Support all major browsers.
- Very reusable, should not be a one-trick-pony.
- Using multiple day-calendars would create something similar to the jQuery-Week-Calendar (maybe make another composite UI widget for it even).

DEMO

jQuery Plugins Day Calendar

Use Secure HTTP for Google JQuery Javascript Include.

October 26, 2009 by Reboot · Leave a Comment 

It’s nice to include jquery from Google for performance, less load, etc. But use the secure link!


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>

It prevents IE from nagging about insecure content. Anyway, I can also advice on not using IE altogether.

(Thanks Webpatser: http://www.god-object.com/)

JQuery Plugin Tip : LiveQuery!

September 25, 2009 by Reboot · Leave a Comment 

http://docs.jquery.com/Plugins/livequery

Code examples will follow shortly ;-D

Exploring jQuery Grids

April 21, 2009 by Reboot · Leave a Comment 

Grids:
FlexiGrid
jqGrid