Looking For Ultimate Ultrabook

I finally found an Ultrabook from HP, Envy 4-1117nr Sleekbook. It’s a very nice little 14″ Windows 8.1 laptop with i5-3317u 1.7Ghz with turbo boost to 2.6 Ghz, but HP bios limit the turbo to 2.4 Ghz.  This one has the same specs as the Envy 4-1130us, although I don’t see many of these Envy

Jquery Collapse-O-Matic Plugin

01/25/2016 I no longer use the plug-in – I use bootstrap collapsible now. I really like the Jquery Collapse-O-Matic plugin. It does make the long page looks better. Since I used so many Jquery application, I have to make .noconflict for this plugin to work with Fancybox using old jquery 1.25 which doesn’t work with

Fix HandBrake Stopping Encoding Early With Meteorite

When we have a MKV file, if HandBrake stops in the middle or early while encoding from MKV to MP4, chances are the MKV file is corrupted or has a bad frame that causes HandBrake to stop. To fix this, we need to fix the MKV file and the current best software for this is

Speed Up The Web Page

PageSpeed Insights .htaccess (public)/wp Set time to expire at least 30 days. # BEGIN Expire headers <ifModule mod_expires.c> ExpiresActive On ExpiresDefault “access plus 5 seconds” ExpiresByType image/x-icon “access plus 2592000 seconds” ExpiresByType image/jpeg “access plus 2592000 seconds” ExpiresByType image/png “access plus 2592000 seconds” ExpiresByType image/gif “access plus 2592000 seconds” ExpiresByType application/x-shockwave-flash “access plus 2592000 seconds”

Working With Z-Index In CSS

In CSS, z-index is the order of appearance of one layer over the other, the higher the z-index the higher priority of the layer above the lower z-index displays. For example, on my theme, I made header to be fixed with z-index:9999 and my shadowbox overlay z-index:999 . So, on a small display like 1024×768,