dev.base86 and blog software © 2008 R. Schoo. All other copyrights are property of their respective owners.
Proudly powered by the lightweight MooTools JavaScript framework. Icons by FamFamFam.

A new version of my Vista-like Ajax Calendar (vlaCalendar) has been released!
The vlaCalendar is a unobtrusive web version of the slick and profound Windows Vista taskbar calendar, by use of the mootools javascript framework, AJAX, XHTML, CSS and PHP.
Key features:
New features in version 2:
The Vista-like Ajax Calendar version 2 script is licensed under the Creative Commons Attribution- NonCommercial 3.0 License.
Documentation, including (code) examples, and the download are available here.
Update June 04, 2008: Added mootools 1.2 beta2 compatibility
Update June 10, 2008: Working on mootools release 1.2 compatibility
Update July 2, 2008: vlaCalendar version 2.1 released, compatible with mootools release 1.2
element.setHTML is not a function[Break on this error] element.setHTML(data)
<?php include "month.php"; ?>
<?php $_POST["ts"] = time(); include "year.php"; ?>
<?php $_POST["ts"] = time(); include "decade.php"; ?>
<html><head><script type="text/javascript" src="js/mootools-release-v1.11.js"></script>
<script type="text/javascript" src="js/vlaCal-v2.js"></script>
<link type="text/css" media="screen" href="style/vlaCal-v2.css" rel="stylesheet" /></head><script type="text/javascript"> window.addEvent('domready', function() { new vlaDatePicker('exampleI');</script></head><body><input id="exampleI" type="text" style="width: 80px;" maxlength="10" /></body></html><html> <head><script type="text/javascript" src="js/mootools-release-v1.11.js"></script>
<script type="text/javascript" src="js/vlaCal-v2.js"></script>
<link type="text/css" media="screen" href="style/vlaCal-v2.css" rel="stylesheet" /> <script type="text/javascript"> window.addEvent('domready', function() { new vlaDatePicker('exampleI');});
</script> </head> <body> <input id="exampleI" type="text" style="width: 80px;" maxlength="10" /> </body></html>prefillDate: { day: 12, month: 12, year: 2012 }