<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog on a Stick &#187; iPox Remix</title>
	<atom:link href="http://www.twistermc.com/blog/category/ipox-remix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twistermc.com/blog</link>
	<description>Like a themepark of random information.</description>
	<lastBuildDate>Thu, 18 Mar 2010 03:18:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Re-Package Your Theme For Firefox 3.6</title>
		<link>http://www.twistermc.com/blog/2010/01/21/firefox-36/</link>
		<comments>http://www.twistermc.com/blog/2010/01/21/firefox-36/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:20:04 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[iPox Remix]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/?p=2461</guid>
		<description><![CDATA[With the release of Firefox 3.6, developers that used the iPox Remix tutorials to create their theme will have to create a new install file and folder structure. Don&#8217;t worry, it&#8217;s not to hard.
1 &#8211; Create a new folder called chrome.
2 &#8211; Move browser, communicator, global and mozapps into chrome.
3 &#8211; Compress the four folders [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of Firefox 3.6, developers that used the <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix tutorials</a> to create their theme will have to create a new install file and folder structure. Don&#8217;t worry, it&#8217;s not to hard.</p>
<p>1 &#8211; Create a new folder called chrome.<br />
2 &#8211; Move browser, communicator, global and mozapps into chrome.<br />
3 &#8211; Compress the four folders in chrome into one <a href="http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/">.jar file</a>. Name it: <span style="color: #666699;">themename</span>files.jar (all lowercase).<br />
4 &#8211; Back out of the chrome folder.<br />
5 – Create a new plain text file with TextEdit or Notepad and copy in the following lines of code:<br />
<code><br />
skin	browser		<span style="color: #666699;">ThemeName2</span> jar:chrome/<span style="color: #666699;">themename</span>files.jar!/browser/<br />
skin	communicator	<span style="color: #666699;">ThemeName2</span> jar:chrome/<span style="color: #666699;">themename</span>files.jar!/communicator/<br />
skin	global		<span style="color: #666699;">ThemeName2</span> jar:chrome/<span style="color: #666699;">themename</span>files.jar!/global/<br />
skin	mozapps		<span style="color: #666699;">ThemeName2</span> jar:chrome/<span style="color: #666699;">themename</span>files.jar!/mozapps/<br />
</code><br />
7 – Replace <span style="color: #666699;">themename</span> with the name of your theme in steps 3 &amp; 5.<br />
8 &#8211; Replace <span style="color: #666699;">ThemeName2</span> with the theme name (em:name) that is listed  in install.rdf.<br />
9 – Save the file as chrome.manifest in the same directory as the install.rdf file.<br />
10 – Don’t forget to bump the Firefox version number in install.rdf to 3.6.*</p>
<p>This is what the new file structure should look like. The green files are new.</p>
<div id="attachment_2500" class="wp-caption aligncenter" style="width: 423px"><img class="size-full wp-image-2500" title="New File Structure" src="http://www.twistermc.com/blog/wp-content/uploads/2010/01/file-format.png" alt="New File Structure" width="413" height="135" /><p class="wp-caption-text">New File Structure</p></div>
<p>That&#8217;s it. <a href="http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/">Repackage</a> your theme and it should work in Firefox 3.6!</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2010/01/21/firefox-36/">Re-Package Your Theme For Firefox 3.6</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2010/01/21/firefox-36/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6 Theme Compatibly</title>
		<link>http://www.twistermc.com/blog/2009/11/15/firefox-36-theme/</link>
		<comments>http://www.twistermc.com/blog/2009/11/15/firefox-36-theme/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 14:54:23 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HalloFF]]></category>
		<category><![CDATA[MidnightFox]]></category>
		<category><![CDATA[PinkHope]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tinseltown]]></category>
		<category><![CDATA[iPox]]></category>
		<category><![CDATA[iPox Aqua]]></category>
		<category><![CDATA[iPox Remix]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/?p=2347</guid>
		<description><![CDATA[Good news and bad news.
The bad news is that my themes are currently NOT compatiblewith Firefox 3.6. I tested it out the other day and nothing happened. No error, no theme, no luck.
The good news is I was able to find out why and fix it. I had to re-do the theme structure and install [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-2350 alignright" style="margin-left: 3px; margin-right: 3px;" title="Firefox 3.6 Robot" src="http://www.twistermc.com/blog/wp-content/uploads/2009/11/ff36.jpg" alt="Firefox 3.6 Robot" width="300" height="269" />Good news and bad news.</p>
<p>The bad news is that my themes are currently NOT compatiblewith Firefox 3.6. I tested it out the other day and nothing happened. No error, no theme, no luck.</p>
<p>The good news is I was able to find out why and fix it. I had to re-do the theme structure and install files but I did get it to work. If you are using <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> as the basis of your theme, you&#8217;ll need to make the updates as well. I hope to have a how-to on that soon.</p>
<p>iPox has been submitted to Mozilla with 3.6 compatibly and some bug fixes. Hopefully that&#8217;ll be live sooner than later.</p>
<p>Tinseltown is next up on the list to fix. With Christmas basically here, fixing Tinseltown is a high priority.</p>
<p>Once you upgrade to Firefox 3.6 don&#8217;t be alarmed if my themes don&#8217;t work. I&#8217;m working on them as I get time and you&#8217;ll hopefully see them soon.</p>
<hr />
<p><a href="http://www.twistermc.com/blog/2009/11/15/firefox-36-theme/">Firefox 3.6 Theme Compatibly</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2009/11/15/firefox-36-theme/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>iAqua and extero Themes Need Your Help</title>
		<link>http://www.twistermc.com/blog/2009/07/07/iaqua-extero-help/</link>
		<comments>http://www.twistermc.com/blog/2009/07/07/iaqua-extero-help/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:16:55 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[extero]]></category>
		<category><![CDATA[iAqua]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/?p=2111</guid>
		<description><![CDATA[Two of my themes that have not yet made the Firefox 3 jump are iAqua and extero. Both themes are very nice and ones that I wish I had time to update but it&#8217;s just not happening. With a baby due in weeks, I just don&#8217;t see these two Firefox themes getting any sort of attention.
So, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-2117 alignright" style="margin: 3px;" title="extero iAqua" src="http://www.twistermc.com/blog/wp-content/uploads/2009/07/extero-iaqua.png" alt="extero iAqua" width="202" height="271" />Two of my themes that have not yet made the Firefox 3 jump are <a href="http://www.twistermc.com/blog/iaqua/">iAqua</a> and <a href="http://www.twistermc.com/blog/extero/">extero</a>. Both themes are very nice and ones that I wish I had time to update but it&#8217;s just not happening. With a baby due in weeks, I just don&#8217;t see these two Firefox themes getting any sort of attention.</p>
<p>So, if you&#8217;d like to take the files, update them, and release them, you are free to. If you&#8217;d like to take the files and create your own theme, you can do that as well.</p>
<p>Below are the files for each theme that work with Firefox 2. Combine those graphic elements with the code from the <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> set of tutorials and you should have enough to get started.</p>
<p>Good luck and I hope someone takes the time to update iAqua and extero because they are really nice themes with a lot of fans and both deserve to get updated.</p>
<p><span class="green-button"><a href="http://www.twistermc.com/downloadz/iAqua-Theme.zip">iAqua Theme Files</a></span></p>
<p><span class="green-button"><a href="http://www.twistermc.com/downloadz/Extero-Theme.zip">extero Theme Files</a></span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2009/07/07/iaqua-extero-help/">iAqua and extero Themes Need Your Help</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2009/07/07/iaqua-extero-help/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Showcase: Indianapolis Colts Firefox Theme</title>
		<link>http://www.twistermc.com/blog/2009/01/07/indianapolis-colts-firefox-theme/</link>
		<comments>http://www.twistermc.com/blog/2009/01/07/indianapolis-colts-firefox-theme/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 12:49:53 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[colts]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[Indianapolis]]></category>
		<category><![CDATA[nfl]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/?p=1787</guid>
		<description><![CDATA[I know that my Firefox Theme tutorials get a lot of attention, but I don&#8217;t always get to see the outcome.  One that I know of though is the Indianapolis Colts Firefox theme.

Theme designer, madBOX20, went though my tutorials and created this football theme.  Sure, he started with one of my themes, but he designed all [...]]]></description>
			<content:encoded><![CDATA[<p>I know that my <a href="http://www.twistermc.com/blog/ipox-remix">Firefox Theme tutorials</a> get a lot of attention, but I don&#8217;t always get to see the outcome.  One that I know of though is the <a href="https://addons.mozilla.org/en-US/firefox/addon/9053" target="_blank">Indianapolis Colts Firefox theme</a>.</p>
<p><img class="alignnone size-full wp-image-1788" title="Indianapolis Colts Firefox Theme" src="http://www.twistermc.com/blog/wp-content/uploads/2009/01/colts-theme.png" alt="Indianapolis Colts Firefox Theme" width="462" height="127" /></p>
<p>Theme designer, madBOX20, went though my tutorials and created this football theme.  Sure, he started with one of my themes, but he designed all the buttons and made a well polished, great looking theme.</p>
<p>Myself, I&#8217;m not a Colts fan, but I do love to see what has been created buy you, the visitors!</p>
<p>If you have a theme that you created, based off my tutorials, please drop me a note to let me know.  Maybe I&#8217;ll showcase one of yours!</p>
<hr />
<p><a href="http://www.twistermc.com/blog/2009/01/07/indianapolis-colts-firefox-theme/">Showcase: Indianapolis Colts Firefox Theme</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2009/01/07/indianapolis-colts-firefox-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPox Remix Theme Tutorials for Firefox 3</title>
		<link>http://www.twistermc.com/blog/2008/10/15/ipox-remix-2/</link>
		<comments>http://www.twistermc.com/blog/2008/10/15/ipox-remix-2/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 12:33:14 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/?p=1635</guid>
		<description><![CDATA[iPox Remix has been updated for Firefox 3. 
iPox Remix is a set of tutorials on creating your own Firefox theme.  You are provided with a starter theme that contains all the necessary files and images to get you going.  It also contains a set of tutorials to help you customize the files and create [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="iPox Remix" src="http://www.twistermc.com/blog/wp-content/uploads/2007/04/ipoxremix.png" alt="" width="300" height="148" /><strong>iPox Remix has been updated for Firefox 3. </strong></p>
<p>iPox Remix is a set of tutorials on <a href="http://www.twistermc.com/blog/ipox-remix">creating your own Firefox theme</a>.  You are provided with a starter theme that contains all the necessary files and images to get you going.  It also contains a set of tutorials to help you customize the files and create your own theme.</p>
<p>Unfortunately I don&#8217;t have a tutorial for converting themes from Firefox 2 to 3.  I did it manually and re-coded everything.  It&#8217;s what worked best for me.</p>
<p>If you do use the <a href="http://www.twistermc.com/blog/ipox-remix">iPox Remix tutorials</a> to create your own Firefox theme, <a href="http://www.twistermc.com/blog/contact">please let me know</a>.  I&#8217;d love to showcase some of your creations!!</p>
<hr />
<p><a href="http://www.twistermc.com/blog/2008/10/15/ipox-remix-2/">iPox Remix Theme Tutorials for Firefox 3</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2008/10/15/ipox-remix-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I would quit theming today.</title>
		<link>http://www.twistermc.com/blog/2008/07/20/quit-theming/</link>
		<comments>http://www.twistermc.com/blog/2008/07/20/quit-theming/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 13:39:06 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HalloFF]]></category>
		<category><![CDATA[MidnightFox]]></category>
		<category><![CDATA[Miint]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PinkHope]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tinseltown]]></category>
		<category><![CDATA[extero]]></category>
		<category><![CDATA[iAqua]]></category>
		<category><![CDATA[iPox]]></category>
		<category><![CDATA[iPox Aqua]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[iV]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/?p=1461</guid>
		<description><![CDATA[I love to create Firefox themes, make addons and lots of freebees that others often enjoy.  I do this on my free time and love to see people enjoy them.  But some days, I&#8217;m ready to throw in the towel.
I&#8217;ve recently got a few comments from a visitor saying &#8220;hurry up and release the f**king [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 3px; float: right;" title="Quit Button" src="http://www.twistermc.com/blog/wp-content/uploads/2008/07/quit-button.png" alt="Quit Button" width="98" height="87" />I love to create Firefox themes, make addons and lots of freebees that others often enjoy.  I do this on my free time and love to see people enjoy them.  But some days, I&#8217;m ready to throw in the towel.</p>
<p>I&#8217;ve recently got a few comments from a visitor saying &#8220;hurry up and release the f**king theme&#8221; and &#8220;do your f**king job.&#8221;</p>
<p>Now I know that there is bound to be one jerk out of hundreds of users, but it&#8217;s comments like these that make me wonder why I continue to spend my time on themes.  It&#8217;s not my <em>job</em> and, the more negative comments I get, the slower my progress will be.  These things take hours to build and there is a lot to take into consideration.</p>
<p>On the other hand I&#8217;ve gotten a lot of comments recently about people who are so passionate about Miint that they&#8217;d switch back to Firefox 2 until it was ready for Firefox 3.  These kind of comments drive me.  They are not yelling at me but encouraging me to spend more time theming.  And the good news is, Miint for Firefox 3 has come along way in just two and a half hours.</p>
<p>What I&#8217;m trying to point out here is that when you don&#8217;t pay for something, you should not demand updates and start swearing at developers.  We do this because we want to, because we love to, not because we have to.</p>
<p>Give a little respect to those that create free addons, themes and free software in general.</p>
<hr />
<p><a href="http://www.twistermc.com/blog/2008/07/20/quit-theming/">Why I would quit theming today.</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2008/07/20/quit-theming/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>iPox Remix &#8211; General Theme Answers</title>
		<link>http://www.twistermc.com/blog/2007/10/15/general-theme-answers/</link>
		<comments>http://www.twistermc.com/blog/2007/10/15/general-theme-answers/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 12:45:41 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/10/15/general-theme-answers</guid>
		<description><![CDATA[iPox Remix has generated a lot of interest in themes, but there are many unanswered questions out there.  Here are a few that have come across my email.
1. How do I use a different image/skin for the menu bar and the bar with the address box?
The main menu bar with File, Edit, View ect. [...]]]></description>
			<content:encoded><![CDATA[<p>iPox Remix has generated a lot of interest in themes, but there are many unanswered questions out there.  Here are a few that have come across my email.</p>
<p><strong>1. How do I use a different image/skin for the menu bar and the bar with the address box?</strong><br />
The main menu bar with File, Edit, View ect. can be themed with this code:<br />
<span class="htmlcode">#toolbar-menubar {<br />
background:red;<br />
}<br />
#main-menubar {<br />
background:none;<br />
}</span></p>
<p>The URL bar can be themed with this code:<br />
<span class="htmlcode">#nav-bar{<br />
background:red;<br />
}</span></p>
<p><strong>2. How do I change the menu font colour of File, Edit, View, History ect.</strong><br />
This can be accomplished with the following code.  Remember to add in your own color.<br />
<span class="htmlcode">#main-menubar menu {<br />
color:red;<br />
}</span></p>
<p><strong>3. How do I learn CSS?</strong><br />
<a href="http://www.w3.org/Style/CSS/" target="_blank">http://www.w3.org/Style/CSS/</a></p>
<p><strong>4. How do I remove the down-arrows next to the forward and back buttons in the iPox theme?</strong><br />
This can be accomplished with the following code:<br />
<span class="htmlcode">#back-button dropmarker,<br />
#forward-button dropmarker {<br />
display: none !important;<br />
}</span></p>
<p><strong>5. How do I change tabs designs, make them rounded or square, etc. As well as change their colors?</strong><br />
Open up the folders <strong>global</strong> and <strong>icons</strong>.  In this folder you&#8217;ll find images that start with <strong>tab-</strong>.  These images all relate to the appearance of the tabs.  Edit them and you&#8217;ll be good to go.  If you need to edit fonts, the tab items are in <strong>browser.css</strong> inside the <strong>global</strong> folder.</p>
<p><strong>6. How do I make the font on the bookmark toolbar change color when I hover over it?</strong><br />
Open up the <strong>browser</strong> folder and then <strong>browser.css</strong>.  In this file, create a new style called <strong>toolbarbutton.bookmark-item:hover</strong> or just edit the one that already exists.  Here you can define the hover appearance of the text in the  bookmarks toolbar.</p>
<p><strong>7. How do I customize the scrollbar?</strong><br />
Check out the <a href="http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar">scrollbar customization</a> tutorial.</p>
<p><strong>8. How do I change the UUID?</strong><br />
Check out the <a href="http://www.twistermc.com/blog/2007/04/30/theme-identity">creating your themes identity</a> tutorial.  It&#8217;ll cover how to change the UUID.</p>
<p>Have you created a theme from the iPox Remix tutorials?  <a href="http://www.twistermc.com/blog/contact">I&#8217;d love to know</a>!</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/10/15/general-theme-answers/">iPox Remix &#8211; General Theme Answers</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/10/15/general-theme-answers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Changing Fonts &amp; Colors in Firefox Themes</title>
		<link>http://www.twistermc.com/blog/2007/06/21/firefox-fonts-colors/</link>
		<comments>http://www.twistermc.com/blog/2007/06/21/firefox-fonts-colors/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 11:30:26 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/06/21/firefox-fonts-colors</guid>
		<description><![CDATA[Today&#8217;s question comes off the iPox Remix request line:
 How do I make the font on the bookmark toolbar change color when I hover over it?
Since Firefox runs mainly on CSS, this is a pretty easy edit.  Just go into /browser/browser.css and look for the following chunk of code:
toolbarbutton.bookmark-item:hover,
toolbarbutton.bookmark-item:hover:active,
toolbarbutton.bookmark-item[open="true"] {
background: url(chrome://browser/skin/bookmarks/bookmark-highlight.png) !important;
color: #fff;
padding: 2px [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s question comes off the iPox Remix request line:<br />
<em> How do I make the font on the bookmark toolbar change color when I hover over it?</em></p>
<p>Since Firefox runs mainly on CSS, this is a pretty easy edit.  Just go into <strong>/browser/browser.css</strong> and look for the following chunk of code:</p>
<p><code>toolbarbutton.bookmark-item:hover,<br />
toolbarbutton.bookmark-item:hover:active,<br />
toolbarbutton.bookmark-item[open="true"] {<br />
background: url(chrome://browser/skin/bookmarks/bookmark-highlight.png) !important;<br />
color: #fff;<br />
padding: 2px 4px;<br />
}</code></p>
<p>Where you see <strong>color: #fff</strong> this states that it&#8217;s using white as the rollover (aka hover) color.  Change that to another color and you&#8217;re good to go.  Colors can be in HEX format or you can type in an actual color like red or blue.</p>
<p>If you want, you can also add in a font, bold, underline or other CSS code to modify the text.</p>
<p>Of note, iPox includes code for the del.icio.us toolbar.  So, you should also update <strong>.yb-tag-item:hover</strong>  as this acts as the bookmark bar with the del.icio.us toolbar extension.</p>
<p>As of now, I&#8217;ve really only got a few questions from users.  You can <a href="http://www.twistermc.com/blog/ipox-remix-suggestions/">submit yours here</a>.</p>
<p>Are others building themes off the iPox Remix tutorials?  If so, let me know.  I&#8217;d love to showcase some of your creations.</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/06/21/firefox-fonts-colors/">Changing Fonts &#038; Colors in Firefox Themes</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/06/21/firefox-fonts-colors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Customize Firefox&#8217;s Scrollbar</title>
		<link>http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar/</link>
		<comments>http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 11:55:40 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[scrollbar]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar</guid>
		<description><![CDATA[One nice element that can really bring a Firefox theme together is a themed scrollbar.  Lucky for you, this is already read to go in iPox Remix.
Simply open the global folder and inside you&#8217;ll find scrollbar.css and a scrollbars folder.   The scrollbar folder contains all the pieces.  I don&#8217;t believe the [...]]]></description>
			<content:encoded><![CDATA[<p>One nice element that can really bring a Firefox theme together is a themed scrollbar.  Lucky for you, this is already read to go in iPox Remix.</p>
<p>Simply open the <strong>global</strong> folder and inside you&#8217;ll find <strong>scrollbar.css</strong> and a <strong>scrollbars</strong> folder.   The scrollbar folder contains all the pieces.  I don&#8217;t believe the hover states are used but I put them in anyways.  All pieces are pretty much self explanatory.  Just open them up and edit the images.  For the most part, scrollbar.css doesn&#8217;t need to be edited at all.  However, if you feel you need to make modifications to the scrollbars, outside of the imagery, then this is where you&#8217;d do it.</p>
<p>If you already have a Fireox theme and want to add custom scrollbars then it&#8217;s a bit tricker to do.   I think all you&#8217;ll also to modify xulscrollbars.css but then again, I&#8217;m not positive.  It&#8217;s been a while since I went though all the steps to work in custom scrollbars.</p>
<p>Customizing the scrollbars can really bring a theme together and is something that I don&#8217;t feel a lot of developers do.  iPox Remix custom scrollbars should be Mac, PC and Linux friendly too.</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar/">Customize Firefox&#8217;s Scrollbar</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Submitting Your Theme to Mozilla</title>
		<link>http://www.twistermc.com/blog/2007/06/12/submitting-your-theme/</link>
		<comments>http://www.twistermc.com/blog/2007/06/12/submitting-your-theme/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 12:06:16 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/06/12/submitting-your-theme</guid>
		<description><![CDATA[Once you&#8217;ve gone though and created your own, original, Firefox theme via the iPox Remix tutorials, you&#8217;re next step is to submit it to the Mozilla Addon site for the world to enjoy.
Head on over to addons.mozilla.org and register for a free account.  Once that&#8217;s done, you should see a &#8216;Developers Tools&#8217; link in [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Photo Sharing" href="http://www.zooomr.com/photos/twistermc/2424969/"><img width="186" height="133" border="0" align="right" alt="MozillaAddon" src="http://static.zooomr.com/images/2424969_b3c017fa22_o.jpg" /></a>Once you&#8217;ve gone though and created your own, original, Firefox theme via the <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix tutorials</a>, you&#8217;re next step is to submit it to the Mozilla Addon site for the world to enjoy.</p>
<p>Head on over to <a href="http://addons.mozilla.org">addons.mozilla.org</a> and register for a free account.  Once that&#8217;s done, you should see a &#8216;Developers Tools&#8217; link in the left sidebar.  Click on it and the left sidebar will change and you&#8217;ll see a link to &#8216;Submit Add-on&#8217;.  This is where you upload your theme file (<a href="http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes">.jar</a>).</p>
<p>Once uploaded, it goes into the <a href="http://www.twistermc.com/blog/2007/04/08/addon-sandbox">Sandbox</a>.  This is where all themes live until an editor deems them worthy of being public.  Tip, ask your friends to leave comments &#038; reviews about your theme on the Addon&#8217;s site as that&#8217;ll get it public faster.   It could take days, or even longer, for a theme to get out of the Sandbox, but you are free to send all your friends there to get it.  A free account is necessary for Sandbox access.</p>
<p>And basically that&#8217;s it.  Getting your theme onto the Mozilla Addon site isn&#8217;t hard and it&#8217;s something every theme should do in order to get the best exposure possible.</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/06/12/submitting-your-theme/">Submitting Your Theme to Mozilla</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/06/12/submitting-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Toolbar Backgrounds</title>
		<link>http://www.twistermc.com/blog/2007/05/15/customizing-toolbar-backgrounds/</link>
		<comments>http://www.twistermc.com/blog/2007/05/15/customizing-toolbar-backgrounds/#comments</comments>
		<pubDate>Tue, 15 May 2007 11:38:31 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/05/15/customizing-toolbar-backgrounds</guid>
		<description><![CDATA[There are three main toolbars in Firefox, each that can have a separate background.

1. Navigation Bar
2. Bookmarks Bar
3. Status Bar

The main toolbar background graphic is named toolbar-background.png and located in the /global/toolbar/ folder.  If you just recreate a new png file, you won&#8217;t need to edit any of the CSS code.  If you [...]]]></description>
			<content:encoded><![CDATA[<p>There are three main toolbars in Firefox, each that can have a separate background.</p>
<ul>
<ol>1. Navigation Bar</ol>
<ol>2. Bookmarks Bar</ol>
<ol>3. Status Bar</ol>
</ul>
<p>The main toolbar background graphic is named <span class="htmlcode">toolbar-background.png</span> and located in the <span class="htmlcode">/global/toolbar/</span> folder.  If you just recreate a new png file, you won&#8217;t need to edit any of the CSS code.  If you want to make some modifications to how it&#8217;s displayed, you can open <span class="htmlcode">/global/toolbar.css</span> and edit the toolbar elements.  For the most part here, you are just concerned with the toolbar style.</p>
<p>The bookmarks bar background is called <span class="htmlcode">bookmark_toolbar_background.png</span> can be found in the <span class="htmlcode">/browser/graphics/</span> folder.  The CSS files to go with it are inside <span class="htmlcode">/broswer/browser.css</span> and element name is <span class="htmlcode">#PersonalToolbar</span>.  <span class="htmlcode">#ybToolbar</span> also uses the same CSS code as  <span class="htmlcode">#PersonalToolbar</span> as <span class="htmlcode">#ybToolbar</span> is the del.icio.us toolbar if users are using that as a replacement for the built in bookmarks bar.</p>
<p>The status bar background is called <span class="htmlcode">statusbar_background.png</span> and located in the <span class="htmlcode">/global/</span> folder.  Again, just recreating a png file is all that is necessary.  If you want to have a bit more control over the code, like font colors, you&#8217;ll need to open up <span class="htmlcode">/global/global.css</span> and edit the menu element.</p>
<p>You are free to use images or just color behind toolbars.  Keep in mind that toolbars can be different heights based on what is in them, so try and keep that in mind when creating background.  You never know what your users will come up with.</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/05/15/customizing-toolbar-backgrounds/">Customizing Toolbar Backgrounds</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/05/15/customizing-toolbar-backgrounds/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Custom Firefox Toolbar Buttons</title>
		<link>http://www.twistermc.com/blog/2007/05/11/custom-firefox-toolbar-buttons/</link>
		<comments>http://www.twistermc.com/blog/2007/05/11/custom-firefox-toolbar-buttons/#comments</comments>
		<pubDate>Fri, 11 May 2007 10:53:26 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/05/11/custom-firefox-toolbar-buttons</guid>
		<description><![CDATA[This edition of iPox Remix, we are talking about creating custom toolbar buttons.  Good buttons can really make a theme so don&#8217;t just rush through them.
Update: In iPox Remix for Firefox 3, there is one image for all buttons and not really small and large versions of all buttons.  However, the same basic rules [...]]]></description>
			<content:encoded><![CDATA[<p>This edition of iPox Remix, we are talking about creating custom toolbar buttons.  Good buttons can really make a theme so don&#8217;t just rush through them.</p>
<p><strong><em>Update</em></strong><em>: In iPox Remix for Firefox 3, there is one image for all buttons and not really small and large versions of all buttons.  However, the same basic rules apply.</em></p>
<p>Firefox&#8217;s toolbar buttons are really just two images.  One for all the large and one for all the small.  Each image is made up of 14 (or 15 if you include email) individual buttons.  Large buttons in iPox Remix are set at 32&#215;32px and small are 24&#215;24px.</p>
<p>Each button also has five states.  From top to bottom they are:<br />
Normal, Pressed, Disabled, Hover, Active.</p>
<p>From left to right, the buttons are:<br />
Back, Forward, Stop, Reload, Home, Downloads, History, Bookmarks, Print, New Tab, New Window, Cut, Copy, Paste, Email (if available).</p>
<p>What you&#8217;ll want to do is re-work each button as you wish.  Keeping in mind that large buttons can&#8217;t be bigger than 32px tall or wide and small can&#8217;t be more than 24px tall or wide.</p>
<p>In the image below, I&#8217;ve outlined each button&#8217;s area with a green line to help you see each button.  The checkered background represents a transparent background in Fireworks.</p>
<div style="width: 481px; text-align: right;"><a title="Zooomr Photo Sharing :: Photo Sharing" href="http://beta.zooomr.com/photos/twistermc/1091174/"><img style="border:1px solid #000;" src="http://static.zooomr.com/images/1091174_d230aa8795_o.jpg" border="0" alt="Toolbar Grid" width="481" height="160" /></a> Hosted on <strong>Zooom<span style="color:#9EAE15;">r</span></strong></div>
<p>You can find the toolbar images inside iPox Remix Assets -&gt; Browser -&gt; Toolbar.png and Toolbar-small.png</p>
<p>When you are done creating the buttons in your graphics program, you can save them out as GIF, JPG or PNG format.  I suggest PNG because it&#8217;s the best quality.  I always have transparent backgrounds so I save out the images as PNG 32.</p>
<p>For easy updating, I&#8217;d suggest keeping the PNG format and exact name.  If you don&#8217;t, you&#8217;ll need to search the <em>/browser/browser.css</em> file and update the name of the images to correspond with yours.</p>
<p>Now <a href="http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes">re-package</a> and install your theme and you should have custom toolbar buttons.</p>
<p>Also, if you are digging around, you may see Toolbar-rtl-small.png and Toolbar-rtl.png.  The rtl has something to do with where the icons are placed on the toolbar in regards to the URL bar.  Or so I think. Honestly, I just make the rtl files the same as the non-rtl versions.</p>
<p>Ohh and I did notice that in the iPox Remix assets, there is a Toolbar1.png file.  You can toss that out as it&#8217;s un-necessary.  <img src='http://www.twistermc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Go ahead and customize your toolbars now!</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/05/11/custom-firefox-toolbar-buttons/">Custom Firefox Toolbar Buttons</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/05/11/custom-firefox-toolbar-buttons/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Graphics Editing for Firefox Themes</title>
		<link>http://www.twistermc.com/blog/2007/05/07/graphics-editing-themes/</link>
		<comments>http://www.twistermc.com/blog/2007/05/07/graphics-editing-themes/#comments</comments>
		<pubDate>Mon, 07 May 2007 12:39:35 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[graphic-design]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/05/07/graphics-editing-themes</guid>
		<description><![CDATA[In order to create custom buttons and imagery for your Firefox theme, you&#8217;ll need some graphics skills and a program.
Myself, I use Macromedia Adobe Fireworks CS3.  I really like how easy it is to use and how well it mixes vector and bitmap imagery.  That&#8217;s my choice, but you can choose to use [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image1176" src="http://www.twistermc.com/blog/wp-content/uploads/2007/05/coloredpencils2.jpg" alt="Colored Pencils" align="right" />In order to create custom buttons and imagery for your Firefox theme, you&#8217;ll need some graphics skills and a program.</p>
<p>Myself, I use <span style="text-decoration: line-through;">Macromedia</span> Adobe <a href="http://www.amazon.com/exec/obidos/ASIN/B000CS3S9K/wrestlingpod-20?dev-t=D3E49ECS9E0KO%26camp=2025%26link_code=xm2">Fireworks CS3</a>.  I really like how easy it is to use and how well it mixes vector and bitmap imagery.  That&#8217;s my choice, but you can choose to use whatever you want.</p>
<p>Here are a few graphic application ideas.</p>
<ul>
<li>Photoshop (Regular or Elements)</li>
<li>Fireworks</li>
<li>Gimp (free)</li>
<li>Illustrator</li>
<li>Pixen (free)</li>
<li>Inkscape (free)</li>
<li>PaintShop Pro</li>
</ul>
<p>I&#8217;m sure there are more choices too.  You can check out <a href="http://www.MacUpdate.com">MacUpdate.com</a>, <a href="http://www.VersionTracker.com">VersionTracker.com</a> or <a href="http://www.Download.com">Download.com</a> to find others.  It doesn&#8217;t matter what program that you use, but  you should take the time and familiarize yourself with something.</p>
<p>What&#8217;s your graphic program of choice?</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/05/07/graphics-editing-themes/">Graphics Editing for Firefox Themes</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/05/07/graphics-editing-themes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating Your Themes&#8217; Identity &amp; Install Files</title>
		<link>http://www.twistermc.com/blog/2007/04/30/theme-identity/</link>
		<comments>http://www.twistermc.com/blog/2007/04/30/theme-identity/#comments</comments>
		<pubDate>Tue, 01 May 2007 01:31:52 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/04/30/theme-identity</guid>
		<description><![CDATA[Creating your theme&#8217;s identity is probability the most important part of creating a Firefox theme.  You need to ensure your theme doesn&#8217;t conflict with anyone else&#8217;s and, of course, give it a cool name.
To do this, we&#8217;ll need to modify two files inside the iPox Remix Pieces folder; install.rdf and contents.rdf.  Each file [...]]]></description>
			<content:encoded><![CDATA[<p>Creating your theme&#8217;s identity is probability the most important part of creating a Firefox theme.  You need to ensure your theme doesn&#8217;t conflict with anyone else&#8217;s and, of course, give it a cool name.</p>
<p>To do this, we&#8217;ll need to modify two files inside the iPox Remix Pieces folder; install.rdf and contents.rdf.  Each file should be able to be opened by a basic text editor like TextEdit (Mac) or WordPad (Windows)</p>
<p>Inside install.rdf we start by giving our theme it&#8217;s own UUID.  This is like a fingerprint and it makes each theme unique.  UUIDs are simple to get.  Just visit <a href="http://www.famkruithof.net/uuid/uuidgen">http://www.famkruithof.net/uuid/uuidgen</a> and they&#8217;ll give you one.  Now, replace 11111111-1111-1111-1111-11111111111 with the UUID you acquired from the site above.   Keep the numbers inside the {} brackets though.</p>
<p><img id="image1166" src="http://www.twistermc.com/blog/wp-content/uploads/2007/04/theme-uuid.gif" alt="iPox Remix - UUID" /></p>
<p>Under the UUID is the theme&#8217;s version number.  Feel free to set this to whatever you&#8217;d like.  That one is for you to make up.</p>
<p>Now lets edit the Front End MetaData area.  Give your them it&#8217;s name, description, creator, any contributor information and the theme&#8217;s homepage URL.  You don&#8217;t need to modify them all right now, but you probably should before distributing it.</p>
<p><img id="image1167" src="http://www.twistermc.com/blog/wp-content/uploads/2007/04/theme-info.gif" alt="iPox Remix - Theme Info" /></p>
<p>After that is the theme&#8217;s internal name.  This is tells where Firefox where to put the theme elements when installing.  I&#8217;d use only letters and numbers here and avoid any spaces or special characters.  I usually just put the theme name here, minus any spaces.  Ensure it&#8217;s unique though as calling it iPox may make it conflict with my iPox theme.</p>
<p><img id="image1168" src="http://www.twistermc.com/blog/wp-content/uploads/2007/04/theme-internal.gif" alt="iPox Remix - Internal Name" /></p>
<p>Save and close that file.</p>
<p><strong>Next</strong> is the contents.rdf.  It&#8217;s similar to the install file, but used after the theme is installed to control where things are.</p>
<p>The most important thing here is replace any iPoxRemix text with the theme&#8217;s internal name you set in install.rdf.  This will tell Firefox where the pieces were put during the install process so it can find them and use them.  There are 15 instances of iPoxRemix on this page that must be updated.</p>
<p><img id="image1169" src="http://www.twistermc.com/blog/wp-content/uploads/2007/04/theme-chrome.gif" alt="iPox Remix - User Chrome" /></p>
<p>Once those are done, just update the author, author URL, and description with your information.  Then save it.</p>
<p>That&#8217;s it, you&#8217;ve given your them it&#8217;s unique identity so that Firefox can tell the difference between your theme and someone else&#8217;s.  Now go ahead and <a href="http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes">package</a> it and try to install it.  It should work!</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/04/30/theme-identity/">Creating Your Themes&#8217; Identity &#038; Install Files</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/30/theme-identity/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>iPox Remix Download Fixed</title>
		<link>http://www.twistermc.com/blog/2007/04/28/ipox-remix-download-fixed/</link>
		<comments>http://www.twistermc.com/blog/2007/04/28/ipox-remix-download-fixed/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 23:56:59 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/04/28/ipox-remix-download-fixed</guid>
		<description><![CDATA[If you caught the iPox Remix announcement earlier this week, you may have noticed that download didn&#8217;t work.  No one told me though.   I did stumble across it late last night and fixed the issue.
You can successfully download the iPox Remix theme files now. 

iPox Remix Download Fixed originally posted at http://www.twistermc.com [...]]]></description>
			<content:encoded><![CDATA[<p>If you caught the<a href="http://www.twistermc.com/blog/2007/04/24/ipox-remix"> iPox Remix</a> announcement earlier this week, you may have noticed that download didn&#8217;t work.  No one told me though. <img src='http://www.twistermc.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I did stumble across it late last night and fixed the issue.</p>
<p>You can successfully download the <a href="http://www.twistermc.com/downloads/iPox-Remix-Assets.zip" onClick="javascript:urchinTracker ('iPox-Remix-Assets');">iPox Remix</a> theme files now. </p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/04/28/ipox-remix-download-fixed/">iPox Remix Download Fixed</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/28/ipox-remix-download-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packaging Firefox Themes</title>
		<link>http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/</link>
		<comments>http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 12:02:12 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes</guid>
		<description><![CDATA[One of the first things you need to understand about Firefox themes is how to package them.  It&#8217;s really simple, so be prepared to have an easy first step.
Firefox themes are just zip files, renamed to jar.  So, if you can create a zip file, and rename a file, you&#8217;ll be done in [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first things you need to understand about Firefox themes is how to package them.  It&#8217;s really simple, so be prepared to have an easy first step.</p>
<p>Firefox themes are just zip files, renamed to jar.  So, if you can create a zip file, and rename a file, you&#8217;ll be done in no time.  You may have to make a few tweaks to how XP/Vista shows files though.</p>
<p><img src="http://static.zooomr.com/images/1021442_e2fd28aca0_o.jpg" alt="Zip to Jar" /></p>
<p>Update: The file structure is now different with Firefox 3.6. See the <a href="http://www.twistermc.com/blog/2010/01/21/firefox-36/">updated file structure here</a>.</p>
<p>For starters, open the iPox Remix Assets folder.  Inside you&#8217;ll see nine items.  Select all items and zip them up.  On a Mac, you can just right click and make an archive.  On PC, you should be able to right click and send to compressed folder.</p>
<p><img src="http://static.zooomr.com/images/1021441_99d8e0d2d4_o.jpg" alt="Theme Files" /></p>
<p>After that, rename the zip file to jar and you&#8217;re done.  On a Mac, just change .zip to .jar and you&#8217;re good to go.  On XP, this works too, but you have to go into the <em>Control Panels</em> and <em>Folder Options</em> first and uncheck &#8216;<em>Hide extensions for known file types</em>&#8216;.  Then you can successfully change .zip to .jar.</p>
<p>I usually name jar file to coordinate with the theme name and version (example: iPoxRemix0.1.jar) but you don&#8217;t have to do that.  Any name will work.</p>
<p>To install your theme in Firefox, just open the browser and go to the addons window.  Now drag your jar file to the addons window and it should try an install.</p>
<p>I say try because if you are trying to install iPox Remix, you&#8217;ll get an error as your theme doesn&#8217;t yet have a unique identity.  That&#8217;s the next lesson that will be coming soon.</p>
<p><span id="iPoxRemixBox">This is just one installment into the iPox Remix set of tutorials that will help you learn how to create your own Firefox theme.  Visit the main <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix</a> page for more details.</span></p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/">Packaging Firefox Themes</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>iPox Remix &#8211; Modify or Create Your Own Theme</title>
		<link>http://www.twistermc.com/blog/2007/04/24/ipox-remix/</link>
		<comments>http://www.twistermc.com/blog/2007/04/24/ipox-remix/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 12:22:16 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPox]]></category>
		<category><![CDATA[iPox Remix]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.twistermc.com/blog/2007/04/24/ipox-remix</guid>
		<description><![CDATA[Announcing iPox Remix.  No, it&#8217;s not a new theme, it&#8217;s the iPox source for you to customize.

iPox Remix is not only the files, it is going to also be a set of walkthroughs that help you better understand how to create a Firefox theme.  They could be used to modify iPox as you [...]]]></description>
			<content:encoded><![CDATA[<p>Announcing iPox Remix.  No, it&#8217;s not a new theme, it&#8217;s the iPox source for you to customize.</p>
<p><center><a href="http://www.twistermc.com/blog/ipox-remix/"><img id="image1161" src="http://www.twistermc.com/blog/wp-content/uploads/2007/04/ipoxremix.png" alt="iPox Remix" border="0"/></a></center></p>
<p>iPox Remix is not only the files, it is going to also be a set of walkthroughs that help you better understand how to create a Firefox theme.  They could be used to modify iPox as you wish, or it could be to use it as a base to create your own, all new, Firefox theme.</p>
<p>Judging from the HUGE success of my basic <a href="http://www.twistermc.com/blog/2006/09/22/how-to-create-a-firefox-theme"><em>How to create a Firefox Theme</em></a> post, there are a lot of folks out there that would love to create a theme.  So I&#8217;m expanding upon that post to bring more in depth information and tutorials.  The basic tutorial work well, but it lacks some detail and I&#8217;d like to expand upon it more.</p>
<p>I&#8217;m going to try and hit the main areas but it&#8217;ll take a while.  If you have requests of what you&#8217;d like to learn, <a href="http://www.twistermc.com/blog/ipox-remix-suggestions/">go ahead and let me know</a>.</p>
<p>Overall, this is meant to be an easy exercise.  I hope to keep things on a level that is easy to understand.  And really, with the iPox Remix source, all you need to do is replace some graphics and you&#8217;ll be well on your way to creating your own version.</p>
<p>You can get all the details on the project and the source files necessary on the official <a href="http://www.twistermc.com/blog/ipox-remix/">iPox Remix page</a>.</p>
<hr />
<p><a href="http://www.twistermc.com/blog/2007/04/24/ipox-remix/">iPox Remix &#8211; Modify or Create Your Own Theme</a> originally posted at http://www.twistermc.com </p>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/24/ipox-remix/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
