<?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>Will's Blog &#187; Technology</title>
	<atom:link href="http://will.id.au/blog/archive/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://will.id.au/blog</link>
	<description>My random thoughts about stuff</description>
	<lastBuildDate>Sat, 20 Dec 2008 04:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fixing Visual Studio&#8217;s System.OutOfMemoryException</title>
		<link>http://will.id.au/blog/archive/2008/06/27/fixing-visual-studios-systemoutofmemoryexception</link>
		<comments>http://will.id.au/blog/archive/2008/06/27/fixing-visual-studios-systemoutofmemoryexception#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:32:44 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2008/06/27/fixing-visual-studios-systemoutofmemoryexception</guid>
		<description><![CDATA[Over the last little while Visual Studio 2005 has been crashing seemingly &#8220;randomly&#8221;. Sometimes it would happen when just trying to open a source file, other times when trying to debug a web app. A few co-workers asked if I wanted to try ReSharper, so I installed that. After installation crashing seemed much more frequent, [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last little while Visual Studio 2005 has been crashing seemingly &#8220;randomly&#8221;. Sometimes it would happen when just trying to open a source file, other times when trying to debug a web app. A few co-workers asked if I wanted to try ReSharper, so I installed that. After installation crashing seemed much more frequent, so I went into Add-in Manager and disabled ReSharper.</p>
<p>My machine at work has 4GB of memory, and is running Windows XP. So I had assumed I had more than enough memory available for VS 2005 to use.</p>
<p>I had almost given up on fixing the issue, but yesterday came across the following blog post by <a href="http://stevenharman.net/blog/Default.aspx">Steven Harman</a> titled <a href="http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx">Hacking Visual Studio to Use More Than 2Gigabytes of Memory</a>.</p>
<p>Basically the solution was to boost the user-mode memory from 2GB to 3GB in XP via adding the /3GB to your BOOT.ini file, then making Visual Studio &#8220;Large Address&#8221; aware using the editbin command.</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2008/06/27/fixing-visual-studios-systemoutofmemoryexception/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Beta 1 &#8211; Changes for Devs</title>
		<link>http://will.id.au/blog/archive/2008/03/06/internet-explorer-8-beta-1-changes-for-devs</link>
		<comments>http://will.id.au/blog/archive/2008/03/06/internet-explorer-8-beta-1-changes-for-devs#comments</comments>
		<pubDate>Thu, 06 Mar 2008 00:22:39 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2008/03/06/internet-explorer-8-beta-1-changes-for-devs</guid>
		<description><![CDATA[The IE Team have just announced the availability of Beta 1Â of IE8 for developers. You can read more about that on their blog. Obviously as a web developer, the mind immediately turns to &#8220;so, what&#8217;s in it for me?&#8221;. Picked up the following points from an MSDN Doc on what&#8217;s new for IE8: Accessibility No [...]]]></description>
			<content:encoded><![CDATA[<p>The IE Team have just <a href="http://blogs.msdn.com/ie/archive/2008/03/05/internet-explorer-8-beta-1-for-developers-now-available.aspx">announced the availability of Beta 1</a>Â of IE8 for developers. You can read more about that on their blog.</p>
<p>Obviously as a web developer, the mind immediately turns to &#8220;so, what&#8217;s in it for me?&#8221;.</p>
<p>Picked up the following points from an <a href="http://msdn2.microsoft.com/en-us/library/cc288472(VS.85).aspx">MSDN Doc on what&#8217;s new for IE8</a>:</p>
<ul>
<li><strong><a href="http://msdn2.microsoft.com/en-us/library/cc304059(VS.85).aspx">Accessibility</a></strong>
<ul>
<li>No more &#8220;alt&#8221; for image alternate text/tooltip. So use <a href="http://www.w3.org/TR/html401/struct/global.html#adef-title">title</a> or <a href="http://www.w3.org/TR/html401/struct/objects.html#adef-longdesc-IMG">longdesc</a> instead.</li>
</ul>
</li>
<li><strong>ActiveX</strong>
<ul>
<li>Per-Site ActiveX -Â Permission to allow ActiveX controls to run on a site-by-site basis.</li>
<li>Non-Admin install &#8211; Allows non-admin users to install ActiveX controls to their user profiles (no UAC).</li>
</ul>
</li>
<li><strong>Activities &amp; WebSlices</strong>
<ul>
<li><a href="http://msdn2.microsoft.com/en-us/library/cc287851(VS.85).aspx">Services</a></li>
<li><a href="http://msdn2.microsoft.com/en-us/library/cc196992(VS.85).aspx">WebSlices</a></li>
</ul>
</li>
<li><strong>Ajax Enhancements</strong>
<ul>
<li>Ajax Navigation &#8211; Allows browser back button to work when doing ajax based navigation.</li>
<li><a href="http://msdn2.microsoft.com/en-us/library/cc304135(VS.85).aspx">XMLHttpRequest Enhancements</a>
<ul>
<li>Connection <a href="http://msdn2.microsoft.com/en-us/library/cc304105(VS.85).aspx">timeout</a> <em>(read/write)</em> property</li>
<li><a href="http://msdn2.microsoft.com/en-us/library/cc304109(VS.85).aspx">ontimeout event</a></li>
</ul>
</li>
<li>Max Concurrent Connections default changed from 2 to 6. <em>You can </em><a href="http://blogs.msdn.com/nickmac/archive/2004/08/25/how-to-speed-up-http-requests-on-internet-explorer.aspx"><em>change the registry to get this for current versions of IE</em></a><em>.</em><br />
In IE8, a developer has access to the following JavaScript properties: <a href="http://msdn2.microsoft.com/en-us/library/cc197013(VS.85).aspx">window.maxConnectionsPerServer</a> and <a href="http://msdn2.microsoft.com/en-us/library/cc197012(VS.85).aspx">window.maxConnectionsPerServer_01</a>Â <em>(both read only)</em></li>
<li>
<p align="left">Changed window.navigator.onLine behaviour from being a user-set (File -&gt; Work Offline) <a href="http://msdn2.microsoft.com/en-us/library/aa768170(VS.85).aspx">global &#8220;offline&#8221;</a>, to now indicating whether a user is connected to a network.<br />
Also, new events <a href="http://msdn2.microsoft.com/en-us/library/cc304126(VS.85).aspx">onOffLine</a>Â and <a href="http://msdn2.microsoft.com/en-us/library/cc304127(VS.85).aspx">onOnLine</a>.</p>
</li>
<li>
<p align="left">Cross Domain Request (XDR) &#8211; A new object introduced, XDomainRequest. From the MSDN page &#8211; &#8220;allow restricted and secure communication between untrusted modules in the page. The browser shields the user from potential threats while allowing powerful cross-site interaction. &#8220;</p>
</li>
<li>
<p align="left">Cross Document Messaging based on <a href="http://msdn2.microsoft.com/en-us/library/cc197015(VS.85).aspx">postMessage</a>. From MSDN Page &#8211; &#8220;allows cooperative text exchange between untrusted modules from different domains embedded within a page.&#8221;</p>
</li>
</ul>
</li>
<li>
<p align="left"><strong><a href="http://msdn2.microsoft.com/en-us/library/cc304082(VS.85).aspx">CSS</a></strong></p>
<ul>
<li>
<p align="left"><a href="http://en.wikipedia.org/wiki/Data:_URI_scheme">data:URI</a>Â - Allows one to embed small data resources (eg: small images). <a href="http://www.sveinbjorn.org/dataurls_css">Here&#8217;s an example</a>.</p>
</li>
<li>
<p align="left">Floats &#8211; Several fixes and <a href="http://msdn2.microsoft.com/en-us/library/ms533776.aspx">hasLayout</a> removed from IE8.</p>
</li>
<li>
<p align="left"><a href="http://www.w3.org/TR/REC-CSS2/box.html#collapsing-margins">Margin Collapsing</a>Â now complies with CSS2.1</p>
</li>
<li>
<p align="left">New <a href="http://msdn2.microsoft.com/en-us/library/cc304078(VS.85).aspx">:before</a>, <a href="http://msdn2.microsoft.com/en-us/library/cc304076(VS.85).aspx">:after</a> and <a href="http://msdn2.microsoft.com/en-us/library/cc304080(VS.85).aspx">:focus</a> pseudo classes, with associated <a href="http://msdn2.microsoft.com/en-us/library/cc196962(VS.85).aspx">content</a> attribute. Also see w3c article on CSS 2.1 <a href="http://www.w3.org/TR/CSS21/generate.html">Generated Content</a> and <a href="http://www.w3.org/TR/CSS21/selector.html">Selectors</a>.</p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc196967(VS.85).aspx">outline</a>.</p>
</li>
<li>
<p align="left">Printing Changes</p>
<ul>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc196971(VS.85).aspx">page-break-inside</a></p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc196972(VS.85).aspx">widows</a> attribute</p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc196966(VS.85).aspx">orphans</a></p>
</li>
</ul>
</li>
<li>
<p align="left">CSS Table Layout enhancements.</p>
</li>
<li>
<p align="left">text-decoration now conforms to CSS 2.1.</p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc196983(VS.85).aspx">border-spacing</a></p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc196961(VS.85).aspx">caption-side</a></p>
</li>
<li>
<p align="left">Counters &amp; Numbering &#8211; <a href="http://msdn2.microsoft.com/en-us/library/cc196964(VS.85).aspx">counter-reset</a>, <a href="http://msdn2.microsoft.com/en-us/library/cc196963(VS.85).aspx">counter-increment</a>.</p>
</li>
<li>
<p align="left">Support for <a href="http://www.w3.org/TR/css3-ruby/">CSS3 Ruby Module</a>. Mainly used for East Asian documents for pronunciation/short annotation purposes. <em>Pretty cool, especially for those asian language learning sites.</em></p>
</li>
<li>
<p align="left">Additional <a href="http://msdn2.microsoft.com/en-us/library/ms530797(VS.85).aspx">list-style-type</a> values.</p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/ms531182(VS.85).aspx">white-space</a></p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/ms531188(VS.85).aspx">z-index</a></p>
</li>
</ul>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc304131(VS.85).aspx">Developer Tools</a></p>
<ul>
<li>
<p align="left">CSS Tool</p>
</li>
<li>
<p align="left">Light-Weight <a href="http://msdn2.microsoft.com/en-us/library/cc304130(VS.85).aspx">Script Debugger</a></p>
</li>
<li>
<p align="left">Version Mode switching.</p>
</li>
</ul>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc288325(VS.85).aspx">Document Compatability Mode</a></p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc197062(VS.85).aspx">DOM Storage</a>Â - aka <a href="http://www.whatwg.org/specs/web-apps/current-work/#storage">Client-side session and persistent storage</a></p>
</li>
<li>
<p align="left">Protected Mode Cookies</p>
</li>
<li>
<p align="left"><a href="http://msdn2.microsoft.com/en-us/library/cc288326(VS.85).aspx">SelectorsÂ API</a></p>
</li>
<li>
<p align="left">Tab Isolation &amp; Concurrency &#8211; Improves performance/reliability of IE 8. So if a page in one tab hangs, the others are still usable.</p>
</li>
</ul>
<p align="left">Oh, and <a href="http://code.msdn.microsoft.com/ie8whitepapers">IE8 Whitepapers</a>.</p>
<p align="left">And finally, for those who want to try IE8 with no risks, you can download a Virtual PC image with IE8 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2008/03/06/internet-explorer-8-beta-1-changes-for-devs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Links</title>
		<link>http://will.id.au/blog/archive/2007/04/12/random-links</link>
		<comments>http://will.id.au/blog/archive/2007/04/12/random-links#comments</comments>
		<pubDate>Thu, 12 Apr 2007 01:14:10 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2007/04/12/random-links</guid>
		<description><![CDATA[Okay, I just need to unload a whole bunch of links that have been open in various tabs in IE7. Improve your wireless network in ten different ways via LifeHacker.com Managing The Madness: What you need to know about covering the NCAA Tournament via Strobist. Ace your next phone interview via LifeHacker.com How to find [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I just need to unload a whole bunch of links that have been open in various tabs in IE7.</p>
<p><a href="http://lifehacker.com/software/wireless/improve-your-wireless-network-ten-different-ways-248600.php">Improve your wireless network in ten different ways</a> via LifeHacker.com<br />
<a href="http://www.sportsshooter.com/news/1726">Managing The Madness: What you need to know about covering the NCAA Tournament</a> via <a href="http://strobist.blogspot.com/2007/04/be-glad-you-are-watching-it-on-tv.html">Strobist</a>.<br />
<a href="http://lifehacker.com/software/interviews/ace-your-next-phone-interview-249188.php">Ace your next phone interview</a> via LifeHacker.com<br />
<a href="http://lifehacker.com/software/ebooks/how-to-find-free-ebooks-for-your-cellphone-or-pda-251154.php">How to find free eBooks for your cellphone or PDA</a> via LifeHacker.com<br />
<a href="http://lifehacker.com/software/vnc/tech-support-with-vnc-reverse-connections-250794.php">Tech support with VNC reverse connections</a> via LifeHacker.com<br />
<a href="http://lifehacker.com/software/defragment/speed-up-your-hard-drive-defrag-251503.php">Speed up your hard drive defrag</a> via LifeHacker.com<br />
<a href="http://bink.nu/Article9858.bink">Data Encryption Toolkit for Mobile PCs</a> via Bink.nu</p>
<p>And one more link, for those using IE7. It&#8217;s an add-in called <a href="http://www.ie7pro.com">IE7Pro</a>, which has a few interesting features such as crash recovery and tab history.</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2007/04/12/random-links/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows Mobile 6 SDK is not out!</title>
		<link>http://will.id.au/blog/archive/2007/02/12/windows-mobile-60-sdk-is-out</link>
		<comments>http://will.id.au/blog/archive/2007/02/12/windows-mobile-60-sdk-is-out#comments</comments>
		<pubDate>Mon, 12 Feb 2007 00:56:58 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2007/02/12/windows-mobile-60-sdk-is-out</guid>
		<description><![CDATA[Looks like you can now download the new SDK for Windows Mobile 6 Standard&#160;(Smartphone) as well as for Windows Mobile 6 Professional&#160;(PPC Mobile). I reckon the new names are far too long. Looks like they were prematurely uploaded. But from what I&#8217;ve read, the next version of Windows Mobile will combine the features&#160;of both the [...]]]></description>
			<content:encoded><![CDATA[<p><del datetime="2007-02-15T05:47:01+00:00">Looks like you can now download the new SDK for <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b7a03ac2-819f-4a93-9971-5a01cccef031&amp;DisplayLang=en">Windows Mobile 6 Standard</a>&nbsp;(Smartphone) as well as for <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9018F474-18B7-4AF8-9FE1-0DE049B6B3E9&amp;displaylang=en">Windows Mobile 6 Professional</a>&nbsp;(PPC Mobile). I reckon the new names are far too long.</del> Looks like they were <a href="http://blogs.msdn.com/windowsmobile/archive/2007/02/14/where-are-the-windows-mobile-6-sdks.aspx">prematurely uploaded</a>.</p>
<p>But from what I&#8217;ve read, the next version of Windows Mobile will combine the features&nbsp;of both the Smartphone and the PPC, rather than having two seperate versions. So perhaps the current naming is just a step in the path of what&#8217;s to come?</p>
<p>Haven&#8217;t had a look at them yet, but for a rundown of what&#8217;s new, check out the <a href="http://msdn2.microsoft.com/en-us/library/bb278115.aspx">MSDN article</a>.</p>
<p>The great news from my perspective as a&nbsp;mobile application developer is that .NET CF 2.0 as well as SQL Server Mobile 2005 will come preloaded in the device ROM. Which means less things to install for end users.</p>
<p>From the MSDN article, we also learn that there&#8217;s also a new Fake GPS utility for the Emulator so you can test out the GPS features in your apps. In addition to a brand new cellular emulator to enable testing of the <strong>incoming call</strong>,<strong> incoming SMS</strong>,<strong> dropped calls and dropped data connectivity</strong> scenarios. That&#8217;s more good news for developers!</p>
<p>I wonder if that&#8217;s really just an extension to the &#8220;bounce back&#8221; feature we had previously? Eg: Call +14250010001 in your emulator, and you&#8217;ll get a call connected. And if you send an SMS to that same number, you&#8217;ll get a new SMS in your Inbox from that number.</p>
<p>And another interesting feature from that article is a Inking API (a lightweight version of what&#8217;s available for the Tablet PC).</p>
<p>From all the new Windows Mobile based devices I&#8217;ve seen over on <a href="http://www.engadgetmobile.com">Engadget Mobile</a>&nbsp;(as well as several other websites/blogs) over the past year I think this year and beyond are only going to get bigger for the Windows Mobile based industry. There seems to be several new devices from&nbsp;manufacturers including <a href="http://www.gsmarena.com/2007_htc_devices_leaked-news-240.php">HTC</a>, <a href="http://www.engadgetmobile.com/2007/02/11/toshibas-g900-qwerty-hsdpa-tytn-killer">Toshiba</a>, <a href="http://gizmodo.com/gadgets/cellphones/future-lg-phones-to-run-windows-mobile-6-prada-included-235356.php">LG</a>, <a href="http://www.engadgetmobile.com/2006/06/09/gigabyte-debuts-g-smart-i120-and-i300-smartphones/">Gigabyte</a>, <a href="http://www.engadgetmobile.com/2007/01/24/more-details-surface-for-asus-pegasus/">ASUS</a> and probably a few others I haven&#8217;t mentioned.</p>
<p>Looking at all the new mobile&nbsp;devices makes my <a href="http://www.clubimate.com/t-DETAILS_SP5.aspx">i-mate SP5</a> start to look a little dated now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2007/02/12/windows-mobile-60-sdk-is-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customising your Windows Mobile Smartphone and Pocket PC</title>
		<link>http://will.id.au/blog/archive/2006/10/22/customising-your-windows-mobile-smartphone-and-pocket-pc</link>
		<comments>http://will.id.au/blog/archive/2006/10/22/customising-your-windows-mobile-smartphone-and-pocket-pc#comments</comments>
		<pubDate>Sun, 22 Oct 2006 02:53:29 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2006/10/22/customising-your-windows-mobile-smartphone-and-pocket-pc</guid>
		<description><![CDATA[Windows Mobile 5.0 Pocket PC Edition today screen customisations: - Guide to creating Windows Mobile 5.0 Pocket PC themes via Xda-Developers.com. Windows Mobile 5.0 Smartphone Edition homescreen customisations: - Homescreen Guide for Beginners via MoDaCo. - Customizing the Microsoft Smartphone 2002 homescreen via MSDN. Although the second link refers to the Smartphone 2002 version, many [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Mobile 5.0 Pocket PC Edition today screen customisations:</p>
<p>- <a href="http://forum.xda-developers.com/showpost.php?p=1007752&#038;postcount=2">Guide to creating Windows Mobile 5.0 Pocket PC themes</a> via <a href="http://www.xda-developers.com">Xda-Developers.com</a>.</p>
<p>Windows Mobile 5.0 Smartphone Edition homescreen customisations:</p>
<p>- <a href="http://www.modaco.com/Homescreen-guide-for-beginners-t236832.html">Homescreen Guide for Beginners</a> via <a href="http://www.modaco.com">MoDaCo</a>.<br />
- <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/sp02homescreen.asp">Customizing the Microsoft Smartphone 2002 homescreen</a> via <a href="http://msdn.microsoft.com">MSDN</a>.</p>
<p>Although the second link refers to the Smartphone 2002 version, many things seem to be quite similar.</p>
<p>I think what&#8217;s interesting is that you can create custom Smartphone homescreens using just a single background image, and an XML file. That makes things pretty easy to create.</p>
<p>There are apps out there that can help you create themes for either the Smartphone or the Pocket PC. </p>
<p>But I think for the time being, if you only want to dip your toes in the water without wanting to fork out any money, the guides from Xda-Developers and MoDaCo should get you started.</p>
<p>If you&#8217;d rather just download themes rather than making your own, then here&#8217;s a few sites you can download free ones:</p>
<p>Smartphone:<br />
- <a href="http://smartphone.kleinweder.ch/downloads/index.php">http://smartphone.kleinweder.ch/downloads/index.php</a><br />
- <a href="http://jdskins.com">http://jdskins.com</a><br />
- <a href="http://www.kolumbus.fi/anders.ruohio/skinz.html">http://www.kolumbus.fi/anders.ruohio/skinz.html</a></p>
<p>Pocket PC:<br />
- <a href="http://www.kolumbus.fi/anders.ruohio/skinz.html">http://www.kolumbus.fi/anders.ruohio/skinz.html</a><br />
- <a href="http://www.pocketpcthemes.com">http://www.pocketpcthemes.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2006/10/22/customising-your-windows-mobile-smartphone-and-pocket-pc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps and Visitor Stats</title>
		<link>http://will.id.au/blog/archive/2006/08/20/google-maps-and-visitor-stats</link>
		<comments>http://will.id.au/blog/archive/2006/08/20/google-maps-and-visitor-stats#comments</comments>
		<pubDate>Sun, 20 Aug 2006 09:03:42 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2006/08/20/google-maps-and-visitor-stats</guid>
		<description><![CDATA[I got an email the other day from my the company (StatCounter) that provides the hits stats to this blog that they&#8217;re now using Google maps to show us where our visitors are from! Pretty cool, you just click on one of those red &#8220;pins&#8221; and it&#8217;ll give you expanded information on that particular visitor [...]]]></description>
			<content:encoded><![CDATA[<p>I got an email the other day from my the company (<a href="http://www.statcounter.com">StatCounter</a>) that provides the hits stats to this blog that they&#8217;re now using Google maps to show us where our visitors are from!</p>
<p><a href="http://will.id.au/blog/images/ink-blog/GoogleMapsandVisitorStats_10BFF/visitorsGoogleMap1.jpg" atomicselection="true"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="181" alt="Statcounter's Google Map of Visitors" src="http://will.id.au/blog/images/ink-blog/GoogleMapsandVisitorStats_10BFF/visitorsGoogleMap.jpg" width="240" border="0"/></a> </p>
<p>Pretty cool, you just click on one of those red &#8220;pins&#8221; and it&#8217;ll give you expanded information on that particular visitor (data which they already provide you in another view).</p>
<p>I&#8217;m sure you could do the same with other map providers like <a href="http://local.live.com/">Windows Live Local</a>&nbsp;or <a href="http://maps.yahoo.com">Yahoo Maps</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2006/08/20/google-maps-and-visitor-stats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Client Software Factory (aka Mobile Baseline Architecture Toolkit)</title>
		<link>http://will.id.au/blog/archive/2006/05/10/mobile-client-software-factory-aka-mobile-baseline-architecture-toolkit</link>
		<comments>http://will.id.au/blog/archive/2006/05/10/mobile-client-software-factory-aka-mobile-baseline-architecture-toolkit#comments</comments>
		<pubDate>Wed, 10 May 2006 01:05:51 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2006/05/10/mobile-client-software-factory-aka-mobile-baseline-architecture-toolkit</guid>
		<description><![CDATA[Just noticed that there&#8217;s a Compact Framework version of the Smart Client Baseline Architecture Toolkit called the Mobile Client Software Factory available now. Francis K. Cheung has a series of posts on his blog about issues relating to porting to the Compact Framework. On a side note, is anyone else heading to MEDC 2006 in [...]]]></description>
			<content:encoded><![CDATA[<p>Just noticed that there&#8217;s a Compact Framework version of the Smart Client Baseline Architecture Toolkit called the <a href="http://practices.gotdotnet.com/projects/mobile">Mobile Client Software Factory</a> available now.</p>
<p><a href="http://blogs.msdn.com/francischeung">Francis K. Cheung</a> has a series of posts on his blog about issues relating to porting to the Compact Framework.</p>
<p>On a side note, is anyone else heading to <a href="http://www.microsoft.com.au/msdn/training/medc2006.aspx">MEDC 2006</a> in Melbourne?</p>
<p>Edit: Looks like <a href="http://community.softteq.com/blogs/nick/default.aspx">Nick Randolph</a> has a series of posts on the <a href="http://community.softteq.com/search/SearchResults.aspx?q=Mobile+Client+Software+Factory&#038;s=10">Mobile Client Software Factory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2006/05/10/mobile-client-software-factory-aka-mobile-baseline-architecture-toolkit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Internet Explorer 7</title>
		<link>http://will.id.au/blog/archive/2006/05/01/thoughts-on-internet-explorer-7</link>
		<comments>http://will.id.au/blog/archive/2006/05/01/thoughts-on-internet-explorer-7#comments</comments>
		<pubDate>Mon, 01 May 2006 01:06:23 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2006/05/01/thoughts-on-internet-explorer-7</guid>
		<description><![CDATA[I&#8217;m one of many web developers out there that run Windows and have downloaded and installed the Internet Explorer 7 Beta 2 build (as well as the other CTP builds). Honestly, I don&#8217;t use a lot of the new features that have been included in IE7. But there is one feature that I&#8217;m loving, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m one of many web developers out there that run Windows and have downloaded and installed the <a href="http://www.microsoft.com/windows/ie/downloads/default.mspx">Internet Explorer 7 Beta 2</a> build (as well as the other CTP builds).</p>
<p>Honestly, I don&#8217;t use a lot of the new features that have been included in IE7. But there is one feature that I&#8217;m loving, and using quite a lot right now.</p>
<p>That feature is the Page Zoom Level feature. </p>
<p>Sure, all modern browsers (IE6/Firefox) have their text-size adjustment options, but only IE7 and Opera have a page zooming option. I&#8217;m finding the feature quite useful for certain websites out there that have set their text size to a fixed, non-adjustable size. Especially when reading for long periods of time.</p>
<p>Sure, cleartype helps, but it can only help to a certain extent.</p>
<p>It might be different for some people who probably have better eyesight than myself (i&#8217;m long sighted, so seeing things up close isn&#8217;t as clear as things a bit further away.).</p>
<p>On tabs, sure, I use them, but that&#8217;s one of many features that I could live without if it weren&#8217;t there.</p>
<p>RSS? I&#8217;ve subscribed to a few feeds to see how the feature works. Overall, I think I could live without that feature too. I prefer reading my feeds all in the one place. And that place at the moment (and has been for quite awhile now) is <a href="http://www.bloglines.com">BlogLines</a>. (Though, BlogLines seems quite sluggish in IE7 for some reason.)</p>
<p>There&#8217;s also the minor annoyance of some websites&#8217; JavaScript being not up to scratch for their menus. But I can live with that.</p>
<p>Improved CSS? Well, from a developers&#8217; point of view, I reckon that&#8217;s cool. But as an end user? I&#8217;d not care too much, as long as I can read what I need to. And get what I want from the website without too much trouble.</p>
<p>Sometimes we (the alphageeks of this planet <img src='http://will.id.au/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) can get so caught up discussing features of a product  (where it excels, where it fails etc) that we often forget that all the end user wants is to be able to read the content that they want. </p>
<p>Somedays I&#8217;ve watched my father (who is in his eary 60&#8242;s) use a computer i&#8217;ve setup for him to use. He surfs the web to read his Chinese news from various news outlets, as well as making use of email to communicate with some of his former classmates whom he hasn&#8217;t seen in almost 40 years. And if he can find some streaming audio news, he&#8217;ll stream it. He&#8217;s still fairly new to computers, but he&#8217;s gotten a grasp of some things quite quickly.</p>
<p>He&#8217;ll still ask for help from either my brother or me when he needs it. I&#8217;ve installed the Google Toolbar for him, but he&#8217;s now started typing in URLs for websites in the Google Toolbar search box, rather than the IE addressbar! But hey, it works. And it also helps him when he doesn&#8217;t know the exact URL. It&#8217;ll just bring up results that are closeto what he wants and he&#8217;ll just click away.</p>
<p>When I had one of the old 15&#8243; CRT monitors setup for him, he&#8217;d often move his head closer to the screen to read text on a website. I recently replaced the 15&#8243; with a 17&#8243; CRT and kept the resolution the same (1024&#215;768), which has made somewhat of an improvement. One of the issues dad has is some websites restrict the text-size to just the one size. (I know, I could always switch the screen resolution from 1024&#215;768 to 800&#215;600. But I didn&#8217;t want to change everything else dad was happy with.)</p>
<p>Overall, despite sometimes using a bit too much memory, I&#8217;m fairly happy with IE7. Actually, I&#8217;m happy with all browsers. They all have their own strongpoints, and you use which you feel most comfortable with. </p>
<p>I&#8217;ve used Opera, IE4 to IE7, various builds of Firefox (since I think the Phoenix v0.6 days). I used Netscape Communicator in it&#8217;s day.</p>
<p>I think the memory issues i&#8217;m seeing with IE7 are related to JavaScript code, as whenever I see the browser with a fair chunk of memory allocated to it, it&#8217;s usually when I&#8217;m at websites that utilise JavaScript quite heavily (such as BlogLines). Flickr seems fine for the most part, as does GMail.</p>
<p>Google Calendar refuses to work though. It says my browser doesn&#8217;t meet the minimum requirements. (Requirements state that as far as IE is concerned I need IE6+. 6 is higher than 7, right? <img src='http://will.id.au/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  &#8212; Just joking around with the last comment.)</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2006/05/01/thoughts-on-internet-explorer-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Windows Mobile devices</title>
		<link>http://will.id.au/blog/archive/2006/04/05/more-windows-mobile-devices</link>
		<comments>http://will.id.au/blog/archive/2006/04/05/more-windows-mobile-devices#comments</comments>
		<pubDate>Wed, 05 Apr 2006 05:09:54 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2006/04/05/more-windows-mobile-devices</guid>
		<description><![CDATA[Awesome, looks like there&#8217;s going to be even more Windows Mobile based devices hitting the market. See this post at MyPDACafe (via Jason Langridge&#8217;s blog) about new devices being manufactured by Chinese device manufacturer, Tech Faith Wireless (TFW), which looks like it will be going head to head with another Original Device Manufacturer (ODM) that [...]]]></description>
			<content:encoded><![CDATA[<p>Awesome, looks like there&#8217;s going to be even more Windows Mobile based devices hitting the market.</p>
<p>See <a href="http://forum.mypdacafe.com/viewtopic.php?t=9100">this post at MyPDACafe</a> (via <a href="http://blogs.msdn.com/jasonlan/archive/2006/04/04/567984.aspx">Jason Langridge&#8217;s blog</a>) about new devices being manufactured by Chinese device manufacturer, Tech Faith Wireless (TFW), which looks like it will be going head to head with another Original Device Manufacturer (ODM) that is quite well known these days, HTC. HTC is the manufacturer of many of the current crop of popular Windows Mobile based devices being rebranded as i-mate, QTek, O2, Orange (as well as several others).</p>
<p>Can&#8217;t wait til these devices hit the market. Hopefully, more competition resulting in lower prices and a bigger market share for Windows Mobile based devices. It can only be a good thing for Windows Mobile developers, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2006/04/05/more-windows-mobile-devices/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Only allow full synchronisations when a WindowsMobile device is cradled</title>
		<link>http://will.id.au/blog/archive/2006/04/05/only-allow-full-synchronisations-when-a-windowsmobile-device-is-cradled</link>
		<comments>http://will.id.au/blog/archive/2006/04/05/only-allow-full-synchronisations-when-a-windowsmobile-device-is-cradled#comments</comments>
		<pubDate>Wed, 05 Apr 2006 00:43:33 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Mobile Technology]]></category>

		<guid isPermaLink="false">http://will.id.au/blog/archive/2006/04/05/only-allow-full-synchronisations-when-a-windowsmobile-device-is-cradled</guid>
		<description><![CDATA[When developing a Windows Mobile based application, you&#8217;re often presented with the &#8220;I want everything synchronised between my device and my PC&#8221; scenario. While yes, it&#8217;d be great to have everything synchronised when you&#8217;re on the go (via GPRS, etc), and having little changes filtered through to the device. The little changes is fine, but [...]]]></description>
			<content:encoded><![CDATA[<p>When developing a Windows Mobile based application, you&#8217;re often presented with the &#8220;I want everything synchronised between my device and my PC&#8221; scenario.</p>
<p>While yes, it&#8217;d be great to have everything synchronised when you&#8217;re on the go (via GPRS, etc), and having little changes filtered through to the device. </p>
<p>The little changes is fine, but what about doing a full synchronisation? Surely, you wouldn&#8217;t want users to do a full sync whilst out on the road with data being charged per kilobyte (at a high rate)?</p>
<p>I&#8217;m not too sure how the data rates (for GPRS) are overseas, but over here depending upon your telco, it does get quite pricey after you go beyond your alloted monthly data allowance.</p>
<p>One way of disabling a full synchronisation whilst on GPRS is to use the SystemState.Changed event to detect when the device is cradled.</p>
<p>Here&#8217;s an example (using Windows Mobile 5.0&#8242;s managed API and C#):</p>
<p><code>public class Form1 : Form<br />
{<br />
  Microsoft.WindowsMobile.Status.SystemState systemState;<br />
  public Form1()<br />
  {<br />
    systemState = new Microsoft.WindowsMobile.Status.SystemState(Microsoft.WindowsMobile.Status.SystemProperty.CradlePresent);<br />
    systemState.Changed += new Microsoft.WindowsMobile.Status.ChangeEventHandler(systemState_Changed);<br />
  }</p>
<p>  protected void systemState_Changed(object sender, Microsoft.WindowsMobile.Status.ChangeEventArgs args)<br />
  {<br />
    // Show whether the cradle is present<br />
    MessageBox.Show("Is the cradle present? " + Microsoft.WindowsMobile.Status.SystemState.CradlePresent.ToString());<br />
  }<br />
}</code></p>
<p>The above is just some sample code that you can modify to meet your requirements. </p>
<p>You could use the boolean value returned by <a href="http://msdn.microsoft.com/library/en-us/mobilesdk5/html/P_Microsoft_WindowsMobile_Status_SystemState_CradlePresent.asp?frame=true">SystemState.CradlePresent</a> to toggle your full synchronisation option.</p>
<p>You should also check out the State and Notification Broker sample that comes with the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=83a52af2-f524-4ec5-9155-717cbe5d25ed&#038;DisplayLang=en">Windows Mobile 5.0 SDK</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://will.id.au/blog/archive/2006/04/05/only-allow-full-synchronisations-when-a-windowsmobile-device-is-cradled/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
