<?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>Lamiroy Consulting Blog</title>
	<atom:link href="http://lamiroy.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://lamiroy.com/blog</link>
	<description>solution, solutions, solutions</description>
	<lastBuildDate>Thu, 21 Apr 2011 17:44:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Customize Firefox 4 to look like Firefox 3</title>
		<link>http://lamiroy.com/blog/?p=18</link>
		<comments>http://lamiroy.com/blog/?p=18#comments</comments>
		<pubDate>Wed, 23 Mar 2011 09:44:01 +0000</pubDate>
		<dc:creator>mlamiroy</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://lamiroy.com/blog/?p=18</guid>
		<description><![CDATA[I have just upgraded from Firefox 3 to Firefox 4. Firefox 4 is fast! And it looks snazzy. But unfortunately, there are quite a number of inconveniences: The menu is hidden, where I use the View, History and Bookmarks items constantly There is no more status bar, which means there is no more NoScript button, [...]]]></description>
			<content:encoded><![CDATA[<p>I have just upgraded from Firefox 3 to Firefox 4. Firefox 4 is fast!  And it looks snazzy. But unfortunately, there are quite a number of  inconveniences:</p>
<ul>
<li>The menu is hidden, where I use the View, History and Bookmarks items constantly</li>
<li>There is no more status bar, which means there is no more NoScript button, which I use constantly</li>
<li>The position of the home button has changed. A habit of 20 years  doesn&#8217;t break easily. So I prefer to have it back in the old position!</li>
</ul>
<p>Here is how to solve those inconveniences.</p>
<p><strong>1. Showing the Menu bar</strong></p>
<p>That&#8217;s an easy one. It&#8217;s as simple as reactivating it in the &#8216;View&#8217;  options. This can be done in 2 ways. Either press F-10 (on Windows), and  the menu bar (temporarily) re-appears. Choose <em>View</em>, then click <em>Menu Bar</em>. Alternatively, press the new Firefox button at the top left, choose <em>Options</em> and reactivate the <em>Menu Bar</em> there.</p>
<p><strong>2. Reinstalling the Status Bar</strong></p>
<p>In Firefox 4, there IS no more status bar, which gives one more  screen real estate, but also makes it no longer possible to have the  buttons there for add-ons! As I constantly use a number of add-ons, this  is not acceptable!</p>
<p>The only solution is to install a new add-on which recreates the status bar. You can get it here:</p>
<p>https://addons.mozilla.org/firefox/addon/235283</p>
<p>If you like the extra screen real estate, you can hide / show the add-on status bar by pressing CTRL+/ which gives you the best of both worlds: one key combination, and you&#8217;ve got access again to the status bar.</p>
<p><strong>3. Adding Noscript to the add-on bar</strong></p>
<p>Right-click on the add-on bar. Click <em>Customize</em>. Look for the Noscript Icon and drag and drop it to the position you want it.</p>
<p>PS: you don&#8217;t have to add the NoScript button to the add-on bar, of course. You could add it to any bar: menu bar, &#8230; in the same way, i.e. by <em>customizing</em> it.</p>
<p><strong>4. Repositioning the Home Button</strong></p>
<p>I prefer the home button on the left, next to the back and forward  buttons. To achieve this: right-click over the current position of the  home button. Choose <em>Customize</em>. Drag and drop the home button to the location you want it.</p>
<p>Enjoy!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://lamiroy.com/blog/?feed=rss2&#038;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache mod_rewrite doesn&#8217;t seem to work in Windows</title>
		<link>http://lamiroy.com/blog/?p=13</link>
		<comments>http://lamiroy.com/blog/?p=13#comments</comments>
		<pubDate>Tue, 19 Oct 2010 08:42:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://lamiroy.com/blog/?p=13</guid>
		<description><![CDATA[I had this strange phenomenon that mod_rewrite instructions in the .htaccess file worked online on my ISPs server, but not on my local Windows machine that also has an Apache server running on it. I kept getting 404 errors: page not found. Which is a bit annoying: I&#8217;ve got drupal, joomla and other software running [...]]]></description>
			<content:encoded><![CDATA[<p>I had this strange phenomenon that mod_rewrite instructions in the  .htaccess file worked online on my ISPs server, but not on my local  Windows machine that also has an Apache server running on it.</p>
<p>I kept getting 404 errors: page not found.</p>
<p>Which is a bit annoying: I&#8217;ve got drupal, joomla and other software  running on my local server, but none of them could use &#8216;clean URLs,&#8217;  which is what I want to use.</p>
<p>It turns out that the default configuration of Apache on windows is to NOT allow .htaccess to be used.</p>
<p>So the problem wasn&#8217;t that the mod_rewrite didn&#8217;t work. The real problem was that the .htaccess file was just ignored.</p>
<p>The best solution for that is to modify your httpd.conf file. (Stop  the Apache service before you modify it. Start it again when completed).</p>
<p>If you&#8217;ve installed, e.g, drupal in a directory &#8220;c:\websites\drupal&#8221; and  you want to use mod_rewrite for clean URLs, then you&#8217;d have to add the  following lines to the httpd.conf file:</p>
<p>&lt;Directory &#8220;C:/websites/drupal/&#8221;&gt;<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;</p>
<p>You have to do this for each directory / folder you want to use .htaccess in.</p>
<p>The &#8211; far less secure- alternative is to change the default settings of your Apache and by default allow .htaccess to be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://lamiroy.com/blog/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox personas icon disappeared after update</title>
		<link>http://lamiroy.com/blog/?p=7</link>
		<comments>http://lamiroy.com/blog/?p=7#comments</comments>
		<pubDate>Wed, 25 Aug 2010 19:06:38 +0000</pubDate>
		<dc:creator>mlamiroy</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[personas]]></category>

		<guid isPermaLink="false">http://lamiroy.com/blog/?p=7</guid>
		<description><![CDATA[Today, while using Firefox, I got notified that a new version of &#8216;personas&#8217; was available. I installed it, but things went wrong: new tabs in Firefox started showing https:/// (with three forward slashes) instead of the blank line. When I closed Firefox, it did not want to start again. I started Firefox in safe mode, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, while using Firefox, I got notified that a new version of &#8216;personas&#8217; was available.</p>
<p>I installed it, but things went wrong: new tabs in Firefox started showing https:/// (with three forward slashes) instead of the blank line. When I closed Firefox, it did not want to start again.</p>
<p>I started Firefox in safe mode, and that worked. I closed it down again, and then started it normally. Everything seemed fine but the Personas icon at the bottom left had disappeared. In the &#8216;Tools&#8217; menu, as well, the &#8216;Personas&#8217; option had disappeared. However, in &#8216;Tools &gt; Add-ons &gt;Themes&#8217; they still were present.</p>
<p>Restarting Firefox didn&#8217;t help.</p>
<p>The solution was to (re-)install the Personas Plus Extension, which can be found at: https://addons.mozilla.org/en-US/firefox/addon/10900/</p>
]]></content:encoded>
			<wfw:commentRss>http://lamiroy.com/blog/?feed=rss2&#038;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://lamiroy.com/blog/?p=4</link>
		<comments>http://lamiroy.com/blog/?p=4#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lamiroy.com/blog/?p=4</guid>
		<description><![CDATA[Every once in a while I run into problems while programming or working on the computer. I thought I&#8217;d document the solutions I find, so others can use them, too.]]></description>
			<content:encoded><![CDATA[<p>Every once in a while I run into problems while programming or working on the computer. I thought I&#8217;d document the solutions I find, so others can use them, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://lamiroy.com/blog/?feed=rss2&#038;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

