Dec 19, 2010
Detecting Mobile Devices Accessing Your WordPress Site
Mobile web surfing is continuing to evolve on a larger scale. This is why detecting those users who are visiting your WordPress blog through a mobile device and redirecting them to a mobile version of your site is important.
Dec 17, 2010
Human readable and by size sorted disk usage (du) in BASH
This is a quick tip to fix a problem that has always bugged me.
When showing disk usage in a human readable form (KB, MB, GB) for each subdirectory using du -sh *, how can you properly sort it by size.
Dec 16, 2010
Get cross-browser document height in JS
This function will return any document’s height.
Recent Comments