Do everything with javascript

Author Archives: julian

When I stumble upon a cemetery while biking, I think of this song

Cocco – Blue Bird src: http://ourtimehascome.blogspot.com/2006/07/dj-ing-cocco-blue-bird.html lyrics & music: cocco go round and round move in a spiral around again and reach you go round and round a bird is singing that calls for blue wind I hold it which I haven’t seen the softly…new sin but someday I will surely…with my dirty hands lead [...]

It’s not about how hard you hit, but how much you can take, and keep moving forward. That´s how winning is done

“The world ain’t all sunshine and rainbows. It’s a very mean and nasty place… and I don´t care how tough you are, it will beat you to your knees and keep you there permanently, if you let it. You, me or nobody, is gonna hit as hard as life. But ain’t about how hard you [...]

Js q

var x = {v1:1,v2:2}; var y = [1,2]; var x1 = x; var y1 = y; x["v1"] = 100; y1[0] = 100; console.log(x1); console.log(y); x = 99; console.log(x); console.log(x1); y1 = “hello”; console.log(y); console.log(y1); ——————– var a = 10; (function(){ a = 100; var a; a += 10 console.log(“in closure:”+a); }()); console.log(a);

My Little Lover 風と空のキリム (歌詞)

風と空のキリム あなたに会えたことがいちばん 今まででうれいと思った かんしょの緑が揺れる音の その先に沈む夕日を見た時 いい事だけの空気を吸おうよ いらないものは待たないでいいよ 多分全部は無理だと知ってる だけど希望が込み上げてきてる どうして光さしてくるの 訳もしれずに涙こぼれる あなたのことを感じる全てで からだをとりまいてる空気まで 海が夕日でざわついてきたら 高まるこころポケットに詰めて 今日はここを離れて行くけど イメージの中には花が咲いた どうして人は生きて行くの 問いかけてたら涙にじんだ あなたのことを感じる全てで からだをとりまいてる空気まで かんしょの海が手をふってた Like this a lot. いい事だけの空気を吸おうよ いらないものは待たないでいいよ …. 今日はここを離れていくけど イメージの中には花が咲いた … Simple and beautiful~!

The time has come???

As a javascript coder, the play ground I have was being bounded by browser. Creating those animation in browser, AJAX effect aren’t fun / exciting anymore. Load a jquery / YUI, anyone can do it. As node.js came alone, what a js coder can do seems broaden by a great deal. JS is a good [...]

++++++++[>+++++++++>++++++++++++++<<-]>++.>+++++.

++++++++[>+++++++++>++++++++++++++<<-]>++.>+++++. = Ju

A play with HTML5 – audio mixer with canvas

Finished a prototype with the audio and canvas feature in HTML5. It is quite a sad thing that no single audio format can work cross browsers. HTML5 Doctor had a table showing the supported audio format from different browsers. In the prototype I implemented the box filter documented out at Gamasutra. The blur function is [...]

Can’t be any more stupid…

Got in a car crash today. Can’t stop on time and rear-end the car in front of me. Shit!? I should took a picture to remind me how ugly my car become. Thanks a lot for the help and the perfect pictures from John.

When my mind is made up?

Just saw the video from hulu which is live performance from The Swell Season, When your mind’s made up When your mind is made up, When your mind is made up, There’s no point try to change it, There’s no point try to stop it, There’s no point try to talking, There’s no point try [...]

My damn last minute habit

星期日就要飛. 行理未拾, 房未拾, 野未買曬, data 未backup. 我應該都係會pk ga la…… May the god of last minute be with me!