Archives by date

You are browsing the site archives by date.

PHP: ob_start and header redirect … use it with care

Today, I found a interesting bug in code. This bug has cause our customer to lose data at least 3-4 times in recent past, we read logs and try to find the stories that are causing data loss. But everytime we found no good stories from fact. But today we found the cause of error. [...]

Found great Linux Tips from this blog

A Linux freak, with his experience on OS. Very good techincal blog for linux advance user. http://lightoflamp.blogspot.com/

Online Photo Editing Software Picnik.com

ITs really a picnik for editing a photo. Provides greate tools for common users. http://www.picnik.com

What is a computer?

Very interesting question..isn’t it. Well I read few defination and most of them try to define its hardware saying its an electronic device(my Television is electronic device, is that computer?). Some also define computer as processing machine, that take inputs and do that output after processing..(my wheat grinder machine does that too, is that computer [...]

Javascript Replace Function

I just have been asked, “Does, Javacript string.replace function replace string only once?”. I said, “No”. But when I test the function I was wrong. Then did a search on internet and found that Javascript’s Replace function is not a String Replacement function as in anyother language, but it is regular experssion based Replacement function. [...]