<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Blog:: Craig Pringle - BlogPad</title>
    <link>http://www.pringle.net.nz/blog/</link>
    <description>A collection of my thoughts about TabletPCs, mobility and, well other stuff...</description>
    <image>
      <url>http://www.pringle.net.nz/blog/images/pringle.gif</url>
      <title>Blog:: Craig Pringle - BlogPad</title>
      <link>http://www.pringle.net.nz/blog/</link>
    </image>
    <language>en-us</language>
    <copyright>Craig Pringle</copyright>
    <lastBuildDate>Wed, 02 Aug 2006 09:02:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>craig@pringle.net.nz</managingEditor>
    <webMaster>craig@pringle.net.nz</webMaster>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=63f0133a-69e8-40f9-86f0-369e6122941c</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,63f0133a-69e8-40f9-86f0-369e6122941c.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,63f0133a-69e8-40f9-86f0-369e6122941c.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=63f0133a-69e8-40f9-86f0-369e6122941c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I have not abandoned BlogPad - though I
do think I need a complete code review. I have been doing a lot of learning about
tablet and smart client development recently in preparation for the session I am giving
at TechEd NZ. In line with this I have decided to add Network Location Awareness to
BlogPad and combine this with defensive programming techniques. In short - I'm going
to track network state and only try to talk to the server if I'm connected. Simple
enough to do.<br />
The other change I am making is something I need to do to make BlogPad easier to use
on a small screen tablet - I'm adding the ability for the user to configure the pen
size.<br />
I have found that the easiest way to do this is to create a DrawingAttributes object,
configure the settings and assign the drawing attributes object to the DrawingAttributes
property of each InkEdit on the main form.<br />
Right now I have it hard coded to fine to suit the LS800 until I create the GUI to
allow the user to configure it. It looks like this:<br /><br />
' Create DrawigAttributes object<br />
Dim myPenSettings As New DrawingAttributes<br />
myPenSettings.PenTip = PenTip.Ball<br />
myPenSettings.Width = 3<br />
myPenSettings.Height = 3<br /><br />
Me.iEditTitle.DrawingAttributes = myPenSettings<br /><br />
Me.iEditBody.DrawingAttributes = myPenSettings<br /><img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=63f0133a-69e8-40f9-86f0-369e6122941c" /></body>
      <title>Practicing what I am Preaching</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,63f0133a-69e8-40f9-86f0-369e6122941c.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,63f0133a-69e8-40f9-86f0-369e6122941c.aspx</link>
      <pubDate>Wed, 02 Aug 2006 09:02:07 GMT</pubDate>
      <description>I have not abandoned BlogPad - though I do think I need a complete code review.  I have been doing a lot of learning about tablet and smart client development recently in preparation for the session I am giving at TechEd NZ.  In line with this I have decided to add Network Location Awareness to BlogPad and combine this with defensive programming techniques.  In short - I'm going to track network state and only try to talk to the server if I'm connected.  Simple enough to do.&lt;br /&gt;
The other change I am making is something I need to do to make BlogPad easier to use
on a small screen tablet - I'm adding the ability for the user to configure the pen
size.&lt;br /&gt;
I have found that the easiest way to do this is to create a DrawingAttributes object,
configure the settings and assign the drawing attributes object to the DrawingAttributes
property of each InkEdit on the main form.&lt;br /&gt;
Right now I have it hard coded to fine to suit the LS800 until I create the GUI to
allow the user to configure it. It looks like this:&lt;br /&gt;
&lt;br /&gt;
' Create DrawigAttributes object&lt;br /&gt;
Dim myPenSettings As New DrawingAttributes&lt;br /&gt;
myPenSettings.PenTip = PenTip.Ball&lt;br /&gt;
myPenSettings.Width = 3&lt;br /&gt;
myPenSettings.Height = 3&lt;br /&gt;
&lt;br /&gt;
Me.iEditTitle.DrawingAttributes = myPenSettings&lt;br /&gt;
&lt;br /&gt;
Me.iEditBody.DrawingAttributes = myPenSettings&lt;br /&gt;
&gt;&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=63f0133a-69e8-40f9-86f0-369e6122941c" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,63f0133a-69e8-40f9-86f0-369e6122941c.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">In moving to the LS800 I thought I would
take the opportunity to try out a different RSS reader. I tried the native support
in the IE7 and Outlook 2007 betas and found them lacking. I have now installed <a href="http://www.rssbandit.org/"><u>Rss
Bandit</u></a> and I really like it! 
<br />
One of the coolest features I've found so far is its support for NNTP newsgroups.
I am liking having all my news and info is one app. I am already toying with the idea
of a "Blog this in BlogPad" plugin... 
<br /><br /><img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1" /></body>
      <title>Trying out RSS Bandit </title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1.aspx</link>
      <pubDate>Tue, 11 Jul 2006 10:18:17 GMT</pubDate>
      <description>In moving to the LS800 I thought I would take the opportunity to try out a different RSS reader. I tried the native support in the IE7 and Outlook 2007 betas and found them lacking. I have now installed &lt;a href="http://www.rssbandit.org/"&gt;&lt;u&gt;Rss
