<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Coffee and Coding - Latest comments</title>
		<link>http://www.alocurto.com/blog4.php?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.2"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: SQL Injection in Cold Fusion</title>
			<pubDate>Tue, 09 Jun 2009 10:54:46 +0000</pubDate>
			<dc:creator>tony claim [Visitor]</dc:creator>
			<guid isPermaLink="false">c17@http://www.alocurto.com/</guid>
			<description>Ive been looking for posts as interesting as yours for a while. It is nice to know you can find quality on the web. I've bookmarked your blog and hope you will continue posting such intersting posts</description>
			<content:encoded><![CDATA[Ive been looking for posts as interesting as yours for a while. It is nice to know you can find quality on the web. I've bookmarked your blog and hope you will continue posting such intersting posts]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/ColdFusion/sql-injection-in-cold-fusion#c17</link>
		</item>
				<item>
			<title>In response to: LiveScribe Custom Printing... ALMOST!</title>
			<pubDate>Fri, 05 Jun 2009 06:54:07 +0000</pubDate>
			<dc:creator>Visitor [Visitor]</dc:creator>
			<guid isPermaLink="false">c16@http://www.alocurto.com/</guid>
			<description>Hi, &lt;br /&gt;
&lt;br /&gt;
I followed up the procedure however even in step 1. I could not find the MyTestForm on the LiveScribe Desktop Manager. &lt;br /&gt;
&lt;br /&gt;
Please advise me.</description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I followed up the procedure however even in step 1. I could not find the MyTestForm on the LiveScribe Desktop Manager. <br />
<br />
Please advise me.]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/DigitalPens/livescribe-custom-printing#c16</link>
		</item>
				<item>
			<title>In response to: SQL Injection in Cold Fusion</title>
			<pubDate>Mon, 25 May 2009 07:42:05 +0000</pubDate>
			<dc:creator>john brightman [Visitor]</dc:creator>
			<guid isPermaLink="false">c15@http://www.alocurto.com/</guid>
			<description>HI &lt;br /&gt;looks very interesting!&lt;br /&gt;bookmarked your blog.&lt;br /&gt;john brightman</description>
			<content:encoded><![CDATA[HI <br />looks very interesting!<br />bookmarked your blog.<br />john brightman]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/ColdFusion/sql-injection-in-cold-fusion#c15</link>
		</item>
				<item>
			<title>In response to: FileSystemWatcher is the DEVIL</title>
			<pubDate>Mon, 25 May 2009 06:33:01 +0000</pubDate>
			<dc:creator>anonymus [Visitor]</dc:creator>
			<guid isPermaLink="false">c14@http://www.alocurto.com/</guid>
			<description>How about:&lt;br /&gt;
&lt;br /&gt;
        private void OnChanged(object source, FileSystemEventArgs e)&lt;br /&gt;
        {&lt;br /&gt;
            BackgroundWorker barInvoker = new BackgroundWorker();&lt;br /&gt;
            barInvoker.DoWork += delegate&lt;br /&gt;
                    {&lt;br /&gt;
                        Thread.Sleep(TimeSpan.FromSeconds(30));&lt;br /&gt;
                        FileChanged(e.FullPath, e.Name);&lt;br /&gt;
                    };&lt;br /&gt;
            barInvoker.RunWorkerAsync();&lt;br /&gt;
        }</description>
			<content:encoded><![CDATA[How about:<br />
<br />
        private void OnChanged(object source, FileSystemEventArgs e)<br />
        {<br />
            BackgroundWorker barInvoker = new BackgroundWorker();<br />
            barInvoker.DoWork += delegate<br />
                    {<br />
                        Thread.Sleep(TimeSpan.FromSeconds(30));<br />
                        FileChanged(e.FullPath, e.Name);<br />
                    };<br />
            barInvoker.RunWorkerAsync();<br />
        }]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/CSharp/filesystemwatcher-is-the-devil#c14</link>
		</item>
				<item>
			<title>In response to: SQL Injection in Cold Fusion</title>
			<pubDate>Sun, 24 May 2009 12:07:18 +0000</pubDate>
			<dc:creator>john brightman [Visitor]</dc:creator>
			<guid isPermaLink="false">c13@http://www.alocurto.com/</guid>
			<description>HI &lt;br /&gt;looks very interesting!&lt;br /&gt;bookmarked your blog.&lt;br /&gt;john brightman</description>
			<content:encoded><![CDATA[HI <br />looks very interesting!<br />bookmarked your blog.<br />john brightman]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/ColdFusion/sql-injection-in-cold-fusion#c13</link>
		</item>
				<item>
			<title>In response to: LiveScribe Docking Client</title>
			<pubDate>Wed, 20 May 2009 13:10:52 +0000</pubDate>
			<dc:creator>michel [Visitor]</dc:creator>
			<guid isPermaLink="false">c12@http://www.alocurto.com/</guid>
			<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I've also been using a custom docking client like yours, but it's not working anymore since LD v1.6.&lt;br /&gt;
&lt;br /&gt;
when InitializeDeviceListening() is called I get a PenUndocked event (even if the pen was docked), and afterwards I do not get any more events (nither PenDocked or PenUndocked). So my docking client isn't working anymore.&lt;br /&gt;
&lt;br /&gt;
Can you test if you're experiencing similar issues ?&lt;br /&gt;
If your client is working properly, can you please post/send me your code so that I can compare?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
&lt;br /&gt;
Michel</description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I've also been using a custom docking client like yours, but it's not working anymore since LD v1.6.<br />
<br />
when InitializeDeviceListening() is called I get a PenUndocked event (even if the pen was docked), and afterwards I do not get any more events (nither PenDocked or PenUndocked). So my docking client isn't working anymore.<br />
<br />
Can you test if you're experiencing similar issues ?<br />
If your client is working properly, can you please post/send me your code so that I can compare?<br />
<br />
Thanks in advance,<br />
<br />
Michel]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/DigitalPens/livescribe-docking-client#c12</link>
		</item>
				<item>
			<title>In response to: LiveScribe Docking Client</title>
			<pubDate>Tue, 28 Apr 2009 16:19:45 +0000</pubDate>
			<dc:creator>Tobias [Visitor]</dc:creator>
			<guid isPermaLink="false">c11@http://www.alocurto.com/</guid>
			<description>Thanks for this intro. That was exactly what I needed to get started with the pen.</description>
			<content:encoded><![CDATA[Thanks for this intro. That was exactly what I needed to get started with the pen.]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/DigitalPens/livescribe-docking-client#c11</link>
		</item>
				<item>
			<title>In response to: LiveScribe Custom Printing... ALMOST!</title>
			<pubDate>Thu, 08 Jan 2009 00:48:08 +0000</pubDate>
			<dc:creator>JK_NY [Visitor]</dc:creator>
			<guid isPermaLink="false">c10@http://www.alocurto.com/</guid>
			<description>I used what you found (which I never would have figured out) and got it to work part way. Two things &lt;br /&gt;
1) Choose no compression when you rezip&lt;br /&gt;
2) Use the EPS to regenerated the PNG ( I used adobe 8)&lt;br /&gt;
I am going to try and make something more interesting.  My first try I just removed a box and it worked but I have not yet figured out how to alter the image on the screen in livescribe. I think I just need to find the PNG that stores the image as displayed.</description>
			<content:encoded><![CDATA[I used what you found (which I never would have figured out) and got it to work part way. Two things <br />
1) Choose no compression when you rezip<br />
2) Use the EPS to regenerated the PNG ( I used adobe 8)<br />
I am going to try and make something more interesting.  My first try I just removed a box and it worked but I have not yet figured out how to alter the image on the screen in livescribe. I think I just need to find the PNG that stores the image as displayed.]]></content:encoded>
			<link>http://www.alocurto.com/blog4.php/DigitalPens/livescribe-custom-printing#c10</link>
		</item>
			</channel>
</rss>
