Install LAMP(Linux, Apache2, Mysql, PHP5) on Ubuntu 14.04LTS

Install LAMP(Linux, Apache2, Mysql, PHP5) on Ubuntu 14.04LTS
As a magento programmer, we can't work if we don't learn a little bit server knowledge about server installation and configuration. At least install LAMP on Ubuntu. It 's very basic but this blog post with hope will help you save a little time in your server installation on Ubuntu 14.04 and make everything clean and clear what easy to develop and maintain. (more…)...

HTML/CSS make clickable through transparent DIV layer

HTML/CSS make clickable through transparent DIV layer
When using HTML/CSS to implement beautiful graphic design, we will need to use the transparent DIV what is the DIV html tag with css style 'background: transparent;'. Just like you I use it and I meet the problem with it many times when I want to keep the transparent layer but I still want to keep the clickable element (button, link, text ... ) under the fly layer. So I want to do the magic thing what can make it clickable through transparent DIV (more&hel