Bandit&lt;/u&gt;&lt;/a&gt; and I really like it! 
&lt;br&gt;
One of the coolest features I've found so far is its support for NNTP newsgroups.
I am liking having all my news and info is one app. I am already toying with the idea
of a "Blog this in BlogPad" plugin... 
&lt;br&gt;
&lt;br&gt;
&gt;&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,ba0805e0-5ef3-4f44-a0ab-904e3d97b7a1.aspx</comments>
      <category>BlogPad</category>
      <category>General</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=95045da1-088f-448d-af19-71875a3bedab</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,95045da1-088f-448d-af19-71875a3bedab.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,95045da1-088f-448d-af19-71875a3bedab.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=95045da1-088f-448d-af19-71875a3bedab</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <font face="Microsoft Sans Serif" size="10" color="#000000">
          <font face="Microsoft Sans Serif" size="2.125" color="#000000">I
just hand wrote 4 posts on the train using BlogPad. How cool is that? </font>
          <br />
        </font>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=95045da1-088f-448d-af19-71875a3bedab" />
      </body>
      <title>Blogging from the train </title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,95045da1-088f-448d-af19-71875a3bedab.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,95045da1-088f-448d-af19-71875a3bedab.aspx</link>
      <pubDate>Thu, 02 Mar 2006 05:01:51 GMT</pubDate>
      <description>&lt;font face='Microsoft Sans Serif' size='10' color='#000000'&gt;&lt;font face='Microsoft Sans Serif' size='2.125' color='#000000'&gt;I
just hand wrote 4 posts on the train using BlogPad. How cool is that? &lt;/font&gt;
&lt;br /&gt;
&lt;/font&gt;&gt;&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=95045da1-088f-448d-af19-71875a3bedab" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,95045da1-088f-448d-af19-71875a3bedab.aspx</comments>
      <category>BlogPad</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=8a4c4bd4-8cec-4333-96a2-e032caa9c5f2</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,8a4c4bd4-8cec-4333-96a2-e032caa9c5f2.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,8a4c4bd4-8cec-4333-96a2-e032caa9c5f2.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8a4c4bd4-8cec-4333-96a2-e032caa9c5f2</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <font face="Microsoft Sans Serif" size="10" color="#000000">
          <font face="Microsoft Sans Serif" size="2.125" color="#000000">Last
night I integrated the new RTF parser into </font>
          <font face="Microsoft Sans Serif" size="2.125" color="#008000">BlogPad </font>
          <font face="Microsoft Sans Serif" size="2.125" color="#000000">and
built myself a new version for testing. Seems a bit flakey but it sometimes works.
when it does the parser supports basic formatting and hyperlinks. I'm getting there
:)</font>
          <br />
        </font>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=8a4c4bd4-8cec-4333-96a2-e032caa9c5f2" />
      </body>
      <title>BlogPad Update</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,8a4c4bd4-8cec-4333-96a2-e032caa9c5f2.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,8a4c4bd4-8cec-4333-96a2-e032caa9c5f2.aspx</link>
      <pubDate>Tue, 28 Feb 2006 21:58:21 GMT</pubDate>
      <description>&lt;font face='Microsoft Sans Serif' size='10' color='#000000'&gt;&lt;font face='Microsoft Sans Serif' size='2.125' color='#000000'&gt;Last
night I integrated the new RTF parser into &lt;/font&gt;&lt;font face='Microsoft Sans Serif' size='2.125' color='#008000'&gt;BlogPad &lt;/font&gt;&lt;font face='Microsoft Sans Serif' size='2.125' color='#000000'&gt;and
built myself a new version for testing. Seems a bit flakey but it sometimes works.
when it does the parser supports basic formatting and hyperlinks. I'm getting there
:)&lt;/font&gt;
&lt;br /&gt;
&lt;/font&gt;&gt;&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=8a4c4bd4-8cec-4333-96a2-e032caa9c5f2" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,8a4c4bd4-8cec-4333-96a2-e032caa9c5f2.aspx</comments>
      <category>BlogPad</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I posted last night that <a href="http://www.pringle.net.nz/blog/PermaLink,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx">I
