<?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; agreenlees</title>
	<atom:link href="http://web2.tigs.com.au/blogs/agit/author/agreenlees/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.tigs.com.au/blogs/agit</link>
	<description>Total randomness...</description>
	<lastBuildDate>Sun, 15 Aug 2010 11:26:38 +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>Open Apple iWork Pages Files in Windows</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/08/15/open-apple-iwork-pages-files-in-windows/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/08/15/open-apple-iwork-pages-files-in-windows/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 05:18:26 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[File Associations]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[iwork]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=453</guid>
		<description><![CDATA[I was asked the other day by a staff member how he could open an Apple iWorks file for printing on his Windows 7 PC.
This process to do this is quite simple. The steps are as follows:

Change the file extension of the Pages file from .pages to .zip
(You must first show file extensions in windows  <a href='http://web2.tigs.com.au/blogs/agit/2010/08/15/open-apple-iwork-pages-files-in-windows/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I was asked the other day by a staff member how he could open an Apple iWorks file for printing on his Windows 7 PC.<br />
This process to do this is quite simple. The steps are as follows:</p>
<ol>
<li>Change the file extension of the Pages file from<strong> <em>.pages</em></strong> to <em><strong>.zip</strong><br />
(You must first show file extensions in windows explorer)<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/08/PagesRename.png"><img class="alignnone size-full wp-image-455" src="http://web2.tigs.com.au/blogs/agit/files/2010/08/PagesRename.png" alt="" width="331" height="27" /></a><br />
</em></li>
<li>Open the newly renamed <em>zip </em>file and browse to the <em><strong>QuickLook</strong> </em>folder.</li>
<li>The <em><strong>QuickLook </strong></em>folder will contain a PDF file named <strong><em>Preview.pdf</em></strong>. This file is a PDF version of the original Apple iWork Pages document.</li>
</ol>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/08/15/open-apple-iwork-pages-files-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>School Resource Booking System &#8211; MRBS</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/08/10/school-resource-booking-system-mrbs/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/08/10/school-resource-booking-system-mrbs/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 12:49:55 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Freeware Utils]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Open Source / Freeware]]></category>
		<category><![CDATA[booking]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[mrbs]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[period]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[room]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web-based]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=437</guid>
		<description><![CDATA[I was asked by our new Library Director to find an alternative to our now out-of-date and somewhat cumbersome room/resource booking software. The software would need to allow staff to book various rooms, ICT resources, labs and mobile notebook trolleys throughout the school. A quick search came up with a number of positive reviews for  <a href='http://web2.tigs.com.au/blogs/agit/2010/08/10/school-resource-booking-system-mrbs/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I was asked by our new Library Director to find an alternative to our now out-of-date and somewhat cumbersome room/resource booking software. The software would need to allow staff to book various rooms, ICT resources, labs and mobile notebook trolleys throughout the school. A quick search came up with a number of positive reviews for <a title="MRBS Home" href="http://mrbs.sourceforge.net/" target="_blank">MRBS</a> as a school resource booking solution so I decided to try it out.</p>
<p>The prerequisites for MRBS are as follows:</p>
<p>- PHP 4/5<br />
- MySQL or PostgreSQL<br />
- A web server (such as Apache) that supports PHP<br />
- PHP-LDAP Modules (optional for LDAP authentication)</p>
<p>Luckily enough I already had an Ubuntu Linux production server in place with these prerequisites installed so I was ready to go. The install process is as follows:</p>
<ol>
<li>Extract the contents of the <a title="MRBS Files" href="http://sourceforge.net/projects/mrbs/files/" target="_blank">MRBS.tar.gz</a> file to your web servers storage folder (ie: Apache &#8211; <em>htdocs</em>, IIS -<em>inetpub</em>)</li>
<li>Create a <em>mrbs</em> database in MySQL<br />
<em><strong>CREATE  DATABASE  `mrbs` ;</strong></em></li>
<li>Create the database table structure using the supplied <em>tables.my.sql</em> script<br />
(<em>Optional: Add sample data to the database using the supplied sample-data.sql script</em>)</li>
<li>You must enter a timezone into the <em>config.inc.php</em> file before the system will function (ie: <strong><em>$timezone = &#8220;Sydney/Australia;</em></strong>)</li>
</ol>
<p>At this point the system is ready to use. However, I recommend a few extra steps for ease of use in a school environment:</p>
<p><span style="text-decoration: underline;">Enable period view and define school periods:</span></p>
<p>The default view for MRBS is time slots. Generally schools work to periods not time slots so a period view has been included in MRBS.<br />
To enable the period view:</p>
<ol>
<li>Include the following line of code in your <em>config.inc.php</em> file:<br />
<strong><em>$enable_periods = TRUE;</em></strong></li>
<li>Define the periods in the <em>config.inc.php</em> file. Example:</li>
<li><em><strong>$periods[] = &#8220;Before School&#8221;;<br />
$periods[] = &#8220;Mentor&#8221;;<br />
$periods[] = &#8220;Period 1&#8243;;<br />
$periods[] = &#8220;Period 2&#8243;;<br />
$periods[] = &#8220;Recess&#8221;;</strong></em></p>
<p>And so on&#8230;</li>
</ol>
<p><span style="text-decoration: underline;">Activate LDAP authentication:</span></p>
<p>We endeavor to provide a single-sign-on environment for our staff and students which means that LDAP authentication is a must have for any system that we implement into our network. This process was by far the hardest part of the MRBS install and took my colleague and I sometime to complete mainly due to the PHP-LDAP modules.<br />
To enable LDAP authentication:</p>
<ol>
<li>Install PHP-LDAP modules<br />
<em>I am not going to go into installing these modules in this post but am happy to lend a hand if you need help getting these working.</em></li>
<li>Define LDAP authentication commands in the <em>config.inc.php </em>file. Example:<br />
<strong><em>$auth['only_admin_can_book_repeat'] = TRUE;</em></strong><strong><em>$auth["type"] = &#8220;ldap&#8221;;</em></strong></p>
<p><strong><em>$ldap_host = &#8220;yourdomain.com.au&#8221;;<br />
$ldap_port = 389;<br />
$ldap_v3 = true;<br />
$ldap_tls = false;<br />
$ldap_base_dn = &#8220;ou=Users,dc=yourdomain,dc=com,dc=au&#8221;;<br />
$ldap_user_attrib = &#8220;sAMAccountName&#8221;;<br />
$ldap_dn_search_dn = &#8220;cn=Admin,ou=Users,dc=yourdomain,dc=com,dc=au&#8221;;<br />
$ldap_dn_search_attrib = &#8220;sAMAccountName&#8221;;<br />
$ldap_dn_search_password = &#8220;Admin_Password&#8221;;</em></strong></li>
<li>Define admin users from LDAP in the <em>config.inc.php</em> file<br />
<strong><em>$auth["admin"] = &#8220;Admin&#8221;;</em></strong></li>
</ol>
<p>Being open source the opportunities to endless for you to critique this system to your individual needs. We have edited various files within the system to do the following:</p>
<ul>
<li>Only allow admins to create repeat bookings</li>
<li>Change field labels by editing the language file (<em>lang.en</em>)</li>
<li>Apply the users<em> username</em> to the end of the displayed booking so staff can easily see who has made the booking</li>
<li>Add an &#8220;Override Creator&#8221; field for admins only so that they can make a booking on a staff members behalf</li>
<li>Edit the <em>Help</em> page to be more school specific help</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/08/10/school-resource-booking-system-mrbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick App Review: The Mask (IPv4 Calculator)</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/08/10/quick-app-review-the-mask-ipv4-calculator/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/08/10/quick-app-review-the-mask-ipv4-calculator/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:34:32 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[iPod / iPhone]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[CIDR]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[subnetting]]></category>
		<category><![CDATA[The Mask]]></category>
		<category><![CDATA[VLSM]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=420</guid>
		<description><![CDATA[If you are like me and are currently studying a course that requires you to do a lot of subnetting then The Mask (IPv4 Calculator) is a excellent app to allow you to check your subnetting results or just quickly do the subnetting for you once you are proficient. At $12.99 AUD the app seems  <a href='http://web2.tigs.com.au/blogs/agit/2010/08/10/quick-app-review-the-mask-ipv4-calculator/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>If you are like me and are currently studying a course that requires you to do a lot of subnetting then <a title="The Mask" href="http://itunes.apple.com/au/app/the-mask-ipv4-calculator-the/id329508400?mt=8" target="_blank">The Mask (IPv4 Calculator)</a> is a excellent app to allow you to check your subnetting results or just quickly do the subnetting for you once you are proficient. At $12.99 AUD the app seems a little pricey but is the only iPhone app that I have found with the range of features in one app and that will calculate VLSM subnetting.</p>
<p>The app includes the following features:</p>
<ul>
<li>Basic IPv4 Subnet Calculator<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0308.png"><img class="alignnone size-full wp-image-421" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0308.png" alt="" width="192" height="288" /></a></li>
<li>VLSM Subnet Calculator<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0309.png"><img class="alignnone size-full wp-image-422" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0309.png" alt="" width="192" height="288" /></a> <a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0310.png"><img class="alignnone size-full wp-image-423" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0310.png" alt="" width="192" height="288" /></a></li>
<li>SuperNet Finder<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0311.png"><img class="alignnone size-full wp-image-424" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0311.png" alt="" width="192" height="288" /></a></li>
<li>CIDR / Dotted Mask Converter<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0312.png"><img class="alignnone size-full wp-image-425" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0312.png" alt="" width="192" height="288" /></a> <a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0313.png"><img class="alignnone size-full wp-image-426" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0313.png" alt="" width="192" height="288" /></a></li>
<li>Binary / Hex / Decimal Converter<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0314.png"><img class="alignnone size-full wp-image-427" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0314.png" alt="" width="192" height="288" /></a> <a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0315.png"><img class="alignnone size-full wp-image-428" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0315.png" alt="" width="192" height="288" /></a> <a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0316.png"><img class="alignnone size-full wp-image-429" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/IMG_0316.png" alt="" width="192" height="288" /></a></li>
</ul>
<p>There are free subnet calculator apps out there but not with the range of features that The Mask is offering. I highly recommend this app!</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/08/10/quick-app-review-the-mask-ipv4-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAR Part Files (containing video file)</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/06/28/rar-part-files-containing-video-file/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/06/28/rar-part-files-containing-video-file/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:29:58 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[File Associations]]></category>
		<category><![CDATA[Freeware Utils]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[dziobas]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[part]]></category>
		<category><![CDATA[part1]]></category>
		<category><![CDATA[part2]]></category>
		<category><![CDATA[part3]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[unrar]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=376</guid>
		<description><![CDATA[File Type: .rar (containing video file)
Software: Dziobas RAR Player
License: Free
I thought that I would start the new file association section with playing compressed RAR files that contain video files. I recently downloaded a video file from a source that had compressed and split the video file into a number of RAR part files. I wanted  <a href='http://web2.tigs.com.au/blogs/agit/2010/06/28/rar-part-files-containing-video-file/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><strong>File Type:</strong> .rar <em>(containing video file)</em><br />
<strong>Software</strong>: <a title="Dziobas RAR Player" href="http://ds6.ovh.org/drp.html" target="_blank">Dziobas RAR Player</a><br />
<strong>License</strong>: Free</p>
<p>I thought that I would start the new file association section with playing compressed RAR files that contain video files. I recently downloaded a video file from a source that had compressed and split the video file into a number of RAR part files. I wanted to make sure that the file was in fact the video that I was after without having to download all the RAR parts to be able to do so. I came across Dziobas RAR Player that allowed me to do just that and the following is how this is achieved:</p>
<ol>
<li>Download and install <a title="Dziobas RAR Player" href="http://ds6.ovh.org/drp.html" target="_blank">Dziobas RAR  Player</a></li>
<li>Open Dziobas RAR Player and from the <em><strong>File</strong></em> menu, select <em><strong>Streaming from unrar&#8230; (no rewind)<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/Streaming-from-unrar.png"><img class="alignnone size-full wp-image-380" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/Streaming-from-unrar.png" alt="" width="211" height="152" /></a></strong></em></li>
<li>Select the RAR file containing the video file and click <em><strong>Open</strong><br />
<span style="text-decoration: underline">Note</span>: You can select any number part file (ie: video.part3.rar) as long as you have the parts proceeding this file in the same folder. You must also make sure that you have part1 before you will be able to play any of the file.</em></p>
<p><em> </em></li>
<li>The software will now ask you for the RAR files password. If the file is not password protected simply click <em><strong>OK</strong></em>. if the file is password protected, enter the password then press <strong><em>OK</em></strong>.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/Pass.png"><img class="alignnone size-full wp-image-381" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/Pass.png" alt="" width="251" height="86" /></a></li>
<li>A command prompt window will now be displayed letting you know what the player is doing. Do not close this window as the process of attempting to decompress and play the video file will stop if you are to do so. If successful, the video should start playing in a new window.<br />
<span style="text-decoration: underline"><em>Note</em></span><em>: If you are using Windows Vista and 7 your colour scheme will be changed to basic whilst the video is playing. Once the video has completed or is closed, your colour scheme settings will return to normal.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/06/Basic-Colour-Scheme.png"><img class="alignnone size-full wp-image-382" src="http://web2.tigs.com.au/blogs/agit/files/2010/06/Basic-Colour-Scheme.png" alt="" width="366" height="73" /></a></em></li>
</ol>
<p>I have found that some video files allow you to fast forward using the mouse scroll wheel or keyboard arrow keys. From my limited use of the software, I have achieved this with RAR files containing MPG files but majority of AVI files do not allow for fast forwarding.</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/06/28/rar-part-files-containing-video-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Associations</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/06/28/file-associations/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/06/28/file-associations/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:19:35 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[File Associations]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Associations]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=412</guid>
		<description><![CDATA[I have decided that I might have a crack at a new section in regards to file associations and what programs I use to open and/or edit different file types. This section will take some time to grow so stick with me and please feel free to offer suggestions or ask questions. I intend to  <a href='http://web2.tigs.com.au/blogs/agit/2010/06/28/file-associations/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I have decided that I might have a crack at a new section in regards to file associations and what programs I use to open and/or edit different file types. This section will take some time to grow so stick with me and please feel free to offer suggestions or ask questions. I intend to try keep the list to open source or free software but may mention commercial alternatives if an open source or free application is not available or adequate.</p>
<p>I am primarily a Windows user but support both OS X and Linux workstations and servers. This being the case, majority of my posts will be Windows related but from time to time I will attempt to throw in the odd OS X or Linux application.</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/06/28/file-associations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Continually Asking for Authentication to Exchange 2007</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/03/02/outlook-2007-continually-asking-for-authentication-to-exchange-2007/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/03/02/outlook-2007-continually-asking-for-authentication-to-exchange-2007/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:49:08 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[attendant]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=369</guid>
		<description><![CDATA[I ran into an issue the other day after upgrading some hardware components of our Exchange 2007 server. I was running through the usual connectivity tests after restarting the server and found that Outlook was prompting for authentication before syncing my mail with the server.

Searching through the logs pointed me in the direction of the  <a href='http://web2.tigs.com.au/blogs/agit/2010/03/02/outlook-2007-continually-asking-for-authentication-to-exchange-2007/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I ran into an issue the other day after upgrading some hardware components of our Exchange 2007 server. I was running through the usual connectivity tests after restarting the server and found that Outlook was prompting for authentication before syncing my mail with the server.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/03/ConnectTo.png"><img class="alignnone size-full wp-image-370" title="ConnectTo" src="http://web2.tigs.com.au/blogs/agit/files/2010/03/ConnectTo.png" alt="ConnectTo" width="235" height="196" /></a></p>
<p>Searching through the logs pointed me in the direction of the Exchange services and sure enough one of the services had not started automatically as it should have. The service in question was the <strong><em>Microsoft Exchange System Attendant</em></strong>. Starting this service resolved the issue straight away. I have since restarted the server and the service continues to not start automatically. One to watch&#8230;</p>
<ul>
<li><strong>Start </strong>-&gt; <strong>Administrative Tools </strong>-&gt; <strong>Services</strong></li>
<li>Right-Click <strong>Microsoft Exchange System Attendant</strong> service</li>
<li>Select <strong>Start </strong>from displayed context menu</li>
</ul>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/03/ExchnageServices.png"><img class="alignnone size-full wp-image-371" title="ExchnageServices" src="http://web2.tigs.com.au/blogs/agit/files/2010/03/ExchnageServices.png" alt="ExchnageServices" width="444" height="274" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/03/02/outlook-2007-continually-asking-for-authentication-to-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to a SAMBA Share from Windows XP</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/02/08/conneting-to-a-samba-share-from-windows-xp/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/02/08/conneting-to-a-samba-share-from-windows-xp/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:11:21 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[remember]]></category>
		<category><![CDATA[requiresignorseal]]></category>
		<category><![CDATA[SAMBA]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=364</guid>
		<description><![CDATA[I was working on a project that required the use of a mapped drive to a SAMBA share. This all went off without a hitch on my test PC running Windows 7 and I was about to tick the job off my list. But&#8230; when I attempted to replicate this on the staff members PC  <a href='http://web2.tigs.com.au/blogs/agit/2010/02/08/conneting-to-a-samba-share-from-windows-xp/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I was working on a project that required the use of a mapped drive to a SAMBA share. This all went off without a hitch on my test PC running Windows 7 and I was about to tick the job off my list. But&#8230; when I attempted to replicate this on the staff members PC running Windows XP I ran into an issues with authenticating to the SAMBA share. I have read numerous pages and forums that provided many different ways around the issue. Below is what worked for me and allowed me to have the mapped drive reconnect at login without continuing to prompt the user for authentication:</p>
<ol>
<li>Edit the <em>requiresignorseal </em>registry setting:
<ul>
<li><em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters</em></li>
<li><em>requiresignorseal </em>- Change hex value from 1 to 0</li>
<li>RESTART PC</li>
</ul>
</li>
<li>Map a drive to the SAMBA share and select &#8220;<em>Reconnect at login</em>&#8220;. Usually at this stage you would use the &#8220;<em>Connect using a different user name</em>&#8221; option. However, do not use this option as it will not allow you to save your credentials.<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/MapDrive.png"><img class="alignnone size-full wp-image-367" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/MapDrive.png" alt="MapDrive" width="262" height="192" /></a></li>
<li>Click Finish and you will be prompted for your credentials. Input your user name and password (SAMBA sever credentials) and select &#8220;<em>Remember my details</em>&#8220;.</li>
</ol>
<p>As I mentioned there are numerous solutions out there to resolve this issue. This is just what worked for me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/02/08/conneting-to-a-samba-share-from-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick App Review: TouchMouse</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/02/02/quick-app-review-touchmouse/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/02/02/quick-app-review-touchmouse/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:35:06 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[OS X (Mac)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[iPod / iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[TouchMoise]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=331</guid>
		<description><![CDATA[There are a number excellent computer control iPhone/iPod Touch apps out there that come in various forms and have a multitude of amazing features. But&#8230; these apps all come at a price. For the user who simply wants to control their mouse and keyboard from there iPhone/iPod Touch for FREE, there is TouchMouse.

TouchMouse from Logitech  <a href='http://web2.tigs.com.au/blogs/agit/2010/02/02/quick-app-review-touchmouse/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>There are a number excellent computer control iPhone/iPod Touch apps out there that come in various forms and have a multitude of amazing features. But&#8230; these apps all come at a price. For the user who simply wants to control their mouse and keyboard from there iPhone/iPod Touch for FREE, there is TouchMouse.</p>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_DADDD774-F24E-408C-9513-969EC3AD84A3.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_DADDD774-F24E-408C-9513-969EC3AD84A3.jpeg" alt="" width="120" height="180" /></a></p>
<p>TouchMouse from Logitech allows you to control your computers mouse and keyboard in three easy steps:</p>
<p>1. Download and install the Logitech TouchMouse Server computer application (<a href="http://www.logitech.com/touchmouse">www.logitech.com/touchmouse</a>)<br />
<em>- The server app is available for Windows XP/Vista/7 and OS X</em></p>
<p>2. Download the <a title="TouchMouse App" href="//itunes.apple.com/us/app/touch-mouse/id338237450?mt=8" target="_blank">TouchMouse</a> iPhone/iPod Touch app from the App Store.</p>
<p>3. Open TouchMouse on your iPhone or iPod Touch. The app will find any available computers on the same network that have the TouchMouse Server application installed.</p>
<p><strong>Connect and enjoy!</strong></p>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_D5F4F5CA-E375-4037-809B-AAF6E781683F.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_D5F4F5CA-E375-4037-809B-AAF6E781683F.jpeg" alt="" width="120" height="180" /></a><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_ABF0B0B7-6D4C-4096-BEA0-E2B933C0387F.jpeg"> <img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_ABF0B0B7-6D4C-4096-BEA0-E2B933C0387F.jpeg" alt="" width="120" height="180" /></a><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_50F38276-FD80-4F21-8E7D-98BF0542DDFC.jpeg"> <img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_50F38276-FD80-4F21-8E7D-98BF0542DDFC.jpeg" alt="" width="120" height="180" /></a></p>
<p>The app has many options including; two finger scrolling, tracking and scrolling speeds and a nice settings for prohibiting your device to go into sleep mode.</p>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_82EA35CE-B473-4FFF-951D-3801FDDB3F38.jpeg"> <img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_82EA35CE-B473-4FFF-951D-3801FDDB3F38.jpeg" alt="" width="120" height="180" /></a><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_751E4B90-E88A-4209-95F4-FF62CF3F1414.jpeg"> <img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/02/p_480_320_751E4B90-E88A-4209-95F4-FF62CF3F1414.jpeg" alt="" width="120" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/02/02/quick-app-review-touchmouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Quick App Review: WordPress 2</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/01/20/quick-app-review-wordpress-2/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/01/20/quick-app-review-wordpress-2/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 12:29:09 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=313</guid>
		<description><![CDATA[Considering that this is a WordPress blog, I thought that I would do my first iPhone app review on the WordPress app (recently released WordPress 2). I am writing this post from the application on my iPhone and I intend to keep them short as the title suggests. (Inline images added through WordPress Admin)

The app  <a href='http://web2.tigs.com.au/blogs/agit/2010/01/20/quick-app-review-wordpress-2/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Considering that this is a WordPress blog, I thought that I would do my first iPhone app review on the WordPress app (recently released WordPress 2). I am writing this post from the application on my iPhone and I intend to keep them short as the title suggests. (Inline images added through WordPress Admin)<br />
<a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_F82C72A1-FD74-4C09-B039-1881281C568F.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_F82C72A1-FD74-4C09-B039-1881281C568F.jpeg" alt="" width="120" height="180" /></a></p>
<p>The app is quite simple and well set out for ease of navigation. The setup is as simple as inputting your blogs web address, username and password. The app contains three sections; Comments, Posts and Pages.</p>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_0D6383C6-EB28-4348-9A20-084E2D196D24.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_0D6383C6-EB28-4348-9A20-084E2D196D24.jpeg" alt="" width="120" height="180" /></a><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_8C18A35C-B3F7-40F7-BBB3-263B00006784.jpeg"> <img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_8C18A35C-B3F7-40F7-BBB3-263B00006784.jpeg" alt="" width="120" height="180" /></a> <a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_F77E127C-DFAD-47C8-8B25-834DEE6BB540.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_F77E127C-DFAD-47C8-8B25-834DEE6BB540.jpeg" alt="" width="120" height="180" /></a> <a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_B21808CF-63E9-4432-83A8-637CD139593F.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_B21808CF-63E9-4432-83A8-637CD139593F.jpeg" alt="" width="120" height="180" /></a></p>
<p>The comments section allows you to approve, unapprove or edit user comments. The posts and pages sections allow you to review, add or delete posts or pages and their content.</p>
<p>Overall the app works well and is extremely easy to use. I can see this app being quite handy for posting on the run or when you just don&#8217;t want to sit in front of your computer. A couple of things that I can think of to improve the app would be; the ability to add a hyperlink to a post or page and the ability to add inline images into posts or pages.</p>
<p>The app did crash on me once while I was adding a category but reopening the app recovered my unsaved post as per the pic below&#8230;</p>
<p><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_B094F7F6-BC44-402B-B9F2-77A9BCEB792B.jpeg"><img class="alignnone size-full wp-image-364" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/p_480_320_B094F7F6-BC44-402B-B9F2-77A9BCEB792B.jpeg" alt="" width="120" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/01/20/quick-app-review-wordpress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
