Joined January 2012
1 Photos and videos
23 Feb 2012
used twitter @anywhere. that was awesome. Super easy to use and no need to stack in the swamp of oauth.
7 Feb 2012
PhantomJS is also a interesting Way of using javascript in different environment. I believe these movements will push js to the next level.
3 Feb 2012
Used node.js socket.io for the first time. It's a completely different type of experience for server side development. I like this.

1 Feb 2012
During a research about Android Webkit, I found NPObject which is an internal object used for binding Java and javascript object.
1 Feb 2012
The meaning of high-level is getting higher. I believe some programming language will have native twitter API. oh, iOS has it already.
1
1 Feb 2012
javascript vm written in javascript seems like the most poweful programming environment.
Mark Kondo retweeted
31 Jan 2012
Really impressed by StratifiedJS - JS compiler that supports suspending execution in all browsers: onilabs.com/stratifiedjs

3
85
99
31 Jan 2012
Android 2.3.3 does not support Canvas.toDataURL(). Only returns "data:". I can't believe this.
31 Jan 2012
I didn't know this technique in javascript:a:{ console.log(1); break a; console.log(2); }
1
31 Jan 2012
So many new javascript libraries are out.
Mark Kondo retweeted
OriginJS - A client side router that doesn't suck! bit.ly/ycq6Tt

2
1
30 Jan 2012
Cloud9 IDE - Your code anywhere, anytime cloud9ide.com/

1
27 Jan 2012
Web application for extracting sound information from FLV/MP4/SWF. No server side process. Only requires javascript. nicozon.net/converter.html

27 Jan 2012
evan("(function a(){\n return \n 100; \n })();") returns undefined. Because javascript vm inserts semicolon after return token.
27 Jan 2012
i need someone who retweets some of useful articles from @stackfeed
27 Jan 2012
finally i unfollowed stackfeed which tweets a lot.
26 Jan 2012
purchased o'reilly javascript library in AppStore. Much cheaper than the actual one.
26 Jan 2012
It was not a good idea to follow stackoverflow account. My timeline has overflowen.
26 Jan 2012
it takes screenshot of app you wrote in background. cool.
26 Jan 2012
Trying proccessing for iOS.