<?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; Internet</title>
	<atom:link href="http://web2.tigs.com.au/blogs/agit/category/internet/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>Google-Moodle Integration Config.</title>
		<link>http://web2.tigs.com.au/blogs/agit/2009/12/03/google-moodle-integration-config/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2009/12/03/google-moodle-integration-config/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 12:11:03 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Open Source / Freeware]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=298</guid>
		<description><![CDATA[As promised the configuration of the Moodle-Google Integration plugin:

Download Google-Moodle Integration plugin
Unzip the files and upload them to your Moodle installation
Login to your Moodle site and click Notifications to update the newly installed blocks
From the Users menu, select Authentication then Google Authentication
Enter your Google domain name
On your Moodle server create the private and public keys:
Private  <a href='http://web2.tigs.com.au/blogs/agit/2009/12/03/google-moodle-integration-config/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>As promised the configuration of the Moodle-Google Integration plugin:</p>
<ol>
<li>Download <a title="Google-Moodle" href="http://moodle-google.googlecode.com/files/google.zip" target="_blank">Google-Moodle Integration</a> plugin</li>
<li>Unzip the files and upload them to your Moodle installation</li>
<li>Login to your Moodle site and click Notifications to update the newly installed blocks</li>
<li>From the Users menu, select Authentication then Google Authentication</li>
<li>Enter your Google domain name</li>
<li>On your Moodle server create the private and public keys:
<p><span style="text-decoration: underline">Private Key (stored in Moodle only)</span><br />
Command: <em>openssl genrsa -out rsaprivkey.pem 1024</em></p>
<p>(Visit <a title="Google Key Gen." href="http://code.google.com/apis/apps/articles/sso-keygen.html" target="_blank">Google Documentation</a> for Key Generation Help)</p>
<p><span style="text-decoration: underline">Public Key (stored in Moodle and Google)</span><br />
Command: <em>openssl req -new -x509 -key rsaprivkey.pem -out rsacert.pem</em></p>
<p>(Visit <a title="Key Gen." href="http://code.google.com/apis/apps/articles/sso-keygen.html" target="_blank">Google Documentation</a> for Key Generation Help)</li>
<li>Upload the created RSA Key File (rsaprivkey.pem) to Moodle (Users -&gt; Authentication -&gt; Google Authentication)<br />
Upload the created SSL Signing Certificate (rsacert.pem) to Moodle (Users -&gt; Authentication -&gt; Google Authentication)</li>
<li>Login to your Google Apps Admin Control Panel (http://google.com/a/<em>yourdomain</em>) in a new window</li>
<li>Browse to Advanced Tools &#8211; &gt; Authentication -&gt; Setup Single Sign-on (SSO)</li>
<li>Check the Enable Single Sign-on box</li>
<li>Copy and paste the Sign-in, Sign-out and Change Password page URL&#8217;s from the Setup Instructions box located on the Google Authentication setup page in Moodle</li>
<li>Upload the Verification Certificate (rsacert.pem created in step 6) and Save the changes in Google Apps</li>
<li>In your Google Apps Control Panel, browse to Users and Groups -&gt; Settings and check the Enable Provisioning API box<br />
Save the Changes<br />
<em>(This allows users to be updated)</em></li>
<li>Browse to Advanced Tools -&gt; Manage OAuth Domain Key</li>
<li>Upload the created certificate (rpacert.pem from step 6)</li>
<li>Copy the OAuth Consumer Secret</li>
<li>In Moodle, enable all Google Blocks and add them to the Front Page of your Moodle<br />
<em>(I had issues with a couple of the blocks and therefore only enabled the GMail Block. See how you go but if you have issues disabling the other plugins would be the first port of call)</em></li>
<li>Browse to Modules -&gt; Blocks -&gt; GMail Blocks and paste the Google OAuth Consumer Secret into the supplied field<br />
Save the Changes</li>
<li>Select the Google User Sync block from Modules -&gt; Blocks and fill in your Google Admin info.<br />
Save the Changes</li>
<li>Test the config&#8230;</li>
</ol>
<p>Our current configuration allows our staff and students to login to Moodle using their Active Directory credentials (via the Moodle LDAP authentication plugin) and link straight to their GMail account. This has allowed us to continue to provide a complete Single Sign-on (SSO) environment for our users.</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2009/12/03/google-moodle-integration-config/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moodle-Google Intergration</title>
		<link>http://web2.tigs.com.au/blogs/agit/2009/12/02/moodle-google-intergration/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2009/12/02/moodle-google-intergration/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 12:09:11 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Open Source / Freeware]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SAML]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=285</guid>
		<description><![CDATA[The school I work at currently uses Moodle as our chosen LMS for students. Moodle is linked with our School Management system to sync courses, assignments and course enrollments among other things. This greatly assists in minimising administration work, but more on this at another time&#8230;
Our school also uses Google Apps Education Edition to provide  <a href='http://web2.tigs.com.au/blogs/agit/2009/12/02/moodle-google-intergration/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The school I work at currently uses <a title="Moodle.org" href="http://moodle.org" target="_blank">Moodle</a> as our chosen LMS for students. Moodle is linked with our School Management system to sync courses, assignments and course enrollments among other things. This greatly assists in minimising administration work, but more on this at another time&#8230;</p>
<p>Our school also uses Google Apps Education Edition to provide our students with Email accounts and usage of the other Google Apps services. Google provides a great LDAP sync tool that can easily sync users and groups memberships but lacks a way to sync users passwords (not secure). For this to be possible a Single Sign On (SSO) system must come into the equation. These systems can cost thousands of dollars (depending on user numbers) from 3rd party developers or require a large amount of IT admin time and server resources to perfect a solid solution. I searched long and hard for a suitable tool for this job and tried a number of solutions but none worked well enough for my liking.</p>
<p>At the same time that I was searching for solutions for this issue I was also browsing around for some useful Moodle plugins. This is where I came across the <a title="Moodle-Google" href="http://moodle-google.googlecode.com/files/google.zip" target="_blank">Moodle-Google Intergration</a> plugin that would solve all my issues. The plugin provides a SAML based authentication method to allow users to use their LDAP credentials (LDAP must be configured in Moodle) to log into their Google Apps account. This plugin talks with the SSO feature built into Google Apps via SAML 2.0 post and the use of the generated keys and certificates for security. Users then login to Moodle and from there can access their Google Apps account.</p>
<p>More to come on the configuration of this plugin. Stay tuned&#8230;</p>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2009/12/Narradan1.jpg"><img class="alignnone size-thumbnail wp-image-294" title="Narradan" src="http://web2.tigs.com.au/blogs/agit/files/2009/12/Narradan1-150x150.jpg" alt="Narradan" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2009/12/02/moodle-google-intergration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Videos to FLV Using Any Video Converter (FREE)</title>
		<link>http://web2.tigs.com.au/blogs/agit/2008/11/13/converting-videos-to-flv-using-any-video-converter/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2008/11/13/converting-videos-to-flv-using-any-video-converter/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:45:36 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Audio/Visual]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Video/Image]]></category>
		<category><![CDATA[Any Video Converter]]></category>
		<category><![CDATA[covert]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[extention]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=171</guid>
		<description><![CDATA[I have been looking around for a free FLV video converter (video to FLV) for a while now. I have found a few different ones, but none have been as easy to use as Any Video Converter (AVC). Simplicity is a must as I will more than likely be guiding users with varying levels of  <a href='http://web2.tigs.com.au/blogs/agit/2008/11/13/converting-videos-to-flv-using-any-video-converter/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I have been looking around for a free FLV video converter (video to FLV) for a while now. I have found a few different ones, but none have been as easy to use as <a title="ACV" href="http://www.any-video-converter.com/products/for_video_free/" target="_blank">Any Video Converter (AVC)</a>. Simplicity is a must as I will more than likely be guiding users with varying levels of IT knowledge to use this application.</p>
<p>The application can convert a video in three easy steps (using default settings)&#8230;</p>
<ol>
<li>Add the video file/s</li>
<li>Select the video conversion profile</li>
<li>Encode the video/s</li>
</ol>
<p>The following is a detailed guide to the above steps:</p>
<p><span style="text-decoration: underline"><strong>1.</strong> </span><span style="text-decoration: underline">Add the video file/s:</span></p>
<ul>
<li>Press the <strong>ADD VIDEO</strong> button.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2008/11/addvideobutton.jpg"><img class="alignnone size-medium wp-image-172" src="http://web2.tigs.com.au/blogs/agit/files/2008/11/addvideobutton.jpg" alt="" width="118" height="36" /></a></li>
<li>Browse to the location of the video/s that you wish to be converted.</li>
<li>Select the video/s and press the <strong>Open</strong> button.</li>
</ul>
<p><span style="text-decoration: underline"><strong>2.</strong> </span><span style="text-decoration: underline">Select the video conversion profile:</span></p>
<ul>
<li>Select <strong>Flash Video Movie (*.flv) </strong>from the <strong>Profile:</strong> drop-down menu.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2008/11/profile.jpg"><img class="alignnone size-medium wp-image-174" src="http://web2.tigs.com.au/blogs/agit/files/2008/11/profile-300x221.jpg" alt="" width="300" height="221" /></a></li>
</ul>
<p><span style="text-decoration: underline"><strong>3.</strong> </span><span style="text-decoration: underline">Encode th</span><span style="text-decoration: underline">e video/s:</span></p>
<ul>
<li>Press the <strong>ENCODE</strong> button and wait for the process to complete.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2008/11/encodebutton.jpg"><img class="alignnone size-medium wp-image-175" src="http://web2.tigs.com.au/blogs/agit/files/2008/11/encodebutton.jpg" alt="" width="106" height="35" /></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2008/11/13/converting-videos-to-flv-using-any-video-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodle explained using Lego</title>
		<link>http://web2.tigs.com.au/blogs/agit/2008/11/05/moodle-explained-using-lego/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2008/11/05/moodle-explained-using-lego/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:52:34 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[elearning]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[online learning]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=133</guid>
		<description><![CDATA[[kml_flashembed movie="http://au.youtube.com/v/_XPZl6LLvik" width="425" height="350" wmode="transparent" /]
More Moodle Videos here&#8230;
]]></description>
			<content:encoded><![CDATA[<p><code>[kml_flashembed movie="http://au.youtube.com/v/_XPZl6LLvik" width="425" height="350" wmode="transparent" /]</code></p>
<p>More Moodle Videos <a title="Moddle Vids" href="http://human.edublogs.org/moodle-tutorials-2-minute-moodles/" target="_blank">here&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2008/11/05/moodle-explained-using-lego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress MU &amp; SMF Intergration</title>
		<link>http://web2.tigs.com.au/blogs/agit/2008/10/29/wordpress-mu-smf-intergration/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2008/10/29/wordpress-mu-smf-intergration/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 10:10:21 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[Simple Machine Forum]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[web2]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=98</guid>
		<description><![CDATA[Recently I was asked to create a forum for our teachers to use to communicate with their students. As a few ofd our teachers are currently using WordPress to post their blogs we decided to find a web2 forum system that would integrate well with WordPress. I have previously used and like Simple Machine Forum  <a href='http://web2.tigs.com.au/blogs/agit/2008/10/29/wordpress-mu-smf-intergration/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked to create a forum for our teachers to use to communicate with their students. As a few ofd our teachers are currently using WordPress to post their blogs we decided to find a web2 forum system that would integrate well with WordPress. I have previously used and like Simple Machine Forum (SMF), so I decided to see if WordPress and SMF would play nicely together.</p>
<p>My first result was the <a title="WP &amp; SMF" href="http://wordpress.org/extend/plugins/wp-smf-a-simplemachines-bridge/" target="_blank">WP &amp; SMF</a> plug-in for WordPress. This plug-in once installed, allows you to create users in WordPress and have them automatically populated into your SMF user database. The plug-in also comes with three functions to allow you to show the following information inside WordPress:</p>
<p>1. The last SMF forum posts,<br />
2. The last SMF forum topics,<br />
3. The last SMF forum members,<br />
4. SMF forum statistics; otal Members, Total Posts, Total Topics, Total Categories, Total Board, etc.</p>
<p>The WP &amp; SMF plugin was relatively easy, although I did run into one error which was easily resolved. I will post the installation procedure and the resolution to the issue I encountered soon&#8230;</p>
<p>WordPress MU: <a title="WordPress MU" href="http://mu.wordpress.org/" target="_blank">http://mu.wordpress.org</a><br />
SMF: <a title="Simple Machine Forum" href="http://www.simplemachines.org/" target="_blank">http://www.simplemachines.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2008/10/29/wordpress-mu-smf-intergration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClickView Player @ Home &#8211; Woohoo!!</title>
		<link>http://web2.tigs.com.au/blogs/agit/2008/06/18/clickview-player-home-woohoo/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2008/06/18/clickview-player-home-woohoo/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 12:38:06 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ClickView]]></category>
		<category><![CDATA[Remote Access]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=83</guid>
		<description><![CDATA[ClickView &#8211; Check it out!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clickview.com.au" target="_blank">ClickView</a> &#8211; Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2008/06/18/clickview-player-home-woohoo/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>
	</channel>
</rss>

