fullasagoog.com WebBuilder blendFullasagoog: Chock Full Of Rich Internet Application GoodnessTCPSocket: Sockets in the browser- July 1, 2008 Michael Carter of Orbited has written about how he now likes to call Comet sockets in the browser, and has an implementation available that looks like this: PLAIN TEXT JAVASCRIPT: &160; var conn = new TCPSocket&40;hostname, port&41; &160; conn.onopen = function&40;&41; &123; alert&40;'connection opened!'&41; &125; conn.onread = function&40;data&41; &123; alert&40;'RECEIVE: ' + data&41; &125; conn.onclose =...http://www.fullasagoog.com/go.cfm?itemid=E072B730-0D06-1129-A953E4EDAC5A0992 Infinite Web 2.0 Image with GWT- July 1, 2008 Didier Girard pinged us about Farbtube: This Web 2.0 GWT example allows to draw on an infinite canvas and to see others changes immediately. It works like Google Maps: Use the &8220;Move&8221; cursor to walk around the canvas Time for graffiti.http://www.fullasagoog.com/go.cfm?itemid=E072B721-0302-EA07-B270B57F80E93A2B MooWheel and MooCirclePack for visualizations- July 1, 2008 MooWheel, the JavaScript connections visualization library, has been updated to version 0.2. Updates include: New data format Text can now be hovered over, in addition to the dot Images can be added for each item You can see the popular Twitter example (thanks to Augsto Becciu, creator of TweetWheel). Also, MooCirclePack has just been released: MooCirclePack is another stunning visualization ...http://www.fullasagoog.com/go.cfm?itemid=E072B740-D148-5EDC-C05963DE465957E7 SEO and RIA get closer together with Flash indexing news- July 1, 2008 Google and Adobe have been working on improving the indexing of Flash applications. In the past we could simply look at the SWF files and try to grab strings out of them, but there was zero context. To go further Google uses the SWF Searchable work from Adobe to be more of a &8216;human&8217; actor on ...http://www.fullasagoog.com/go.cfm?itemid=E072A35A-931B-AF4F-531B320987CEFD85 |