<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.developerfriendly.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Mozilla</title>
 <link>http://www.developerfriendly.com/taxonomy/term/7</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Firefox, Linux and Flash Transparency</title>
 <link>http://www.developerfriendly.com/node/48</link>
 <description>I just discovered &lt;a href=&quot;http://blog.marcoos.com/2006/07/21/html-div-above-a-flash-animation-on-linux-its-possible/&quot;&gt;this hack&lt;/a&gt; to make it possible to use html-above-embedded flash. I&#039;m continually disappointed with Adobe and Mozilla for ignoring this long standing and very annoying bug. At least there is a hackish solution that will work for some but it doesn&#039;t really solve the problem, just helps only a little bit. Thanks to marcoos for figuring it out by reverse-engineering the google video site and thanks to google for providing the solution for our reverse-engineered pleasure . . . ;)</description>
 <comments>http://www.developerfriendly.com/node/48#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/43">bugs</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/44">flash</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/45">linux</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <pubDate>Wed, 02 Jan 2008 07:15:39 -0600</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">48 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>MozPad</title>
 <link>http://www.developerfriendly.com/projects/mozpad</link>
 <description>&lt;a href=&quot;http://mozpad.org&quot;&gt;MozPad&lt;/a&gt; is a group of developers which was started by Matt at &lt;a href=&quot;http://www.allpeers.com/blog/&quot;&gt;AllPeers&lt;/a&gt; to focus on development of the Mozilla development platform (and Mozilla&#039;s cross-platform runtime, XULRunner.)

&lt;h3&gt;More Information&lt;/h3&gt;
More information about MozPad can be found at the following sites:

&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.mozpad.org&quot;&gt;MozPad.org&lt;/a&gt; - the main project wiki.&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://moon.mozpad.org&quot;&gt;MozPad moon&lt;/a&gt; - the project news aggregator.&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://groups.google.com/group/mozilla.community.mozpad/topics&quot;&gt;mozilla.community.mozpad&lt;/a&gt; - community newsgroup&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.developerfriendly.com/MozpadDashboard&quot;&gt;MozPad Dashboard&lt;/a&gt; - summary of mozpad activity and links to related resources.&lt;/li&gt;
 &lt;li&gt;The #mozpad IRC channel on irc.mozilla.org&lt;/li&gt;
&lt;/ul&gt;</description>
 <comments>http://www.developerfriendly.com/projects/mozpad#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/1">mozpad</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/8">XULRunner</category>
 <pubDate>Wed, 02 Jan 2008 02:12:08 -0600</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">46 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>Certificate Change Notifier </title>
 <link>http://www.developerfriendly.com/node/45</link>
 <description>&lt;p&gt;I&#039;m working on a simple extension for Firefox that would notify the user when an SSL/TLS site&#039;s certificate changes. This way an informed user could decide if the certificate change was valid / expected and opt out of an ssl session in questionable circumstances.  Is there any interest in such an extension?  My friend ask me whether there was a way to do it so I&#039;m working on proof of concept code, I will release it as open source if anyone cares.&lt;/p&gt;

&lt;h4&gt;Update:&lt;/h4&gt; Working proof of concept code released. See XPI attachment below. Note: this is tested in Firefox 3.0 beta 2 and it uses mozStorage (sqlite) to keep track of the url/certificate mappings. This isn&#039;t really usable, it&#039;s simply a proof of concept with no useful user interface. It will pop up an alert when you visit a site that has changed it&#039;s certificate since your last visit.

