RSS moockblog
哪吒推荐该订阅
原站:http://www.moock.org/blog/
标签:tech ria moockblog blog
指数:
点击立即订阅,“moockblog”的内容有更新,哪吒第一时间提醒您
“moockblog”的内容更新
累计:66 篇(自 2007-09-03 起)
更新:约1篇/月,最后更新173 天前
moockblog
the following code shows how to use html to align a grid of images in rows and columns without tables, with no spaces or gaps between the images. <!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd"> <html> <head> <title>image grid example</title> <!--css--> <style type="text/css">... (173 天前)
moockblog
starting with union 1.1.0, orbitermicro (union's javascript framework) includes native support for websocket. using websocket, javascript applications can conduct network communications at speeds that rival actionscript's xmlsocket and socket (though no browser currently supports native binary data transfer). compared to ajax long-polling techniques (aka... (194 天前)
moockblog
i just posted a new example showing how to create a simple multiuser drawing pad (aka shared whiteboard, multiuser sketchpad, or collaborative painting tool) using pure javascript and html5's <canvas> tag. to manage communication between users, the javascript code uses orbitermicro, which connects to union server. >> view uniondraw...... (263 天前)
moockblog
union 1.0 is now shipping and ready for production use in real-world deployments. union is a development platform for creating multiuser applications. build chat, whiteboards, real-time multiplayer games, meeting applications, collaborative editing tools, and shared interfaces that run in desktop and mobile web browsers (javascript), adobe flash, java, c... (290 天前)
moockblog
here's a quick code snippet to replace windows-style line breaks (crlf, or carriage return, line feed) with a standard actionscript new line character. var newtext:string = oldtext.replace(/\r\n/g, "\n"); and here's a snippet to replace all multiple line breaks with a single new line character: var newtext:string = oldtext.replace(/[\r\n]+/g, "\n"); for ... (317 天前)
moockblog
this article 1) describes how a flash bug breaks the professional software-release process, and 2) entreats adobe to fix said bug. the bug: when a linked class or the document class resides in a .swc file, the flash authoring tool can't find it, and generates an error. at megaphone labs, we separate our applications into two parts: the engine .swf (core ... (317 天前)
moockblog
to fit lots of rows on screen in a flex 3 data grid, you have to change the font size and the row height of the grid. for example, <mx:datagrid fontsize="8" rowheight="12"></mx:datagrid> but the preceding code causes the text in the grid to be cut off because the grid still has row padding that pushes the text down. to remove that padding, set th... (317 天前)
订阅者 ( 2 )
yuchen3102034
english
相关订阅源
RSS TechCrunch

TechCrunch profiles the companies, products and events that are defining and transforming the new web. TechCrunch is written by

标签: techcrunch tech it web2.0 2.0

指数 | 520人订阅  

RSS Mashable!

social software and social networking 2.0.

标签: mashable social web2.0 tech web2

指数 | 184人订阅  

RSS Slashdot

news for nerds, stuff that matters

标签: news slashdot tech geek it快报

指数 | 128人订阅  

我要反馈