had made some significant progress</a> on Blogpad.  Specifically I made huge
inroads into a problem that I have been struggling with for a while - converting RTF
markup into HTML.
</p>
        <p>
Last night I decided to look again for an example where someone had done something
similar.  And this time I found something!  
</p>
        <p>
I stumbled across <a href="http://www.codeproject.com/csharp/nrtftree.asp">this article</a> by <a href="http://www50.brinkster.com/sgolivernet">sgoliver</a> on <a href="http://www.codeproject.com/">The
Code Project</a> that uses C# to parse RTF anc can convert it to HTML.  The first
problem is that I don't know C# - all the programing I've done to date has been in
varients of VB.  When I downloaded the example project I encounted the second
problem.  All the variable names and comments are in Spanish!
</p>
        <p>
I built the demo application and gave it a try and it worked.  So what I had
was code that worked - but that I <strong><em>really</em></strong> didn't understand.
</p>
        <p>
Not to let a little thing like that stop me I set about trying to turn it into something
I did understand without breaking it.  
</p>
        <p>
My first step was to try to turn C# into VB.Net.  As with many things in life
Google had the answer.  A quick search for "C# VB.net Converter" yelided several
results.  I tried a few and got the best result with this <a href="http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx">C#
to VB.Net converter on Developer Fussion</a>.
</p>
        <p>
Now I'm working through the code and fixing up a few things the converter did not
get quite right.  Next I'll go through and use <a href="http://babelfish.altavista.com/">Babel
Fish</a> to translate the Spanish variable names into English so I can better understand
how it works.
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae" />
      </body>
      <title>Code translations...</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae.aspx</link>
      <pubDate>Sun, 19 Feb 2006 21:07:22 GMT</pubDate>
      <description>&lt;p&gt;
I posted last night that &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx"&gt;I
had made some significant progress&lt;/a&gt; on Blogpad.&amp;nbsp; Specifically I made huge
inroads into a problem that I have been struggling with for a while - converting RTF
markup into HTML.
&lt;/p&gt;
&lt;p&gt;
Last night I decided to look again for an example where someone had done something
similar.&amp;nbsp; And this time I found something!&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
I stumbled across &lt;a href="http://www.codeproject.com/csharp/nrtftree.asp"&gt;this article&lt;/a&gt; by &lt;a href="http://www50.brinkster.com/sgolivernet"&gt;sgoliver&lt;/a&gt; on &lt;a href="http://www.codeproject.com/"&gt;The
Code Project&lt;/a&gt; that uses C# to parse RTF anc can convert it to HTML.&amp;nbsp; The first
problem is that I don't know C# - all the programing I've done to date has been in
varients of VB.&amp;nbsp; When I downloaded the example project I encounted the second
problem.&amp;nbsp; All the variable names and comments are in Spanish!
&lt;/p&gt;
&lt;p&gt;
I built the demo application and gave it a try and it worked.&amp;nbsp; So what I had
was code that worked - but that I &lt;strong&gt;&lt;em&gt;really&lt;/em&gt;&lt;/strong&gt; didn't understand.
&lt;/p&gt;
&lt;p&gt;
Not to let a little thing like that stop me I set about trying to turn it into something
I did understand without breaking it.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
My first step was to try to turn C# into VB.Net.&amp;nbsp; As with many things in life
Google had the answer.&amp;nbsp; A quick search for "C# VB.net Converter" yelided several
results.&amp;nbsp; I tried a few and got the best result with this &lt;a href="http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx"&gt;C#
to VB.Net converter on Developer Fussion&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Now I'm working through the code and fixing up a few things the converter did not
get quite right.&amp;nbsp; Next I'll go through and use &lt;a href="http://babelfish.altavista.com/"&gt;Babel
Fish&lt;/a&gt; to translate the Spanish variable names into English so I can better understand
how it works.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,a7e556e4-fa7e-4aff-9cb9-f6113e4dd3ae.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=69011ace-d338-41de-9e4c-3d8cd37c291b</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=69011ace-d338-41de-9e4c-3d8cd37c291b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
For the last couple of weeks I have not had much time for blogging and none at all
for working on <a href="http://www.pringle.net.nz/blog/CategoryView,category,BlogPad.aspx">BlogPad</a>. 
Tonight I decided to spend some time coding BlogPad and made huge strides.  I've
got a partially functional RTF to HTML converter - which is a big win.
</p>
        <p>