&lt;h4&gt;Update #2:&lt;/h4&gt; An updated version of this extension is now available on addons.mozilla.org (it&#039;s in the sandbox until it&#039;s been reviewed.)  You have to log in before you can view the sandbox: &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/6415&quot;&gt;Addon #6415&lt;/a&gt;</description>
 <comments>http://www.developerfriendly.com/node/45#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/1">mozpad</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/42">security</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/41">ssl</category>
 <enclosure url="http://www.developerfriendly.com/files/CertificateChangeNotify-v02.xpi" length="5294" type="application/x-xpinstall" />
 <pubDate>Sat, 22 Dec 2007 02:20:20 -0600</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">45 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>XUL Controls Example</title>
 <link>http://www.developerfriendly.com/node/43</link>
 <description>&lt;br /&gt;Tonight I threw together a little XUL file that demonstrates most of the major user interface [controls|widgets|whatever] so that I could get a quick idea of how any given GTK theme would look on a variety of different interface elements. I&#039;m sure there is a GTK application that does this but I thought that it would be an interesting use for &lt;a href=&quot;http://developer.mozilla.org/en/docs/XUL_Explorer&quot;&gt;XULExplorer&lt;/a&gt;.
&lt;br /&gt;&lt;br /&gt;
So without further ado I present you with my mostly useless &lt;a href=&quot;/files/developerfriendly/example-widgets.xul&quot; title=&#039;Example Widgets&#039;&gt;example-widgets.xul&lt;/a&gt;</description>
 <comments>http://www.developerfriendly.com/node/43#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/1">mozpad</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/35">ui</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/34">widgets</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/16">XUL</category>
 <pubDate>Fri, 30 Nov 2007 00:07:25 -0600</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">43 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>jabber for mozilla: sameplace.cc</title>
 <link>http://www.developerfriendly.com/node/41</link>
 <description>&lt;div style=&#039;clear:left&#039;&gt;
&lt;a href=&quot;http://sameplace.cc&quot;&gt;&lt;img src=&quot;http://sameplace.cc/themes/local/zen/zen-sameplace/logo.jpg&quot; style=&#039;float:right&#039;/&gt;&lt;/a&gt;
I just came across a really nice extension for Mozilla applications which supports Firefox, Thunderbird and even Flock! It&#039;s called &lt;a href=&quot;http://sameplace.cc&quot;&gt;SamePlace&lt;/a&gt;, it&#039;s open source and the interface is really slick.
&lt;/div&gt;
&lt;h4&gt;Obligatory screenshot:&lt;/h4&gt;
&lt;img src=&quot;http://sameplace.cc/files/images/integrated-client.png&quot;/&gt;
&lt;br/&gt;
Check out their &lt;a href=&quot;http://sameplace.cc&quot;&gt;site&lt;/a&gt; for more info!</description>
 <comments>http://www.developerfriendly.com/node/41#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/32">jabber</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/33">xmpp</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/16">XUL</category>
 <pubDate>Thu, 08 Nov 2007 05:37:51 -0600</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">41 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>PsycZilla</title>
 <link>http://www.developerfriendly.com/projects/psyczilla</link>
 <description>&lt;p&gt;				About PSYC:

 &lt;/p&gt;&lt;blockquote&gt;
    &quot;Imagine smartly multicasted chat and conferencing, non-proprietary instant messaging, distributed social networking and data sharing. And now imagine all of this rolled into one. PSYC is an open source protocol and technology, bringing the useful and amazing aspects of several technologies, some of which have been proprietary too long, together.&quot; &lt;a href=&quot;http://about.psyc.eu&quot;&gt;Read More.&lt;/a&gt;
&lt;/blockquote&gt;&lt;p&gt;

PsycZilla is a PSYC Client for the Mozilla platform. PsycZilla started as a PSYC extension for Firefox and eventually branched out into standalone XULRunner applications for Linux and Mac OS X. You can read more about PsycZilla at &lt;a href=&quot;http://www.psyc.us&quot;&gt;http://www.psyc.us&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.developerfriendly.com/projects/psyczilla#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/5">PSYC</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/8">XULRunner</category>
 <pubDate>Mon, 30 Jul 2007 02:36:49 -0500</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">29 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>Mozilla kills Thunderbird</title>
 <link>http://www.developerfriendly.com/node/27</link>
 <description>&lt;strong&gt;Warning:&lt;/strong&gt; This blog contains biased, inflammatory and quite possibly unpopular &lt;em&gt;personal opinions.&lt;/em&gt;  My apologies to everyone at Mozpad. You have been warned.

I am horrified. I guess we all saw it coming but WTF!?

