Archive for Expert

Simple charts with Open Flash Charts

May 26, 2010 No Comments by

I stumbled across this wonderful Open Source charting project called Open Flash Chart. When I saw the demos and tried it, I fell in love with it and just have to write about it.

Expert Read more

How to install Memcached on Windows machine

May 05, 2010 10 Comments by

Many of us use Windows machines for development. Sometimes it is hard to test some cool Linux stuff like Memcached on Windows and I am often too lazy to install some virtual machines. So I googled for a while and installed Memcached on Windows. Here is how you can do it too.

Expert, Tutorials Read more

Cache for your database queries

Apr 22, 2010 4 Comments by

You built your site and everything is working fine, but when there is a lot of users on the site, your database becomes a bottleneck. I will show you how to deal with it using simple file cache system for your database results.

Expert, Tips Read more