Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #web
Tue, December 17, 2013
1 min read
[HTTP] referer and referrer and Typo
A quick note on why the HTTP header is spelled 'referer' — a historical typo preserved in the spec.
read more →
Fri, November 2, 2012
[IE6] Solution for Issues with javascript:void(0); and onclick Not Working
In IE6, href="javascript:void(0);" with onclick works once you add return false; at the end.
Tue, November 15, 2016
[JavaScript] Use onload event to execute processing after iframe loading completes
Use the iframe onload event to run JavaScript after loading, with a jQuery example to disable inner links.
Mon, February 11, 2013
[jQuery] Prevent Double-clicking and Consecutive Clicks on Forms and Links
A memo of reference links for preventing double-clicking and consecutive clicks on forms and links with jQuery.
Tue, October 22, 2013
TechEmpower Framework Benchmarks - Check Benchmarks for Various Frameworks
TechEmpower Framework Benchmarks lets you compare web-framework performance side by side across languages.
Tue, January 29, 2013
DOCTYPE Declaration and Character Encoding Issues for Supporting Three Mobile Carriers
Fixing mojibake on Japan's three-mobile-carrier sites with a Shift_JIS Content-Type meta tag in HTML and XHTML.