HTML5

Learning advanced PHP techniques, pure CSS pseudo to create stunning and engaging websites without JavaScript that are sure to stand out from the competition.

3-4 minutes reading

Simple Block Based Editor for Opencart

OpenCart has always used third-party editors. Perhaps due to their complexity, updates can be quite challenging. If there are new updates to the third-party library, it can affect the operation of OpenCart.

0-1 minute reading

OpenCart Bootstrap 3.0 Admin Theme

If you are using OpenCart web store, here are admin template for your admin panel. Bootstrap 3.0 admin theme is a responsive theme for OpenCart. It’s build with Twitter Bootstrap 3.0 and included 10 Bootswatch style. All stylesheet are using Bootstrap CDN to speed up the admin panel. More detail about this theme : Bootstrap […]

jQuery Skip Navigation Bubble

Simple jQuery code to embed Skip to content link to all screens at top of page, and improve web accessibility. The Skip Navigation Bubble automatically starts on page load, it shows on every top of page and hide it after few second. It stays on screen for 8 seconds. All you need to do for the code to happen […]

4-5 minutes reading

WordPress Plugin: html5 Cache Manifest

Just spent a little time to make an easy way to generate a html5 cache manifest file for wordpress themes. Activate the plugin in WordPress Plugin Panel and the plugin will create a cache manifest file in your current blog theme’s directory. This plugin requires php5 and WordPress 3.1 or newer. Please make sure your blog […]

1-2 minute reading

Use html5 Cache Manifest in WordPress Themes

I am trying use html5 cache manifest to improved WordPress blog’s speed. If you have enabled cache manifest in your server mime-type like: AddType text/cache-manifest .manifest. You may try to do these step. 1. Upload manifest.html, manifest.php to your blog themes directory. File manifest.php is auto generates structure of a manifest file and it’s code adapt from  . I […]