<?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>thought-after &#187; Firefox</title>
	<atom:link href="http://www.thought-after.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thought-after.com</link>
	<description>Geeky stuff by Lafinboy</description>
	<lastBuildDate>Mon, 24 Oct 2011 00:05:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Live site development with Firebug</title>
		<link>http://www.thought-after.com/2010/03/live-site-development-with-firebug/</link>
		<comments>http://www.thought-after.com/2010/03/live-site-development-with-firebug/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 04:57:34 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[developer tools]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/?p=127</guid>
		<description><![CDATA[Live editing of website code and styles is a breeze with the Firebug plugin for Firefox. Right click any element on the page that you wish to inspect/edit and select &#8230; <a class="more" href="http://www.thought-after.com/2010/03/live-site-development-with-firebug/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Live editing of website code and styles is a breeze with the Firebug plugin for Firefox.</p>
<p>Right click any element on the page that you wish to inspect/edit and select the Inspect Element option. The Firebug panel opens with the HTML displayed, and the element you selected highlighted. In the right panel are the CSS styles attached to that element. From here we can make changes to the current styles, or add new styles.</p>
<p>I do this constantly when working on sites as it gives me realtime feedback and visualisation of the changes I make. Once the styles are working correctly and everything is looking the way you want it to it&#039;s time to copy all those changes back into the actual stylesheet. But can you remember all the changes you made, and to what elements? This is where the pro tip comes into play.</p>
<p>To the right of each of the style declarations is a hyperlink to the relevant CSS file and the line number the declaration is on in that file. Click this link to display the full CSS file in the Firebug CSS panel. Click the Edit button in the panel to view the plain text content of the CSS file, including the changes you&#039;ve just made. You can now select all, copy and paste into the actual stylesheet. That&#039;s it!! Save the stylesheet and transfer it to the server to see all the changes applied to the live site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2010/03/live-site-development-with-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox web developer plugins</title>
		<link>http://www.thought-after.com/2009/01/web-developer-firefox-plugins/</link>
		<comments>http://www.thought-after.com/2009/01/web-developer-firefox-plugins/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 11:02:39 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[developer tools]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/?p=99</guid>
		<description><![CDATA[Returning to work after the Christmas holidays I was confronted with a brand new, clean install version of Firefox 3.0. Very strange, because I already had said browser/version installed, along &#8230; <a class="more" href="http://www.thought-after.com/2009/01/web-developer-firefox-plugins/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Returning to work after the Christmas holidays I was confronted with a brand new, clean install version of Firefox 3.0. Very strange, because I already had said browser/version installed, along with all bookmarks, cookies, plugins and history.</p>
<p>But every cloud has a silver lining. A chance to rid myself of no longer needed cruft, and cut back to the bare essentials. So here is my list of plugins, in no particular order, that make Firefox such a cool tool for any web developer.</p>
<ul>
<li><a title="NoScript - JavaScript/Java/Flash blocker" href="http://noscript.net/">NoScript</a> &#8211; makes the web a safer place to browse. Selectively allow scripts and browser plugins to run on individual sites, block the stuff you don&#039;t want, never be click-jacked!</li>
<li><a title="Foxmarks bookmarking add-on" href="http://www.foxmarks.com/">Foxmarks</a> &#8211; synchronise bookmarks between all of your computers. Home, work, mobile &#8211; all in sync, all the time.</li>
<li><a title="Firebug - web development evolved" href="http://getfirebug.com/">Firebug</a> &#8211; live editing, debugging and monitoring of CSS, HTML and JavaScript as you browse. Plus network monitoring, JavaScript profiling, DOM exploration. Is there anything this magical tool cannot do?</li>
<li><a href="http://chrispederick.com/work/web-developer/">Web Developer Toolbar</a> -information and page control at your fingertips. Turn stuff on, turn stuff off, view hidden stuff, measure it, highlight it, analyse it. Beautiful!</li>
<li><a title="Eyedropper, colour picker, anlayser" href="http://www.colorzilla.com/firefox/">Colorzilla</a> &#8211; the latest version of this add-on adds the ability to create colour palletes from any page, on top of it&#039;s already outstanding eyedropper and colour picker. Lots of other features make this an essential tool for working with colour.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3829">LiveHTTP Headers</a> -View headers and responses as you browse the web. Essential for debugging cookie, server and HTTP transaction information.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator</a> &#8211; View and interact with microformat and other semantic data on a web page. Extract contact, location, event, taxanomic details into various applications for storage and/or immediate use.</li>
</ul>
<p>So there we have it, seven plugins that make light of many web development tasks. No doubt there are others that do the same type of job, but these are the best of breed as far as I&#039;m concerned.</p>
<p>Do you use something different, or have a must have recommendation? Comments are open, feel free to let everyone know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2009/01/web-developer-firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FireBug for Firefox</title>
		<link>http://www.thought-after.com/2006/05/firebug-for-firefox/</link>
		<comments>http://www.thought-after.com/2006/05/firebug-for-firefox/#comments</comments>
		<pubDate>Thu, 25 May 2006 00:09:55 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[developer tools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[Joe Hewitt]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2006/05/25/firebug-for-firefox/</guid>
		<description><![CDATA[Joe Hewitt has just released the latest version of FireBug, a holistic debugging tool for Firefox. FireBug reports on errors and warnings in CSS, JavaScript, AJAX and the DOM, and &#8230; <a class="more" href="http://www.thought-after.com/2006/05/firebug-for-firefox/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p><a title="Joe Hewitt" href="http://www.joehewitt.com">Joe Hewitt</a> has just released the latest version of <a title="FireBug - web debugging tool" href="http://www.joehewitt.com/software/firebug/">FireBug</a>, a holistic debugging tool for <a title="Firefox web browser" href="http://www.spreadfirefox.com/?q=affiliates&#038;id=25675&#038;t=82">Firefox</a>. FireBug reports on errors and warnings in CSS, JavaScript, AJAX and the DOM, and allows you to inspect and debug each in a handy console. Another very useful tool in the web developers box, and one that I&#039;m already finding I can&#039;t live without.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2006/05/firebug-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and Java JRE update problem fixed</title>
		<link>http://www.thought-after.com/2006/05/firefox-and-java-jre-update-problem-fixed/</link>
		<comments>http://www.thought-after.com/2006/05/firefox-and-java-jre-update-problem-fixed/#comments</comments>
		<pubDate>Wed, 24 May 2006 04:23:46 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[thought-after]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jre]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2006/05/24/firefox-and-java-jre-update-problem-fixed/</guid>
		<description><![CDATA[This article was originally published on 28/03/2005. Firefox browser could not display Java applets following a recent upgrade to the Firefox browser and the Java JRE. A simple solution found. &#8230; <a class="more" href="http://www.thought-after.com/2006/05/firefox-and-java-jre-update-problem-fixed/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p><em>This article was originally published on 28/03/2005.</em></p>
<p>Firefox browser could not display Java applets following a recent upgrade to the Firefox browser and the Java JRE. A simple solution found.</p>
<p>A little background to this story. As a devout convert to the Firefox browser, I immediately upgraded to the latest release, Version 1.0.2, when it became available. Shortly after upgrading the Firefox browser I found I was unable to access my internet banking account, and was displayed a standard message from the internet banking service that my browser did not have Java installed. Necessity forced me to use IE, which worked with no problems. I had also accessed the internet banking account through Firefox only a few days previously, so there was something wrong with Firefox!</p>
<p>I dutifully checked my browser settings and Java was enabled. I then checked the Java control panel and noticed that the option to use Java with Mozilla/Netscape was unchecked. Found the culprit? Unfortunately not. After checking the option and pressing apply, I was informed that the action could not be completed as I did not have sufficient rights to change the browser settings. Now this was a concern, as I am administrator, super-administrator, and any other kind of controlling power over my pc, or so I thought.</p>
<p>Time to start on a solution, so Google in hand I went on a wild search for others who had faced the same problem. It would seem that this is a reasonably new problem (at the time of writing), as very few results were returned. Those results that were on-topic offered a selection of causes/solutions, none of which worked for me. As a result of trying each solution in turn, and scouring through the folders and files associated with both Firefox and Java, I did find what was the apparent cause of the problem in my case. On the latest update to the Java JRE, the Java Plugin dll had not been updated in the Firefox plugins folder. On a whim I renamed the existing Java plugin dll and fired up Firefox again, and hey presto, everything was working. Now I don&#039;t know why the original dll had not been updated, but it hadn&#039;t, and I don&#039;t know if this solution will work for everybody, but it did for me, and I offer this advice in the hope that it can help somebody in the same position as I found myself.</p>
<p>Symptoms:</p>
<ul>
<li>Unable to view Java applet content in Firefox browser</li>
</ul>
<p>Cause:</p>
<ul>
<li>Upgrade of Java JRE to version 1.5.0_02 does not update Java plugin dll in Firefox plugins folder</li>
</ul>
<p>Solution:</p>
<ul>
<li>Delete previous Java plugin dll file NPOJI610.dll from Firefox plugins folder.</li>
</ul>
<ul>
<li>Prior to deleting the file I would suggest renaming the file (zz_NPOJI610.dll) to test that this solution works for you.</li>
</ul>
<p>Machine Spec:</p>
<ul>
<li>Windows XP Pro SP1</li>
</ul>
<ul>
<li>Firefox 1.0.1</li>
</ul>
<ul>
<li>Java JRE 1.5.0_02</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2006/05/firefox-and-java-jre-update-problem-fixed/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
	</channel>
</rss>

