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 wordpress suffered from exactly the same problem. its ridiculous and … Continue reading Damn, why the hell skype is blocking port 80?

Just a followup, I quit from Pageflakes as well.

Well, this is just a followup of my previous post https://hasin.wordpress.com/2007/06/13/so-i-am-free-again-farewell/ that I quit from my part time contract of pageflakes as well. The termination of contract will be effective from 1st of august. Well, same thing about Pageflakes. Learned a lot of new things there, a great working environment with someone like Omar Al … Continue reading Just a followup, I quit from Pageflakes as well.

Using ActiveRecord Library Separately from CodeIgniter

CodeIgniters ActiveRecord library is a nice implementation (though modified) of ActiveRecord design pattern. It comes bundled with CodeIgniter. So if you want to use Just this library in your application individually instead of using full CodeIgniter framework, what to do? Today I’ve spent some time and separate the ActiveRecord library from CodeIgniter. Now you can … Continue reading Using ActiveRecord Library Separately from CodeIgniter