Simple charts with Open Flash Charts
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.
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.
There are times when you need to access the Twitter API and get some info or latest status and display on your page. I bring you snippets that can get your job done in no time.
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.
Today I am going to cover forms in PHP. Forms are basic thing when you need to post some information to your application in order to save it to database, email it or print it. I am going to show how to pass information through form to another page and how to do it using AJAX, so your page does not need to refresh.
Today I am going to show you how to implement a simple search from one database table, using PHP and jQuery. Everything will be done without page refresh using jQuery AJAX. So let’s get searchable.
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.
Many times people ask me if they can start learning PHP on Windows based computer. This basic tutorial will help you create PHP/MySQL/Apache local environment on your Windows computer using WAMP package.