Archive for the ‘Javascript’ Category

Chat prototype - First public demo

It’s my distinct pleasure to be able to announce the first public showing of a project that I’ve been working on in my spare time in the last month or two, a new Web Based IRC chat application.
This project brings together a lot of new technologies which had to be developed to make this a [...]

Generic, Javascript, Linux, PHP, 42 comments,

Simple and lazy mouse-over javascript

While working on a project i made this script to simplify adding mouse over effect, the script hooks its self to the window onload function, and parses all images in the dom structure (using the prototype $$ selector) and if they have a ‘mouseover’ attribute, it connects a mouse over / mouse out handler to [...]

Javascript, 0 comments,

Parsing mIRC colors in javascript

Working on my latest pet-project (web irc client and server using comet, ajax and a newly written async php socket daemon which can hande the many hanging iframe get’s aka comet connections) i’m trying to offload as much of the logic as posible to the client side.. The more work the client has to do, [...]

Javascript, 3 comments,