<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: mozilla code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 08 Oct 2008 06:50:20 GMT</pubDate>
    <description>DZone Snippets: mozilla code</description>
    <item>
      <title>Terribly useful regex to run before committing code</title>
      <link>http://snippets.dzone.com/posts/show/5814</link>
      <description>// I use this regex/replace before I commit locally and before creating patches for Mozilla&lt;br /&gt;// Will trim out random spaces/tabs at end of lines or if they take up the whole line.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;s/^[ \t]+$|[ \t]+$//&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 23 Jul 2008 23:24:32 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5814</guid>
      <author>zpao (Paul)</author>
    </item>
    <item>
      <title>Making bordercolor work in FireFox / Mozilla</title>
      <link>http://snippets.dzone.com/posts/show/293</link>
      <description>IE and Safari support the bordercolor attribute directly on TABLE elements which colors the external and internal borders. FireFox does not, but you can use standard CSS to fix it.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;TABLE { border: 1px solid #eee; }&lt;br /&gt;TABLE TD { border: 1px solid #eee; }&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Unlike most solutions, this also correctly changes the color of the cell borders.</description>
      <pubDate>Tue, 17 May 2005 12:39:51 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/293</guid>
      <author>peter (Peter Cooperx)</author>
    </item>
  </channel>
</rss>