I have officially lost faith in Mozilla co. Before I let negativity take over, I must emphasize that I think the Mozilla community is wonderful. I am proud to participate in such a diverse and interesting group, however small my contributions may be. I have been using Thunderbird exclusively for years. I have been a major advocate of Firefox for years. I will continue to advocate open standards and open software. I will continue to support mozilla, with some reservations, to the extent that mozilla earns my support.

Now, the negativity: I don&#039;t think Mozilla corporation deserves to have the name Mozilla. Mozilla, to me, means Thunderbird, Seamonkey, Camino, Sunbird. etc.  Mozilla corporation should be called simply &quot;Firefox, Inc.&quot; 

P.S: This article says it better than I just did: http://www.bengoodger.com/2007/04/the_autonomous_future.html

Update:  Daniel Glazman has an interesting take on this matter: http://glazman.org/weblog/dotclear/index.php?2007/07/30/3721-thunderbird</description>
 <comments>http://www.developerfriendly.com/node/27#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/1">mozpad</category>
 <pubDate>Sun, 29 Jul 2007 07:44:05 -0500</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">27 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>Improving Drupal&#039;s support for the rel-tag Microformat</title>
 <link>http://www.developerfriendly.com/node/22</link>
 <description>&lt;p&gt;I recently installed the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4106&quot; title=&quot;The Operator extension at addons.mozilla.org&quot;&gt;Operator&lt;/a&gt; extension for Firefox. Operator is an interesting little extension which attempts to expose microformats embedded in web pages through a toolbar in the browser.&lt;/p&gt;

&lt;p&gt;While browsing this site with Operator installed I noticed a problem with the tags that are typically attached to each post to organize the site into categories. Drupal attempts to conform to the &lt;a href=&quot;http://microformats.org/wiki/rel-tag&quot;&gt;rel-tag microformat&lt;/a&gt; by attaching a rel=&quot;tag&quot; attribute to each tag link (Look at the section titled Tags: at the top of this post.) The problem is that drupal uses numbers for each category (aka &quot;Taxonomy Term.&quot;) and numbers don&#039;t make very readable tags.  As several others have already pointed out, this could be considered a deficiency in the microformat. The rel-tag specification doesn&#039;t provide any alternate way to specify a text-version of the tag, other than the last segment of the url. In the case of drupal, the last segment of a taxonomy url is the taxonomy term id, which is a number.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt; Fortunately, this is one case where the flexibility of Drupal&#039;s API comes to the rescue. I did a quick search of Drupal.org and turned up &lt;a href=&quot;http://drupal.org/node/65344&quot;&gt;this post&lt;/a&gt;. The solution offered was not up to date with Drupal 5.x and it didn&#039;t work for my version, however, that article mentioned a new API hook in Drupal HEAD called &lt;em&gt;hook_link_alter&lt;/em&gt;, a feature that eventually made it&#039;s way into the final release for Drupal 5. Using hook_link_alter I was able to hack together a short function that rewrites the tag links so that they end with the tag name instead of a number. Fortunately for us, Drupal&#039;s taxonomy system ignores the extra baggage on the end of taxonomy URLs and everything still works as expected.&lt;/p&gt;

