Archive of calendar

16Jan2012
Mixing Jeditable with a Calendar Thumbnail

Mixing Jeditable with a Calendar

For a recent project I needed to be able to edit text directly on the webpage I decided to use jeditable its very easy to implement and served my needs, but I also needed to add a Jquery UI calendar to the input once generated. I tried a lot of different ways none of which worked until I came across a githup project called jeditable-datepicker (more...)

Read MoreLeave a Comment
Reading events from an iCal Calendar using PHP Thumbnail

Reading events from an iCal Calendar using PHP

Reading event/calender information from iCal can be very useful this tutorial will show you how to read and use the information in a practical way.

Read MoreView Comments (1)