<?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"
	>

<channel>
	<title>Arkytek Ltd :: Blog &#187; Tips &amp; Tricks</title>
	<atom:link href="http://blog.arkytek.co.uk/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arkytek.co.uk</link>
	<description>Company news, industry news, Tips &#38; Tricks</description>
	<pubDate>Thu, 20 Nov 2008 07:01:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>Install Exchange (non-CA) certificate on older Nokia devices (e.g. N95, E61i)</title>
		<link>http://blog.arkytek.co.uk/2008/11/05/install-exchange-non-ca-certificate-on-older-nokia-devices-eg-n95-e61i/</link>
		<comments>http://blog.arkytek.co.uk/2008/11/05/install-exchange-non-ca-certificate-on-older-nokia-devices-eg-n95-e61i/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:14:18 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[Exchange]]></category>

		<category><![CDATA[Exchange 2003]]></category>

		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[Nokia]]></category>

		<category><![CDATA[Outlook]]></category>

		<category><![CDATA[Outlook 2007]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/?p=23908</guid>
		<description><![CDATA[<p>To install a self-signed, Exchange, AD CA created certificate on older Nokia devices (for example the N95 or the E61i):</p>
<ol>
<li>Download your certificate onto a machine with OpenSSL (<a rel="nofollow" href="http://www.openssl.org/" target="_blank"><span style="color: #777777;">http://www.openssl.org/</span></a>) installed</li>
<li>Using OpenSSL convert the certificate (probably a .cer or .cert file) to a .pem certificate, using the command:
<p>openssl x509 -inform der -in MYCERT.cer -out MYCERT.pem</li>
<li>Convert the .pem certificate to a .der certificate using the command:
<p>openssl x509 -outform der -in MYCERT.pem -out MYCERT.der</li>
<li>Copy the .der certificate to a new directory on a webserver</li>
<li>Set the new directory MIME type to <a href="http://www.arkytek.com/development" target="_blank">application</a>/x-x509-ca-cert for .der extension</li>
<li>Using your Nokia device, browse to the file using the built in web browser, the certificate should install automatically</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<p>To install a self-signed, Exchange, AD CA created certificate on older Nokia devices (for example the N95 or the E61i):</p>
<ol>
<li>Download your certificate onto a machine with OpenSSL (<a rel="nofollow" href="http://www.openssl.org/" target="_blank"><span style="color: #777777;">http://www.openssl.org/</span></a>) installed</li>
<li>Using OpenSSL convert the certificate (probably a .cer or .cert file) to a .pem certificate, using the command:
<p>openssl x509 -inform der -in MYCERT.cer -out MYCERT.pem</li>
<li>Convert the .pem certificate to a .der certificate using the command:
<p>openssl x509 -outform der -in MYCERT.pem -out MYCERT.der</li>
<li>Copy the .der certificate to a new directory on a webserver</li>
<li>Set the new directory MIME type to <a href="http://www.arkytek.com/development" target="_blank">application</a>/x-x509-ca-cert for .der extension</li>
<li>Using your Nokia device, browse to the file using the built in web browser, the certificate should install automatically</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/11/05/install-exchange-non-ca-certificate-on-older-nokia-devices-eg-n95-e61i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Outlook 2007 keeps asking for a password when connecting to Exchange 2007 (RPC over HTTP - Outlook Anywhere)</title>
		<link>http://blog.arkytek.co.uk/2008/11/03/outlook-2007-keeps-asking-for-a-password-when-connecting-to-exchange-2007-rpc-over-http-outlook-anywhere/</link>
		<comments>http://blog.arkytek.co.uk/2008/11/03/outlook-2007-keeps-asking-for-a-password-when-connecting-to-exchange-2007-rpc-over-http-outlook-anywhere/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:37:19 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[Outlook 2007]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/?p=23770</guid>
		<description><![CDATA[<p>Being Microsoft - there doesn&#8217;t seem to be a single way to resolve this, but for me in various different installations one of the below, or a combination, solved the problem:</p>
<ol>
<li>Make sure Basic Auth and <a href="http://www.arkytek.com/support" target="_blank">Windows</a> Auth was enabled under <a href="http://www.arkytek.com/hosting" target="_blank">IIS</a> for the follow Virtual Directories.<br />
Autodiscover, EWS, OAB, RPC, RpcWithCert</li>
<li>Using Exchange Management Console, make sure that the Outlook Anywhere is set to NTLM</li>
<li>Make sure that under your Connection tab (Outlook) you have a matching auth type to the one specified on the server for outlook anywhere (NTLM as Point 2)</li>
<li>Try the following Registry changes on clients machines. Microsoft explained that this should fix the NTLM missmatch. <a rel="nofollow" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;820281" target="_blank"><span style="color: #777777;">http://support.microsoft.com/default.aspx?scid=kb;en-us;820281</span></a> (although this didn&#8217;t work for me, although this is recommended by Microsoft - probably try the other points before this)</li>
<li><strong>OUR FAVORITE<br />
</strong>In <a href="http://www.arkytek.com/hosting" target="_blank">IIS</a> manager select the default website<br />
Open Authentication<br />
Enable <a href="http://www.arkytek.com/support" target="_blank">windows</a> authentication<br />
Click Advanced settings<br />
Uncheck &#8220;Enable kernel-mode Authentication&#8221;<br />
IISRESET</p>
<p>(It appears that <a href="http://www.arkytek.com/support" target="_blank">Windows</a> maybe attempting to use Kerb Auth first (via RPC over HTTP), failing, then asking for a password. The above Point 5 disabled Kerb-auth)</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<p>Being Microsoft - there doesn&#8217;t seem to be a single way to resolve this, but for me in various different installations one of the below, or a combination, solved the problem:</p>
<ol>
<li>Make sure Basic Auth and <a href="http://www.arkytek.com/support" target="_blank">Windows</a> Auth was enabled under <a href="http://www.arkytek.com/hosting" target="_blank">IIS</a> for the follow Virtual Directories.<br />
Autodiscover, EWS, OAB, RPC, RpcWithCert</li>
<li>Using Exchange Management Console, make sure that the Outlook Anywhere is set to NTLM</li>
<li>Make sure that under your Connection tab (Outlook) you have a matching auth type to the one specified on the server for outlook anywhere (NTLM as Point 2)</li>
<li>Try the following Registry changes on clients machines. Microsoft explained that this should fix the NTLM missmatch. <a rel="nofollow" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;820281" target="_blank"><span style="color: #777777;">http://support.microsoft.com/default.aspx?scid=kb;en-us;820281</span></a> (although this didn&#8217;t work for me, although this is recommended by Microsoft - probably try the other points before this)</li>
<li><strong>OUR FAVORITE<br />
</strong>In <a href="http://www.arkytek.com/hosting" target="_blank">IIS</a> manager select the default website<br />
Open Authentication<br />
Enable <a href="http://www.arkytek.com/support" target="_blank">windows</a> authentication<br />
Click Advanced settings<br />
Uncheck &#8220;Enable kernel-mode Authentication&#8221;<br />
IISRESET</p>
<p>(It appears that <a href="http://www.arkytek.com/support" target="_blank">Windows</a> maybe attempting to use Kerb Auth first (via RPC over HTTP), failing, then asking for a password. The above Point 5 disabled Kerb-auth)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/11/03/outlook-2007-keeps-asking-for-a-password-when-connecting-to-exchange-2007-rpc-over-http-outlook-anywhere/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Filter SharePoint (WSS 3.0/MOSS 2007) calendar by Start Time</title>
		<link>http://blog.arkytek.co.uk/2008/10/13/filter-sharepoint-wss-30moss-2007-calendar-by-start-time/</link>
		<comments>http://blog.arkytek.co.uk/2008/10/13/filter-sharepoint-wss-30moss-2007-calendar-by-start-time/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 13:51:09 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/?p=23039</guid>
		<description><![CDATA[<p>Annoyingly the &#8220;Start Time&#8221; column doesn&#8217;t appear in filtered columns in WSS 3.0/MOSS 2007.</p>
<p>Heres a quick (maybe hacky?) way to solve the problem&#8230;.I&#8217;m sure theres a sexier way but this works for me&#8230;</p>
<ul>
<li>
<div>Open your Calendar list settings</div>
</li>
<li>
<div>Add new column, and call it StartFilter (for exmaple)</div>
</li>
<li>
<div>Select &#8221;Calculated&#8221; as a the type of new column</div>
</li>
<li>
<div>In the Formula field insert:<br />
=[Start Time]</div>
</li>
<li>
<div>Select Date and Time as data type of new column</div>
</li>
<li>
<div>Make sure &#8220;Add to default view&#8221; checkbox is unticked</div>
</li>
<li>
<div>Save the new column</div>
</li>
</ul>
<p>You should now be able to use the StartFilter column to filter your calendar list.</p>
]]></description>
			<content:encoded><![CDATA[<p>Annoyingly the &#8220;Start Time&#8221; column doesn&#8217;t appear in filtered columns in WSS 3.0/MOSS 2007.</p>
<p>Heres a quick (maybe hacky?) way to solve the problem&#8230;.I&#8217;m sure theres a sexier way but this works for me&#8230;</p>
<ul>
<li>
<div>Open your Calendar list settings</div>
</li>
<li>
<div>Add new column, and call it StartFilter (for exmaple)</div>
</li>
<li>
<div>Select &#8221;Calculated&#8221; as a the type of new column</div>
</li>
<li>
<div>In the Formula field insert:<br />
=[Start Time]</div>
</li>
<li>
<div>Select Date and Time as data type of new column</div>
</li>
<li>
<div>Make sure &#8220;Add to default view&#8221; checkbox is unticked</div>
</li>
<li>
<div>Save the new column</div>
</li>
</ul>
<p>You should now be able to use the StartFilter column to filter your calendar list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/10/13/filter-sharepoint-wss-30moss-2007-calendar-by-start-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find Exchange User Alias</title>
		<link>http://blog.arkytek.co.uk/2008/06/03/find-exchange-user-alias/</link>
		<comments>http://blog.arkytek.co.uk/2008/06/03/find-exchange-user-alias/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 15:55:31 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[Exchange]]></category>

		<category><![CDATA[alias]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/?p=20964</guid>
		<description><![CDATA[<ol>
<li>Open Active Directory Users and Computers</li>
<li>Right click the domain</li>
<li>Select Find</li>
<li>In the search window select <strong>Custom Search </strong>from the &#8220;Find&#8221; drop down</li>
<li>Go to the Advanced tab</li>
<li>In the <strong>Enter LDAP query </strong>section enter:proxyAddresses=smtp:emailalias@domain.com
<p><em>You will need to change </em><em>emailalias@domain.com</em><em> to the alias you are finding</em></li>
<li>Press <strong>Find Now</strong></li>
</ol>
<p>That should return you with the User account that has that alias</p>
]]></description>
			<content:encoded><![CDATA[<ol>
<li>Open Active Directory Users and Computers</li>
<li>Right click the domain</li>
<li>Select Find</li>
<li>In the search window select <strong>Custom Search </strong>from the &#8220;Find&#8221; drop down</li>
<li>Go to the Advanced tab</li>
<li>In the <strong>Enter LDAP query </strong>section enter:proxyAddresses=smtp:emailalias@domain.com
<p><em>You will need to change </em><em>emailalias@domain.com</em><em> to the alias you are finding</em></li>
<li>Press <strong>Find Now</strong></li>
</ol>
<p>That should return you with the User account that has that alias</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/06/03/find-exchange-user-alias/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Show future posts in Wordpress 2.3+</title>
		<link>http://blog.arkytek.co.uk/2008/02/24/show-future-posts-in-wordpress-23/</link>
		<comments>http://blog.arkytek.co.uk/2008/02/24/show-future-posts-in-wordpress-23/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:34:05 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[future]]></category>

		<category><![CDATA[future posts]]></category>

		<category><![CDATA[word press]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/2008/02/24/show-future-posts-in-wordpress-23/</guid>
		<description><![CDATA[<p>To enable Wordpress to show and publish future posts&#8230;BEFORE creating future posts (or if you have already created posts - reedit the timestamp in Admin &gt; Manage &gt; Posts). In the file <span style="font-style: italic" class="Apple-style-span">/wp-includes/post.php</span>  look for the section:
<pre>if ( 'publish' == $post_status ) {</pre>
<pre>Â Â $now = gmdate('Y-m-d H:i:59');</pre>
<pre>Â Â if ( mysql2date('U', $post_date_gmt) &gt; mysql2date('U', $now) )</pre>
<pre>Â $post_status = 'future';</pre>
<pre>Â }</pre>
<p>change this to:
<pre>if ( 'publish' == $post_status ) {</pre>
<pre>Â Â $now = gmdate('Y-m-d H:i:59');</pre>
<pre>Â Â if ( mysql2date('U', $post_date_gmt) &gt; mysql2date('U', $now) )</pre>
<pre>Â //hack to show future posts</pre>
<pre>Â $post_status = 'publish';</pre>
<pre>Â }</pre>
<p>That worked for me on Wordpress 2.3.3</p>
]]></description>
			<content:encoded><![CDATA[<p>To enable Wordpress to show and publish future posts&#8230;BEFORE creating future posts (or if you have already created posts - reedit the timestamp in Admin &gt; Manage &gt; Posts). In the file <span style="font-style: italic" class="Apple-style-span">/wp-includes/post.php</span>  look for the section:
<pre>if ( 'publish' == $post_status ) {</pre>
<pre>Â Â $now = gmdate('Y-m-d H:i:59');</pre>
<pre>Â Â if ( mysql2date('U', $post_date_gmt) &gt; mysql2date('U', $now) )</pre>
<pre>Â $post_status = 'future';</pre>
<pre>Â }</pre>
<p>change this to:
<pre>if ( 'publish' == $post_status ) {</pre>
<pre>Â Â $now = gmdate('Y-m-d H:i:59');</pre>
<pre>Â Â if ( mysql2date('U', $post_date_gmt) &gt; mysql2date('U', $now) )</pre>
<pre>Â //hack to show future posts</pre>
<pre>Â $post_status = 'publish';</pre>
<pre>Â }</pre>
<p>That worked for me on Wordpress 2.3.3</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/02/24/show-future-posts-in-wordpress-23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail / Google Mail problems replying to emails from Exchange 2003 senders</title>
		<link>http://blog.arkytek.co.uk/2008/01/18/gmail-google-mail-problems-replying-to-emails-from-exchange-2003-senders/</link>
		<comments>http://blog.arkytek.co.uk/2008/01/18/gmail-google-mail-problems-replying-to-emails-from-exchange-2003-senders/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 14:15:50 +0000</pubDate>
		<dc:creator>dominic</dc:creator>
		
		<category><![CDATA[Exchange 2003]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/2008/01/18/gmail-google-mail-problems-replying-to-emails-from-exchange-2003-senders/</guid>
		<description><![CDATA[<p>There has been some <strong>problems found with Gmail / Google Mail</strong> when trying to <strong>reply to emails</strong> sent by <strong>Exchange 2003 users</strong>.</p>
<p>The problems seem to only affect people using the <strong>new version of Gmail</strong> and <strong>Internet Explorer 7 (IE7)</strong>.</p>
<p>Problems experienced are:</p>
<ol>
<li>You reply but the email message gets returned blank to the Exchange 2003 sender, all they see is a thread of their last email</li>
<li>You click &#8220;Reply&#8221;, &#8220;Reply-All&#8221; or &#8220;Forward&#8221; - and a &#8220;Loading&#8221; message/iframe appears - but does not go away - therefore you cannot click on any message buttons, or fill in any form fields</li>
</ol>
<p>A solution that can fix both of these problems is:</p>
<ol>
<li>Log into Gmail/Google Mail</li>
<li>In the top right-hand corner click on &#8220;Older Version&#8221;</li>
<li>When replying to an email make sure you write ABOVE the thread of senders message. If you type below it can get cut off due to Google Mail&#8217;s &#8220;Conversation&#8221; method of storing emails.</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<p>There has been some <strong>problems found with Gmail / Google Mail</strong> when trying to <strong>reply to emails</strong> sent by <strong>Exchange 2003 users</strong>.</p>
<p>The problems seem to only affect people using the <strong>new version of Gmail</strong> and <strong>Internet Explorer 7 (IE7)</strong>.</p>
<p>Problems experienced are:</p>
<ol>
<li>You reply but the email message gets returned blank to the Exchange 2003 sender, all they see is a thread of their last email</li>
<li>You click &#8220;Reply&#8221;, &#8220;Reply-All&#8221; or &#8220;Forward&#8221; - and a &#8220;Loading&#8221; message/iframe appears - but does not go away - therefore you cannot click on any message buttons, or fill in any form fields</li>
</ol>
<p>A solution that can fix both of these problems is:</p>
<ol>
<li>Log into Gmail/Google Mail</li>
<li>In the top right-hand corner click on &#8220;Older Version&#8221;</li>
<li>When replying to an email make sure you write ABOVE the thread of senders message. If you type below it can get cut off due to Google Mail&#8217;s &#8220;Conversation&#8221; method of storing emails.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/01/18/gmail-google-mail-problems-replying-to-emails-from-exchange-2003-senders/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Outlook Webmail (OWA) or Mobile (OMA) displaying 404 errors&#8230;</title>
		<link>http://blog.arkytek.co.uk/2008/01/14/outlook-webmail-owa-or-mobile-oma-displaying-404-errors/</link>
		<comments>http://blog.arkytek.co.uk/2008/01/14/outlook-webmail-owa-or-mobile-oma-displaying-404-errors/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 13:56:26 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[Exchange 2003]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/2008/01/14/outlook-webmail-owa-or-mobile-oma-displaying-404-errors/</guid>
		<description><![CDATA[<p align="left" class="loginhelp">If you are having trouble logging in to Outlook WebMail or Mobile Access (i.e you see 404 Error Messages in two frames/columns) then try accessing WebMail by visiting:</p>
<p><strong>http://youmailserver/exchange/userlogon</strong></p>
]]></description>
			<content:encoded><![CDATA[<p align="left" class="loginhelp">If you are having trouble logging in to Outlook WebMail or Mobile Access (i.e you see 404 Error Messages in two frames/columns) then try accessing WebMail by visiting:</p>
<p><strong>http://youmailserver/exchange/userlogon</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/01/14/outlook-webmail-owa-or-mobile-oma-displaying-404-errors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MacBook or Mac Pro not waking up from sleep or power up problems&#8230;</title>
		<link>http://blog.arkytek.co.uk/2008/01/13/mac-not-waking-up-from-sleeppower-up-problems/</link>
		<comments>http://blog.arkytek.co.uk/2008/01/13/mac-not-waking-up-from-sleeppower-up-problems/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 19:27:37 +0000</pubDate>
		<dc:creator>adadmin</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://blog.arkytek.co.uk/2008/01/13/mac-not-waking-up-from-sleeppower-up-problems/</guid>
		<description><![CDATA[<p>From time to time to onboard motherboard chip that controls the power functionality of a <a href="http://www.arkytek.com/support" target="_blank">Mac</a> can become unusable. This can create problems with waking a <a href="http://www.arkytek.com/support" target="_blank">Mac</a> up from sleep and sometimes no power-up at all. One way to fix this is the following:</p>
<ol>
<li>Unplug the power cable/take out the battery pack</li>
<li>Hold the power button in for 5-10 seconds</li>
<li>Replug in the power/reconnect battery pack</li>
<li>Turn on the <a href="http://www.arkytek.com/support" target="_blank">Mac</a></li>
</ol>
<p>You should now see the power functionality return to normal.</p>
]]></description>
			<content:encoded><![CDATA[<p>From time to time to onboard motherboard chip that controls the power functionality of a <a href="http://www.arkytek.com/support" target="_blank">Mac</a> can become unusable. This can create problems with waking a <a href="http://www.arkytek.com/support" target="_blank">Mac</a> up from sleep and sometimes no power-up at all. One way to fix this is the following:</p>
<ol>
<li>Unplug the power cable/take out the battery pack</li>
<li>Hold the power button in for 5-10 seconds</li>
<li>Replug in the power/reconnect battery pack</li>
<li>Turn on the <a href="http://www.arkytek.com/support" target="_blank">Mac</a></li>
</ol>
<p>You should now see the power functionality return to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arkytek.co.uk/2008/01/13/mac-not-waking-up-from-sleeppower-up-problems/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
