Category Archives: JavaScript

Windows Media Center Version Of BigPond V8 Supercars

If you are wondering why I have been not posting much to the blog recently, or if you met me in person lately, why I have been so tired and not really in the mood to talk, its because I have … Continue reading

Posted in Coolhunting, JavaScript, Massive, XML | 4 Comments

Javascript ActiveRecord

Ruby’s ActiveRecord Implementation is a very cool part of the very cool Ruby on Rails (RoR) project. RoR is a great way to build a database driven web page. It has weaknesses if you’re trying to build something that’s truly … Continue reading

Posted in Coolhunting, JavaScript | Leave a comment

The Problem With Stacking Browser Event Handlers From JavaScript

You learn something new every day, which is why I love being alive. Its an astounding coincidence that just when I needed to implement a cross browser method of stacking event handlers (for MetaWrap WireWrap), this blog post came out … Continue reading

Posted in Coolhunting, JavaScript | Leave a comment

State of Ajax: Progress, Challenges, and Implications for SOAs

“Dare Obesanjo recently enumerated some key points that Ajax application architects have to contend with and a few of them are particularly worthy of note including how to deal with the need for permalinks, the Back button, and others. Please … Continue reading

Posted in JavaScript, XML | Leave a comment

Something Else For The MetaWrap Javascript Library

http://www.ripcord.co.nz/behaviour/ I really really like this. It uses the CSS selector syntax to style elements with javascript code. You only need to keep one mapping paradigm in your head and its consistent for appearance and behavior. I was considering using … Continue reading

Posted in JavaScript, MetaWrap Server | 3 Comments

JavaScript Optimisation

http://www.peachpit.com/articles/printerfriendly.asp’p=31567&rl=1 http://www.websiteoptimization.com/speed/10/ http://home.earthlink.net/~kendrasg/info/js_opt/ http://www.miislita.com/searchito/javascript-optimization.html

Posted in JavaScript | Leave a comment

Some More Cool JavaScript Libraries

JavaScript Vector Graphics Library http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm JavaScript Graphing Library http://www.walterzorn.com/grapher/grapher_e.htm

Posted in Coolhunting, JavaScript | Leave a comment

Most Useful Site Ever

This is by far the most useful site ever. In the last month I have visited it every day. Its a pleasure to read, is full of accurate information for JavaScript programmers. When I say “most useful site ever” I … Continue reading

Posted in Coolhunting, JavaScript | Leave a comment

Nifty New JavaScript Library

Looks like a very nice wrapper of prototype, with great documentation and a really effective website. http://openrico.org/rico/demos.page  

Posted in JavaScript | Leave a comment

The Very Useful JavaScript call() And apply() Functions For Overriding 'this' For A Given Function.

apply Syntax functionreference.apply(thisArg, argArray) Parameters thisArg (parameter for the calling object) argArray (an optional parameter of an argument array for the object) Description apply allows you to apply a method of another object in the context of a different object … Continue reading

Posted in JavaScript | Leave a comment