For those of you that don’t know, Yahoo has a set of open source utilities written in JavaScript. It includes some helpful tools for DOM scripting, DHTML and AJAX. Many of these tools are used in their applications and are available through their developer network. Read the rest of this entry »
Tags: AJAX, calendar, CSS, internet, JavaScript, web 2.0, web development, yahoo
AJAX Magazine has a small tutorial on how to integrate Google Calendar into your website using PHP and AJAX. The PHP script just reads the feed from Google Calendar which you can publish via XML or ICAL. This script can read either the public or private calendars. The JavaScript is a basic XML parser which reads the data from the PHP script and output’s it to the DOM. Read the rest of this entry »
Tags: AJAX, calendar, google, tutorial, web 2.0, web development
Google released the beta version of their calendar program and I have to say I’m quite impressed. That’s not to say that I’m not impressed with the other Google products, but Google continues to put quality ideas into a working Web 2.0 application. Read the rest of this entry »
Tags: AJAX, calendar, google, web 2.0