<?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"
	>

<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>
	<pubDate>Thu, 08 May 2008 12:34:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>iPox Remix - 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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for iPox Remix - General Theme Answers" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+iPox+Remix+-+General+Theme+Answers" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/10/15/general-theme-answers/feed</wfw:commentRss>
		</item>
		<item>
		<title>Changing Fonts &#038; 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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Changing Fonts & Colors in Firefox Themes" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Changing+Fonts+&+Colors+in+Firefox+Themes" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/06/21/firefox-fonts-colors/feed</wfw:commentRss>
		</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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Customize Firefox's Scrollbar" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Customize+Firefox's+Scrollbar" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/06/18/customize-firefoxs-scrollbar/feed</wfw:commentRss>
		</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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Submitting Your Theme to Mozilla" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Submitting+Your+Theme+to+Mozilla" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/06/12/submitting-your-theme/feed</wfw:commentRss>
		</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/menu/</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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Customizing Toolbar Backgrounds" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Customizing+Toolbar+Backgrounds" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/05/15/customizing-toolbar-backgrounds/feed</wfw:commentRss>
		</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.
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 [...]]]></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>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 href="http://beta.zooomr.com/photos/twistermc/1091174/" title="Zooomr Photo Sharing :: Photo Sharing"><img src="http://static.zooomr.com/images/1091174_d230aa8795_o.jpg" width="481" height="160" alt="Toolbar Grid" border="0" style="border:1px solid #000;" /></a> Hosted on <strong>Zooom<span style="color:#9EAE15;">r</span></strong></div>
<p>You can find the toolbar images inside iPox Remix Assets -> Browser -> 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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Custom Firefox Toolbar Buttons" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Custom+Firefox+Toolbar+Buttons" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/05/11/custom-firefox-toolbar-buttons/feed</wfw:commentRss>
		</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 8.  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 <strike>Macromedia</strike> Adobe <a href="http://www.amazon.com/exec/obidos/ASIN/B000CS3S9K/wrestlingpod-20?dev-t=D3E49ECS9E0KO%26camp=2025%26link_code=xm2">Fireworks 8</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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Graphics Editing for Firefox Themes" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Graphics+Editing+for+Firefox+Themes" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/05/07/graphics-editing-themes/feed</wfw:commentRss>
		</item>
		<item>
		<title>Creating Your Themes&#8217; Identity &#038; 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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Creating Your Themes' Identity & Install Files" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Creating+Your+Themes'+Identity+&+Install+Files" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/30/theme-identity/feed</wfw:commentRss>
		</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.
Enjoyed this post? Buy me a beer.]]></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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for iPox Remix Download Fixed" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+iPox+Remix+Download+Fixed" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/28/ipox-remix-download-fixed/feed</wfw:commentRss>
		</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>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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for Packaging Firefox Themes" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+Packaging+Firefox+Themes" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/27/packaging-firefox-themes/feed</wfw:commentRss>
		</item>
		<item>
		<title>iPox Remix - 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>
<div class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="order@twistermc.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Enjoyed for iPox Remix - Modify or Create Your Own Theme" /><input type="hidden" name="currency_code" value="" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.twistermc.com/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=order@twistermc.com&amp;currency_code=&amp;amount=&amp;return=&amp;item_name=Enjoyed+for+iPox+Remix+-+Modify+or+Create+Your+Own+Theme" target="paypal">Enjoyed this post? Buy me a beer.</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.twistermc.com/blog/2007/04/24/ipox-remix/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