Amazing how putting something aside for a couple of weeks can give you a whole new
perspective.  :)
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=69011ace-d338-41de-9e4c-3d8cd37c291b" />
      </body>
      <title>BlogPad back in business...</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx</link>
      <pubDate>Sun, 19 Feb 2006 09:38:56 GMT</pubDate>
      <description>&lt;p&gt;
For the last couple of weeks I have not had much time for blogging and none at all
for working on &lt;a href="http://www.pringle.net.nz/blog/CategoryView,category,BlogPad.aspx"&gt;BlogPad&lt;/a&gt;.&amp;nbsp;
Tonight I decided to spend some time coding BlogPad and made huge strides.&amp;nbsp; I've
got a partially functional RTF to HTML converter - which is a big win.
&lt;/p&gt;
&lt;p&gt;
Amazing how putting something aside for a couple of weeks can give you a whole new
perspective.&amp;nbsp; :)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=69011ace-d338-41de-9e4c-3d8cd37c291b" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,69011ace-d338-41de-9e4c-3d8cd37c291b.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=a1aa8b2e-f438-4fb3-8849-21cc089b5441</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,a1aa8b2e-f438-4fb3-8849-21cc089b5441.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,a1aa8b2e-f438-4fb3-8849-21cc089b5441.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a1aa8b2e-f438-4fb3-8849-21cc089b5441</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
There is one BlogPad feature that I am really struggling with - though I suspect that
a REAL developer might have some ideas how to tackle it. I want to parse the rtf produced
by a InkEdit control (which inherets the RichEdit control) and produce well formed
xhtml. I want to do this so I can preseve formating, links and images that are pasted
into the InkEdit control. 
</p>
        <p>
I did find a comercial control that is suppose to do this but a) it was expensive
and b) the xhtml the trial version produced was rarely well formed. 
</p>
        <p>
Is there anyone out there willing to have a crack at writing something to parse the
rtf from a RichTextBox and output well formed xhtml? You will of course get kudos
in the credits. If you are interested reply via comments or using the Contact button
in the right menu bar.
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=a1aa8b2e-f438-4fb3-8849-21cc089b5441" />
      </body>
      <title>Anyone willing to help with BlogPad development?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,a1aa8b2e-f438-4fb3-8849-21cc089b5441.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,a1aa8b2e-f438-4fb3-8849-21cc089b5441.aspx</link>
      <pubDate>Sun, 01 Jan 2006 20:56:00 GMT</pubDate>
      <description>&lt;p&gt;
There is one BlogPad feature that I am really struggling with - though I suspect that
a REAL developer might have some ideas how to tackle it. I want to parse the rtf produced
by a InkEdit control (which inherets the RichEdit control) and produce well formed
xhtml. I want to do this so I can preseve formating, links and images that are pasted
into the InkEdit control. 
&lt;/p&gt;
&lt;p&gt;
I did find a comercial control that is suppose to do this but a) it was expensive
and b) the xhtml the trial version produced was rarely well formed. 
&lt;/p&gt;
&lt;p&gt;
Is there anyone out there willing to have a crack at writing something to parse the
rtf from a RichTextBox and output well formed xhtml? You will of course get kudos
in the credits. If you are interested reply via comments or using the Contact button
in the right menu bar.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=a1aa8b2e-f438-4fb3-8849-21cc089b5441" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,a1aa8b2e-f438-4fb3-8849-21cc089b5441.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=6a73b702-7728-4355-863d-1a8632e62a17</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,6a73b702-7728-4355-863d-1a8632e62a17.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,6a73b702-7728-4355-863d-1a8632e62a17.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6a73b702-7728-4355-863d-1a8632e62a17</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">What is in the Alpha? Support for MetaWeblog
API Support for text only posts. Automatic ink-text conversion for the title and body
fields. Known issues: The TIP icon gets in the way need to hide this Have to use the
TIP to correct errors I have something else planned. Images links and formatting are
lost when you post. <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=6a73b702-7728-4355-863d-1a8632e62a17" /></body>
      <title>What is in the BlogPad alpha?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,6a73b702-7728-4355-863d-1a8632e62a17.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,6a73b702-7728-4355-863d-1a8632e62a17.aspx</link>
      <pubDate>Tue, 27 Dec 2005 18:20:56 GMT</pubDate>
      <description>What is in the Alpha?
	Support for MetaWeblog API 
	Support for text only posts.
	Automatic ink-text conversion for the title and body fields.

