Archive

Posts Tagged ‘header’

PHP + CURL: Get Returned Content Mime Type

Jul 22nd, 2010

Did you ever tried to get mime type of the returned content in CURL! I was writing a small application for something and thought to know the Content-Type (mime type) of the response data returned by CURL’s exec(). Before thinking of anything else, I habitually started Goggling and found this article after few minutes. It [...]

EditPlus Text Editor’s Encoding support

Jul 3rd, 2010

I am using Editplus from quite long time. I use it as it is fast and efficient in whatever it is capable of doing. It is lightweight. EditPlus has very good support of Unicode. It’s  encoding facility works very well. It can auto detect encoding of a file and use that encoding to read and [...]

How to Delete Cached File on Client Side ?

Apr 23rd, 2010

How do you delete the file that is cached on Browser due to future expire header set by your web application? Future expire header is suggested for static content such as image, CSS and JavaScript. These are the contents that rarely change and can be set in future.

If you reached here for Clearing or deleting [...]

SEO and Old Blog Post

Feb 1st, 2010

What should a blogger do when a blogger want to rewrite a new post and S/he is not sure whether to write a new post or update the existing one? If an old post is much visited and well ranked then he may think of rewrite it or not? If he loose Google SEO ranking [...]

Warning: Cannot modify header information – headers already sent

May 20th, 2007

All faced this warning – Cannot modify header information. You also faced this error is not a surprise. Complied every possible solutions for this, I have also mentioned the alternative to overlook the error in case you cannot identify the problem area.