Thursday, August 30, 2012

Drawing game with Node.js

http://tutorialzine.com/2012/08/nodejs-drawing-game/

Wednesday, August 29, 2012

js clipboard

http://www.w3.org/Search/Mail/Public/search?type-index=public-webapps&index-type=t&keywords=clipboard&search=Search

Cool JavaScript ClipBoard discussion

http://www.w3.org/Search/Mail/Public/search?type-index=public-webapps&index-type=t&keywords=clipboard&search=Search

Tuesday, August 28, 2012

node.js screencast

http://net.tutsplus.com/tutorials/javascript-ajax/node-js-infrastructure-part-1/

Wednesday, August 22, 2012

Infinite scrolling like facebook and interest

http://www.javascriptquestions.com/question/show/id/35

Copy to clipboard - Best of web -

After spending few hours, reading and analyzing 'copy to clipboard' solutions using javascript or system clipboard ctrl-c & ctrl-v (on MAC, cmd-c & cmd-v), These are the best solutions/discussions. These questions have been asked millions of times because, 99% of the answers are just re-directed or assumed to be working. So I am putting here, best answers. This may not be exact code solutions. - http://stackoverflow.com/questions/9658282/javascript-cut-copy-paste-to-clipboard-how-did-google-solve-it?rq=1 - http://support.google.com/docs/bin/answer.py?hl=en&answer=161768

Monday, August 20, 2012

SchemaSpy, I made work - pretty cool

http://schemaspy.socialflow.com/schemaSpy

Tuesday, August 14, 2012

Awesome read on putting text to a clipboard to copy

http://brooknovak.wordpress.com/2009/07/28/accessing-the-system-clipboard-with-javascript/

Monday, August 6, 2012

Friday, August 3, 2012

Cross domain browser security issue, ajaz, jason

Very Well exlained: http://devlog.info/2010/03/10/cross-domain-ajax/