Known issues:
	The TIP icon gets in the way  need to hide this
	Have to use the TIP to correct errors  I have something else planned.
	Images links and formatting are lost when you post.
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=6a73b702-7728-4355-863d-1a8632e62a17" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,6a73b702-7728-4355-863d-1a8632e62a17.aspx</comments>
      <category>BlogPad</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=683a9d8d-fdec-4404-9c49-9c94f47bd421</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,683a9d8d-fdec-4404-9c49-9c94f47bd421.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,683a9d8d-fdec-4404-9c49-9c94f47bd421.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=683a9d8d-fdec-4404-9c49-9c94f47bd421</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">You might ask - since I am building the
Alpha - where is the Alpha going? I have three brave souls that will be testing it
out for me. Thanks guys - I look forward to your feedback.<img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=683a9d8d-fdec-4404-9c49-9c94f47bd421" /></body>
      <title>Where is the Alpha going?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,683a9d8d-fdec-4404-9c49-9c94f47bd421.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,683a9d8d-fdec-4404-9c49-9c94f47bd421.aspx</link>
      <pubDate>Tue, 27 Dec 2005 08:14:00 GMT</pubDate>
      <description>You might ask - since I am building the Alpha - where is the Alpha going?
I have three brave souls that will be testing it out for me.  Thanks guys - I look forward to your feedback.&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=683a9d8d-fdec-4404-9c49-9c94f47bd421" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,683a9d8d-fdec-4404-9c49-9c94f47bd421.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=4fcb6527-4099-42a8-ace8-e920b0bebc8a</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,4fcb6527-4099-42a8-ace8-e920b0bebc8a.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,4fcb6527-4099-42a8-ace8-e920b0bebc8a.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4fcb6527-4099-42a8-ace8-e920b0bebc8a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">This is just a quick test before I build
the Alpha of BlogPad. If this works then I'll package it up and post again about what
is (and isn't) in the alpha.<img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=4fcb6527-4099-42a8-ace8-e920b0bebc8a" /></body>
      <title>About to build the Alpha Build of BlogPad</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,4fcb6527-4099-42a8-ace8-e920b0bebc8a.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,4fcb6527-4099-42a8-ace8-e920b0bebc8a.aspx</link>
      <pubDate>Tue, 27 Dec 2005 08:04:39 GMT</pubDate>
      <description>This is just a quick test before I build the Alpha of BlogPad.  If this works then I'll package it up and post again about what is (and isn't) in the alpha.&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=4fcb6527-4099-42a8-ace8-e920b0bebc8a" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,4fcb6527-4099-42a8-ace8-e920b0bebc8a.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=4d65df5c-d0ca-48c6-9f90-b8ba868578fa</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,4d65df5c-d0ca-48c6-9f90-b8ba868578fa.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,4d65df5c-d0ca-48c6-9f90-b8ba868578fa.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4d65df5c-d0ca-48c6-9f90-b8ba868578fa</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">I think I've got the categories working
- the XML looks OK, but the proof is in the posting! I need to put in some error handling
for things that I know break BlogPad, such as no network connection, and then I'll
be looking for alpha testers. The alpha will only support the MetaWeblog API so if
your blog supports that and you are interested in testing leave a comment or use the
"Contact" button in the sidebar of my blog.<img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=4d65df5c-d0ca-48c6-9f90-b8ba868578fa" /></body>
      <title>Another BlogPad Test - with Categories</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,4d65df5c-d0ca-48c6-9f90-b8ba868578fa.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,4d65df5c-d0ca-48c6-9f90-b8ba868578fa.aspx</link>
      <pubDate>Sun, 18 Dec 2005 03:26:43 GMT</pubDate>
      <description>I think I've got the categories working - the XML looks OK, but the proof is in the posting!
I need to put in some error handling for things that I know break BlogPad, such as no network connection, and then I'll be looking for alpha testers.  The alpha will only support the MetaWeblog API so if your blog supports that and you are interested in testing leave a comment or use the "Contact" button in the sidebar of my blog.&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=4d65df5c-d0ca-48c6-9f90-b8ba868578fa" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,4d65df5c-d0ca-48c6-9f90-b8ba868578fa.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=2a6f217d-e1eb-4075-b78d-eadff5eb372e</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,2a6f217d-e1eb-4075-b78d-eadff5eb372e.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,2a6f217d-e1eb-4075-b78d-eadff5eb372e.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2a6f217d-e1eb-4075-b78d-eadff5eb372e</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Just a quick test post from BlogPad to make sure my implementation of the MetaWeblog
API New Post method. If this works then I just need to hook in the categories and
add in some error handling for an Alpha. 
</p>
        <p>
          <strong>Update:</strong>  That worked - just had to come and assign the categories
