Here it is, my first jQuery project! jQuery makes writing elegant and useful tools so much easier. This tool is a quick pick calendar that uses ajax and php to load the dates. It's a lot like my ajax calendar, and the super version, but I've taken the time to totally rewrite the php backend, and the completely new jQuery front end. I think it turned out pretty well, and it's free for you to download and use!
See it in action here, or grab the code here.
2 Comments | 4664 days old | Direct Link
Some users of the ajax calendar and survey are having problems with the admin tools and authentication. Well, I've figured out what's causing that problem. Straight from php.net documentation...
"The HTTP Authentication hooks in PHP are only available when it is running as an Apache module and is hence not available in the CGI version."
So having php installed as an Apache module is the only way the basic auth built into those tools is going to work.
UPDATE: I have put together a workaround for this problem. Here's the links to download the new admin files.
/download.php?file=super_ajax_calendar_cgi.zip
/download.php?file=ajax_survey_cgi.zip
Please let me know if you have any problems with it.
168 Comments | 6157 days old | Direct Link
It's SUPER CALENDAR!! You asked for it... The latest and greatest AJAX calendar is available now. There's lots of new features and a visual refresh included, so go get it now!
18 Comments | 6183 days old | Direct Link