<?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>pVoice</title>
	<atom:link href="http://pvoice.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://pvoice.org</link>
	<description>Enabling the Disabled</description>
	<lastBuildDate>Mon, 20 Jul 2009 19:35:03 +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>Feedback please!</title>
		<link>http://pvoice.org/2009/07/20/feedback-please/</link>
		<comments>http://pvoice.org/2009/07/20/feedback-please/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:35:03 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[AAC]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[OpenAssistive]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[user experiences]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=73</guid>
		<description><![CDATA[The ideas are taking shape. I have a fairly worked out plan on what this new &#8220;enabling platform&#8221;, as I like to think of it, should be all about. Partnerships are being worked out, and meanwhile I&#8217;m building prototypes. Meanwhile, I&#8217;d like to ask the few readers that stumble upon this site to give their [...]]]></description>
			<content:encoded><![CDATA[<p>The ideas are taking shape. I have a fairly worked out plan on what this new &#8220;enabling platform&#8221;, as I like to think of it, should be all about. Partnerships are being worked out, and meanwhile I&#8217;m building prototypes.</p>
<p>Meanwhile, I&#8217;d like to ask the few readers that stumble upon this site to give their feedback. Not necessarily about pVoice, but also other AAC devices, switch enabled other pieces of software&#8230;what&#8217;s good, what&#8217;s bad, what kind of software do you need that&#8217;s not out there yet?</p>
<p>Please tell me your experiences. If I can, I&#8217;ll take your comments into account in what&#8217;s coming up next!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/07/20/feedback-please/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plans for next version</title>
		<link>http://pvoice.org/2009/07/05/plans-for-next-version/</link>
		<comments>http://pvoice.org/2009/07/05/plans-for-next-version/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 07:03:49 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[pVoice]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[OpenAssistive]]></category>
		<category><![CDATA[wxPerl]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=70</guid>
		<description><![CDATA[If you&#8217;re not a software developer or don&#8217;t really understand the art of programming, I suggest you skip this post, because it probably only will cause confusion. If you do know something about software development, sure, read on! The next pVoice version will be different. Very different. In fact, pVoice will no longer be developed [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re not a software developer or don&#8217;t really understand the art of programming, I suggest you skip this post, because it probably only will cause confusion. If you do know something about software development, sure, read on!</p>
<p>The next pVoice version will be different. Very different. In fact, pVoice will no longer be developed as a standalone application, although I think I will eventually create an installer that gives you the same functionality as the current pVoice gives you.<span id="more-70"></span></p>
<p>Instead, I&#8217;ll first design and create the OpenAssistive framework. Before I &#8220;paused&#8221; the development of pVoice, I had already started the development of OpenAssistive, which -at the time- was supposed to be a <a href="http://wxperl.sf.net" target="_blank">wxPerl</a> based framework for assistive software. Here&#8217;s the shock: <strong><em>neither pVoice nor OpenAssistive will be based upon wxPerl!</em></strong></p>
<p>For all of you who know me, and who know how enthusiastic I have always been about wxPerl, this must be a big surprise. It is for me as well <img src='http://pvoice.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Instead, the OpenAssistive framework is something I hope will be so simple in design, based upon open standards like AJAX, HTML and HTTP, that really anyone with a little knowledge of webdevelopment, can contribute to it. In the past, many people suggested to use HTML for pVoice. &#8220;A simple webpage should do the trick&#8221;. Yeah, but not quite. There are a couple of things that &#8220;simple webpages&#8221; cannot do:</p>
<ul>
<li>Switch input. That&#8217;s the most important issue here. Switches like the buttons of a mouse, or keystrokes can be caught with Javascript. However, if you need to interface with special devices, like wheelchairs, you need to be able to access local devices, which is not that easy (if possible at all) via Javascript</li>
<li>Speech synthesis. Until recently it wasn&#8217;t possible to do Text To Speech on other platforms than Win32 in an HTML page. I&#8217;ve found a page last week that defines a project using the Java Speech API, and adds Text To Speech capabilities to any webpage on any platform. At this stage I&#8217;m not sure I want to go with that.</li>
</ul>
<p>The basic idea of what the OpenAssistive framework is supposed to do is the following:</p>
<ul>
<li>A HTTP daemon will be the heart of the framework. Sure, you can use your own flavor of HTTP servers. But this daemon will run on the local machine and knows how to do Text To Speech. If you use Apache (or other HTTP servers), the framework will still do its job, but Text To Speech capabilities will not be available. That is not a problem per se. If you don&#8217;t need TTS, then you&#8217;re fine using another web server (remember, it&#8217;s a framework, not only pVoice will run on it&#8230;)</li>
<li>An Event listener will listen for events coming from the switch device as configured. It will send those events to the HTTP daemon. That can be done using IPC, or if it&#8217;s a distributed setup, also via XML calls to the HTTP daemon.</li>
<li>The user interface will be any webbrowser. And when I say any, I mean any. It just needs to be able to work with AJAX-based pages. These pages will constantly poll the server for events from the Event listener, and highlight the selectable items in the HTML page. Selectable items are marked as such using a CSS class. Highlighting and returning to a default state is very easy within CSS. When there&#8217;s a &#8220;NEXT&#8221; event coming in, it highlights the next selectable item in the page, the same with &#8220;PREVIOUS&#8221; and &#8220;SELECT&#8221; takes the defined action.</li>
<li>A module in the OpenAssistive framework can consist of only HTML and Javascript, but it can also be much more complex by adding server side scripts, allowing you do do almost anything.</li>
</ul>
<p>This is the basic idea. I&#8217;m already doing some proof of concept, and so far I see no reason why this won&#8217;t work. It&#8217;s much more flexible, requires no &#8220;hard to find skills&#8221; like wxPerl programming, and if I&#8217;m not mistaking, the development will be much faster than before.</p>
<p>Comments are welcome!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/07/05/plans-for-next-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download pVoice!</title>
		<link>http://pvoice.org/2009/07/02/download-pvoice/</link>
		<comments>http://pvoice.org/2009/07/02/download-pvoice/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:53:04 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[pVoice]]></category>
		<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=43</guid>
		<description><![CDATA[OK, here it is! You can finally download pVoice 2.2 beta 5 from this site again! Still a beta? Well, that depends on how you define &#8220;beta&#8221;. It&#8217;s certainly not beta quality, since this very version is what my daughter Krista has been using since before I published it years ago. It simply never crashed, [...]]]></description>
			<content:encoded><![CDATA[<p>OK, here it is! You can finally <a title="pVoice 2.2 beta 5" href="http://www.pvoice.org/download/pvoice-2.2-beta-5-setup.exe">download pVoice 2.2 beta 5</a> from this site again! Still a beta? Well, that depends on how you define &#8220;beta&#8221;. It&#8217;s certainly not beta quality, since this very version is what my daughter Krista has been using since before I published it years ago. It simply never crashed, except because of Windows XP failing.<br />
I haven&#8217;t yet changed anything since this version was released on November 4, 2004. However, since I&#8217;m progressing in getting a development environment set up again, you can expect me to further develop pVoice.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/07/02/download-pvoice/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What&#8217;s up with those &#8220;software download sites&#8221;?</title>
		<link>http://pvoice.org/2009/06/26/whats-up-with-those-software-download-sites/</link>
		<comments>http://pvoice.org/2009/06/26/whats-up-with-those-software-download-sites/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 17:53:56 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[pVoice]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[Mayer Johnson]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=20</guid>
		<description><![CDATA[At first I thought it was an incident, you know, yesterday&#8217;s story about Softpedia, incorrectly stating that Mayer Johnson is the publisher of pVoice. But it seems like a virus. What are these kinds of websites? I&#8217;m starting to think that somehow they&#8217;re affiliated, because there&#8217;s a number of sites all offering pVoice for download, [...]]]></description>
			<content:encoded><![CDATA[<p>At first I thought it was an incident, you know, yesterday&#8217;s story about Softpedia, incorrectly stating that Mayer Johnson is the publisher of pVoice. But it seems like a virus. What are these kinds of websites?</p>
<p>I&#8217;m starting to think that somehow they&#8217;re affiliated, because there&#8217;s a number of sites all offering pVoice for download, all of them using the same information (including the wrong publisher!). Just to name a few, <a href="http://wareseeker.com/Home-Education/pvoice-2.2-beta-5.zip/225272" target="_blank">WareSeeker</a> (<span>387 downloads)</span>, <a href="http://www.brothersoft.com/pvoice-178828.html" target="_blank">BrotherSoft</a> (185), <a href="http://www.softpedia.com/get/Others/Miscellaneous/pVoice.shtml">SoftPedia</a> (1019) and <a href="http://software.filestube.com/software,383a06a3,pVoice.html" target="_blank">FilesTube</a> (30) all seem the same.  And that&#8217;s a total of more than 1600 downloads for people thinking Mayer Johnson is now publishing or supporting Open Source software. They don&#8217;t! I think all of us wish they would! Then I&#8217;d throw away pVoice and download the source of one of their products and modify it to my needs.</p>
<p><em>I&#8217;ve contacted the owners of the mentioned sites to let them know about the wrong information. Hopefully they&#8217;ll correct it soon.</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/06/26/whats-up-with-those-software-download-sites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>pVoice by Mayer Johnson?(!)</title>
		<link>http://pvoice.org/2009/06/25/pvoice-by-mayer-johnson/</link>
		<comments>http://pvoice.org/2009/06/25/pvoice-by-mayer-johnson/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 11:02:29 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[pVoice]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[Mayer Johnson]]></category>
		<category><![CDATA[rating]]></category>
		<category><![CDATA[Softpedia]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=15</guid>
		<description><![CDATA[While googling for pVoice to see what information others publish about it, I stumbled across this page on Softpedia. &#8220;That&#8217;s nice&#8221;, I thought, &#8220;More than 1000 downloads, a rating of 3.3 out of 5&#8243;. That&#8217;s not bad at all&#8230; Until I read this &#8220;Publisher: Mayer Johnson&#8221;. What?!?! Just to clarify for everyone: pVoice is NOT [...]]]></description>
			<content:encoded><![CDATA[<p>While googling for pVoice to see what information others publish about it, I stumbled across <a title="pVoice on Softpedia" href="http://www.softpedia.com/get/Others/Miscellaneous/pVoice.shtml" target="_blank">this page on Softpedia</a>. &#8220;That&#8217;s nice&#8221;, I thought, &#8220;More than 1000 downloads, a rating of 3.3 out of 5&#8243;. That&#8217;s not bad at all&#8230;</p>
<p>Until I read this &#8220;Publisher: Mayer Johnson&#8221;.</p>
<p>What?!?! Just to clarify for everyone: pVoice is <strong>NOT</strong> published by Mayer Johnson. pVoice could be considered a free alternative to some of their products. I&#8217;m the author, the creator, the publisher, the distributor, whatever you want to call it. Not them!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/06/25/pvoice-by-mayer-johnson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo and colors</title>
		<link>http://pvoice.org/2009/06/22/logo-and-colors/</link>
		<comments>http://pvoice.org/2009/06/22/logo-and-colors/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:10:40 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[pVoice]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=12</guid>
		<description><![CDATA[Ahhh&#8230;this looks much better. It&#8217;s got the logo back, the picture of my daughter Krista using pVoice at the top, and the colors are what they&#8217;re supposed to be&#8230;now I can sleep]]></description>
			<content:encoded><![CDATA[<p>Ahhh&#8230;this looks much better. It&#8217;s got the logo back, the picture of my daughter Krista using pVoice at the top, and the colors are what they&#8217;re supposed to be&#8230;now I can sleep <img src='http://pvoice.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/06/22/logo-and-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site in progress</title>
		<link>http://pvoice.org/2009/06/22/site-in-progress/</link>
		<comments>http://pvoice.org/2009/06/22/site-in-progress/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:57:50 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[pVoice]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[start]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=7</guid>
		<description><![CDATA[Well, at least there&#8217;s a website. Up and running. There may be no useful content on it at all, but I figured it&#8217;s better than a server being down all the time. I managed to get control over my domain, my server and (partly) over my sourcecode back. The last part is kind-of a disaster. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, at least there&#8217;s a website. Up and running. There may be no useful content on it at all, but I figured it&#8217;s better than a server being down all the time. I managed to get control over my domain, my server and (partly) over my sourcecode back. The last part is kind-of a disaster. My CVS repository was deleted. I&#8217;m sure I didn&#8217;t do it. Who did? I have no clue. I&#8217;ll have to go through all my old backups and see what I can recover. I&#8217;m sure I can recover a lot (most is on CPAN). I just think the last weeks or months I worked on it may be lost.</p>
<p>We&#8217;ll see&#8230;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/06/22/site-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Start (?)</title>
		<link>http://pvoice.org/2009/06/21/new-start/</link>
		<comments>http://pvoice.org/2009/06/21/new-start/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:50:05 +0000</pubDate>
		<dc:creator>Jouke Visser</dc:creator>
				<category><![CDATA[pVoice]]></category>
		<category><![CDATA[start]]></category>

		<guid isPermaLink="false">http://pvoice.org/?p=3</guid>
		<description><![CDATA[I&#8217;ve recently decided I should really restart my work on pVoice. Will I? I&#8217;ve said that before, so I don&#8217;t really know where it will end. Check back here to see what I&#8217;m doing]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently decided I should really restart my work on pVoice. Will I? I&#8217;ve said that before, so I don&#8217;t really know where it will end. Check back here to see what I&#8217;m doing</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://pvoice.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://pvoice.org/2009/06/21/new-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