after the fact.  
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=2a6f217d-e1eb-4075-b78d-eadff5eb372e" />
      </body>
      <title>Test post from BlogPad</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,2a6f217d-e1eb-4075-b78d-eadff5eb372e.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,2a6f217d-e1eb-4075-b78d-eadff5eb372e.aspx</link>
      <pubDate>Sun, 18 Dec 2005 02:12:59 GMT</pubDate>
      <description>&lt;p&gt;
Just a quick test post from BlogPad to make sure my implementation of the MetaWeblog
API New Post method. If this works then I just need to hook in the categories and
add in some error handling for an Alpha. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Update:&lt;/strong&gt;&amp;nbsp; That worked - just had to come and assign the categories
after the fact.&amp;nbsp; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=2a6f217d-e1eb-4075-b78d-eadff5eb372e" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,2a6f217d-e1eb-4075-b78d-eadff5eb372e.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=42694557-2d29-4ab2-bbb0-1220d77b5723</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,42694557-2d29-4ab2-bbb0-1220d77b5723.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,42694557-2d29-4ab2-bbb0-1220d77b5723.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=42694557-2d29-4ab2-bbb0-1220d77b5723</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Hey - I had a breakthrough.  For the last day or so I've been struggling with
why I could not populate the categories listbox programatically.  Not unusually
it turned out I had done something stupid.  I had used the CheckedListBox.BeginUpdate
method then added the categories.  I tried adding the categories (in a number
of ways actually) and they would not show up.  Finally figured out I had omitted
the corrosponding CheckedListBox.EndUpdate so the update was never committed. 
Doh!
</p>
        <p>
Now I can get the categories via the MetaWeblog API and populate the list as shown
below.  Notice I am using the CheckedListBox control rather than the standard
listbox as it provides a much easier and more obvious mulitple select interface
for the pen.
</p>
        <p>
          <img src="http://www.pringle.net.nz/blog/content/binary/BP_Categoroes.jpg" border="0" />
        </p>
        <p>
Now I just need to rewrite the NewPost method to post via the MetaWeblog API and I'll
be able to do text posts with categories from BlogPad.
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=42694557-2d29-4ab2-bbb0-1220d77b5723" />
      </body>
      <title>A (minor) Breakthrough</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,42694557-2d29-4ab2-bbb0-1220d77b5723.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,42694557-2d29-4ab2-bbb0-1220d77b5723.aspx</link>
      <pubDate>Tue, 13 Dec 2005 09:17:11 GMT</pubDate>
      <description>&lt;p&gt;
Hey - I had a breakthrough.&amp;nbsp; For the last day or so I've been struggling with
why I could not populate the categories listbox programatically.&amp;nbsp; Not unusually
it turned out I had done something stupid.&amp;nbsp; I had used the CheckedListBox.BeginUpdate
method then added the categories.&amp;nbsp; I tried adding the categories (in a number
of ways actually) and they would not show up.&amp;nbsp; Finally figured out I had omitted
the corrosponding CheckedListBox.EndUpdate so the update was never committed.&amp;nbsp;
Doh!
&lt;/p&gt;
&lt;p&gt;
Now I can get the categories via the MetaWeblog API and populate the list as shown
below.&amp;nbsp; Notice I am using the CheckedListBox control rather than the standard
listbox as it provides a much easier and more obvious&amp;nbsp;mulitple select interface
for the pen.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.pringle.net.nz/blog/content/binary/BP_Categoroes.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Now I just need to rewrite the NewPost method to post via the MetaWeblog API and I'll
be able to do text posts with categories from BlogPad.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=42694557-2d29-4ab2-bbb0-1220d77b5723" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,42694557-2d29-4ab2-bbb0-1220d77b5723.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=3965cdbe-b7c8-4cfd-b430-c3ffab382838</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,3965cdbe-b7c8-4cfd-b430-c3ffab382838.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,3965cdbe-b7c8-4cfd-b430-c3ffab382838.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3965cdbe-b7c8-4cfd-b430-c3ffab382838</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
After a couple weeks off I am going to be restarting BlogPad development.  I
have come to a decision that is going to set me back a bit so don't hold your breath
for a RC before the new year.
</p>
        <p>
I was using a free library I found to handle the MetaWeblog API.  Unfortunatly
this is a bit limited as several API features have not been implemented - such as
assigning post categories.  As such I have taken the decision to drop this library
and write my own from scratch.  This will allow me more control and give me the
ability to reuse functions for several APIs.  That will make it easier to add
support for additional APIs into BlogPad going forward.  It will take me longer
now, but a better result in the end.
</p>
        <p>
