Google Adsense New Large 970*90 Ad Unit

Google adsense has recently launched it’s new 970*90 ad unit and it’s name is Large Leaderboard. This new 970*90 ad unit is best for high width websites and blogs.Google adsense has other horizontal add unit such as 728*90,468*15 but this is the most widest one. To use this add unit go to your adsense account and use this.

(more…)

Linux/Ubuntu File Permission Basics And How You Change Permission Using Chmod Command

In Linux operating system everything is a file , if it is not a file then it’s a process so everything has default permission assigned. File permission defines which file has read,write,execute permission and for which user group.In this article you learn how file permission work and how you change the file permission using chmod command.
(more…)

What is memcache and why you use memcache for your website

MemcacheMemcache is a high performance distributed memory object caching which improves the website performance. In simple words every time your website opens it fetches data from database. Memcache cache this data locally on temporary cache so that every time your website page open it won’t run sql queries to fetch data from DB.
(more…)