| Preface | News |
|---|
Wouldn't it be terrific if your visitors could see what you have planned by date for the entire month(s)? Do you love something intuitive like the one shown on the left?
Yes, you may love it, but may also be thwarted by the browser compatibility issues of javascript, or the complexity and sluggish of its server-side siblings like ASP. Luckily feelings like that were history now - take a look by right-click this page and select "view source" - you'll be amazed to find out that the calendar on the left side of this page turns out to be just a standard HTML tag. Wasn't it a dream that every web guru wished to have a calendar tag supported by all the browsers? It has come true, right before your eyes.
<iframe name="gToday:mini:agenda.js" id="gToday:mini:agenda.js" src="scripts/calendar/iflateng.htm" scrolling="no" frameborder="0"></iframe>
Above is the HTML tag for the calendar on the left side. It not only works in IE, but also in other major browsers like Netscape, Mozilla, Safari etc. And it not just looks simple, it actually is - you can put it anywhere in your web page, in tables/layers/menus and so on, same way as the other HTML tags. And not just one, you can have many and even synchonize them to behave like an integrated unit. Try our online demo or even download a free version to play it locally, you'll see why we call it eXtremely Perfect.
Working with CalendarXP calendar and/or date picker products, there are little, if any, scripts to mess with your client's webpage; neither in server side. Although it's a javascript solution, you don't even have to know anything about javascript in order to use it. All you do is to place the javascript calendar tag to wherever you want it to appear. And we've bundled plenty examples and variety themes in the package that may inspire the design of your website.
As a mature product, there are so many customizable features - actually almost every single bit of our javascript calendar and date picker products can be customized to suit your unique taste. Although the product itself doesn't rely on server-side scripts, it surely can benefit from them at your wish. It supports various web technology, including ASP.net, JSP, PHP, ColdFusion and XML. Please go over our detailed tutorials and you'll find how powerful this javascript calendar can be. Following is a sample of the proposed XML agenda:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<agenda>
<event year="2005" month="4" date="1" bgcolor="#00ff00" fgcolor="black"
bgimg="" border="gold">
<tooltip>this is a test</tooltip>
<action>alert(123)</action>
</event>
<event year="2005" month="1" date="1" bgcolor="green" border="null">
<tooltip>this is a new test</tooltip>
<action/>
<html><![CDATA[
<br>
<b>this is a new test</b>
]]></html>
</event>
</agenda>
Another feature worth mention is that the CalendarXP was designed from the beginning to house and display all kinds of daily events. That seperates it from the other javascript calendar you may find on the internet. It includes advanced features like displaying events in every weekday of the month, multiple events in any date and even recurring events, such as Easter holidays. The events are stored in a seperate, simple javascript file. You can edit your events file at any time, then upload it to your web host. Also, you could choose to dynamically generate the agenda.js file with the support of your backend database. You may also include HTML code in the event text so that your calendar will display images or links. There is even a feature for triggering popup windows from you events.
You never should be bound to boring layouts, pale colors or sluggish interface, you deserve better, and CalendarXP gives you the choice of making it better - in your own way. Simply take our theme gallery as a lead-in to your fantastic creativity, and download the product to unleash the potential of your website, NOW!