Tutorials
This is our main category for all our tutorial based articles. You can find almost anything from server configuration to website optimization.
Install memcached daemon / Install memcached extension using pecl
A little about Memcached Memcached is a service that allows you to store in memory key-value data like strings or objects, from results like databases queries, API calls and drastically accelerating queries and reducing the load on your server. Memcached is being used by major websites like Youtube, Twitter, Digg, WordPress.com and many many more.
Random background image on website
How do you make random background image on website I got this idea of article from good friend Craig, the idea itself is really cool, especially if you want to make your website more dynamic for your visitors. However, you should keep in mind that for a website, the background should not take the first attention,
How to check and create php session variables
How to check and create php session variable In this article I’m going to show you some simple things to work with sessions in php, these are mostly used to store information about your users, like usernames, choices selected by users and similar, these however are stored on the server and deleted once the user
Reverse cache proxy using squid proxy
Reverse cache proxy using squid proxy If you came here looking for a reverse cache proxy, then you probably already heard of squid proxy. As it name is, this is entirely designed as a proxy, however this does not mean it can’t be used as a reverse proxy or frontend proxy. Reverse proxy is a