You are here:
  • Narrow screen resolution
  • Wide screen resolution
  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • green color
  • blue color

Search

Search Keyword mime
Total 3 results found. Search for [ mime ] with Google
Results 1 - 3 of 3

1. Favicon MIME type?

(Markup and Style/CSS) As with all files on the Internet, each needs to have a MIME type assigned. It is the responsibility of webmasters to make sure their files are properly served. With "text/*" MIME, browsers / search
Friday, 17 June 2011

2. Getting MIME of remote file with Zend Framework

(PHP/RapidPHP) ...heck external link if it is an mp3 file. You will be able to do this: $sniffer = new Smartycode_Http_Mime(); $contentType = $sniffer->getMime($url); if('audio/mpeg3' == $contentType) echo 'It i...
Friday, 09 April 2010

3. Serving XHTML in Zend Framework App

(PHP/Performance) ...the browser (that is, in case you have gzip compression done by either PHP or Apache). Same applies to MIME types. A web page can be served with different MIME types (HTML or XHTML, and others) which...
Wednesday, 22 April 2009