Fixed footer auto height content
While redesigning one of my pet projects – Simplememos – I came across a very pesky issue on layouts. I wanted a simple header/content/footer layout,… Read More »Fixed footer auto height content
While redesigning one of my pet projects – Simplememos – I came across a very pesky issue on layouts. I wanted a simple header/content/footer layout,… Read More »Fixed footer auto height content
There is no straight (should I say “easy”) way to export Outlook mails to Thunderbird. Using Thunderbird’s import from Outlook did not work since quite… Read More »Outlook export to Thunderbird
A .java class can contain only one top-level public class. All other top level classes in same .java file cannot be private or protected or… Read More »Extremely useful tips for Java
See top searches coming from Google for おっと (husband) in Japanese Almost all top suggestions refer to “husband should die”. I wonder what results are… Read More »Japanese women hate their husbands
Much recently to my dismay, I figured out that I cannot remove Symantec’s Endpoint Protection from my own laptop without administrator password. I do not… Read More »How to manually uninstall Symantec Endpoint Protection client from Windows 2000, XP and 2003, 32-bit Editions
“Contributing to society” at Toyota means two things. First, it means, “to manufacture automobiles that meet the needs of society and enrich people’s lives.” And… Read More »TOYOTA: Speech by Akio Toyoda – president of Toyota Motor Corporation
MySQL has a killer feature – you can have a timestamp field with DEFAULT as LOCALTIMESTAMP, so that when you insert a new record, the… Read More »MySQL’s killer feature
I recently happened to experiment with Apache’s mod_rewrite, an excellent library to change your machine friendly (or perhaps program friendly?) web urls into user friendly… Read More »Using Apache’s mod_rewrite on Windows