For those of you that were having issues downloading files from this page, I have upgraded the module and things should be working again now. Sorry for the trouble!
Applications, projects, and code that I have written in various languages
C# .NET, PHP, and Javascript.
I started KIG because I had tried the other image/photo gallery plugins for e107 and found them either too simplistic or too complicated. I also wanted to try my hand at creating an e107 plugin. I originally intended it to be used for my personal use only, but there has been a good response from others that I decided to try and enhance it to make it more general for others to use.
KIG is organized into galleries, albums, and images. A gallery contains any number of albums, and an album can contain any number of sub-albums and images. Each member/user can have their own gallery, and there is a special gallery (called the "site gallery") that is administered by the e107 ADMIN users.
Requirements:
OrgCal is an online event calendar for organizations/groups. I was motivated to write OrgCal after trying out a bunch of other calendars. I was really impressed with WebCal but I wanted something a little more basic, with a mini-calendar view.
Features in the initial 0.1 release:
Simple date-picker that allows the user to choose a date using either the "3 combo-box" approach (using my dsInput javascript) or a little popup calendar. The combo boxes and the popup calendar are kept in sync.
dsInput is a simple but useful chunk of javascript that allows the user to select specific dates for your calendar application. It is designed with three sets of combo boxes that helps users to select dates from the calendar by choosing year, month and date.