Recent Posts
The Storyteller
Return To Blog Listing
Personal blog of Hasin Hayder with lot of cool web development tricks and tips. Hasin is author of Two books 1. Smarty 2. Wordpress ad extremely expetr in blogging solutions with wordpress
Recent Posts Tagged With 'apache'
Using new PECL Memcached extension for storing session data
Many of you already know that managing session is a critical task for web applications, specially when you want to avoid I/O hop and also a significant load over your database by writing a custom session handler. Beside that, if your application make...
Performance tips for web applications
I have recently came by the article “High performance websites” in yahoo developer network. This article pointed 13 key points to speed up your application. These are 1. Make Fewer HTTP Requests 2. Use a Content Delivery Network 3. Add an Expires...
Damn, why the hell skype is blocking port 80?
I was suffering for a ridiculous problem for last couple of days. Something strange (UFO??) was listening at port 8 of my local pc and I couldn’t run apache on port 80. So I was searching for the solution and suddenly found that Matt from wordp...
