|
|
|
|
|
Total Hits: 39 | Today: 0
|
Author: Hatem
|
Rating:
|
|

One of the features I find it interesting in Google calendar is the possibility to create shared calendars, but also the availability of your calendar as XML or ICAL whatever it's a private or public one. As soon as we have XML of our calendar available I was wondering why not integrating Google calendar directly in website. For example a community that use the service to manage their events, or to display your future trips in your blog ?...
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: Bernard Peh
|
Rating:
|
|

Online calendars are often used in many web applications. Though popular, the logic behind creating a calendar can be scary especially for those who are new to programming. There are many web calendars in the market but some of them are quite complicated. If we are not able to understand the code, it becomes harder for us to customise the calendar to fit into our existing application. As such, we need to create a calendar that can plug itself into any system seamlessly without problems....
|
|
|
|
Total Hits: 22 | Today: 0
|
Author: matt@mattberseth
|
Rating:
|
|

The calendar control that my team is using in our current web application is terrible for three reasons: * it is ugly. Viewing the control reminds me of the first time I went back to Window's 95 after having upgraded to XP * it opens the calendar control in a new browser instance (something our users hate) * it has a lot of supporting, custom JavaScript that has had its fair share of bugs If I am not mistaken, somehow the control survived the port from classic ASP to ASP...
|
|
|
|
Total Hits: 30 | Today: 0
|
Author: Scott D. Smith
|
Rating:
|
|

Go to any travel or event booking website and you'll find the same user interface for collecting date information: the Calendar. Providing such an interface in an ASP.NET application is a breeze, thanks to the built-in Calendar Web control. There are two downsides to ASP.NET's Calendar control: first, it is not very useful when selecting dates far into the future or past, as you can only navigate to the next or previous month; and, second, the Calendar does not use AJAX techniques, so each click...
|
|
|
|
|
|