JavaScript Excel coordination changer

http://jsfiddle.net/easywaru/8euvLuha/

Excel:A1 <-> Coord:(1,1)

git filename is too long

This is trouble on windows only.

Posted by / May 21, 2015 / Posted in git

Android 4.2.2 default browser canvas bug

When I test canvas animation used createJS,
I found afterimage.

I can find afterimage use setTimeout.
Canvas’s parent div changed after canvas’s animation started.

Devices error found is below.
Sharp AQUOS PHONE SHL24(Android 4.2.2)
Sony XperiaA SO-04E (Android 4.2.2)

pseudo code

node.js download file has cjk name

file download throw error if you have file’s name composed CJK characters
encodeURIComponent

Java how to check file exists case sensitive

[File instance].exists() only check case insensitive.
If you want check case sensitive, below code help you.

Posted by / January 29, 2015 / Posted in java

Java database connection string mysql oracle sqlserver

Javascript Japanese IME(Input Method Editor) Control V.0.0.1

Japanese IME control using regular expression on javascript.

Sample

IE10 bug, mouse event passed by

In IE10
When click DIV positioned top of DOM
that has no background and exist text of another DOM,
mouse event passed by

Solution:
backgroud:#ffffff;
opacity:0;

Test Case

Posted by / December 22, 2014 / Posted in CSS