<?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>aBlogByGus &#187; download</title>
	<atom:link href="http://gusperez.com/wp/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://gusperez.com/wp</link>
	<description>Gus Perez on software, technology, music, and other stuff...</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:26:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='gusperez.com' port='80' path='/wp/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>DeskTips &#8211; Transparent text on your desktop</title>
		<link>http://gusperez.com/wp/2010/03/05/desktips-transparent-text-on-your-desktop/</link>
		<comments>http://gusperez.com/wp/2010/03/05/desktips-transparent-text-on-your-desktop/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:07:45 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[desktips]]></category>
		<category><![CDATA[software projects]]></category>
		<category><![CDATA[uptime 2000]]></category>
		<category><![CDATA[computer name]]></category>
		<category><![CDATA[cpu usage]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/?p=528</guid>
		<description><![CDATA[I received an email from a long-time user of Uptime 2000 a couple of weeks ago. He was wondering if I knew of an application that showed a system&#8217;s IP address the same way Uptime 2000 showed your system&#8217;s up time transparently on the desktop. Turns out I didn&#8217;t have a good answer for him. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gusperez.com/wp/wp-content/uploads/2010/03/desktips_logo.gif"><img class="alignright" title="desktips_logo" src="http://gusperez.com/wp/wp-content/uploads/2010/03/desktips_logo.gif" border="0" alt="" width="48" height="48" style="padding:40px" /></a>I received an email from a long-time user of Uptime 2000 a couple of weeks ago. He was wondering if I knew of an application that showed a system&#8217;s IP address the same way Uptime 2000 showed your system&#8217;s up time transparently on the desktop. Turns out I didn&#8217;t have a good answer for him. His mail did however finally cause me to get around to updating the Uptime 2000 code to make it work with the latest versions of Windows. I also figured that, while I was at it, I could also add support for displaying a system&#8217;s IP address.</p>
<p>I wrote that app back in 2000 (back when Windows 2000 was <em>new</em> and slapping a &#8220;2000&#8243; at the end of your app&#8217;s name was the <em>in</em> thing to do). Every now and then I get emails from folks asking for an updated version that works with UAC (it wrote to the registry in HKLM which requires elevation nowadays) so they wouldn&#8217;t have to run it as admin anymore. I figured it wouldn&#8217;t be that much work and it would be kind of fun to write some code again&#8211;it had been a while.</p>
<p>I dug up the old C++ code and was quickly reminded of the fact that it was actually going to be a fair amount of work (for me) to make it happen. I changed plans and instead decided to write an application in C# from scratch that would do it all and in what I figured would be a couple hours of work. That turned out to be pretty spot on as today I&#8217;m sharing out the first version of <a href="http://gusperez.com/wp/software/desktips/">DeskTips</a>. <span id="more-528"></span></p>
<p>Here&#8217;s a screenshot of the data it currently supports (time, date, system up time, CPU usage, computer name, and IP address):</p>
<p style="text-align: center;"><a href="http://gusperez.com/wp/wp-content/uploads/2010/03/desktips_all.jpg"><img class="aligncenter" title="desktips_all" src="http://gusperez.com/wp/wp-content/uploads/2010/03/desktips_all.jpg" border="0" alt="" width="565" height="107" /></a></p>
<p>And here&#8217;s another screenshot that shows the extent of its current UI:</p>
<p style="text-align: left;"><a href="http://gusperez.com/wp/wp-content/uploads/2010/03/desktips_menu.jpg"><img class="aligncenter" title="desktips_menu" src="http://gusperez.com/wp/wp-content/uploads/2010/03/desktips_menu.jpg" border="0" alt="" width="538" height="252" /></a><br />
It&#8217;s pretty simple and I&#8217;m hoping someone finds it useful. It&#8217;ll at the very least serve as a new place I can point the folks who still run good old Uptime 2000 but want an update.</p>
<p>If there&#8217;s some other information you&#8217;d find useful to add to the list of data it supports, just leave me a comment or shoot me a mail (gus at this domain) and I&#8217;ll consider adding it to an upcoming version of DeskTips.</p>
<p>You can read more about DeskTips and download it from its <a href="http://gusperez.com/wp/software/desktips/">fancy product page</a>.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=528&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2010/03/05/desktips-transparent-text-on-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need to rotate a video?</title>
		<link>http://gusperez.com/wp/2010/01/16/need-to-rotate-a-video/</link>
		<comments>http://gusperez.com/wp/2010/01/16/need-to-rotate-a-video/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 03:22:37 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[movie maker]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[mpg]]></category>
		<category><![CDATA[rotate]]></category>
		<category><![CDATA[rotating]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[walkthrough]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows live]]></category>
		<category><![CDATA[wmv]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/?p=473</guid>
		<description><![CDATA[If you find yourself recording videos in portrait mode with your phone/camera you might recall feeling less-than-smart when you find yourself cranking your neck to the side to watch a video on your computer. Luckily, there&#8217;s an easy way to relieve your neck and watch the video like a normal human. I&#8217;m posting this as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-477" src="http://gusperez.com/wp/wp-content/uploads/2010/01/wlmmlogo.gif" alt="Windows Live Movie Maker" width="140" height="104" />If you find yourself recording videos in portrait mode with your phone/camera you might recall feeling less-than-smart when you find yourself cranking your neck to the side to watch a video on your computer. Luckily, there&#8217;s an easy way to relieve your neck and watch the video like a normal human.</p>
<p>I&#8217;m posting this as I was just about to send this to someone via email to help them through it and figured this could help others too (*and* I can just link to this when I get asked next time). So if you&#8217;re on a Windows PC, here&#8217;s what I recommend you do to create a properly rotated version of your videos.<span id="more-473"></span></p>
<ol>
<li>Start up <a href="http://download.live.com/moviemaker">Windows Live Movie Maker</a>. If you don&#8217;t already have it installed, you can install it from <a href="http://download.live.com/moviemaker">here</a> for free.</li>
<li>Open up the folder you have the movie(s) you want to rotate in Windows Explorer.</li>
<li>Drag the movie from Windows Explorer over to the area labeled &#8220;Drag videos and photos here&#8230;&#8221; in Movie Maker.</li>
<li><img class="size-medium  wp-image-475 alignright" src="http://gusperez.com/wp/wp-content/uploads/2010/01/wlmm_ribbon-300x79.jpg" alt="" width="300" height="79" />On the &#8220;Home&#8221; tab in Movie Maker&#8217;s ribbon toolbar (you should be there by default), click on the appropriate button to rotate: &#8216;Rotate left 90°&#8217; or &#8216;Rotate right 90°&#8217;. At this point, you should now see the video in the correct orientation in the preview pane on the left.</li>
<li>You&#8217;re now ready to save the video. In the sharing section of the same ribbon toolbar we used in step #4, you&#8217;ll see the &#8216;Sharing&#8217; pane. You can read more about your options here (e.g., save to YouTube, HD or SD file formats, etc.) in the Windows Live Movie Maker <a href="http://help.live.com/help.aspx?project=wl_movie_makerv1&amp;market=en-US#faq12" target="_blank">documentation</a>.</li>
</ol>
<p>In my opinion, this is one of the easiest ways to do this for free and using an application that&#8217;s coming from a trustworthy source. It is however not all that flexible in some ways (e.g., your options for your rotated video are somewhat limited) but for most folks it should be just fine.</p>
<p>If you&#8217;re curious about other ways to do this, here are a few links that may be of interest</p>
<ul>
<li>Scott Hanselman&#8217;s <a href="http://www.hanselman.com/blog/HowToRotateAnAVIOrMPEGFileTakenInPortrait.aspx">post</a> on using <a href="http://www.mplayerhq.hu/design7/news.html">MPlayer</a>&#8216;s <a href="http://en.wikipedia.org/wiki/MEncoder">MEncoder</a> command-line tool.</li>
<li>You&#8217;ll find several apps (some free and some not free) by just a <a href="http://www.bing.com/search?FORM=IEFM1&amp;q=rotating+video" target="_blank">quick search on Bing</a>.</li>
</ul>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=473&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2010/01/16/need-to-rotate-a-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loving Comcast&#8217;s internet speed&#8230;</title>
		<link>http://gusperez.com/wp/2009/01/25/loving-comcasts-internet-speed/</link>
		<comments>http://gusperez.com/wp/2009/01/25/loving-comcasts-internet-speed/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 16:58:11 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/?p=325</guid>
		<description><![CDATA[I noticed my uploads were happening a bit faster so I decided to check in over at http://speedtest.net to see what my connection was clocking in at nowadays and was suprised to see that my upload speed was almost 10MB/s. Download speed hasn&#8217;t changed much since last time but upload certainly has.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.speedtest.net/result/397468486.png" alt="" width="300" height="135" />I noticed my uploads were happening a bit faster so I decided to check in over at <a href="http://speedtest.net">http://speedtest.net</a> to see what my connection was clocking in at nowadays and was suprised to see that my upload speed was almost 10MB/s.</p>
<p>Download speed hasn&#8217;t changed much since <a href="http://gusperez.com/wp/2008/03/03/comcast-just-got-faster/">last time</a> but upload certainly has.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=325&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2009/01/25/loving-comcasts-internet-speed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ccDismiss v1.0.2 &#8212; Minor updates</title>
		<link>http://gusperez.com/wp/2008/08/13/ccdismiss-v102-minor-updates/</link>
		<comments>http://gusperez.com/wp/2008/08/13/ccdismiss-v102-minor-updates/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 12:56:15 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[ccdismiss]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/?p=286</guid>
		<description><![CDATA[I&#8217;ve just released a new version that you can download from the ccDismiss page. Here are the changes: Consistent naming (everything&#8217;s ccDismiss now instead of how some parts would show up as ChargeCompleteDisabler in the task window, etc.). Fixed a memory leak I had that would happen whenever the Charge Complete was closed. It was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released a new version that you can download from the <a href="http://gusperez.com/wp/software/ccdismiss/">ccDismiss page</a>. Here are the changes:</p>
<ul>
<li>Consistent naming (everything&#8217;s ccDismiss now instead of how some parts would show up as ChargeCompleteDisabler in the task window, etc.).</li>
<li>Fixed a memory leak I had that would happen whenever the Charge Complete was closed. It was tiny but a leak is a leak.</li>
<li>I&#8217;ve shared the source code out as well now (available through the same link above).</li>
</ul>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=286&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2008/08/13/ccdismiss-v102-minor-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ezClip v1.20 &#8212; Real piping support</title>
		<link>http://gusperez.com/wp/2008/07/20/ezclip-v120-real-piping-support/</link>
		<comments>http://gusperez.com/wp/2008/07/20/ezclip-v120-real-piping-support/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 01:40:50 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[ezclip]]></category>
		<category><![CDATA[software projects]]></category>
		<category><![CDATA[cmd.exe]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[pipe]]></category>
		<category><![CDATA[piping]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/?p=276</guid>
		<description><![CDATA[I was thinking today (rare occasion) and realized I could also just add support for actually piping data into ezclip.exe directly. I went ahead and coded it up and there&#8217;s a new version of ezClip available now that supports it. I think this method is how I&#8217;ll be using it more often than the version [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking today (rare occasion) and realized I could also just add support for actually piping data into ezclip.exe directly. I went ahead and coded it up and there&#8217;s a new version of ezClip available now that supports it. I think this method is how I&#8217;ll be using it more often than the version of <a href="http://gusperez.com/wp/2008/07/19/ezclip-v115-pipe-to-clipboard-support-of-sorts/">a similar feature I added yesterday</a>.</p>
<p>Assuming ezclip.exe lives somewhere in your %path% environment variable, one can now type something like &#8216;dir /s /b | ezclip&#8217; and the output of the dir command will directly be copied to the clipboard.</p>
<p>You can get the latest version from the <a href="http://gusperez.com/wp/software/ezclip/">ezClip page</a> as usual.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=276&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2008/07/20/ezclip-v120-real-piping-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ezClip v1.1 &#8212; Some useful improvements</title>
		<link>http://gusperez.com/wp/2008/06/16/ezclip-v11-some-useful-improvements/</link>
		<comments>http://gusperez.com/wp/2008/06/16/ezclip-v11-some-useful-improvements/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:41:27 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[ezclip]]></category>
		<category><![CDATA[software projects]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/?p=267</guid>
		<description><![CDATA[I&#8217;ve just uploaded a new version of ezClip&#8211;a small C# utility that provides easy access from the command-line to copy and paste files to and from the clipboard. This version includes the following improvements: Wildcard support (e.g., &#8216;ezclip copy *.txt&#8217; now works). New add command allows you to add to the files you currently have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just uploaded a new version of <a href="http://gusperez.com/wp/software/ezclip/">ezClip</a>&#8211;a small C# utility that provides easy access from the command-line to copy and paste files to and from the clipboard.</p>
<p>This version includes the following improvements:</p>
<ul>
<li>Wildcard support (e.g., &#8216;ezclip copy *.txt&#8217; now works).</li>
<li>New <em>add</em> command allows you to add to the files you currently have in the clipboard.</li>
<li>New <em>list</em> command displays a list of the files currently stored in the clipboard.</li>
<li>Short form commands allows you to use the first letter of each command instead of spelling out the full command name (e.g., &#8216;ezclip p&#8217; instead of &#8216;ezclip paste&#8217;).</li>
</ul>
<p>I&#8217;ve also shared out the source code as I have in the past. The really cool part about that is that this release was mostly just a matter of integrating changes sent to me by Joel McIntyre, an ezClip user who was nice enough to implement the very useful additions and sent them to me to share with everyone else. Thanks Joel!</p>
<p>You can download ezClip and read more about it <a href="http://gusperez.com/wp/software/ezclip/">here</a>.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=267&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2008/06/16/ezclip-v11-some-useful-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TickTalker v1.0.4 &#8212; Now shutuppable!</title>
		<link>http://gusperez.com/wp/2008/02/13/ticktalker-v104-now-shutuppable/</link>
		<comments>http://gusperez.com/wp/2008/02/13/ticktalker-v104-now-shutuppable/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 08:21:44 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[software projects]]></category>
		<category><![CDATA[ticktalker]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[TickTalker]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/2008/02/13/ticktalker-v104-now-shutuppable/</guid>
		<description><![CDATA[I&#8217;ve got Ticktalker running on several of my machines at work and home. Sometimes, I go to bed and discover after a few minutes that my volume level was left pretty high on one of my computers. If I&#8217;m feeling to lazy to get up and fix it, it means I&#8217;ll be reminded ever hour, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got Ticktalker running on several of my machines at work and home. Sometimes, I go to bed and discover after a few minutes that my volume level was left pretty high on one of my computers. If I&#8217;m feeling to lazy to get up and fix it, it means I&#8217;ll be reminded ever hour, on the hour. :)</p>
<p>This latest version contains a new &#8220;quiet time&#8221; feature that allows you to specify a time range you want it to not speak during. Pretty simple but useful.</p>
<p>Get the latest version of TickTalker <a href="http://gusperez.com/wp/software/ticktalker/">here</a>.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=242&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2008/02/13/ticktalker-v104-now-shutuppable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TickTalker v1.0.3 &#8212; Stop showing in Alt+Tab window/sequence</title>
		<link>http://gusperez.com/wp/2007/12/09/ticktalker-v103-stop-showing-in-alttab-windowsequence/</link>
		<comments>http://gusperez.com/wp/2007/12/09/ticktalker-v103-stop-showing-in-alttab-windowsequence/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 04:37:37 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[software projects]]></category>
		<category><![CDATA[ticktalker]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[TickTalker]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/2007/12/09/ticktalker-v103-stop-showing-in-alttab-windowsequence/</guid>
		<description><![CDATA[The latest version of TickTalker is now available. The only change this time is to remove it from the ALT+TAB sequence as there&#8217;s no reason for it to ever be included. You can download it from here.]]></description>
			<content:encoded><![CDATA[<p>The latest version of TickTalker is now available. The only change this time is to remove it from the ALT+TAB sequence as there&#8217;s no reason for it to ever be included. You can download it from <a href="http://gusperez.com/wp/software/ticktalker/">here</a>.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=231&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2007/12/09/ticktalker-v103-stop-showing-in-alttab-windowsequence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TickTalker v1.0.2 &#8212; Another quick update</title>
		<link>http://gusperez.com/wp/2007/12/05/ticktalker-v102-another-quick-update/</link>
		<comments>http://gusperez.com/wp/2007/12/05/ticktalker-v102-another-quick-update/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 08:23:16 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[software projects]]></category>
		<category><![CDATA[ticktalker]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[TickTalker]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/2007/12/05/ticktalker-v102-another-quick-update/</guid>
		<description><![CDATA[Another day, another update. Here&#8217;s what&#8217;s new: I had an off-by-one bug that led to 1pm/am being announced as 13 regardless of the 24-hour mode setting. It also was related to making midnight be announced as &#8220;zero o&#8217;clock.&#8221; All better now. At startup now TickTalker will register itself with Vista so it shows up in [...]]]></description>
			<content:encoded><![CDATA[<p>Another day, another update. Here&#8217;s what&#8217;s new:</p>
<ul>
<li>I had an off-by-one bug that led to 1pm/am being announced as 13 regardless of the 24-hour mode setting. It also was related to making midnight be announced as &#8220;zero o&#8217;clock.&#8221; All better now.</li>
<li>At startup now TickTalker will register itself with Vista so it shows up in the Volume &#8220;Mixer.&#8221; This allows the user to configure the volume TickTalker should run at as compared to other applications (e.g., Windows Media Player, Windows sounds, etc.).</li>
<li>Got rid of the 24-hour mode setting. Will bring it back if I hear back from anyone who cares to have it. Will keep it simple in the meantime&#8230;</li>
</ul>
<p>As always, head over to the <a href="http://gusperez.com/wp/software/ticktalker/">TickTalker page</a> to download version 1.0.2.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=230&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2007/12/05/ticktalker-v102-another-quick-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TickTalker v1.0.1 &#8211; Minor fixes and new features</title>
		<link>http://gusperez.com/wp/2007/12/03/ticktalker-v101-minor-fixes-and-new-features/</link>
		<comments>http://gusperez.com/wp/2007/12/03/ticktalker-v101-minor-fixes-and-new-features/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 06:43:11 +0000</pubDate>
		<dc:creator>Gus</dc:creator>
				<category><![CDATA[software projects]]></category>
		<category><![CDATA[ticktalker]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[TickTalker]]></category>

		<guid isPermaLink="false">http://gusperez.com/wp/2007/12/03/ticktalker-v101-minor-fixes-and-new-features/</guid>
		<description><![CDATA[I&#8217;ve just updated TickTalker with a few minor-ish updates: The settings dialog no longer shows up behind other windows the first time you bring it up. Added a setting that allows you to update the &#8220;Speaking Rate&#8221; which really means you can now slow it down or speed it up as much as you like. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated <a href="http://gusperez.com/wp/software/ticktalker/">TickTalker</a> with a few minor-ish updates:</p>
<ul>
<li>The settings dialog no longer shows up behind other windows the first time you bring it up.</li>
<li>Added a setting that allows you to update the &#8220;Speaking Rate&#8221; which really means you can now slow it down or speed it up as much as you like.</li>
<li>Added a &#8220;Play Sample&#8221; button to the settings dialog that allows you test out your speaking rate and general volume setting.</li>
<li>Used the same icon for all dialogs&#8211;had left the default project icon originally on the two dialogs.</li>
</ul>
<p>I currently know of one other bug that I haven&#8217;t yet fixed. When saving your settings (automatically happens whenever you hit OK on the Settings dialog) and you&#8217;re running TickTalker from a protected folder (i.e., C:\Program Files) it currently throws an unhandled exception. I need to look into what the right way to deal with this is but in the meantime, if you&#8217;re running it from a folder you have full access to that&#8217;s not &#8220;protected&#8221; you should be fine.  </p>
<p>You can get the latest version from the <a href="http://gusperez.com/wp/software/ticktalker/">TickTalker page</a>.</p>
<img src="http://gusperez.com/wp/?ak_action=api_record_view&id=229&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://gusperez.com/wp/2007/12/03/ticktalker-v101-minor-fixes-and-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

