post image
How to create QR code with jQuery
QR code is a popular form of barcode pattern that is ubiquitously used to tag information to products or for linking advertisements. In this post we will use a very helpful little jQuery plugin to bring QR code to your website easily.
post image
Easy as hell to make video background for your website
Want to impress your visitor? Looking no more, make your website stand out by having a background video. Vide is an easy jQuery plugin that works perfectly for doing that, all modern desktop browsers are supported
post image
How to create context menu with jQuery contextMenu plugin
$.contextMenu is a management facility for - you guessed it - context menus. It was designed for an application where there are hundreds of elements that may show a context menu - so intialization speed and memory usage are kept fairly small. It also allows to register context menus without providing actual markup, as $.contextMenu generates DOMElements as needed.
post image
Easy way to create a 360° interactive image rotator.
With Rollerblade, you can easily give your webpage visitors a great 360° viewing experience with your products, images, or anything else you can think of
post image
Liferay 6.2 with JBoss 7.2 on CentOS 6.5 startup error
Today I got my hand dirty with Liferay 6.2 with JBoss 7.2 on CentOS 6.5, just for fun and study. But it turned out the Java world is not very friendly for someone like me - a PHP developer.
post image
How to backup MySQL using mysqldump on Linux
Backup is a daunting task, especially without a tool. Luckily, MySQL provides us a simple but powerful tool to backup the database, it is mysqldump command. In this, post we will show you how to backup all of your databases just with a singe simple command.
post image
How to embed Youtube Video with PrettyEmbed.js
Embedding a video into a web page is simple now with the help of Youtube Share feature. But if you want more than that, there's a little Jquery plugin to bring Youtube Video into your website with higher resolution preview image, advanced customization and even support for FitVids
post image
Top jquery slider you should know
Sliders have become an almost integral part of web designing. Nowadays, It's difficult to find a website without the use of a photos slider or content slider. In this post, we bring you the best free jquery sliders that you can use to decorate your website and attract more readers.
post image
How to make Facebook Like Box responsive
When putting the Facebook Like Box into your website, you have the option to modify the width and height of the widget. But the value is in pixel, which mean you can't make it responsive. Luckily, there's a CSS hack that allow you to do it
post image
How to install ZenOpcache on Centos 6 in 4 steps
OPcache improves PHP performance by storing pre-compiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. In addition, it applies a few bytecode optimization patterns that make code execution faster. PHP >= 5.5. has Zend OPcache support in core. For PHP from 5.2 to 5.4 you need to install ZenOPcache using PECL