&lt;p&gt;All of this explanation has quickly become much longer than the code that I am describing. Without further delay, here is some code that you can place in your drupal theme&#039;s template.php to make more sensible rel-tag taxonomy links:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
/* Alter rel-tag links to include the link tag name in the url */
function blog_link_alter(&amp;$node, &amp;$links) {
        foreach ($links AS $module =&gt; $link) {
                if ($link[&#039;attributes&#039;][&#039;rel&#039;] == &#039;tag&#039; &amp;&amp; !empty($link[&#039;title&#039;])) {
                        $links[$module][&#039;href&#039;] .= &quot;/&quot;.$link[&#039;title&#039;];
                }
        }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Warning: This is slightly hackish because I am placing a drupal api hook inside a theme template.php - this hook is prefixed with the blog module name and it actually belongs inside the blog module, however, I don&#039;t want to alter drupal core code so I chose to place this in my theme.&lt;/p&gt;

Technorati tags: &lt;a href=&quot;http://www.technorati.com/tag/drupal&quot; rel=&quot;tag&quot;&gt;drupal&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/rel-tag&quot; rel=&quot;tag&quot;&gt;rel-tag&lt;/a&gt;</description>
 <comments>http://www.developerfriendly.com/node/22#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/20">Drupal</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/22">microformats</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <pubDate>Wed, 18 Jul 2007 16:27:40 -0500</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">22 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>Tagging in Firefox 3</title>
 <link>http://www.developerfriendly.com/node/8</link>
 <description>I just read this on planet mozilla: &lt;a href=&quot;http://funkcmonk.wordpress.com/2007/06/08/tagging-extension-available/&quot;&gt;Tagging Extension Available&lt;/a&gt;

...So I downloaded the extension and tried it out. Well, it&#039;s a little rough around the edges but it&#039;s a great start towards the perfect bookmarks/tagging feature.   This is something that I have been wanting to see for a long time, I even spent considerable effort working on a dead-end project last year to implement something like this. I&#039;m glad to see it implemented in Firefox, hopefully I can contribute to developing this further, that is if I can find the time to work on yet another project.</description>
 <comments>http://www.developerfriendly.com/node/8#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/11">firefox</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/10">tagging</category>
 <pubDate>Fri, 08 Jun 2007 12:35:06 -0500</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">8 at http://www.developerfriendly.com</guid>
</item>
<item>
 <title>Some cool developments</title>
 <link>http://www.developerfriendly.com/node/7</link>
 <description>&lt;p&gt;
I would like to share a couple of random, somewhat unrelated items:
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;A new version &lt;em&gt;0.1.3&lt;/em&gt; of &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/3002&quot;&gt;POW&lt;/a&gt; was released recently.  This version adds stability and bug fixes and some cool new features. The interesting stuff:  &lt;a href=&quot;http://davidkellogg.com/blog/2007/06/04/pow-013-adds-firebug-support/&quot;&gt;Firebug Support&lt;/a&gt; and &lt;a href=&quot;http://davidkellogg.com/blog/2007/06/05/server-on-a-stick/&quot;&gt;Standalone Server Support&lt;/a&gt;. This should be very interesting!&lt;/li&gt;
&lt;li&gt;Mark Finkle wrote an interesting introduction to &lt;a href=&quot;http://starkravingfinkle.org/blog/2007/03/site-specific-browser-using-webrunner/&quot;&gt;WebRunner&lt;/a&gt; - a &quot;Site-Specific Browser&quot; that can run your webapps in a separate process from your normal browser. This makes web applications feel more like desktop applications and helps keep your main browser from getting too bloated with the overhead from sites like Google Reader or G-Mail. I&#039;m looking forward to trying this out, I will report back once I have had a chance to use it for a few days.&lt;/li&gt;
&lt;/ul&gt;

More rambling below...
&lt;!--break--&gt;

I tried to comment on Mark Finkle&#039;s blog but I&#039;m too daft to find the comment form. So here is my comment, it will not make much sense if you have not read the post about WebRunner...

&lt;blockquote&gt;
A lot of features that I find myself wanting in an XULRunner app are things that have already been implemented by Firefox, such as some that you have put into webrunner and for example the ctrl - +/-  to resize text. I would love to see a section on devmo that detailed how to get those features working in XULRunner apps and I&#039;m willing to help write it ;)
&lt;/blockquote&gt;</description>
 <comments>http://www.developerfriendly.com/node/7#comments</comments>
 <category domain="http://www.developerfriendly.com/taxonomy/term/9">Extensions</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/7">Mozilla</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/1">mozpad</category>
 <category domain="http://www.developerfriendly.com/taxonomy/term/8">XULRunner</category>
 <pubDate>Wed, 06 Jun 2007 07:12:38 -0500</pubDate>
 <dc:creator>20after4</dc:creator>
 <guid isPermaLink="false">7 at http://www.developerfriendly.com</guid>
</item>
</channel>
</rss>
