Joined September 2009
Photos and videos
I miss the slot machine from the top of the tweetie app or as now know the Twitter app.
FAI whinging asking FFF do right thing & join call for replay? should be taking lead demanding use of Video & getting support. #MyLastWord
YUI 2.8.0 is now available: http://bit.ly/JA447 (via @yuilibrary)

Needs to display JSON in graphical form... YUI uses requires flash... not too keen on that... let me see what other libraries have.
language="javascript" isn't needed, as in <script language="javascript" , so you don't have to use it <script src= will do the job
Douglas Crockford (javascript authority) "The JavaScript Programming Language" http://video.yahoo.com/watch/111593/1710507 Some great stuff

To empty a javascript array set the .length = 0 eg. var Arr [1,2,3,4]; to empty it Arr.length = 0;
YUI tabViews are powerful. Dynamically create tabs on the fly, use the Tab.addListener to add functionality to each tab for a given event.
Firebug the Firefox plugin a Javascript developers best friend (for the most part).
.Net JSON serialization not good, don't bother with 3rd party stuff serialize it urself, loop through your dataset and return ur own string
TableViews for YUI offer a lot for quick customizable front end rendering with JSON, there is an XML option but JSON is where its at.