52 projects tagged "JavaScript"
DHTML API allows you to animate your Web site with the aid of DHTML. Any content that you place within a div tag with the position CSS attribute set to absolute can be manipulated like a sprite. Just don't forget to set id="unique_name", and pass "unique_name" to the GetLayer() function.
AgileGallery is a photo gallery that processes the XML output from Picasa, generates paging and thumbnails, and displays the full sized photos along with any captions entered in Picasa. AgileGallery presently comes in two flavors: one that uses AJAX for the interface and one that uses Flash. AgileGallery does not require any server-side technology to generate photo galleries.
Simple JS Calendar is a very easy-to-use JavaScript calendar control with many customization options. The date format can be changed. It also supports multiple instances on same time and all the instances are completely independent with others. It is compatible will all major browsers and different style sheets can be defined to all different instances means every instance can be show in different color scheme on the same page. It also support expiry date feature so you can prevent users to select past dates. There are lots of other customization options as well.
PlainAjax is a lightweight, crossplatform framework designed to simplify the use of Ajax. It saves the developer from Ajax implementation details and focuses on the most common tasks of an Ajax Web development. It sends requests to the Web server, posts data from HTML input elements, posts data from JavaScript variables, puts the server's response into a HTML element, processes responses using a JavaScript function, and much more.