<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenSourceHunter &#187; Calendar</title>
	<atom:link href="http://www.opensourcehunter.com/category/calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcehunter.com</link>
	<description>On the hunt for the best opensource resources and more....</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:40:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create astonishing iCal-like calendars with jQuery</title>
		<link>http://www.opensourcehunter.com/2009/02/17/create-astonishing-ical-like-calendars-with-jquery/</link>
		<comments>http://www.opensourcehunter.com/2009/02/17/create-astonishing-ical-like-calendars-with-jquery/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 21:49:51 +0000</pubDate>
		<dc:creator>Mark Dijkstra</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=2113</guid>
		<description><![CDATA[
			
				
			
		
According to my web designer experience, one of the most common requests from clients when it comes to Wordpress personalization, is to add a basic event calendar to their website.

Finding a good place to position a big table like a calendar within your Wordpress template is always a taught work. In addition, the tag itself [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F17%2Fcreate-astonishing-ical-like-calendars-with-jquery%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2009%2F02%2F17%2Fcreate-astonishing-ical-like-calendars-with-jquery%2F&amp;source=opensourcehunte&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>According to <a href="http://www.stefanoverna.com/log/create-astonishing-ical-like-calendars-with-jquery" target="_blank">my web designer experience</a>, one of the most common requests from clients when it comes to Wordpress personalization, is to add a basic event calendar to their website.<span id="more-2113"></span></p>
<p><br class="spacer_" /></p>
<p>Finding a good place to position a big table like a calendar within your Wordpress template is always a taught work. In addition, the tag itself is often quite difficult to style in a good way</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2009/02/17/create-astonishing-ical-like-calendars-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar, a javascript class for Mootools</title>
		<link>http://www.opensourcehunter.com/2008/12/16/calendar-a-javascript-class-for-mootools/</link>
		<comments>http://www.opensourcehunter.com/2008/12/16/calendar-a-javascript-class-for-mootools/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 20:09:44 +0000</pubDate>
		<dc:creator>Mark Dijkstra</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=804</guid>
		<description><![CDATA[
			
				
			
		
Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for Mootools. I have tried to include all the features that have been most useful while streamlining the class itself to [...]If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F16%2Fcalendar-a-javascript-class-for-mootools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.opensourcehunter.com%2F2008%2F12%2F16%2Fcalendar-a-javascript-class-for-mootools%2F&amp;source=opensourcehunte&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.electricprism.com/aeron/calendar/" target="_blank">Calendar</a> is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for <a href="http://mootools.net/" target="_blank">Mootools</a>.<span id="more-804"></span> I have tried to include all the features that have been most useful while streamlining the class itself to keep it as small as possible. Use the links below to see what features are available in Calendar and how it might enhance the accessibility, usability and validation of form elements on your website.</p>
If you find an exclusive RSS freebie for download in this feed or/and on the OpenSourceHunter website, please use the following code to download it: rtsDD678]]></content:encoded>
			<wfw:commentRss>http://www.opensourcehunter.com/2008/12/16/calendar-a-javascript-class-for-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
