HTTP.Cookies-1.20.tar.gz Widget.Chmod-0.41.tar.gz Widget.Timer-0.41.tar.gz
BurakCode
JSAN compatible JavaScript libraries
HTTP.Cookies - HTTP Cookies manipulation with a CGI.pm-like interface
Defines three object methods to read, write and remove cookies. Implementation is somehow similar to the Perl module CGI.pm' s cookie() method.
There is an internal cache system for fast access. But the cache will be reset if you alter (write() or remove()) cookies. So, you can use the same HTTP.Cookies object anywhere in the page.
Widget.Chmod - Permission configurator widget
Widget.Chmod will generate a widget for chmod settings in octal notation. This may be useful for configuration screens / online file managers.
Widget.Timer - A digital timer counting backwards
This widget can be used for administrator (or regular user) timeout display. It will be illogical to use this in static pages, since you'll need a dynamic data source to get the hour, minute & second values. You can use unlimited number of timers in a page.
Widget.Timer is object oriented, but hides the interface behind a single function. The underlying magic is not documented, but some parts of it can be useful if you want to implement a callback function.