Auto margin on RTL page doesn’t work on IE
Auto margin is used extensively to center an element horizentally. But it doesn’t work on IE for RTL pages.
Bookmarklet of URL shortener
I created a bookmarklet for the url shortener and a testing page for it.
Create a small gadget "URL Shortener"
I have to say that there exists several gadgets that do the same thing. Frankly speaking, I don’t try them, I just keep telling myself that what I made is the best.

Paste in Cygwin window
I want to paste some text from Windows to Cygwin’s bash window, but I don’t want to enable the quick edit mode of the command window, because it may lock the command window.
Add JavaScript code to posts on Blogger
<script type="text/javascript">function fn() {var ele = document.getElementById("test");if (ele) {ele.innerHTML = "Content set by script ";window.clearTimeout(arguments.callee._timeout);}else {arguments.callee._timeout = window.setTimeout(arguments.callee, 500);}}fn();</script>
<span id="test"></span>
(function(){function fn() {var ele = document.getElementById(“test”);if (ele) {ele.innerHTML = “Content set by script “;window.clearTimeout(arguments.callee._timeout);}else {arguments.callee._timeout = window.setTimeout(arguments.callee, 500);}}fn();})();
Yahoo! Search BOSS
Yahoo! is continuing to open up its search platform. It has SearchMonkey, and now the BOSS. BOSS means “Build your Own Search Service”. It’s free now but will have a fee structure in the near feature. What interests me is the mashup framework, a Python library to manipulate data.
