Archive for the 'XMLHttp/Ajax' category

Behaviour - Clean up your HTML code!

Saturday, April 1st, 2006

The missing link in your ajax apps. This is what the writer of this scripts says, and it seems like it’s one cool tool. Check it out, it will help you associate events with elements based on CSS and no chunky javascript in the middle of your HTML:
http://bennolan.com/behaviour/

Example of usage:

<ul id=”example”>
<li>
<a href=”/someurl”>Click me to delete […]

JavaScript, CSS, XMLHttp/Ajax | No comments

Handy document.createElement wrapper

Saturday, April 1st, 2006

Looks like a very handy function that will ease the process of creating recursive multiple elements within JavaScript, have a look:
http://www.arantius.com/article/dollar-e
Example usage:

var element=$E({
tag:’div’,
className:’toolGroup’,
id:’toolGroup_1′,
children:{
tag:’div’,
className:’roundBarTop’,
[…]

Web, JavaScript, Freebies, XMLHttp/Ajax | No comments

In the Search for the Perfect PHP Calendar

Friday, March 10th, 2006

I’m looking for something that will treat each user with its own calendar. It’ll be nice finding something that has a system like that, built-in already. Well, I’ll decide on something in a month or so.
Here are a couple of open-source PHP calendar projects worth to metion:

Monket Calendar | (+AJAX -Internet Explorer support is still […]

Web, JavaScript, PHP, Database, XMLHttp/Ajax | 1 comment

Slick XMLHttp News Ticker

Friday, February 10th, 2006

Found a really cool news ticker on DynamicDrive:
Advanced RSS Ticker (Ajax invocation)
Wondering which browsers it supports though. Anyone know any cross-browser details on this script?

Here are some features of Advanced RSS Ticker (Ajax invocation):

Displays any RSS feed on the web in a ticker fashion. Specify exactly what components of the feed items to display, such […]

Web, JavaScript, PHP, Freebies, XMLHttp/Ajax | No comments

You are currently browsing the archives for the XMLHttp/Ajax category.

Meta