js

Js Utils

JSUtils is a lightweight javascript library, built to encourage modular code design.

GreasemonkeyImports0.1

This has been superceded by a new version of the GreasemonkeyImports patch. This page is for historical interest only.


GreasemonkeyImports adds the ability to import files into your greasemonkey scripts, this allows splitting your javascript into a more modular file organisation, including third party libraries, and importing extra resaources such as images, html and css. It is available as patch to greasemonkey, and as a php script.

Tagsonomy Book

This is my collection of tagging experiments organised as a book covering their algorithms, application and real-world usage.

Greasemonkey Imports

GreasemonkeyImports adds the ability to import files into your greasemonkey scripts, this allows splitting your javascript into a more modular file organisation, including third party libraries, and importing extra resaources such as images, html and css.

Tag Clusters

Newsgator JS API

A javascript library for accessing Newsgator's web services

Newsgator JS API Overview

The Javascript API is designed to closely follow the design of the Newsgator API (note - the newsgator api documentation is required reading to understand this library), it has the same main objects - Locations, Folders, Subscriptions, Feeds, and Posts. It also has a Newsgator object which is the application entry point. Currently only GET operations are supported i.e. you cannot modify (subscribe, delete, mark as read etc) the aggregator. The api is designed to be used asynchronously, using Mochkit's Signals library. This library has a very simple syntax connect(object, event, handler), handler can be designated as either a function, an object and the name of a method of that object, or an object and a function. With the last two the function is called with the this pointer set to the object.
Syndicate content