<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Paul René Jørgensen</title>
	<atom:link href="http://www.paulrene.no/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulrene.no</link>
	<description>Me, my projects and some other stuff</description>
	<pubDate>Sun, 20 May 2012 17:49:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Using the WebSphere pluggable client inside WebLogic Server by Paco G</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-336</link>
		<dc:creator>Paco G</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-336</guid>
		<description>Please, as Marcus said, can you upload the sources? 
The download zip only has the .class ones.

Thanks in advance.

Paco García</description>
		<content:encoded><![CDATA[<p>Please, as Marcus said, can you upload the sources?<br />
The download zip only has the .class ones.</p>
<p>Thanks in advance.</p>
<p>Paco García</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aerial Photography by Ken Croft</title>
		<link>http://paulrene.no/index.php/aerial-photography/#comment-335</link>
		<dc:creator>Ken Croft</dc:creator>
		<pubDate>Sun, 15 Feb 2009 08:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?page_id=13#comment-335</guid>
		<description>I have been a radio control flyer for the last 40 years, and lately I have been using a Canon Ixus 50 in a model for airborn videos. I now want to remorely trigger the shutter without using a servo and a mechanical link to the shutter button. I loaded CHDK some time ago and it works for my camera. I copied your script into wordpad, saved it and renamed it to remotetest.bas and put it in the /CHDK/SCRIPTS folder. I have enabled remote usb and I can get the script to run by pressing the shutter when in ALT mode. Just to prove that the remote connection works, I connected a 4.5 volt supply [3xAA cells] between pins 1 and 4. When I switch on the 4.5 volt, I get some kind of flicker of some of the icons on the screen, but no picture is taken. In this mode, the shutter button does not take pictures either. I just cannot get the remote to work at all. I do not know anything at all about programming and I wonder if I have not produced the script correctly. Here is the script: is it correctly written. Can you help to solve the problem?

@title Remote button
:loop
wait_click 1
is_key k “remote”
if k=1 then shoot
goto “loop”
end</description>
		<content:encoded><![CDATA[<p>I have been a radio control flyer for the last 40 years, and lately I have been using a Canon Ixus 50 in a model for airborn videos. I now want to remorely trigger the shutter without using a servo and a mechanical link to the shutter button. I loaded CHDK some time ago and it works for my camera. I copied your script into wordpad, saved it and renamed it to remotetest.bas and put it in the /CHDK/SCRIPTS folder. I have enabled remote usb and I can get the script to run by pressing the shutter when in ALT mode. Just to prove that the remote connection works, I connected a 4.5 volt supply [3xAA cells] between pins 1 and 4. When I switch on the 4.5 volt, I get some kind of flicker of some of the icons on the screen, but no picture is taken. In this mode, the shutter button does not take pictures either. I just cannot get the remote to work at all. I do not know anything at all about programming and I wonder if I have not produced the script correctly. Here is the script: is it correctly written. Can you help to solve the problem?</p>
<p>@title Remote button<br />
:loop<br />
wait_click 1<br />
is_key k “remote”<br />
if k=1 then shoot<br />
goto “loop”<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CHDK tutorial for RC AP - Scripting and remote USB triggering by Ken Croft</title>
		<link>http://paulrene.no/index.php/2008/05/chdk-tutorial-for-rc-ap-scripting-and-remote-usb-triggering/#comment-333</link>
		<dc:creator>Ken Croft</dc:creator>
		<pubDate>Sun, 15 Feb 2009 08:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=11#comment-333</guid>
		<description>I have been a radio control flyer for the last 40 years, and lately I have been using a Canon Ixus 50 in a model for airborn videos. I now want to remorely trigger the shutter without using a servo and a mechanical link to the shutter button. I loaded CHDK some time ago and it works for my camera. I copied your script into wordpad, saved it and renamed it to remotetest.bas and put it in the /CHDK/SCRIPTS folder. I have enabled remote usb and I can get the script to run by pressing the shutter when in ALT mode. Just to prove that the remote connection works, I connected a 4.5 volt supply [3xAA cells] between pins 1 and 4. When I switch on the 4.5 volt, I get some kind of flicker of some of the icons on the screen, but no picture is taken. In this mode, the shutter button does not take pictures either. I just cannot get the remote to work at all. I do not know anything at all about programming and I wonder if I have not produced the script correctly. Here is the script: is it correctly written. Can you help to solve the problem?

@title Remote button
:loop
wait_click 1
is_key k "remote"
if k=1 then shoot
goto "loop"
end</description>
		<content:encoded><![CDATA[<p>I have been a radio control flyer for the last 40 years, and lately I have been using a Canon Ixus 50 in a model for airborn videos. I now want to remorely trigger the shutter without using a servo and a mechanical link to the shutter button. I loaded CHDK some time ago and it works for my camera. I copied your script into wordpad, saved it and renamed it to remotetest.bas and put it in the /CHDK/SCRIPTS folder. I have enabled remote usb and I can get the script to run by pressing the shutter when in ALT mode. Just to prove that the remote connection works, I connected a 4.5 volt supply [3xAA cells] between pins 1 and 4. When I switch on the 4.5 volt, I get some kind of flicker of some of the icons on the screen, but no picture is taken. In this mode, the shutter button does not take pictures either. I just cannot get the remote to work at all. I do not know anything at all about programming and I wonder if I have not produced the script correctly. Here is the script: is it correctly written. Can you help to solve the problem?</p>
<p>@title Remote button<br />
:loop<br />
wait_click 1<br />
is_key k &#8220;remote&#8221;<br />
if k=1 then shoot<br />
goto &#8220;loop&#8221;<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CHDK tutorial for RC AP part 1 by Kent Empie</title>
		<link>http://paulrene.no/index.php/2008/05/chdk-tutorial-for-rc-ap-part-1/#comment-331</link>
		<dc:creator>Kent Empie</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=10#comment-331</guid>
		<description>I love the idea of using CHDK for arial photography, I did it with my 2M powered glider this summer, with a Canon Powershot SD1000 strapped to underneath one of the wings.  Instead of worrying about triggering the shot remotely, I just set up the CHDK script for continuous shooting, once every second.  With a 4GB SD card, that's at least 20 minutes of shooting at 7megapixel shooting, then I just copy off the photos that come out the best, and delete the rest.

The interval shooting .BAS file that's on the CHDK site works well, I had to tweak the autofocus a little on my camera to get the shooting to be once a second, otherwise the focus took a couple of seconds between each shot.  With a small change to the program, you can refocus every 10 shots or so, most of the time you're focusing on infinity so it doesn't matter very much once you're up there.</description>
		<content:encoded><![CDATA[<p>I love the idea of using CHDK for arial photography, I did it with my 2M powered glider this summer, with a Canon Powershot SD1000 strapped to underneath one of the wings.  Instead of worrying about triggering the shot remotely, I just set up the CHDK script for continuous shooting, once every second.  With a 4GB SD card, that&#8217;s at least 20 minutes of shooting at 7megapixel shooting, then I just copy off the photos that come out the best, and delete the rest.</p>
<p>The interval shooting .BAS file that&#8217;s on the CHDK site works well, I had to tweak the autofocus a little on my camera to get the shooting to be once a second, otherwise the focus took a couple of seconds between each shot.  With a small change to the program, you can refocus every 10 shots or so, most of the time you&#8217;re focusing on infinity so it doesn&#8217;t matter very much once you&#8217;re up there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Stig Roar</title>
		<link>http://paulrene.no/index.php/about/#comment-330</link>
		<dc:creator>Stig Roar</dc:creator>
		<pubDate>Sun, 07 Dec 2008 09:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?page_id=2#comment-330</guid>
		<description>Hallo Paul Rene hva var det den het den nettsiden som du bestillte batterier fra?


Stig Roar</description>
		<content:encoded><![CDATA[<p>Hallo Paul Rene hva var det den het den nettsiden som du bestillte batterier fra?</p>
<p>Stig Roar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The astonishing promise of DNA folding by Mikal</title>
		<link>http://paulrene.no/index.php/2008/09/the-astonishing-promise-of-dna-folding/#comment-329</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=24#comment-329</guid>
		<description>Ikke sett hele ennå, men minner meg med en gang om en novelle jeg leste av Cory Doctorow: http://dir.salon.com/story/tech/feature/2002/08/28/0wnz0red/index.html
Anbefales :)</description>
		<content:encoded><![CDATA[<p>Ikke sett hele ennå, men minner meg med en gang om en novelle jeg leste av Cory Doctorow: <a href="http://dir.salon.com/story/tech/feature/2002/08/28/0wnz0red/index.html" rel="nofollow">http://dir.salon.com/story/tech/feature/2002/08/28/0wnz0red/index.html</a><br />
Anbefales <img src='http://paulrene.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SpotPilot - Building an aircraft autopilot using a Sun Spot part 2 by Julen</title>
		<link>http://paulrene.no/index.php/2008/07/spotpilot-building-an-aircraft-autopilot-using-a-sun-spot-part-2/#comment-328</link>
		<dc:creator>Julen</dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=20#comment-328</guid>
		<description>Hi, Your prject is fantastic, I like it.
I'm trying to hook up the EM-406A GPS module to sun spot, because I have seen this in the web, but I don't have had success with this, If you can help me with some example, code, ideas, I'd really  really appreciated that.

Best regards</description>
		<content:encoded><![CDATA[<p>Hi, Your prject is fantastic, I like it.<br />
I&#8217;m trying to hook up the EM-406A GPS module to sun spot, because I have seen this in the web, but I don&#8217;t have had success with this, If you can help me with some example, code, ideas, I&#8217;d really  really appreciated that.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SpotPilot - Building an aircraft autopilot using a Sun Spot part 1 by roger</title>
		<link>http://paulrene.no/index.php/2008/07/spotpilot-building-an-aircraft-autopilot-using-a-sun-spot-part-1/#comment-111</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Thu, 24 Jul 2008 03:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=19#comment-111</guid>
		<description>Sounds great.  I've really wanted to do a project like this as well, but haven't had the time.  I'll just live vicariously through you... Keep us posted.  Good luck!</description>
		<content:encoded><![CDATA[<p>Sounds great.  I&#8217;ve really wanted to do a project like this as well, but haven&#8217;t had the time.  I&#8217;ll just live vicariously through you&#8230; Keep us posted.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CHDK tutorial for RC AP part 1 by timmermann.tv</title>
		<link>http://paulrene.no/index.php/2008/05/chdk-tutorial-for-rc-ap-part-1/#comment-103</link>
		<dc:creator>timmermann.tv</dc:creator>
		<pubDate>Fri, 04 Jul 2008 11:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=10#comment-103</guid>
		<description>&lt;strong&gt;CHDK: Freie Firmware f&#252;r Canon Kompaktkameras...&lt;/strong&gt;



F&#252;r einige Modelle von Canon gibt es jetzt eine freie Software, welche die integrierte Firmware ersetzt. Damit lassen sich einige Funktionen nutzen, die sonst nicht m&#246;glich w&#228;ren. Neben einer umfangreichen M&#246;glichkeit, Skripte zu ...</description>
		<content:encoded><![CDATA[<p><strong>CHDK: Freie Firmware f&#252;r Canon Kompaktkameras&#8230;</strong></p>
<p>F&#252;r einige Modelle von Canon gibt es jetzt eine freie Software, welche die integrierte Firmware ersetzt. Damit lassen sich einige Funktionen nutzen, die sonst nicht m&#246;glich w&#228;ren. Neben einer umfangreichen M&#246;glichkeit, Skripte zu &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the WebSphere pluggable client inside WebLogic Server by Marcus</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-95</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 20 Jun 2008 18:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-95</guid>
		<description>I've just downloaded your project. When you said "You may download the complete source code: was-client-inside-wls-updated-src", do you mean the complete byte code? I'm not seeing any .java files here. There are only .class files. 
Can you send me a copy? I also don't have ibmext.jar and properties.jar. Can you send me these jar as well?

thanks and best regards.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just downloaded your project. When you said &#8220;You may download the complete source code: was-client-inside-wls-updated-src&#8221;, do you mean the complete byte code? I&#8217;m not seeing any .java files here. There are only .class files.<br />
Can you send me a copy? I also don&#8217;t have ibmext.jar and properties.jar. Can you send me these jar as well?</p>
<p>thanks and best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

