<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 01:19:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sameer Borate's Blog:Pushing xpi mime content from php]]></title>
      <guid>http://www.phpdeveloper.org/news/12541</guid>
      <link>http://www.phpdeveloper.org/news/12541</link>
      <description><![CDATA[<p>
In <a href="http://www.codediesel.com/php/sending-xpi-mime-content-from-php/">this new post</a> to his blog, <i>Sameer</i> shows how you can push content with the xpi content type out from your PHP scripts (for things like a Firefox toolbar/extension).
</p>
<blockquote>
A couple of days back I created a Firefox toolbar for my blog as an experiment in learning XUL. Once installed on my blog I wanted Firefox to recognize it as an addon and install it rather than displaying a 'save/open' dialog. 
</blockquote>
<p>
Since his hosting provider (GoDaddy) didn't seem to work with adding it into an .htaccess file (an AddType for Apache), he had to force the download type with a few calls to <a href="http://php.net/header">header</a> with the right content type, file size and file name to push it to the user.
</p>]]></description>
      <pubDate>Wed, 20 May 2009 07:06:09 -0500</pubDate>
    </item>
  </channel>
</rss>
