In 2008, over one thousand people experienced the world’s first virtual web conference. Together, we created a new type of conference that is environmentally-friendly, affordable, and interactive.

In 2009, we are going to take it one step further.


ClippyML: your friendly neighborhood copy-and-paste browser for HTML snippets

Please upgrade your Flash Player to install ClippyML var flashvars = {"airversion": "1.5", "appname": "ClippyML", "appurl": "http://www.aralbalkan.com/downloads/Clippyml.air", "appid": "Clippyml", "pubid": "5024113141A450C737B20199BD52F501F58D6E84.1", "appversion": "1", "image": "images/badge-screenshot.jpeg"}; swfobject.embedSWF("/swfs/AIRInstallBadge.swf", "clippymlbadge", "215", "180", "9.0.115", "/swfs/expressInstall.swf", flashvars); Summary: ClippyML is a simple web browser that uses the system clipboard instead of URLs. Simply paste some text into it to see it [...]

Delaying Ajax-based validation triggers

When you're doing Ajax-based validation on a text input control, you really don't want your data calls firing off at every keyup event as this will put unnecessary load on your server. Instead, the thing to do is to wait a little while after the user's last key release to see if she's stopped typing [...]