I also need to figure out the best way to convert the RTF in the ink edit to HTML
for the post.  If anyone has done this before I would love a couple of pointers.
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=3965cdbe-b7c8-4cfd-b430-c3ffab382838" />
      </body>
      <title>BlogPad back on the front burner</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,3965cdbe-b7c8-4cfd-b430-c3ffab382838.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,3965cdbe-b7c8-4cfd-b430-c3ffab382838.aspx</link>
      <pubDate>Wed, 07 Dec 2005 23:12:20 GMT</pubDate>
      <description>&lt;p&gt;
After a couple weeks off I am going to be restarting BlogPad development.&amp;nbsp; I
have come to a decision that is going to set me back a bit so don't hold your breath
for a RC before the new year.
&lt;/p&gt;
&lt;p&gt;
I was using a free library I found to handle the MetaWeblog API.&amp;nbsp; Unfortunatly
this is a bit limited as several API features have not been implemented - such as
assigning post categories.&amp;nbsp; As such I have taken the decision to drop this library
and write my own from scratch.&amp;nbsp; This will allow me more control and give me the
ability to reuse functions for several APIs.&amp;nbsp; That will make it easier to add
support for additional APIs into BlogPad going forward.&amp;nbsp; It will take me longer
now, but a better result in the end.
&lt;/p&gt;
&lt;p&gt;
I also need to figure out the best way to convert the RTF in the ink edit to HTML
for the post.&amp;nbsp; If anyone has done this before I would love a couple of pointers.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=3965cdbe-b7c8-4cfd-b430-c3ffab382838" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,3965cdbe-b7c8-4cfd-b430-c3ffab382838.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=739c190b-5194-4a97-8118-3f632d01a08e</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,739c190b-5194-4a97-8118-3f632d01a08e.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,739c190b-5194-4a97-8118-3f632d01a08e.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=739c190b-5194-4a97-8118-3f632d01a08e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm holding off on further development of BlogPad.  I am getting a copy of Visual
Studio 2005 to work on it with.  Since I know that is coming I have held off
installing the RTM version of the Visual Basic Express Edition.  I've taken the
opportunity to have a bit of a code tidy up, but I'm holding off writing new until
I get VS 2005.
</p>
        <p>
It's not dead - it's just resting.  
</p>
        <p>
I have lots to do as I was going to use a library someone else had already written
for some of the blog API communications, but it is just too limited.  I'd have
to write extensions to handle some of the missing functionality of it so I might as
well just write my own so I have control of all of the source.
</p>
        <p>
And BTW jk - yes I will support TypePad.
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=739c190b-5194-4a97-8118-3f632d01a08e" />
      </body>
      <title>BlogPad on hold for a week or two</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,739c190b-5194-4a97-8118-3f632d01a08e.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,739c190b-5194-4a97-8118-3f632d01a08e.aspx</link>
      <pubDate>Tue, 22 Nov 2005 09:41:09 GMT</pubDate>
      <description>&lt;p&gt;
I'm holding off on further development of BlogPad.&amp;nbsp; I am getting a copy of Visual
Studio 2005 to work on it with.&amp;nbsp; Since I know that is coming I have held off
installing the RTM version of the Visual Basic Express Edition.&amp;nbsp; I've taken the
opportunity to have a bit of a code tidy up, but I'm holding off writing new until
I get VS 2005.
&lt;/p&gt;
&lt;p&gt;
It's not dead - it's just resting.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
I have lots to do as I was going to use a library someone else had already written
for some of the blog API communications, but it is just too limited.&amp;nbsp; I'd have
to write extensions to handle some of the missing functionality of it so I might as
well just write my own so I have control of all of the source.
&lt;/p&gt;
&lt;p&gt;
And BTW jk - yes I will support TypePad.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=739c190b-5194-4a97-8118-3f632d01a08e" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,739c190b-5194-4a97-8118-3f632d01a08e.aspx</comments>
      <category>BlogPad</category>
      <category>TabletPC</category>
      <category>TabletPC Dev</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=afb83995-062b-4a79-9201-9314822465d0</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,afb83995-062b-4a79-9201-9314822465d0.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,afb83995-062b-4a79-9201-9314822465d0.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=afb83995-062b-4a79-9201-9314822465d0</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A couple of people have asked if BlogPad will support posting ink as an image rather
