<?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>The Wiggling Fish</title>
	<atom:link href="http://jellofishi.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://jellofishi.com/blog</link>
	<description>Programming and stuff</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:16:21 +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>Auto resizing java applets</title>
		<link>http://jellofishi.com/blog/?p=81</link>
		<comments>http://jellofishi.com/blog/?p=81#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:16:21 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java programming applet]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=81</guid>
		<description><![CDATA[Short story. Make a and give it dimensions with css. Place java applet inside the div. Set the applet width and height to 100%. Applet will now resize on changes to page layout. Tested on firefox 3.6 using an applet with FlowLayout. End of story. Have a nice day]]></description>
			<content:encoded><![CDATA[<p>Short story.</p>
<p>Make a
<div> and give it dimensions with css. Place java applet inside the div. Set the applet width and height to 100%. Applet will now resize on changes to page layout.<br />
Tested on firefox 3.6 using an applet with FlowLayout.</p>
<p>End of story.</p>
<p>Have a nice day <img src='http://jellofishi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alt+Shift doesn&#8217;t change language in KDE4</title>
		<link>http://jellofishi.com/blog/?p=79</link>
		<comments>http://jellofishi.com/blog/?p=79#comments</comments>
		<pubDate>Wed, 11 Nov 2009 06:57:20 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=79</guid>
		<description><![CDATA[I&#8217;ve been busting my brains on this for a while. Then found the solution. In addition to setting the switching option to Alt+Shift, this setting is also relevant : Settings -&#62; Regional &#38; Language -&#62; Keyboard Layout -&#62; Keyboard model. My keyboard model settings was wrong. For me (Lenovo 3000 v100) it had to be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busting my brains on this for a while. Then found the solution. In addition to setting the switching option to Alt+Shift, this setting is also relevant :</p>
<p>Settings -&gt; Regional &amp; Language -&gt; Keyboard Layout -&gt; Keyboard model.</p>
<p>My keyboard model settings was wrong. For me (Lenovo 3000 v100) it had to be Generic 104-key PC and it was set on Generic 105-key.</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building DLL on windows with MingW and QT (4.5)</title>
		<link>http://jellofishi.com/blog/?p=76</link>
		<comments>http://jellofishi.com/blog/?p=76#comments</comments>
		<pubDate>Sun, 26 Apr 2009 16:03:27 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Windows Programming]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[windows mingw qt]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=76</guid>
		<description><![CDATA[Had a problem when building a dll on windows using mingw which linked against qt dlls. Use &#8211;export-all-symbols to be abe to link it to an application. All symbols were resolved except StaticMetaObject of a specific class. The class inheriting from the class in the dll was missing a virtual destructor. Adding it resolved the [...]]]></description>
			<content:encoded><![CDATA[<p>Had a problem when building a dll on windows using mingw which linked against qt dlls. Use &#8211;export-all-symbols to be abe to link it to an application. All symbols were resolved except StaticMetaObject of a specific class. The class inheriting from the class in the dll was missing a virtual destructor. Adding it resolved the problem. The dll had classes with virtual methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>first post from ipod</title>
		<link>http://jellofishi.com/blog/?p=75</link>
		<comments>http://jellofishi.com/blog/?p=75#comments</comments>
		<pubDate>Wed, 22 Apr 2009 08:09:08 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=75</guid>
		<description><![CDATA[moo]]></description>
			<content:encoded><![CDATA[<p>moo</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QT qmake static library dependencies</title>
		<link>http://jellofishi.com/blog/?p=71</link>
		<comments>http://jellofishi.com/blog/?p=71#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:02:46 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=71</guid>
		<description><![CDATA[I keep forgetting that static library dependencies need to be linked in the proper order. The least dependant libraries first and after them the libraries which depend on them. This order is set in the top level .pro file&#8217;s SUBDIR variable.]]></description>
			<content:encoded><![CDATA[<p>I keep forgetting that static library dependencies need to be linked in the proper order. The least dependant libraries first and after them the libraries which depend on them. This order is set in the top level <strong>.pro</strong> file&#8217;s SUBDIR variable.</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disassemble Linksys router WRT54GL v1.1</title>
		<link>http://jellofishi.com/blog/?p=61</link>
		<comments>http://jellofishi.com/blog/?p=61#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:40:22 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[modding]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=61</guid>
		<description><![CDATA[Modded my linksys wrt54gl v1.1 router today to add an sd card reader. The most annoying part was opening the chasis. Here are some detailed photos of what goes on inside. The front section is attached by 2 clips on the sides.]]></description>
			<content:encoded><![CDATA[<p>Modded my linksys wrt54gl v1.1 router today to add an sd card reader.</p>
<p>The most annoying part was opening the chasis. Here are some detailed photos of what goes on inside. The front section is attached by 2 clips on the sides.</p>
<p><img class="size-medium wp-image-64" title="Back end" src="http://jellofishi.com/blog/wp-content/uploads/2009/03/linksys3-300x225.jpg" alt="Back end" width="300" height="225" /></p>
<p><img class="size-medium wp-image-65" title="Front end" src="http://jellofishi.com/blog/wp-content/uploads/2009/03/linksys21-300x225.jpg" alt="Front end" width="300" height="225" /></p>
<p><img class="size-medium wp-image-62" title="Disassembled linksys router" src="http://jellofishi.com/blog/wp-content/uploads/2009/03/linksys1-300x225.jpg" alt="Disassembled linksys router" width="300" height="225" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling libraw on mingw</title>
		<link>http://jellofishi.com/blog/?p=53</link>
		<comments>http://jellofishi.com/blog/?p=53#comments</comments>
		<pubDate>Sun, 01 Mar 2009 13:31:40 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Windows Programming]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=53</guid>
		<description><![CDATA[Modified makefile to compile libraw on mingw.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jellofishi.com/apps/libraw/mingw/Makefile.mingw">Modified makefile</a> to compile <a href="http://www.libraw.org/">libraw</a> on mingw.</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amarok 1.4.10 + iPOD + RockBox Fails to transfer files</title>
		<link>http://jellofishi.com/blog/?p=49</link>
		<comments>http://jellofishi.com/blog/?p=49#comments</comments>
		<pubDate>Fri, 09 Jan 2009 23:19:22 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=49</guid>
		<description><![CDATA[Small oddity I noticed when trying to use amarok to transfer files to my Rockbox&#8217;ed iPod. Rockbox only supports FAT32 filesystem. If the path stated in the device settings exists, and is written with different case, then amarok will report &#8220;Copying &#60;filename&#62; failed&#8221;. Make sure to write the path Case sensitive. For exmple if &#8220;/Music&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Small oddity I noticed when trying to use amarok to transfer files to my Rockbox&#8217;ed iPod. Rockbox only supports FAT32 filesystem. If the path stated in the device settings exists, and is written with different case, then amarok will report &#8220;Copying &lt;filename&gt; failed&#8221;. Make sure to write the path Case sensitive. For exmple if &#8220;/Music&#8221; exists, &#8220;/music&#8221; will fail. This is a problem with amarok 1.4.10. Did not test amarok 2 yet as I have not yet moved to KDE-4.</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo Rescue and Recovery &#8211; Tips</title>
		<link>http://jellofishi.com/blog/?p=46</link>
		<comments>http://jellofishi.com/blog/?p=46#comments</comments>
		<pubDate>Tue, 30 Dec 2008 13:24:19 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[lenovo]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=46</guid>
		<description><![CDATA[I like the utilities that come with the lenovo. I especially like the system update which can install everything needed automatically on a fresh install of windows. Havn&#8217;t seen any other laptop maker do this (If you have, please let me know). I came across a couple of difficulties using the &#8220;Recue and Restore&#8221; backup [...]]]></description>
			<content:encoded><![CDATA[<p>I like the utilities that come with the lenovo. I especially like the system update which can install everything needed automatically on a fresh install of windows. Havn&#8217;t seen any other laptop maker do this (If you have, please let me know). I came across a couple of difficulties using the &#8220;Recue and Restore&#8221; backup utility (which has saved me time more than once). Both issues were with network backups.</p>
<p><strong>No easy way to change the network drive mapping after it has been selected</strong></p>
<p><strong>Solution: </strong>This information is stored in the registry. Backup and remove &#8220;HKLM\Software\Lenovo\MND&#8221;</p>
<p><strong>Error specifying the network path and login even though they can be accessed via explorer</strong></p>
<p><strong>Note:</strong> Rescue and Recovery does not accept and IP address as the url for the backup server. You must specify a hostname. If you will be using the bootable cd created with &#8220;Create Recovery Media&#8221; tool , make sure this name is resolvable using your DNS server before backing up with this method.</p>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volume Shadow Copy Service SDK 7.2 &#8211; Compiling sample vshadow application</title>
		<link>http://jellofishi.com/blog/?p=33</link>
		<comments>http://jellofishi.com/blog/?p=33#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:37:59 +0000</pubDate>
		<dc:creator>jellofishi</dc:creator>
				<category><![CDATA[Windows Programming]]></category>

		<guid isPermaLink="false">http://jellofishi.com/blog/?p=33</guid>
		<description><![CDATA[Working on a backup server I started poking around with windows shadow volume options. I found a solution which combines vshadow, rsync and some scripts and batch files. I wanted something more low level and elegant. The first thing I tried to do is compile the sample vshadow application so I can start working with [...]]]></description>
			<content:encoded><![CDATA[<p>Working on a backup server I started poking around with <a href="http://www.microsoft.com/downloads/details.aspx?familyid=0b4f56e4-0ccc-4626-826a-ed2c4c95c871&#038;displaylang=en">windows shadow volume options</a>. I found <a href="http://www.goodjobsucking.com/?p=62">a solution</a> which combines vshadow, rsync and some scripts and batch files. I wanted something more low level and elegant. The first thing I tried to do is compile the sample vshadow application so I can start working with it to get a clue on how to modify it to my needs.</p>
<p>I had a couple of stumbling blocks, to one of which I only found a solution on one blog, and only managed to load that via google cache. This is the short list of things which weren&#8217;t obvious to me.</p>
<ul>
<li>
Compiling this sample requires the <a href="http://www.microsoft.com/whdc/DevTools/ddk/default.mspx">Windows Server 2003 DDK</a>. Add the paths to the <strong>atl</strong> libs in it to the project (Specifically the path with the missing <strong>atlthunk.lib</strong>)</li>
<li>
<pre>
<strong>error C4430: missing type specifier - int assumed</strong>
</pre>
<p>change line 29 in shadow.cpp by adding <strong>int</strong> as a return type:</p>

<div class="wp_syntax"><div class="code"><pre class="cpp" style="font-family:monospace;"><span style="color: #0000ff;">extern</span> <span style="color: #FF0000;">&quot;C&quot;</span> <span style="color: #0000ff;">int</span> __cdecl wmain<span style="color: #008000;">&#40;</span><span style="color: #0000ff;">int</span> argc, WCHAR <span style="color: #000040;">**</span> argv<span style="color: #008000;">&#41;</span></pre></div></div>

</li>
<li>
<pre><strong>unresolved external symbol "long __stdcall ShouldBlockRevert(wchar_t const *,bool *)"</strong></pre>
<p>This is <a href="http://apocryph.org/2007/09/04/incredibly_annoying_gotcha_building_vshadow_sample_visual_studio_2005/">explained at length here</a>. The short answer is to set : <strong>Project properties -> Configuration Properties -> C/C++ -> Language -> Treat wchar_t as Built-in Type</strong> to <strong>No</strong> or add <strong>/Zc:wchar_t-</strong> to the compile command line if using makefiles.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jellofishi.com/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

