(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
(PHP/RapidPHP)
If you ever need to get content type of remote file from within PHP, this class will come in handy.
Supposing you need to check external link if it is an mp3 file. You will be able to do this:
$sn
(PHP/Gotchas)
...2009-06-21 18:50:06Z thomas $
**/
Here is a quick tip on how this can be useful and how to have this type of integration in your projects.
On a large project where many people are working on mu...
(PHP/Performance)
...
Serving XHTML is often misunderstood by PHP developers. Frontend engineers simply include the XHTML doctype to their documents, without actually serving document as XHTML. This triggers majority of t...
(PHP/Performance)
In this article I'll show you a simple approach to enable your Zend Framework application saving lots of precious bandwidth, and thus, making it more end-users friendly, and save on bandwidth costs.
(Comments)
...wer of XML features/tools (for instance document parsing) to HTML. When you simply include the XHTML doctype in a webpage, this is not enough to trigger a supporting browser to actually treat the docu...