than turning it into text.  <a href="http://www.pringle.net.nz/blog/CommentView,guid,ce152c5c-a46f-4d83-951c-cc7acf81bd78.aspx">Rob's
comment on my previous</a> post is a good example.
</p>
        <p>
"<em>By allowing a post in ink, you could keep the ink part and generate it as a graphic,
then also store the recognized text as alt text and text that goes along with the
post for google search purposes. A user would just need an ftp account in order to
reference the graphic.</em>" 
<br /><br /><span lang="EN-NZ" style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-NZ; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA"><font color="#000000">It
is something I will experiment with and I may include it as an option you can select.<span style="mso-spacerun: yes">  </span>But
I don't want to rely on FTP - most blog APIs seem to support including an inline image
so that would seem to me to be the way to do it.<span style="mso-spacerun: yes">  </span>Also
there is an application that does this now - check out <a href="http://www.thedatafarm.com/blog/CategoryView.aspx?category=BLInk!">Julie
Lerman's BLink</a>.</font></span></p>
        <p>
Rob goes on to say:
</p>
        <p>
          <em>"The way it is set-up right now, I wouldn't see any benefit over just using the
TIP with just a blogging tool like BlogJet."</em>
        </p>
        <p>
Firstly I am not attempting to replace full featured blogging clients - I want something
simple to allow me to create short posts quickly with a pen.  If I want to create
a lengthy post with lots of formatting or to compose a post offline I'll use something
else.
</p>
        <p>
The benefit of this approach over the TIP (not well demonstrated in the screencast
I will admit) is that you get a bigger writting area.  You can full-screen blog
pad and write anywhere in the body window.  I often find the floating TIP is
too small and the docked TIP is not always comfortable to write in at the top or bottom
of the screen.
</p>
        <p>
Lastly - I've created a BlogPad category for those who are interested.
</p>
        <img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=afb83995-062b-4a79-9201-9314822465d0" />
      </body>
      <title>Will BlogPad Post as Ink?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,afb83995-062b-4a79-9201-9314822465d0.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,afb83995-062b-4a79-9201-9314822465d0.aspx</link>
      <pubDate>Fri, 11 Nov 2005 18:53:22 GMT</pubDate>
      <description>&lt;p&gt;
A couple of people have asked if BlogPad will support posting ink as an image rather
than turning it into text.&amp;nbsp; &lt;a href="http://www.pringle.net.nz/blog/CommentView,guid,ce152c5c-a46f-4d83-951c-cc7acf81bd78.aspx"&gt;Rob's
comment on my previous&lt;/a&gt; post is a good example.
&lt;/p&gt;
&lt;p&gt;
"&lt;em&gt;By allowing a post in ink, you could keep the ink part and generate it as a graphic,
then also store the recognized text as alt text and text that goes along with the
post for google search purposes. A user would just need an ftp account in order to
reference the graphic.&lt;/em&gt;" 
&lt;br&gt;
&lt;br&gt;
&lt;span lang=EN-NZ style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-NZ; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA"&gt;&lt;font color=#000000&gt;It
is something I will experiment with and I may include it as an option you can select.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;But
I don't want to rely on FTP - most blog APIs seem to support including an inline image
so that would seem to me to be the way to do it.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Also
there is an application that does this now - check out &lt;a href="http://www.thedatafarm.com/blog/CategoryView.aspx?category=BLInk!"&gt;Julie
Lerman's BLink&lt;/a&gt;.&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Rob goes on to say:
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;"The way it is set-up right now, I wouldn't see any benefit over just using the
TIP with just a blogging tool like BlogJet."&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
Firstly I am not attempting to replace full featured blogging clients - I want something
simple to allow me to create short posts quickly with a pen.&amp;nbsp; If I want to create
a lengthy post with lots of formatting or to compose a post offline I'll use something
else.
&lt;/p&gt;
&lt;p&gt;
The benefit of this approach over the TIP (not well demonstrated in the screencast
I will admit) is that you get a bigger writting area.&amp;nbsp; You can full-screen blog
pad and write anywhere in the body window.&amp;nbsp; I often find the floating TIP is
too small and the docked TIP is not always comfortable to write in at the top or bottom
of the screen.
&lt;/p&gt;
&lt;p&gt;
Lastly - I've created a BlogPad category for those who are interested.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=afb83995-062b-4a79-9201-9314822465d0" /&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,afb83995-062b-4a79-9201-9314822465d0.aspx</comments>
      <category>TabletPC</category>
      <category>TabletPC Dev</category>
      <category>BlogPad</category>
    </item>
  </channel>
</rss>