<?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"
	>

<channel>
	<title>WeSay Development Progress</title>
	<atom:link href="http://www.wesay.org/blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wesay.org/blogs</link>
	<description></description>
	<pubDate>Sat, 29 Nov 2008 22:04:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>WeSay on the Eee 900</title>
		<link>http://www.wesay.org/blogs/2008/08/26/wesay-on-the-eee-900/</link>
		<comments>http://www.wesay.org/blogs/2008/08/26/wesay-on-the-eee-900/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 04:21:20 +0000</pubDate>
		<dc:creator>Anthony1</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2008/08/26/wesay-on-the-eee-900/</guid>
		<description><![CDATA[The Eee is, so far, the best selling of the new wave of &#8220;4P&#8221; computers; laptops which are characterized by low Price, adequate Performance, portability, and low electrical Power requirements.  Now, this is no OLPC; it costs around $500 and isn&#8217;t as rugged. It does not aim at the same ultra-low power usage. But it [...]]]></description>
			<content:encoded><![CDATA[<p>The Eee is, so far, the best selling of the new wave of &#8220;<a href="http://www.4pcomputing.com/">4P</a>&#8221; computers; laptops which are characterized by low Price, adequate Performance, portability, and low electrical Power requirements.  Now, this is no OLPC; it costs around $500 and isn&#8217;t as rugged. It does not aim at the same ultra-low power usage. But it does have two things over the OLPC today: you can buy them on Amazon and you can get them with Windows XP.  (Yes, sadly we&#8217;re still waiting on some open source pieces to mature on the Linux side before we can get WeSay running on the OLPC and other Linux boxes).</p>
<p>So, how would WeSay run on this relatively slow (900 Mhz), relatively low-wattage machine?  Getting Windows installed and running, the Eee felt very sluggish.  Because of delays, I found it easy to make errors when using a web browser.  Very slowly, I grabbed .net 3.5 sp1, then WeSay build 1451.  Very slowly, I ran the installer.  By this time, I wasn&#8217;t expecting to have a happy WeSay experience.</p>
<p>To my surprise, WeSay runs GREAT on this box! Changing records, finding words, and bringing up new tasks were all pretty snappy.</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2008/08/wesayeeehand-web2.jpg" title="WeSay on an Eee PC 900"><img src="http://www.wesay.org/blogs/wp-content/uploads/2008/08/wesayeeehand-web2.jpg" alt="WeSay on an Eee PC 900" /></a></p>
<p>Note: I only did a quick walk-through using the sample data, so please don&#8217;t go out and purchase a hundred Eee&#8217;s to run WeSay based on this blog post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2008/08/26/wesay-on-the-eee-900/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using WeSay from other applications</title>
		<link>http://www.wesay.org/blogs/2008/01/16/using-wesay-from-other-applications/</link>
		<comments>http://www.wesay.org/blogs/2008/01/16/using-wesay-from-other-applications/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 09:45:48 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2008/01/16/using-wesay-from-other-applications/</guid>
		<description><![CDATA[Recently, we were asked to make a way for a user of a translation program to make use of WeSay, without leaving the program they&#8217;ve been trained on.  The native speaker-user will want to:

See which words are missing from the dictionary, and add them along with a definition.
Jump into the entry screen for a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, we were asked to make a way for a user of a translation program to make use of WeSay, without leaving the program they&#8217;ve been trained on.  The native speaker-user will want to:</p>
<ul>
<li>See which words are missing from the dictionary, and add them along with a definition.</li>
<li>Jump into the entry screen for a word in WeSay to do more advanced editing.</li>
<li><em><font color="#404040">Point to a word and see a list of similar words they might choose instead (thesaurus lookup).</font></em></li>
</ul>
<p>A linguist working with the group will want to:</p>
<ul>
<li>Click on an unfamiliar word and see the full dictionary article for it.</li>
</ul>
<p>If the language has any affixation, both users will need to be able to:</p>
<ul>
<li>see a list of entries, ordered by how similar their spellings are to the word be investigated.</li>
<li><em><font color="#404040">find words based on their inflected/derived forms,  not just by the citation form in the dictionary.</font></em></li>
<li><em><font color="#404040">add variants to the word so that it is clear that this form is covered by the dictionary, and make it easier to lookup next time.</font></em></li>
</ul>
<p>The first round of this work is now available for other application developers to use (the italicized bullet items above will come in some future version).</p>
<p>To help developers add these features to their programs, I&#8217;ve built a little sample application so they can see what&#8217;s possible and how to do it.  Here&#8217;s a little crummy video showing it:</p>
<h6>[kml_flashembed movie="http://www.wesay.org/downloads/movies/dsDemo/dsDemo.swf" height="464" width="512" scale="noborder"/]</h6>
<h4><span style="color: blue">A few technical details for developers</span></h4>
<p><span style="color: blue"></span></p>
<p>Currently, I&#8217;ve implemented support for .net applications to make use of these services.  But support via any language, via xml-rpc, should be easy to add when needed.  All .net applications need to do is get our Palaso library and use the DictionaryAccessor class.  You currently need to tell it where on the user&#8217;s machine to find WeSay, and where the dictionary is that you&#8217;ll be accessing.</p>
<p>Here&#8217;s some code to show what it takes add this ability to a .net application:</p>
<h4>Getting some HTML of matching entries to show in a WebBrowser control</h4>
<pre class="code">DictionaryAccessor dictionary = new DictionaryAccessor("c:docsnoosupunoosupu.lift", "c:program fileswesaywesapp.exe");

<span style="color: blue">string</span>[] forms;

<span style="color: blue">string</span>[] ids;

dictionary.GetMatchingEntries(writingSystemIdForWords, "foobar",

<span style="color: #2b91af">       FindMethods</span>.Exact, <span style="color: blue">out </span>ids, <span style="color: blue">out </span>forms);

string html = dictionary.GetHtmlForEntries(ids);</pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
<p class="csharpcode">&nbsp;</p>
<h4>Adding a new word</h4>
<pre class="code">dictionary.AddEntry(writingSystemIdForWords, wordBox.Text,

                    writingSystemIdForDefinitions,definitionBox.Text,

                    writingSystemIdForWords, exampleBox.Text);</pre>
<p>Ok, so you get the idea that this will be a very easy service to add to your .net program.</p>
<p>A plug here for .net 3&#8217;s WCF (Windows Communication Framework), which made implementing this a very nice experience.</p>
<p>Update:  This has now been re-written to use cross language, cross platform &#8220;XML-RPC&#8221;messaging.  So programs written in non-.net languages can now participate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2008/01/16/using-wesay-from-other-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add Semantic Domains using WeSay</title>
		<link>http://www.wesay.org/blogs/2007/11/19/add-semantic-domains-using-wesay/</link>
		<comments>http://www.wesay.org/blogs/2007/11/19/add-semantic-domains-using-wesay/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 07:19:16 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Semantic Domains]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/11/19/add-semantic-domains-using-wesay/</guid>
		<description><![CDATA[ WeSay now lets the user edit the semantic domains of a sense from the Dictionary Browse and Edit tab, as an alternative to gathering words using the Gather By Semantic Domain task.
To see how this works, let&#8217;s add some of the domains that would apply to a Papua New Guinean bilum.&#160; 

To look for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wesay.org"></a><img style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="198" alt="bilumbaby2" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/bilumbaby21.jpg" width="263" align="right" border="0" /> WeSay now lets the user edit the semantic domains of a sense from the <em>Dictionary Browse and Edit</em> tab, as an alternative to gathering words using the <em><a href="http://www.wesay.org/blogs/category/semantic-domains/">Gather By Semantic Domain</a></em> task.</p>
<p>To see how this works, let&#8217;s add some of the domains that would apply to a Papua New Guinean <em>bilum</em>.&#160; </p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="210" alt="2007-11-19_13-26-38-306" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/20071119-1326383062.png" width="330" border="0" /></p>
<p>To look for a domain, we click in a box and start typing. First, we start typing &quot;crafts&quot; and see a domain matching that word:</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="158" alt="2007-11-19_13-10-48-146" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-19-13-10-48-1461.png" width="433" border="0" /></p>
<p>Next, since bilums are used to transport firewood, we type that in.&#160; A promising domain appears, <em>fuel</em>.&#160; But is that right? We don&#8217;t want to say that bilums are something you burn.&#160; Happily, when we point to the word <em>Fuel</em>, WeSay displays a description confirming that domain is also for things you use in collecting fuel.</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="102" alt="2007-11-19_13-16-51-764" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-19-13-16-51-7641.png" width="448" border="0" /></p>
<p>Finally, since at least one of my kids has slept in a bilum, we should find a domain for that.&#160; Here we&#8217;ll pretend we know the domain number, and just start typing that until we see <em>Bed</em>:</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="191" alt="2007-11-19_13-18-53-958" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-19-13-18-53-9581.png" width="384" border="0" /></p>
<p>I had fun finding domains for a few words. I hope you do too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/11/19/add-semantic-domains-using-wesay/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple and Advanced Sorting</title>
		<link>http://www.wesay.org/blogs/2007/11/12/simple-and-advanced-sorting/</link>
		<comments>http://www.wesay.org/blogs/2007/11/12/simple-and-advanced-sorting/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 01:25:42 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/11/12/simple-and-advanced-sorting/</guid>
		<description><![CDATA[One of the last big features for version 1 of WeSay has been in a for while.&#160; Someone (I won&#8217;t mention any names) did a great job on it but didn&#8217;t blog about it.&#160; So I&#8217;ll see if I can do it justice.
In this screen shot we see the three ways you can now specify [...]]]></description>
			<content:encoded><![CDATA[<p>One of the last big features for version 1 of WeSay has been in a for while.&#160; Someone (I won&#8217;t mention any names) did a great job on it but didn&#8217;t blog about it.&#160; So I&#8217;ll see if I can do it justice.</p>
<p>In this screen shot we see the three ways you can now specify sorting:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-16-45-54-413.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="162" alt="2007-11-09_16-45-54-413" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-16-45-54-413-thumb.png" width="450" border="0" /></a></p>
<h3>Sort like another language</h3>
<p>If the text sorts just like some major language, just select that language in the list and you&#8217;re done.</p>
<h3>Custom Simple</h3>
<p>Many languages based on Latin characters introduce a small number of &quot;special characters&quot; used to represent sounds not covered by A-Z, like a barred i. In these situations, you can specify the rules just like you do in many existing apps, like Toolbox and Lexique Pro. When you choose &quot;custom simple&quot;, the rules box is filled with rules needed to sort English. You can enter vernacular works in the &quot;Test Sort&quot; area:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-16-56-07-999.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="162" alt="2007-11-09_16-56-07-999" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-16-56-07-999-thumb.png" width="425" border="0" /></a></p>
<p>We want the barred-i to sort just after i, so we add it to the rules and click the button:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-16-58-41-205.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="181" alt="2007-11-09_16-58-41-205" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-16-58-41-205-thumb.png" width="429" border="0" /></a></p>
<p>Normally, these <em>secondary distinctions</em> are enough.&#160; But for some languages, <em>tertiary distinctions</em> are needed. We get these in the simple rules by using parentheses. Consider this list of words:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-17-12-49-809.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="182" alt="2007-11-09_17-12-49-809" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-17-12-49-809-thumb.png" width="432" border="0" /></a></p>
<p>Now, imagine we want the upper-case words to sort together.&#160; We need to add in another level of distinction, so that case can trump the accents.&#160; We do this by adding parentheses around all case pairs, and putting the two sets of e&#8217;s on the same line:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-17-17-23-560.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="149" alt="2007-11-09_17-17-23-560" src="http://www.wesay.org/blogs/wp-content/uploads/2007/11/2007-11-09-17-17-23-560-thumb.png" width="433" border="0" /></a></p>
<p>Eric has written up <a href="http://www.wesay.org/wiki/How_to_sort_using_a_custom_sort_sequence">the details</a> on our wiki.</p>
<h3>Custom ICU rules</h3>
<p>For languages that need them, WeSay also supports <a href="http://www.icu-project.org/userguide/Collate_Customization.html">ICU tailorings</a>, which look like this:</p>
<p>&amp; C &lt; č &lt;&lt;&lt; Č &lt; ć &lt;&lt;&lt; Ć&#160;&#160; &#8211;for Serbian (Latin) or Croatian</p>
<p>Like many features of WeSay, this simple-to-advanced collating actually lives in our &quot;<a href="http://wesay.org/code/Palaso/trunk/Palaso/">Palaso Library</a>&quot;, which is of course open-source and can be included in other programs.&#160; Thus we foresee a day soon when the setup you do in one program (e.g. WeSay) will be trivially usable in other language-development tools.</p>
<p>Happy sorting!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/11/12/simple-and-advanced-sorting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuration Tool Remodel</title>
		<link>http://www.wesay.org/blogs/2007/09/21/configuration-tool-remodel/</link>
		<comments>http://www.wesay.org/blogs/2007/09/21/configuration-tool-remodel/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 12:49:23 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/09/21/configuration-tool-remodel/</guid>
		<description><![CDATA[One of the benefits of being stuck at home recovering from Dengue Fever is I feel like it&#8217;s ok to splurge a bit on stuff that I want to do, rather than have to do.
For example, while we have always put a lot of effort into keeping WeSay clean and easy, its companion WeSay Configuration [...]]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of being stuck at home recovering from <a href="http://en.wikipedia.org/wiki/Dengue_fever">Dengue Fever</a> is I feel like it&#8217;s ok to splurge a bit on stuff that I <em>want</em> to do, rather than <em>have</em> to do.</p>
<p>For example, while we have always put a lot of effort into keeping WeSay clean and easy, its companion WeSay Configuration Tool has always been about being just-functional-enough-to-get-by.</p>
<p>So I spent two days remodeling it, trying to get it clean and easier to navigate.  Here&#8217;s the before:</p>
<p><em>(click to see full size)</em></p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/09/confighomepageb4.png" title="confighomepageb4.png"><img src="http://www.wesay.org/blogs/wp-content/uploads/2007/09/confighomepageb4.png" alt="confighomepageb4.png" height="247" width="332" /></a><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/09/confighomepageb4.png" onclick="return false;" title="Direct link to file"> </a></p>
<p>and after:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/09/2007-09-21-17-06-48-750.png" title="2007-09-21-17-06-48-750.png"><img src="http://www.wesay.org/blogs/wp-content/uploads/2007/09/2007-09-21-17-06-48-750.png" alt="2007-09-21-17-06-48-750.png" height="252" width="382" /></a></p>
<p>Yes, lacking any artistic ability myself, I&#8217;ve ripped off a bunch of open-source <a href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango icons</a>, tweaked them with the indispensable <a href="http://www.inkscape.org">InkScape, </a>and otherwise copied the latest Skype&#8217;s options dialog.  There are still quite a number of rough edges in there, but this was a good step.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/09/21/configuration-tool-remodel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pictures in dictionary entries</title>
		<link>http://www.wesay.org/blogs/2007/09/19/pictures-in-dictionary-entries/</link>
		<comments>http://www.wesay.org/blogs/2007/09/19/pictures-in-dictionary-entries/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 07:28:35 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/09/19/pictures-in-dictionary-entries/</guid>
		<description><![CDATA[I&#8217;ve been working on simple support for pictures in WeSay: 
 
 
When you choose a picture, it is copied to the &#8220;pictures&#8221; sub-folder of the WeSay folder.&#160; So everything stays together. 
Some more things to do someday: 
1) reduce the picture size, if we can determine that this is a good thing to do. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on simple support for pictures in WeSay: </p>
<p><img height="340" src="http://www.wesay.org/blogs/wp-content/uploads/2007/09/clip-image002.jpg" width="443"/> </p>
<p><img height="340" src="http://www.wesay.org/blogs/wp-content/uploads/2007/09/clip-image004.jpg" width="443"/> </p>
<p>When you choose a picture, it is copied to the &#8220;pictures&#8221; sub-folder of the WeSay folder.&nbsp; So everything stays together. </p>
<p>Some more things to do someday: </p>
<p>1) reduce the picture size, if we can determine that this is a good thing to do. This would make backing up a lot less expensive. </p>
<p>2) Show the pictures in the article preview (top of the window) and add it to the html output. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/09/19/pictures-in-dictionary-entries/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updated Roadmap</title>
		<link>http://www.wesay.org/blogs/2007/08/23/updated-roadmap/</link>
		<comments>http://www.wesay.org/blogs/2007/08/23/updated-roadmap/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 09:07:09 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/08/23/updated-roadmap/</guid>
		<description><![CDATA[We&#8217;ve updated the WeSay Roadmap, here.&#160; Primarily, we&#8217;re aiming to finish up Relations (which support sub-entries),&#160;Sorting, and Internationalization.&#160; We hope the sorting is simple for the 80% of folks who need nothing more than what you can do in Toolbox, but extensible for those languages which have more complex needs.&#160; 
 Here&#8217;s a preview of [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve updated the <a href="http://www.wesay.org/downloads/roadmap.pdf">WeSay Roadmap</a>, here.&nbsp; Primarily, we&#8217;re aiming to finish up Relations (which support sub-entries),&nbsp;Sorting, and Internationalization.&nbsp; We hope the sorting is simple for the 80% of folks who need nothing more than what you can do in Toolbox, but extensible for those languages which have more complex needs.&nbsp; </p>
<p><img style="margin: 0px 20px 0px 0px" height="185" src="http://www.wesay.org/blogs/wp-content/uploads/2007/08/2007-08-23-16-05-55-703.png" width="247" align="left"/> Here&#8217;s a preview of the new&nbsp;<em>relations </em>field type. Here, it is being used to add a &#8220;base form&#8221; field (i.e. the inverse of a <em>subentry</em>). &nbsp;Notice that you pick the base form by beginning to type it. You get the same fuzzy lookup as with the Find box.&nbsp; Also notice that, to help you pick the correct one, WeSay shows the gloss or definition of each word as a yellow&nbsp;tool-tip.</p>
<p>If the word you want isn&#8217;t in the dictionary yet, you can click the button with the plus sign to add it.&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/08/23/updated-roadmap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Email My Work</title>
		<link>http://www.wesay.org/blogs/2007/06/01/email-my-work/</link>
		<comments>http://www.wesay.org/blogs/2007/06/01/email-my-work/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 07:14:28 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/06/01/email-my-work/</guid>
		<description><![CDATA[It&#8217;s really satisfying to arrive at a stage where we can put some of the icing on the WeSay cake.  Our next build will include a feature we&#8217;ve talked about from day one. This lets a user send his project data to his adviser without any training in:

Finding the WeSay Files on Disk
Using a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really satisfying to arrive at a stage where we can put some of the icing on the WeSay cake.  Our next build will include a feature we&#8217;ve talked about from day one. This lets a user send his project data to his adviser without any training in:</p>
<ul>
<li>Finding the WeSay Files on Disk</li>
<li>Using a zip program</li>
<li>Using an email program</li>
</ul>
<p>Instead, he just clicks on this big email button:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/06/actions.png" title="actions.png"><img src="http://www.wesay.org/blogs/wp-content/uploads/2007/06/actions.png" alt="actions.png" /></a></p>
<p>This pops open your email client, where all you have to do is click &#8220;Send&#8221;.  Here&#8217;s what it looks like on my machine, using MS Outlook:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/06/outlook.png" title="outlook.png"><img src="http://www.wesay.org/blogs/wp-content/uploads/2007/06/outlook.png" alt="outlook.png" /></a></p>
<p>Of course, many of our users will not have email, even occasionally.  But for those that do, this may come in handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/06/01/email-my-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WeSay Action Addins</title>
		<link>http://www.wesay.org/blogs/2007/05/17/wesay-action-addins/</link>
		<comments>http://www.wesay.org/blogs/2007/05/17/wesay-action-addins/#comments</comments>
		<pubDate>Thu, 17 May 2007 09:01:55 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/05/17/wesay-action-addins/</guid>
		<description><![CDATA[Starting with this next release, you or a friendly programmer can create an small .Net dll, add it to the WeSay program directory, and then  immediately use it within WeSay and the WeSay Configuration Tool.  These addins  tell WeSay what icon to use, their name, and short description.   Here&#8217;s a  [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with this next release, you or a friendly programmer can create an small .Net dll, add it to the WeSay program directory, and then  immediately use it within WeSay and the WeSay Configuration Tool.  These addins  tell WeSay what icon to use, their name, and short description.   Here&#8217;s a  screenshot showing the two addins I wrote to try it out:</p>
<p><a href="http://www.wesay.org/blogs/wp-content/uploads/2007/05/actionaddins.png" title="actionaddins.png"><img src="http://www.wesay.org/blogs/wp-content/uploads/2007/05/actionaddins.png" alt="actionaddins.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/05/17/wesay-action-addins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oh, the pain&#8230;</title>
		<link>http://www.wesay.org/blogs/2007/05/02/oh-the-pain/</link>
		<comments>http://www.wesay.org/blogs/2007/05/02/oh-the-pain/#comments</comments>
		<pubDate>Wed, 02 May 2007 09:29:37 +0000</pubDate>
		<dc:creator>John Hatton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wesay.org/blogs/2007/05/02/oh-the-pain/</guid>
		<description><![CDATA[&#8230;of having to listen to your own recorded voice for hours on end.  That&#8217;s what I&#8217;m going through for you, folks, as I put together a series of instructional videos for this Preview version of WeSay.  Here&#8217;s what I&#8217;ve put up thus far.
WeSay Configuration pt1
A quick look at making a new project.
WeSay Configuration [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;of having to listen to your own recorded voice for hours on end.  That&#8217;s what I&#8217;m going through for you, folks, as I put together a series of instructional videos for this Preview version of WeSay.  Here&#8217;s what I&#8217;ve put up thus far.</p>
<p><a href="http://www.screencast.com/users/JohnHatton/collections/Default/media/b68e0d7f-371e-4e88-91bd-d051ee7ff45f">WeSay Configuration pt1</a></p>
<p>A quick look at making a new project.</p>
<p><a href="http://www.screencast.com/users/JohnHatton/collections/Default/media/b8f4b434-9391-435d-866c-a536a595b9b5">WeSay Configuration pt 2</a></p>
<p>A walk-through of setting up a WeSay project using the WeSay Config tool.</p>
<p><a href="http://www.screencast.com/users/JohnHatton/collections/Default/media/fc01bd43-c8c7-4665-a582-51e39847952d">WeSay Dictionary Tab</a></p>
<p>A detailed walk through the elements of the Dictionary Tab.</p>
<p><a href="http://www.screencast.com/users/JohnHatton/collections/Default/media/2eb177c5-a3ed-437c-a6ce-8da7c6c7c55b">WeSay Wordlist Task</a></p>
<p>A walk-through of the task designed to elicit vernacular words based on a list of foreign words.</p>
<p>And still to come:</p>
<p><strong>Semantic Domain Gathering Task</strong></p>
<p><strong>Missing Field Task</strong></p>
<p><strong>All about WeSay files</strong></p>
<p><strong>Overview of the WeSay project</strong></p>
<p>What&#8217;s the idea? Who is the intended audience?  How does WeSay fit in with more traditional linguistic applications?</p>
<p>&#8212;&#8211;</p>
<p>From the heading off the inevitable technical questions department:  I produced these using Camtasia Studio (of which I&#8217;m not a big fan) + GoldWave to eliminate the hiss, outputting to Flash using JPEG encoding at 20% quality, 32k mp3 audio.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesay.org/blogs/2007/05/02/oh-the-pain/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
