Posts Tagged ‘Javascript’

jMonthCalendar Options, Events, & Methods Documentation

Posted in Programming on August 9th, 2009 by Kyle – 2 Comments

In this post I am going to cover all the custom event/options as well as methods that can be configured and used in jMonthCalendar. All of these are options that can be supplied at initialization in order to manipulate the calendar further or be able to tie into some additional logic ot rules. As well as methods that are exposed for manipulating the calendar after initialization. This is my first attempt at formal documentation, so bare with me.

read more »

jMonthCalendar-1.3.2-beta Release

Posted in Programming on August 9th, 2009 by Kyle – 3 Comments

I have released a new version of jMonthCalendar (1.3.2-beta). Below I will provide a sample of the use of event callback as options. Well this release is pretty straight forward for the most part. It includes changes to how the custom events are fired mostly and addresses various bug fixes. As well as includes some reduction in file size. UPDATE Beta2 is released to fix some minor bug issues.

read more »

jMonthCalendar: Minor Release 1.2.2

Posted in Programming on May 1st, 2009 by Kyle – 7 Comments

Well it has been awhile since I posted anything new so I thought that I would provide a rundown of the minor new features and fixes in jMonthCalendar 1.2.2 read more »

New Project Home For jMonthCalendar

Posted in Programming on March 24th, 2009 by Kyle – Be the first to comment

It has been awhile since I have had anything to announce with jMonthCalendar. I have been quite busy lately and have been procrastinating at bug fixes and enhancements. Lately, I’ve been working on an idea to set up project wiki, issue, and source management system using Redmine and Subversion. My current host does not play well with Subversion and was lacking on memory and access needed to run Redmine the way I wanted. So I have moved the project and source over to Google Code. read more »

jMonthCalendar: Patch Relese 1.0.1

Posted in Programming on January 20th, 2009 by Kyle – Be the first to comment

I just released my jMonthCalendar (the full month event calendar) with some new enhancements/fixes upon request. The change log can be found here along with updated samples and direct download. Fixes include: month name display in IE, isArray function not present in older version of jQuery, and new configurable first-day-of-week that the calendar starts on (Sun, Mon, Tue, etc).