Newest Project Using jQuery

Thursday February 16, 2012

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.

comments 2 Comments | days old 4415 days old | Direct Link

From the horses mouth...

Tuesday January 15, 2008

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.

comments 168 Comments | days old 5908 days old | Direct Link

It's a bird, it's a plane...

Thursday December 20, 2007

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!

comments 18 Comments | days old 5934 days old | Direct Link