<?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>Funcoder Technology Blog</title>
	<atom:link href="http://www.funcoder.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.funcoder.com</link>
	<description>A UK Based Developer, Living and Breathing Technology</description>
	<lastBuildDate>Thu, 12 Aug 2010 08:04:52 +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>Using HyperFile Classic to Speed Up Performance</title>
		<link>http://www.funcoder.com/using-hyperfile-classic-to-speed-up-performance/</link>
		<comments>http://www.funcoder.com/using-hyperfile-classic-to-speed-up-performance/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:04:52 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[WinDev]]></category>
		<category><![CDATA[PC Soft]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/using-hyperfile-classic-to-speed-up-performance/</guid>
		<description><![CDATA[I had a situation the other day with our internal application when I built a new screen to view data from an external database via VPN. The screen just ended up to sluggish and I needed a way to give it some zip. After a few moments with my 2 brains colliding trying to compete [...]]]></description>
			<content:encoded><![CDATA[<p>I had a situation the other day with our internal application when I built a new screen to view data from an external database via VPN. The screen just ended up to sluggish and I needed a way to give it some zip.</p>
<p>After a few moments with my 2 brains colliding trying to compete for a solution, I finally found a perfect and fast way to view the data in a major zippy way.</p>
<p>It’s simple really, just create some local HyperFile classic tables to store your data. Then create a method to load up the tables when the screen is opened. This makes it even more simple for you to code up the tables and loopers.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://www.funcoder.com/wp-content/uploads/2010/08/image.png" width="388" height="162" /> </p>
<p align="left">To give the user feedback when the screen is loading the data, I put a progress bar on the first plane.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://www.funcoder.com/wp-content/uploads/2010/08/image1.png" width="318" height="106" /> </p>
<p>Once the data has been loaded into the local tables I load up the components and the flip to Plane 2 to show the screen in all its glory.</p>
<p>Now clicking on rows to load up other data is super fast.</p>
<p>So the next time you want to keep your application speedy, you might want to consider this method.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/using-hyperfile-classic-to-speed-up-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Android SDK with WinDev Mobile 15 by Georgio</title>
		<link>http://www.funcoder.com/using-android-sdk-with-windev-mobile-15-by-georgio/</link>
		<comments>http://www.funcoder.com/using-android-sdk-with-windev-mobile-15-by-georgio/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 08:46:41 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/using-android-sdk-with-windev-mobile-15-by-georgio/</guid>
		<description><![CDATA[Now that the exciting WinDev 15 release is out the door there are very exciting times ahead for us developers of PC Soft tools. I noticed on the WinDev site today there is a very cool quick YouTube video by Georgio showing how you can write Java code to access hardware functions within WinDev Mobile [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the exciting WinDev 15 release is out the door there are very exciting times ahead for us developers of PC Soft tools.</p>
<p>I noticed on the WinDev site today there is a very cool quick YouTube video by Georgio showing how you can write Java code to access hardware functions within WinDev Mobile 15. </p>
<p>My personal view is that PC Soft has done a great job of allowing us to go beyond the WLanguage functions so we can create professional grade applications in the IDE.</p>
<p>The packaging functionality in WinDev Mobile 15 makes it so easy to create the app ready to deploy to a device.</p>
<p>Check out this video to see for yourself.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:e9ad257b-ba63-4e4c-a56f-88b1fbf66071" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/5wco8WYgGmc&amp;hl=en"></param><embed src="http://www.youtube.com/v/5wco8WYgGmc&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/using-android-sdk-with-windev-mobile-15-by-georgio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebDev 15 Beta Issue &#8211; Testing Dynamic Sites</title>
		<link>http://www.funcoder.com/webdev-15-beta-issue-testing-dynamic-sites/</link>
		<comments>http://www.funcoder.com/webdev-15-beta-issue-testing-dynamic-sites/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 11:31:19 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/webdev-15-beta-issue-testing-dynamic-sites/</guid>
		<description><![CDATA[I tested my first WebDev 15 site today but getting a strange issue with a 404 error. When I debug the web app I get the following dialog: Running the diagnostics everything works except the AWP files configuration. I have tried the Correct button but it doesn’t solve the problem. &#160; Running the web app [...]]]></description>
			<content:encoded><![CDATA[<p>I tested my first WebDev 15 site today but getting a strange issue with a 404 error.</p>
<p>When I debug the web app I get the following dialog:</p>
<p><a href="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121617.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20-04-2010 12-16-17" border="0" alt="20-04-2010 12-16-17" src="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121617_thumb.png" width="447" height="229" /></a> </p>
<p>Running the diagnostics everything works except the AWP files configuration. I have tried the Correct button but it doesn’t solve the problem.</p>
<p> <a href="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121641.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20-04-2010 12-16-41" border="0" alt="20-04-2010 12-16-41" src="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121641_thumb.png" width="442" height="357" /></a>
<p>&#160;</p>
<p>Running the web app I get a 404 error.</p>
<p><a href="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121721.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20-04-2010 12-17-21" border="0" alt="20-04-2010 12-17-21" src="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121721_thumb.png" width="452" height="115" /></a> </p>
<p>I’ve checked the CGI mapping is in place and all looks good, so I am lost what is causing this.</p>
<p><a href="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121819.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20-04-2010 12-18-19" border="0" alt="20-04-2010 12-18-19" src="http://www.funcoder.com/wp-content/uploads/2010/04/20042010121819_thumb.png" width="464" height="62" /></a> </p>
<p>Anyone have suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/webdev-15-beta-issue-testing-dynamic-sites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsoft Courier Booklet</title>
		<link>http://www.funcoder.com/microsoft-courier-booklet/</link>
		<comments>http://www.funcoder.com/microsoft-courier-booklet/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:02:35 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Courier Booklet]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/microsoft-courier-booklet/</guid>
		<description><![CDATA[This is looks totally cool and goes way beyond the functionality of an iPAD.]]></description>
			<content:encoded><![CDATA[<p>This is looks totally cool and goes way beyond the functionality of an iPAD.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:be8a90c3-9ff9-4423-9e26-2ee8e11c9853" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/rXiYtMnjAmc&amp;hl=en"></param><embed src="http://www.youtube.com/v/rXiYtMnjAmc&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/microsoft-courier-booklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Favourite Scene From Blade Runner Gone Lego</title>
		<link>http://www.funcoder.com/my-favourite-scene-from-blade-runner-gone-lego/</link>
		<comments>http://www.funcoder.com/my-favourite-scene-from-blade-runner-gone-lego/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:20:53 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/my-favourite-scene-from-blade-runner-gone-lego/</guid>
		<description><![CDATA[You just have to ask my wife how annoying I can be when I spontaneously re-enact the Tears in Rain scene from Blade Runner. So you can imagine my delight when I found a video of Lego character also enjoying this moving moment. Blade Runner &#8211; Tears in Rain (in LEGO) from Zach Macias on [...]]]></description>
			<content:encoded><![CDATA[<p>You just have to ask my wife how annoying I can be when I spontaneously re-enact the Tears in Rain scene from Blade Runner. So you can imagine my delight when I found a video of Lego character also enjoying this moving moment.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:67c79b42-ef4b-4aa2-8c5c-70efe31b2131" class="wlWriterEditableSmartContent">
<div><object width="400" height="170"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9144587&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9144587&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="170"></embed></object>
<p><a href="http://vimeo.com/9144587">Blade Runner &#8211; Tears in Rain (in LEGO)</a> from <a href="http://vimeo.com/mindgamestudios">Zach Macias</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</div>
</div>
<p>I know I’m kind of strange but its the dark side of my geek life.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/my-favourite-scene-from-blade-runner-gone-lego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excellent WinDev Mobile Developer Contract Opportunity</title>
		<link>http://www.funcoder.com/excellent-windev-mobile-developer-contact-opportunity/</link>
		<comments>http://www.funcoder.com/excellent-windev-mobile-developer-contact-opportunity/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 12:34:37 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[WinDev]]></category>
		<category><![CDATA[contract]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[windev mobile]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/excellent-windev-mobile-developer-contact-opportunity/</guid>
		<description><![CDATA[A leading UK logistics software company are seeking an experienced WinDev Mobile developer to work on a Windows Mobile development project involving GPRS, GPS, TCP/IP socket level comms, signature capture and bar-code scanning. The successful individual will be working with a team of software engineers with extensive experience in the logistics industry, and for a [...]]]></description>
			<content:encoded><![CDATA[<p>A leading UK logistics software company are seeking an experienced WinDev Mobile developer to work on a Windows Mobile development project involving GPRS, GPS, TCP/IP socket level comms, signature capture and bar-code scanning. The successful individual will be working with a team of software engineers with extensive experience in the logistics industry, and for a company that has a wide and varied portfolio.</p>
<p>The initial contract will be for a period of 3-6 months and therefore would either suit a self-employed developer or someone seeking fixed-term employment. There is the opportunity of a permanent position.</p>
<p>Salary negotiable. Applicants should apply in writing to <a href="mailto:cv@logistics-software.co.uk">cv@logistics-software.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/excellent-windev-mobile-developer-contact-opportunity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Livescribe Pulse Review for Developers</title>
		<link>http://www.funcoder.com/livescribe-pulse-review-for-developers/</link>
		<comments>http://www.funcoder.com/livescribe-pulse-review-for-developers/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 10:06:13 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[livescribe]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/livescribe-pulse-review-for-developers/</guid>
		<description><![CDATA[I have had my Livescribe Pulse for about 2 months now and thought I would let you know my opinion of using this product from a developers perspective. Thoughts and ideas flow through my head every minute so its great to get them down on paper. The problem is finding information I have written on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.livescribe.com/" target="_blank"><img style="margin: 2px 10px 5px 0px; display: inline" align="left" src="http://www.ubergizmo.com/photos/2008/6/pulse-smartpen.jpg" width="159" height="161" /></a>I have had my <a href="http://www.livescribe.com/" target="_blank">Livescribe</a> Pulse for about 2 months now and thought I would let you know my opinion of using this product from a developers perspective.</p>
<p>Thoughts and ideas flow through my head every minute so its great to get them down on paper. The problem is finding information I have written on a pad weeks later is a real pain.</p>
<p>So <a href="http://www.livescribe.com/" target="_blank">Livescribe</a> is a perfect fit for my notes, I can write all my notes on the pad and sync to Livescribe desktop and then I can name the pages and search for text though all my notebooks.</p>
<p><a href="http://www.livescribe.com/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.funcoder.com/wp-content/uploads/2009/11/image1.png" width="189" height="244" /></a> </p>
<p>I can even upload my notes with a simple click on Livescribe Desktop to share with others.</p>
<p>Then there’s the audio I can use in development meetings. So while I’m making notes in a meeting the pen is recording audio. If I here something I want to review for later I can click the bookmark button on my pad.</p>
<p>Once the meeting is finished I can upload the audio and captured notes to the desktop. At any time I can review my note and clicking on words will play the audio recorded at the time I was writing.</p>
<p>As you can probably see from my post I just love this pen, not just because I’m a geek, it’s so useful every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/livescribe-pulse-review-for-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WinDev Mobile Android Development</title>
		<link>http://www.funcoder.com/windev-mobile-android-development/</link>
		<comments>http://www.funcoder.com/windev-mobile-android-development/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 08:43:04 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[WinDev]]></category>
		<category><![CDATA[PC Soft]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/windev-mobile-android-development/</guid>
		<description><![CDATA[The Android platform is becoming a very popular choice for consumers here in the UK and its a good time for developers to start building applications for both our clients and consumers. Just look at the popularity of the iPhone app store and Android is growing to become just as amazing. PC Soft have seen [...]]]></description>
			<content:encoded><![CDATA[<p>The Android platform is becoming a very popular choice for consumers here in the UK and its a good time for developers to start building applications for both our clients and consumers.</p>
<p>Just look at the popularity of the iPhone app store and Android is growing to become just as amazing.</p>
<p>PC Soft have seen the potential of this market and added some enhancements to WinDev Mobile to make it Android development a breeze using your current WinDev skills.</p>
<p>So what will the WinDev Mobile for Android platform support?</p>
<p>Claudia kindly sent me a list of some features that will be available to us:</p>
<blockquote><p><font color="#004080">“The controls will automatically have an &quot;Android Look&quot;. </font></p>
<p><font color="#004080">The local database of Android is SQL Lite. You will be able to link controls with the data through the 7-tab window, and use the WLanguage functions of the &quot;H&quot; family.</font></p>
<p><font color="#004080">The creation of applications for Android will be based on WINDEV&#8217;s Java generation, however you will still develop as usual in WLanguage. </font></p>
<p><font color="#004080">The layout of the screen (vertical or horizontal) will be handled using the anchoring method. </font></p>
<p><font color="#004080">WinDev Mobile for Android will offer these controls:        <br />- Label         <br />- Radio button         <br />- Button         <br />- Looper         <br />- Image         <br />- Tab         <br />- Edit control         <br />- Check box         <br />- List         <br />- Combo box         <br />- Menu. </font></p>
<p><font color="#004080">257 WLanguage functions will be available for Android.”</font></p>
</blockquote>
<p>This is very exciting and I can’t wait to get my hands on version 15 and start developing for the Android app store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/windev-mobile-android-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WLanguage By Reference and By Value</title>
		<link>http://www.funcoder.com/wlanguage-by-reference-and-by-value/</link>
		<comments>http://www.funcoder.com/wlanguage-by-reference-and-by-value/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:36:32 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[WinDev]]></category>
		<category><![CDATA[PC Soft]]></category>

		<guid isPermaLink="false">http://www.funcoder.com/wlanguage-by-reference-and-by-value/</guid>
		<description><![CDATA[WinDev procedure parameters are passed by reference as a default and this is great but can also cause some strange issues in your code if you are not careful. There are a few ways to pass an object by value and one of my favourite is using the LOCAL statement when defining your parameters. Here’s [...]]]></description>
			<content:encoded><![CDATA[<p>WinDev procedure parameters are passed by reference as a default and this is great but can also cause some strange issues in your code if you are not careful.</p>
<p>There are a few ways to pass an object by value and one of my favourite is using the LOCAL statement when defining your parameters.</p>
<p>Here’s an example:</p>
<p><a href="http://www.funcoder.com/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.funcoder.com/wp-content/uploads/2009/11/image_thumb.png" width="456" height="16" /></a> </p>
<p>If you don’t define anything as LOCAL then you can also tell WLanguage that you are passing by value just by adding brackets around the object you are passing:</p>
<p><font color="#0080c0">CalculateWinnerPrizeTotals(<font color="#800000">(</font>nWinnerID<font color="#800000">)</font>, xCost)</font></p>
<p><font color="#000000">So the example above shows how you can tell the method you are passing nWinnerID by value and not by reference.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.funcoder.com/wlanguage-by-reference-and-by-value/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Wave Swamps My PC</title>
		<link>http://kentwell.net/glenn/2009/10/google-wave-swamps-my-pc/</link>
		<comments>http://kentwell.net/glenn/2009/10/google-wave-swamps-my-pc/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:03:05 +0000</pubDate>
		<dc:creator>the same clown</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[googlewave]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://kentwell.net/glenn/2009/10/google-wave-swamps-my-pc/</guid>
		<description><![CDATA[I&#8217;ve just been trying Google Wave after I was graciously invited by someone awesome, and it looks like it&#8217;s really hard on your computer&#8217;s system resources when you&#8217;re trying to view a big Wave. Here&#8217;s my browser, struggling to render a big Wave:
I was trying to read a random Wave that had 129 other users [...]]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution">Syndicated from <a href="http://kentwell.net/glenn">Some Brisbane Guy</a>, by  <a href="http://www.funcoder.com/author/the-same-clown/" title="Read other posts by the same clown">the same clown</a></p>
<p>I&#8217;ve just been trying Google Wave after I was graciously invited by <a href="http://cameronpriem.com/">someone awesome</a>, and it looks like it&#8217;s really hard on your computer&#8217;s system resources when you&#8217;re trying to view a big Wave. Here&#8217;s my browser, struggling to render a big Wave:</p>
<div class="wp-caption aligncenter" style="width: 610px"><a href="http://kentwell.net/picsimgs/misc/wave4.png"><img alt="Google Wave, trying to render a big wave" src="http://kentwell.net/picsimgs/misc/wave4sm.png" title="Google Wave, trying to render a big wave" width="600" height="328" /></a><p class="wp-caption-text">Google Wave, trying to render a big wave</p></div>
<p>I was trying to read a random Wave that had 129 other users and 340+ wavelets, and it SMASHED my work laptop, which is fairly decent (Core 2 Duo with 2GB of RAM), so that I couldn&#8217;t even really read the Wave &#8212; it was too slow to respond.</p>
<div class="wp-caption aligncenter" style="width: 610px"><a href="http://kentwell.net/picsimgs/misc/wave3.png"><img alt="Windows Task Manager while trying to use Google Wave" src="http://kentwell.net/picsimgs/misc/wave3sm.png" title="Windows Task Manager while trying to use Google Wave" width="600" height="275" /></a><p class="wp-caption-text">Windows Task Manager while trying to use Google Wave</p></div>
<p>I am using the Firefox 3.5.4 beta but it was unusable in Google&#8217;s own Chrome, as well.  Firefox actually seemed better as it would allocate memory and then release it but Chrome would just eat more and more memory until the machine was paging like crazy.  Check out my Task Manager screenshot above, you can see the memory going up and down and one of the CPU cores maxed out.</p>
<p>I&#8217;m keen to keep trying Wave out, but is Google doing a Microsoft (see <a href="http://en.wikipedia.org/wiki/Wirth%27s_law">Wirth&#8217;s Law</a>), and just expecting that as Wave catches on, everyone will have enough horsepower to run it?  Or is it just that it&#8217;s beta, and performance will get better with optimisation &#8212; including Javascript engine optimisations in the major browsers?  I guess we&#8217;ll see&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://kentwell.net/glenn/2009/10/google-wave-swamps-my-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
