<?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>AG&#039;s Latest! &#187; Firefox</title>
	<atom:link href="http://web2.tigs.com.au/blogs/agit/category/internet/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.tigs.com.au/blogs/agit</link>
	<description>Total randomness...</description>
	<lastBuildDate>Wed, 30 Mar 2011 11:29:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating Group Policy ADM for Firefox Extension</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:30:28 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[adm]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[admx]]></category>
		<category><![CDATA[extention]]></category>
		<category><![CDATA[FrontMotion]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[preference]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=330</guid>
		<description><![CDATA[At the school that I work for we have been using the Group Policy enabled version of Mozilla Forefox from FrontMotion for some time now. We have discussed the idea on several occasions whether or not to allow staff to install extensions. I have decided to set an allowed location (locally hosted) in group policy  <a href='http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>At the school that I work for we have been using the Group Policy enabled version of Mozilla Forefox from <a title="FrontMotion CE" href="http://www.frontmotion.com/FMFirefoxCE/index.htm" target="_blank">FrontMotion</a> for some time now. We have discussed the idea on several occasions whether or not to allow staff to install extensions. I have decided to set an allowed location (locally hosted) in group policy where staff can find approved extensions to install.</p>
<p>However, we still required the ability to control some of the settings within these extensions. I was able to achieve this by creating Group Policy ADM templates for these extensions. The ADM templates are written to control the about:config settings of the extension which can be found by browsing to about:config in Firefox and filtering for the desired extension. The preferences are set at as a MACHINE CLASS (Computer Policy) and are locked preferences. Below is an example and explanation of a couple of settings of an ADM template for the IEView extension (comments in <em><span style="color: #ff0000">red</span></em>): [Complete ADM example attached at the end of this post]<em><br />
</em></p>
<p><span style="color: #ff0000"><em>- <em><strong></strong></em>Define the CLASS type</em></span><br />
<em>CLASS MACHINE<strong></strong></em></p>
<p><span style="color: #ff0000"><em>- Set the main category name (folder under Administrative Templates in Group Policy)</em></span><em><br />
CATEGORY &#8220;Mozilla Advanced Options for Extensions&#8221;</em></p>
<p><span style="color: #ff0000"><em>- Set the preferences to be locked preferences</em></span><em><br />
KEYNAME &#8220;Software\Policies\Mozilla\lockPref&#8221;</em></p>
<p><em><span style="color: #ff0000">- Set the category/extension name (level under main category)</span><br />
CATEGORY &#8220;IEView&#8221;</em></p>
<p><em><strong><span style="color: #ff0000">Boolean type preference for the Close Page on Reload setting (On or OFF)</span></strong><br />
<span style="color: #ff0000"><br />
- POLICY = Setting name</span><br />
POLICY &#8220;Close Page on Reload&#8221;<br />
<span style="color: #ff0000">- EXPLAIN = Explanation of what the setting does</span><br />
EXPLAIN &#8220;Enables or disables the close page after reload option&#8221;<br />
<span style="color: #ff0000">- VALUENAME = about:config Preference Name for the setting</span><br />
VALUENAME &#8220;ieview.closeReloadPage&#8221;<br />
<span style="color: #ff0000">- VALUEON = The value for the setting when enabled in Group Policy</span><br />
VALUEON 1<br />
</em><em><span style="color: #ff0000">- VALUEOFF = The value for the setting when disabled in Group Policy</span></em><br />
<em>VALUEOFF 0<br />
<span style="color: #ff0000">- END POLICY = Ends the options for the current setting</span><br />
END POLICY</em></p>
<p><em><span style="color: #ff0000"><strong>String type preference for the Filter List setting (string of values)</strong></span><br />
</em></p>
<p><em><span style="color: #ff0000">- POLICY = Setting name</span></em><br />
<em>POLICY &#8220;Filter List&#8221;<br />
</em><em><span style="color: #ff0000">- EXPLAIN = Explaination of what the setting does</span></em><br />
<em>EXPLAIN &#8220;Sets list of sites to always open in IE. Sites are separated by spaces. Use * for wildcard.&#8221;<br />
<span style="color: #ff0000">- PART = &#8220;list&#8221; EDITTEXT, sets the values for the &#8220;list&#8221; part of the setting and edits the current vales</span><br />
PART &#8220;List&#8221; EDITTEXT<br />
<span style="color: #ff0000">- DEFAULT = When the setting is enabled in Group Policy, the DEFAULT string values will automatically be filled in</span><br />
DEFAULT &#8220;file:///* http://*update.microsoft.com/ http://www.windowsupdate.com/&#8221;<br />
</em><em><span style="color: #ff0000">- VALUENAME = about:config Preference Name for the setting</span></em><br />
<em>VALUENAME &#8220;ieview.forceielist&#8221;<br />
</em><em><span style="color: #ff0000">- END PART = Ends the options for the current PART of the setting</span></em><br />
<em>END PART<br />
</em><em><span style="color: #ff0000">- END POLICY = Ends the options for the current setting</span></em><br />
<em>END POLICY</em></p>
<p><em><span style="color: #ff0000">- END CATEGORY = Ends the extension name category</span><br />
END CATEGORY</em></p>
<p><em><span style="color: #ff0000">- END CATEGORY = Ends the main category</span></em><br />
<em>END CATEGORY</em></p>
<p><em><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/IEView_ADM.jpg"><img class="alignnone size-full wp-image-349" title="IEView_ADM" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/IEView_ADM.jpg" alt="IEView_ADM" width="503" height="175" /></a><br />
</em></p>
<p>I hope that made at least a little bit of sense.</p>
<p>Find a complete example <a title="ADM" href="http://web2.tigs.com.au/files/IEView.adm" target="_blank">here</a>.<em><br />
</em>Download the RAR file <a title="RAR" href="http://web2.tigs.com.au/files/IEView.rar" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Firefox Add-ons&#8230; Do I need them??</title>
		<link>http://web2.tigs.com.au/blogs/agit/2008/06/13/my-firefox-add-ons-do-i-need-them/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2008/06/13/my-firefox-add-ons-do-i-need-them/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 13:58:02 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[RC]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=79</guid>
		<description><![CDATA[I recently installed the latest Release Candidate of Firefox 3 (RC3). Firefox 3 checks the compatibility of your installed add-ons to see if they will function correctly. During this process I was reminded of a few add-ons that I had installed some time ago and rarely use. My current list and why I use them  <a href='http://web2.tigs.com.au/blogs/agit/2008/06/13/my-firefox-add-ons-do-i-need-them/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I recently installed the latest Release Candidate of Firefox 3 (RC3). Firefox 3 checks the compatibility of your installed add-ons to see if they will function correctly. During this process I was reminded of a few add-ons that I had installed some time ago and rarely use. My current list and why I use them is as follows:</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1368" target="_blank"><strong>ColorfulTabs</strong></a> &#8211; This is mainly a cosmetic add-on although it does make distiguishing between tabs a little easier when you have numerous tabs opened. However, this add-on is not supported in Firefox 3 so I will be uninstalling it.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/26" target="_blank"><strong>Download Statusbar</strong></a> &#8211; Tidies up management and monitoring of downlooads in Firefox by adding a downloads bar above the statusbar when you start a download.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank">DownThemAll!</a></strong> &#8211; Configurable download manager/accelerator for Firefox. I have only just installed this plugin but is seems quite good so far. Comparable to Free Download Manager.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3099" target="_blank"><strong>English (Australian) Dictionary</strong></a> &#8211; Because I am AUStralian!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1433" target="_blank"><strong>Extended Statusbar</strong></a> &#8211; Opera like statusbar that displays speed, percentage, time and loaded size. Helpful but once again is not compatible with Firefox 3 as yet.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5721" target="_blank"><strong>Fast Dial</strong></a> &#8211; Allows fast access to your favourite pages using a thumbnail list of user defined favourite sites. I have this set as my home page.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/3780" target="_blank">FaviconsizeTab</a></strong> &#8211; The width of the specified tab is resized to the size of the icon (removes name). I use this to minimize the space taken up by the tab that I generally always have open throughout the day.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3977" target="_blank"><strong>Google Reader Notifier</strong></a> &#8211; A Google reader icon is added to the bottom right hand corner of Firefox and notifies you of new posts. I use Google reader as my main RSS feed reader so this add-on is very helpful for me. This add-on is not yet compatable with Firefox 3 so I will be trialling the alternative <a href="https://addons.mozilla.org/en-US/firefox/addon/4808" target="_blank">Google Reader Watcher</a> soon&#8230;</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/189" target="_blank"><strong>GooglePreview</strong></a> &#8211; Inserts a website preview window into Google and Yahoo search results. Helpful to identify pages that you have already visited.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3863" target="_blank"><strong>iMacros for Firefox</strong></a> &#8211; Record and replay Macros in Firefox. Handy for those repetative tasks.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/139" target="_blank"><strong>Image Zoom</strong></a> &#8211; Adds zoom functionality to images in Firefox. Save the eyes trying to desifer an image, just zoom in!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3199" target="_blank"><strong>Link Alert</strong></a> &#8211; Changes your cursor to indicate the file type of a link. This add-on allows you to select from a list of predefined file types and add your own.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6543" target="_blank"><strong>Nightly Tester Tools</strong></a> &#8211; Used for testing the latest build release of Firefox. I use this add-on to force FIrefox to install incompatible add-ons to see if they will work.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/636" target="_blank"><strong>PDF Download</strong></a> &#8211; Presents you with an option to either download the PDF, view it with an external app. or view it as HTML. This add-on was mainly helpful for me when my Firefox Acrobat Reader plugin was playing up.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5579" target="_blank"><strong>PicLens</strong></a> &#8211; Transforms Firefox into an amazing photo and video gallery viewer. This add-on is one of my favourites (<a href="http://piclens.com/demo" target="_blank">see PicLens in action</a>).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1689" target="_blank"><strong>Pronounce</strong></a> &#8211; Pronounce English words. A voice will say the selected word using the correct pronunciation.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4287" target="_blank"><strong>Split Browser</strong></a> &#8211; Splits your browser window according to where you specify. Very helpful for making comparisons.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5756" target="_blank"><strong>Taboo</strong></a> &#8211; Allows you to save you current open tabs, their location and even partially filled in forms.</p>
<p>TwitterFox &#8211; This add-on notifies your at set intervals of your Twitter activity. I haven&#8217;t been able to get into Twitter so I was hoping that this add-on might help me use it more.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2390" target="_blank"><strong>VideoDownloader</strong></a> &#8211; Download embedded video and audio from websites. This add-on does not work with Firefox 3, boy do I miss it! (alternative &#8211; <a href="https://addons.mozilla.org/en-US/firefox/addon/5229" target="_blank">Flash Video Resources Downloader</a>).</p>
<p>Thats it! I can safely say that I do <em>somewhat</em> use all the add-on that I have installed. While writing this post I found many other add-ons that might prove themselves useful Stay tuned for an update&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2008/06/13/my-firefox-add-ons-do-i-need-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group Policy enabled Firefox (FrontMotion)</title>
		<link>http://web2.tigs.com.au/blogs/agit/2007/12/01/group-policy-enabled-firefox-frontmotion/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2007/12/01/group-policy-enabled-firefox-frontmotion/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 06:14:29 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/2007/12/01/group-policy-enabled-firefox-frontmotion/</guid>
		<description><![CDATA[FrontMotion have a community edition of Firefox that enables network admins to control Firefox settings via Group Policy. (FMFirefoxCE)

Download the latest release of FrontMotion Firefox Community Edition MSI (Download).
Download either the firefox.adm or the mozilla.adm templates (Download).

firefox.adm is used to control settings at a user level.


mozilla.adm is used to control settings at a computer level  <a href='http://web2.tigs.com.au/blogs/agit/2007/12/01/group-policy-enabled-firefox-frontmotion/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>FrontMotion have a community edition of Firefox that enables network admins to control Firefox settings via Group Policy. (<a href="http://www.frontmotion.com/FMFirefoxCE/index.htm" title="FMFirefoxCE" target="_blank">FMFirefoxCE</a>)</p>
<ul>
<li>Download the latest release of FrontMotion Firefox Community Edition MSI (<a href="http://www.frontmotion.com/FMFirefoxCE/download_fmfirefoxce.htm" title="Download" target="_blank">Download</a>).</li>
<li>Download either the <em>firefox.adm</em> or the <em>mozilla.adm</em> templates (<a href="http://www.frontmotion.com/FMFirefoxCE/download_fmfirefoxce.htm" title="Download" target="_blank">Download</a>).
<ul>
<li><em>firefox.adm</em> is used to control settings at a user level.</li>
</ul>
<ul>
<li><em>mozilla.adm</em> is used to control settings at a computer level and is also more advanced.</li>
</ul>
</li>
</ul>
<p><u>Configuring Group Policy:</u></p>
<ol>
<li>Copy the downloaded adm template/s into the %SystemRoot%\windows\inf of your Active Directory server (this is where Windows stores its adm templates).</li>
<li>Open Active Directory, right-click on the OU that you want to set the Firefox policy for and select <em>Properties</em>.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/gpoproperties.jpg" alt="GPO Properties" /></li>
<li>Select the <em>Group Policy</em> tab and either create a <em>New</em> policy or <em>Edit</em> an existing policy.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/gpoedit.jpg" alt="GPO Edit" /></li>
<li>Here you have two options; <em><br />
- Computer Configuration</em>, which will set the policies at a computer level. Both <em>firefox.adm</em> and <em>mozilla.adm</em> templates can be used at this level.<br />
<em>- User Configuration</em>, which will set the policies at a user level<em>.</em> Only <em>firefox.adm</em> can be used at this level.<br />
I would recommend using <em>Computer Configuration</em> as the level of configuration is far more granular.</li>
<li>Right-click the <em>Administrative Templates</em> folder under the desired levels tree and select <em>Add/Remove Templates&#8230;<br />
</em><img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/addtemplate.jpg" alt="Add Template" /></li>
<li>Select the <em>Add&#8230;</em> button from the window that pops up and select either the <em>firefox.adm</em> or the <em>mozilla.adm</em> template.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/addtemplatebox.jpg" alt="Add Template Box" /></li>
<li>A new folder containing the settings for the ADM template will be displayed under the <em>Administrative Templates</em> tree. <em>Firefox</em> if the <em>firefox.adm</em> template was used or <em>Mozilla Advanced Options</em> if the <em>mozilla.adm</em> template was used (I have added both for the example).<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/admoptions.JPG" alt="ADM Options" /></li>
<li>You now need to configure the desired settings:<br />
- <em>firefox.adm</em>, only has a total of 7 configurable settings.<br />
- <em>mozilla.adm</em>, (see <a href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries" title="config" target="_blank">about:config</a> for listing of settings) can be configured to use either <em>Locked</em> or <em>Default</em> settings. <em>Locked Settings</em> mean that the user cannot change any of the configured settings whereas <em>Default Settings</em> are set initially for the user but the user will have the ability to change these settings if they wish.<u><br />
</u></li>
</ol>
<p><strong><u>Note</u>:</strong> <em>mozilla.adm</em> settings will override <em>firefox.adm</em> settings.</p>
<p><u>Deploying FrontMotion Firefox Community Edition via Group Policy:</u></p>
<p>If you have a small number of workstations then you can install manually the latest FrontMotion Firefox Community Edition on each of them and the settings that you set above will be configured. For larger organisations this is not an option, so software deployment is neccessary:</p>
<ol>
<li>Software deployment can once again be done at a computer or user level.<br />
- Computer level installations will install the package on the computer in the selected OU.<br />
- User level installations will install the package on each computer that the users in the selected OU log on to.</li>
<li> Copy the downloaded FrontMotion Firefox Community Edition MSI pack to a shared directory on your file server. Depending on the level of installation you have chosen to use, you need to give either <em>Domanin Computers</em> or <em>Domain Users</em> read access to the folder that the MSI is stored in.</li>
<li>Open Active Directory, right-click the OU containing either the users or the computers that you want to deploy the package to and select <em>Properties</em>.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/gpoproperties.jpg" alt="GPO Properties" /></li>
<li>Select the <em>Group Policy</em> tab and either create a <em>New</em> policy or <em>Edit</em> an existing policy.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/gpoedit.jpg" alt="GPO Edit" /></li>
<li>Expand the <em>Software Settings</em> folder under the desired levels tree, right-click <em>Software installation</em>, select <em>New</em>, select <em>Package&#8230;<br />
</em><img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/newpackage.jpg" alt="New Package" /></li>
<li>Select the FrontMotion Firefox Community Editions MSI file and click the <em>Open</em> button.</li>
<li>Select <em>Advanced</em> from the window that pops up as we want to set some options.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/advanceddeploy.jpg" alt="Advanced Deploy" /><br />
- I generally leave most of the options as default, but occasionally change the name as this is what will be displayed for the user when the software is being installed.</li>
<li>Select the <em>Security</em> tab, give <em>Domain Computers</em> or <em>Domain Users</em> read access depending on the level of installation that you chose and click the <em>OK </em>button.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/deploysecurity.jpg" alt="Deploy Security" /></li>
<li>You should now see the newly created package in the <em>Software installation</em> list.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/package.JPG" alt="Package" /></li>
<li>The software shoud now be installed after a restart of the workstation or next time the users logs on depending on the level of installation that you chose.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2007/12/01/group-policy-enabled-firefox-frontmotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Keyword Searches to Firefox</title>
		<link>http://web2.tigs.com.au/blogs/agit/2007/12/01/add-keyword-searches-to-firefox/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2007/12/01/add-keyword-searches-to-firefox/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 02:37:27 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/2007/12/01/add-keyword-searches-to-firefox/</guid>
		<description><![CDATA[To make searching your favorite websites through Firefox easier and more efficient keyword searches can be added:

Browse to the site that you want to add a keyword search for. For this example I will user YouTube.
Right-click in the sites search box and select &#8220;Add a Keyword for this Search&#8230;&#8221;.

Add a name for the bookmark, the  <a href='http://web2.tigs.com.au/blogs/agit/2007/12/01/add-keyword-searches-to-firefox/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>To make searching your favorite websites through Firefox easier and more efficient keyword searches can be added:</p>
<ol>
<li>Browse to the site that you want to add a keyword search for. For this example I will user <a href="www.youtube.com" title="YouTube" target="_blank">YouTube</a>.</li>
<li>Right-click in the sites search box and select <em>&#8220;Add a Keyword for this Search&#8230;&#8221;</em>.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/addkeywordsmall.jpg" alt="Keyword Search Small" /></li>
<li>Add a name for the bookmark, the keyword you would like to use for the search and where you would like to save the bookmark and click <em>OK</em>.<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/addbookmark.jpg" alt="Add Bookmark" /></li>
<li>To use the keyword search type the keyword followed by what you would like to search for in the Firefox address bar.
<ul>
<li> Example: yt wordpress (will search for wordpress on youtube.com)<br />
<img src="http://web2.tigs.com.au/blogs/agit/files/2007/12/yt-wordpress.jpg" alt="yt wordpress" /></li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2007/12/01/add-keyword-searches-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 2.0.0.11</title>
		<link>http://web2.tigs.com.au/blogs/agit/2007/12/01/firefox-20011/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2007/12/01/firefox-20011/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 01:53:40 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/2007/12/01/firefox-20011/</guid>
		<description><![CDATA[Firefox 2.0.0.10 &#8211; Firefox 2.0.0.11 in just two days&#8230;  (Download)
From mozilla.com (Release Notes):
&#8220;What&#8217;s New in Firefox 2.0.0.11

Release Date:
November 30, 2007
Stability Update:
This release corrects a problem that was found in the previous release, Firefox 2.0.0.10.&#8221;

]]></description>
			<content:encoded><![CDATA[<p>Firefox 2.0.0.10 &#8211; Firefox 2.0.0.11 in just two days&#8230;  (<a href="http://www.mozilla.com/en-US/" title="Download" target="_blank">Download</a>)</p>
<p><em>From mozilla.com (<a href="http://www.mozilla.com/en-US/firefox/2.0.0.11/releasenotes/" title="Release Notes" target="_blank">Release Notes</a>):</em></p>
<h2>&#8220;What&#8217;s New in Firefox 2.0.0.11</h2>
<dl>
<dt>Release Date:</dt>
<dd>November 30, 2007</dd>
<dt>Stability Update:</dt>
<dd>This release corrects a problem that was found in the previous release, Firefox 2.0.0.10.&#8221;</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2007/12/01/firefox-20011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Firefox add-on for all users</title>
		<link>http://web2.tigs.com.au/blogs/agit/2007/11/30/install-firefox-add-on-for-all-users/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2007/11/30/install-firefox-add-on-for-all-users/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 12:48:16 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/2007/11/30/install-firefox-add-on-for-all-users/</guid>
		<description><![CDATA[Firefox add-ons can be installed for all users of a PC:

Download the add-on xpi.
Select Start -&#62; Select Run -&#62; firefox.exe -install-global-extension &#8220;AddonLocation.xpi&#8221;

Example: firefox.exe -install-global-extension c:\addon.xpi



I have created a directory on our file server containing our mostly used add-on&#8217;s and created shortcut&#8217;s to them to install:

 Create a Firefox shortcut and add the following to the  <a href='http://web2.tigs.com.au/blogs/agit/2007/11/30/install-firefox-add-on-for-all-users/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Firefox add-ons can be installed for all users of a PC:</p>
<ul>
<li>Download the add-on xpi.</li>
<li>Select <em>Start</em> -&gt; Select <em>Run</em> -&gt; <em><em>firefox.exe -install-global-extension &#8220;AddonLocation.xpi&#8221;</em></em>
<ul>
<li>Example: <em><em>firefox.exe -install-global-extension c:\addon.xpi</em></em></li>
</ul>
</li>
</ul>
<p>I have created a directory on our file server containing our mostly used add-on&#8217;s and created shortcut&#8217;s to them to install:</p>
<ul>
<li> Create a Firefox shortcut and add the following to the shortcut&#8217;s <em>Target</em> setting (use &#8220;quotation&#8221; marks if file location contains contains spaces):
<ul>
<li> <em><em>-install-global-extension &#8220;AddonLocation.xpi&#8221;</em></em></li>
<li><em>Example: &#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -install-global-extension <em>c:\addon.xpi</em></em></li>
</ul>
</li>
</ul>
<p><u>Note</u>: Only system administrators can uninstall globally installed add-ons.</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2007/11/30/install-firefox-add-on-for-all-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing proxy filtering</title>
		<link>http://web2.tigs.com.au/blogs/agit/2007/11/30/testing-proxy-filtering/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2007/11/30/testing-proxy-filtering/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 11:57:39 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/2007/11/30/testing-proxy-filtering/</guid>
		<description><![CDATA[We are currently evaluating new Internet content filtering software (TTC). During this testing phase we will be constantly testing using test user accounts in different OU&#8217;s.  I did not want to constantly have to keep logging on and off the PC to test different users, as we use NTLM Authentication. To overcome this issue  <a href='http://web2.tigs.com.au/blogs/agit/2007/11/30/testing-proxy-filtering/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>We are currently evaluating new Internet content filtering software (TTC). During this testing phase we will be constantly testing using test user accounts in different OU&#8217;s.  I did not want to constantly have to keep logging on and off the PC to test different users, as we use NTLM Authentication. To overcome this issue I used Firefox and did the following:</p>
<ul>
<li> Create a new Firefox profile using the Profile Manager.
<ul>
<li>Start -&gt; Run -&gt; <em>firefox.exe -ProfileManager</em></li>
<li>Select <em>Create Profile</em>&#8230; -&gt; Select <em>Next</em> -&gt; Input a new profile name -&gt; Select <em>Finish</em>.</li>
</ul>
</li>
</ul>
<ul>
<li>Create a new Firefox shortcut and add the following to the shortcuts <em>Target</em> setting (case sensitive) to force Firefox to use the desired profile:
<ul>
<li><em>-p &#8220;Profile Name&#8221; </em></li>
</ul>
</li>
<li>Open Firefox using the newly created shortcut, browse to <em>about:config</em> and change the <em>network.automatic-ntlm-auth.allow-proxies</em> value to <em>false</em> to turn off NTLM (automatic) authentication.</li>
<li>You will now be asked for proxy authentication each time you start Firefox from the created shortcut.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2007/11/30/testing-proxy-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

