<?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>Dave Amenta .com &#187; Uncategorized</title>
	<atom:link href="http://www.daveamenta.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveamenta.com</link>
	<description>Indisposable By Default</description>
	<lastBuildDate>Sun, 18 Jul 2010 16:48:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GVNotifier moving forward</title>
		<link>http://www.daveamenta.com/2010-07/gvnotifier-moving-forward/</link>
		<comments>http://www.daveamenta.com/2010-07/gvnotifier-moving-forward/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 16:43:22 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=539</guid>
		<description><![CDATA[Thanks to an update on Lifehacker, GVNotifier has been installed 3,000 times in the past few days.  I&#8217;ve been flooded with emails and IMs&#8211;I apologize if I didn&#8217;t respond to you.  I generally try to respond to everything, but with working full-time, I wasn&#8217;t around and many messages were missed.  Thanks to those who have [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to an update on <a href="http://lifehacker.com/5580358/gvnotifier-adds-full-google-contacts-access-and-windows-7-integration" target="_blank">Lifehacker</a>, GVNotifier has been installed 3,000 times in the past few days.  I&#8217;ve been flooded with emails and IMs&#8211;I apologize if I didn&#8217;t respond to you.  I generally try to respond to everything, but with working full-time, I wasn&#8217;t around and many messages were missed.  Thanks to those who have donated, and also those that left kind words!  I appreciate the feedback, good and bad.</p>
<p>As I have indicated in some email exchanges, I&#8217;m working full-time for the summer and and don&#8217;t have much spare time for development.  I&#8217;ll be picking back up at the end of August, but things are pretty stable right now.  The rest of this posts contains my thoughts on moving forward, as well as documentation of known issues and other reasoning.</p>
<p><strong>Known Issues &amp; Bugs</strong></p>
<ul>
<li>GVNotifier does not work outside of the USA:  This is a long-standing issue, Google allows connections to google.com/voice from a non-US IP address, but the authentication process is different.  I&#8217;ve built a new Silverlight library for Windows Phone 7 that uses ClientLogin, so I will likely switch over to this system.  (Milestone 1.5)</li>
<li>Search Crash:  Some people experience an occasional crash when searching contacts.  I have a fix planned.  The good news is that this is the only known crash.  (Milestone 1.5)</li>
<li>Bandwidth Usage:  A couple people have reported that the bandwidth usage is heavy.  This is true if you&#8217;re using metered internet.  I have an idea of how I can reduce usage, but this is not a priority right now.  (Milestone 1.6-1.7)</li>
<li>Contacts Sync:  Updating a contact that already has a window open doesn&#8217;t always work.  If you must sync contacts completely, a restart is required.  (Milestone 1.5)</li>
<li>Area code 406 numbers are hidden:  Since there actually are people with Google Voice in Montana, I&#8217;ll bring back a setting for this.  (Milestone 1.5)</li>
</ul>
<p><strong>FAQ</strong></p>
<ul>
<li>Can I change the polling rate?  Yes.  Edit %localappdata%\GVNotifierWPF\settings.xml.  Look for UpdateFreq, which is in seconds.  Using a zero-value will disable updating completely.</li>
<li>Can I invoke a manual check?  Yes.  Call GVNotifier.net.exe /check.  (Other arguments include: /signout, /quit and /update_contacts)</li>
<li>Can I change the notification sound?  Yes.  Edit %localappdata%\GVNotifierWPF\new.wav</li>
<li>Can I dial a number that isn&#8217;t in my contacts?  Yes.  Type the number into contacts search.</li>
<li>My contacts aren&#8217;t all showing, why?  GVNotifier will show contacts only if they have one or more phone numbers that are NOT within the 406 area code.</li>
<li>GVNotifier is doing something weird, what can I do?  Check out the log file at %localappdata%\GVNotifierWPF\log.txt.</li>
<li>Is my personal data safe?  As of 1.4.1, passwords are encrypted.  Your Google Voice login information is sent <strong>only</strong> to Google.com, and <strong>only</strong> via SSL.  Contacts information is stored in plain text, along with other settings.  The password encryption is not impossibly strong, but if you are worried, use full disk encryption (like BitLocker or TrueCrypt).</li>
<li>Where is %localappdata%?  Windows Vista/7:  C:\Users\&lt;<strong>UserName</strong>&gt;\AppData\Local.  Windows XP:  C:\Documents and Settings\&lt;<strong>UserName</strong>&gt;\Local Settings\Application Data.</li>
<li>Can I disable SMS for a certain contact?  Yes &#8211; include the text <strong>nosms</strong> in their Google Contact information.  The input box will be disabled for this contact.</li>
</ul>
<p><strong>New Features</strong></p>
<ul>
<li>Dial pad:  I&#8217;ll probably add this, even though there is a way to insert new numbers&#8211;I neglected how valuable a Dial pad would be with a touch computer. (Milestone 1.5)</li>
<li>SMS History:  I&#8217;d like to sync history in the message window, along with some other enhancements (contact photo, other contact info).  I&#8217;m considering adding an SMS History tab, but I&#8217;m not crazy about this.  (Milestone 1.6)</li>
<li>Mass-messaging:  I&#8217;d like to integrate groups from Google Contacts, and on-demand group messaging. (Milestone 1.7)</li>
<li>Let me know if you don&#8217;t see something you want here.  I consider any requests that aren&#8217;t ridiculous.</li>
</ul>
<p><strong>Things that are not being considered</strong></p>
<ul>
<li>Please don&#8217;t ask me to &#8220;compile this is without the .NET framework,&#8221; or &#8220;compile with .NET 2.0 because it is better.&#8221;  GVNotifier requires .NET 3.5sp1 and utilizes the Windows Presentation Foundation.  There is certainly a performance hit, but you&#8217;re welcome to not use this software.  I&#8217;ll be upgrading to .NET 4.0 in the future.</li>
<li>Open Source.  I&#8217;m not open-sourcing this project unless someone is willing to dedicate a large amount of time to adding new&#8211;and reliable&#8211;features.</li>
<li>&#8220;Making the UI more compact.&#8221;  I&#8217;m mostly happy with the interface, I will not be doing any NCA drawing (at the very top of the window; like Firefox4, Chrome, Opera, et al).  Getting this working perfectly is a waste of effort that is better spent fixing bugs and adding useful functionality.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-07/gvnotifier-moving-forward/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GVAutoResponder 1.1 is out, tons of new features!</title>
		<link>http://www.daveamenta.com/2010-05/gvautoresponder-1-1-is-out-tons-of-new-features/</link>
		<comments>http://www.daveamenta.com/2010-05/gvautoresponder-1-1-is-out-tons-of-new-features/#comments</comments>
		<pubDate>Wed, 26 May 2010 21:58:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=516</guid>
		<description><![CDATA[GVAutoResponder 1.1 is out, tons more flexible than 1.0.  Below is a copy of the product page.  Everyone who bought a copy of 1.0 was sent a free upgrade via email.
Have you ever wanted to own your own SMS service?  Directing customers to send &#8220;MSG&#8221; to 123-456-789 for more information, or set up a whole [...]]]></description>
			<content:encoded><![CDATA[<p>GVAutoResponder 1.1 is out, tons more flexible than 1.0.  Below is a copy of the <a href="/products/google-voice-auto-responder/">product page</a>.  Everyone who bought a copy of 1.0 was sent a free upgrade via email.</p>
<hr />Have you ever wanted to own your own SMS service?  Directing customers to send &#8220;MSG&#8221; to 123-456-789 for more information, or set up a whole menu of options.  Easily deliver customers with coupons, games, jokes or whatever else with GVAutoResponder!</p>
<p>GVAutoResponder turns your Google Voice account into a full-fledged business service.  Easily respond to customers with automated messages, even have a default option for users that don&#8217;t already know the commands.  Send mass-messages to all your customers, or just a subset that have opted into a service.</p>
<h2>Overview</h2>
<ul>
<li>Highly configurable and flexible rule system for generating responses</li>
<li>Respond to SMS, Missed Calls and Voicemail</li>
<li>Export users and messages</li>
<li>Easily send messages to one, some, or all users!</li>
<li>Cost-effective solution for managing one or more business Google Voice accounts</li>
<li>Works alongside <a href="/products/gvnotifier/">GVNotifier</a></li>
</ul>
<h2>Get GVAutoResponder</h2>
<table border="1" cellspacing="4" cellpadding="4">
<tbody>
<tr>
<td>GVAutoResponder v1.1.0.9</td>
<td>Windows XP/Vista/7</td>
<td><a href="/gvautoresponder/setup.exe" target="_self">Download</a></td>
<td><a href="/gvautoresponder/gvar_doc.pdf" target="_self">Documentation (PDF)</a></td>
<td>Released May 26, 2010</td>
</tr>
</tbody>
</table>
<p><em>GVAutoResponder will auto-update to the latest version if you already have it installed.</em></p>
<h2>Features</h2>
<p>GVAutoResponder runs on Windows XP/Vista/7 and monitors Google Voice for new messages.  If they match the criteria you select, they&#8217;ll get a response.  Using the rule editor, responses and triggers can be configured any way you like.</p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/login.png"></a><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/editor.png"><img class="aligncenter size-medium wp-image-508" title="GVAutoResponder Rule Editor" src="http://www.daveamenta.com/wp-content/uploads/2010/03/editor-300x199.png" alt="" width="300" height="199" /></a></p>
<p>Send a message to one, some, or all of your users quickly with the mass-messaging features.</p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/default.png"></a><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/mass_msg.png"><img class="aligncenter size-medium wp-image-510" title="GVAutoResponder Send Message to one or more users" src="http://www.daveamenta.com/wp-content/uploads/2010/03/mass_msg-300x197.png" alt="" width="300" height="197" /></a></p>
<p>Export users and messages as CSV for use in excel or other applications.</p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/defrule.png"></a><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/export.png"><img class="aligncenter size-medium wp-image-509" title="GVAutoResponder Export" src="http://www.daveamenta.com/wp-content/uploads/2010/03/export-300x244.png" alt="" width="300" height="244" /></a></p>
<p>Download the <a href="/gvautoresponder/setup.exe">trial version</a> now!   A signature will be appended to each message in the trial version, but otherwise the software is the same.</p>
<h2>Order GVAutoResponder online now!</h2>
<p>GVAutoResponder 1.1 may be purchased for a fee of $25 (for use with one Google Voice account) or $30 (for use with multiple accounts)<span><br />
</span></p>
<div class="aligncenter">
<table border="1" cellspacing="4" cellpadding="4">
<tbody>
<tr>
<td>Single Account ($25)</td>
<td>Unlimited Accounts ($30)</td>
</tr>
<tr>
<td><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=EKEZV448FP4NQ"><br />
<img src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" alt="" /><br />
</a></td>
<td><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=55PXDJ77AJT78"><br />
<img src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" alt="" /><br />
</a></td>
</tr>
</tbody>
</table>
</div>
<p>Send me an <a href="mailto:dave@daveamenta.com">email</a>, or contact me using the widget to the right if you would like a more customized solution.  <strong>Please leave your email address so I can get back in touch with you!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-05/gvautoresponder-1-1-is-out-tons-of-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GVNotifier 1.4 &#8211; an oveview</title>
		<link>http://www.daveamenta.com/2010-05/gvnotifier-1-4-an-oveview/</link>
		<comments>http://www.daveamenta.com/2010-05/gvnotifier-1-4-an-oveview/#comments</comments>
		<pubDate>Fri, 21 May 2010 05:34:45 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=495</guid>
		<description><![CDATA[GVNotifier 1.4 is out &#8211; tons of great new features, just to name a few&#8230;

Contacts sync:  No more waiting for your contact list to load up each time you fire up GVNotifier!  Contacts and photos are stored on disk and synchronized after login, or each time you select the option on the notification area menu, or jumplist.
Windows [...]]]></description>
			<content:encoded><![CDATA[<p>GVNotifier 1.4 is out &#8211; tons of great new features, just to name a few&#8230;</p>
<ul>
<li>Contacts sync:  No more waiting for your contact list to load up each time you fire up GVNotifier!  Contacts and photos are stored on disk and synchronized after login, or each time you select the option on the notification area menu, or jumplist.</li>
<li>Windows 7 taskbar integration:  Common tasks and pinned contacts are available on the GVNotifier jumplist, just right-click on the taskbar icon.  Contacts sync progress is shown on the taskbar button as well.</li>
<li>Call History:  Call history is now a tab on the main window, 4 pages of calls from Missed, Placed and Received are loaded each time you start GVNotifier, an new events are updated in realtime.</li>
<li>Voicemil transcriptions &amp; playback:  Click the voicemail tab on the main window to view or listen to voicemail.</li>
<li>Message Spellchecking</li>
</ul>
<p>GVNotifier 1.4 was built using the Windows Presentation Foundation subsystem.  WPF is very flexible and building beautiful user interfaces has never been easier.  Inspiration came from Office 2010 and Windows 7.</p>
<p>With the upgrade to WPF, I took the time to rebuild my Google Voice connectivity library, removing the dependency on MSHTML, a component that was causing 50% or 100% CPU usage for some users.  This new library is more reliable than ever.</p>
<p>Check out the screenshots over at the <a href="/products/gvnotifier">product page</a>.</p>
<p>Thanks to everyone over at the <a href="http://groups.google.com/group/gvnotifiernet" target="_blank">beta group</a>, and <a href="http://www.jaredkastriner.com/" target="_blank">Jared Kastriner</a> for testing and reporting bugs throughout the process!  Special thanks also to everyone who has <a href="/donate/">donated</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-05/gvnotifier-1-4-an-oveview/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GVNotifier 1.3.132 resolves login issues &#8211; adds new features</title>
		<link>http://www.daveamenta.com/2010-05/gvnotifier-1-3-132-resolves-login-issues-adds-new-features/</link>
		<comments>http://www.daveamenta.com/2010-05/gvnotifier-1-3-132-resolves-login-issues-adds-new-features/#comments</comments>
		<pubDate>Sun, 02 May 2010 23:39:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[GVNotifier]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=459</guid>
		<description><![CDATA[Thanks to everyone who participated in the beta &#8211; I&#8217;ve pushed GVNotifier 1.3.  This build incorporates the login fixes, as well as a few new features:
- Ctrl+N will clear the messages from the current window.
- Ctrl+R (on the message window) to instantly check for new messages.
- Configurable fonts &#8211; set any size and style you&#8217;d like [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to everyone who participated in the beta &#8211; I&#8217;ve pushed GVNotifier 1.3.  This build incorporates the login fixes, as well as a few new features:</p>
<p>- Ctrl+N will clear the messages from the current window.</p>
<p>- Ctrl+R (on the message window) to instantly check for new messages.</p>
<p>- Configurable fonts &#8211; set any size and style you&#8217;d like for the Contact List and Message windows.</p>
<p>- Connectivity test &#8211; GVNotifier won&#8217;t fail if your internet connection isn&#8217;t present.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-05/gvnotifier-1-3-132-resolves-login-issues-adds-new-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GVNotifier login issues</title>
		<link>http://www.daveamenta.com/2010-05/gvnotifier-login-issues/</link>
		<comments>http://www.daveamenta.com/2010-05/gvnotifier-login-issues/#comments</comments>
		<pubDate>Sun, 02 May 2010 18:19:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[GVNotifier]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=457</guid>
		<description><![CDATA[It appears that Google has made some changes to the login system for Google Voice during the past couple of days.  Not everyone is seeing login problems, but some users are reporting it.
I&#8217;ve posted a beta version over at the GVNotifier Beta Group.  You can download it now, but I&#8217;ll likely be pushing it out [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that Google has made some changes to the login system for Google Voice during the past couple of days.  Not everyone is seeing login problems, but some users are reporting it.</p>
<p>I&#8217;ve posted a beta version over at the <a href="http://groups.google.com/group/gvnotifiernet" target="_blank">GVNotifier Beta Group</a>.  You can <a href="/download/GVNotifier_Beta_1.3.132.zip ">download it now</a>, but I&#8217;ll likely be pushing it out to all users later today, or tomorrow.  If the beta version has fixed your login problem, please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-05/gvnotifier-login-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AeroAlert &#8211; Change the DWM Aero accent color.</title>
		<link>http://www.daveamenta.com/2010-04/aeroalert-change-the-dwm-aero-accent-color/</link>
		<comments>http://www.daveamenta.com/2010-04/aeroalert-change-the-dwm-aero-accent-color/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 01:14:01 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=424</guid>
		<description><![CDATA[AeroAlert is a quick project that I put together this weekend.  The intent is to have the ability to signal that a condition has occurred, without using FlashWindow(Ex).  I&#8217;ve included some sample batch files and a demo video of what is possible.  Using the -k switch, one could use AeroAlert to change the DWM Aero color [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/products/aeroalert/">AeroAlert</a> is a quick project that I put together this weekend.  The intent is to have the ability to signal that a condition has occurred, without using <a href="http://msdn.microsoft.com/en-us/library/ms679346(VS.85).aspx">FlashWindow</a>(<a href="http://msdn.microsoft.com/en-us/library/ms679347(VS.85).aspx">Ex</a>).  I&#8217;ve included some sample batch files and a demo video of what is possible.  Using the -k switch, one could use AeroAlert to change the DWM Aero color persistently.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AdyYW2a6uvU&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/AdyYW2a6uvU&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To change the color based on weather, check out <a href="http://spikex.net/2010/04/aeroweather-weather-based-aero-color/">AeroWeather</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-04/aeroalert-change-the-dwm-aero-accent-color/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ThumbPreview &#8211; Movable taskbar thumbnails</title>
		<link>http://www.daveamenta.com/2010-03/thumbpreview-movable-taskbar-thumbnails/</link>
		<comments>http://www.daveamenta.com/2010-03/thumbpreview-movable-taskbar-thumbnails/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 00:53:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=412</guid>
		<description><![CDATA[I&#8217;ve had this project hanging around for a long time &#8211; it&#8217;s not quite complete but it does a nice job of letting you preview a window like the windows 7 taskbar, but in a more persistent and flexible way.
It&#8217;s easy, just tap Win+Z to create a movable thumbnail window for the window you have in focus.
Check [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had this project hanging around for a long time &#8211; it&#8217;s not quite complete but it does a nice job of letting you preview a window like the windows 7 taskbar, but in a more persistent and flexible way.</p>
<p>It&#8217;s easy, just tap <strong>Win+Z</strong> to create a movable thumbnail window for the window you have in focus.</p>
<p>Check out the <a href="/products/thumbpreview/">application page</a> and <a href="/thumbpreview/setup.exe">download</a>.</p>
<p><strong>Video</strong></p>
<p>
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/qlZETn505sQ&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qlZETn505sQ&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object><br />
</p>
<p><strong>Screenshots</strong></p>
<p><strong><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/thumbpreview_2.png"><img class="aligncenter size-medium wp-image-408" title="thumbpreview_2" src="http://www.daveamenta.com/wp-content/uploads/2010/03/thumbpreview_2-300x127.png" alt="" width="300" height="127" /></a><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/thumbpreview_1.png"><img class="aligncenter size-medium wp-image-407" title="thumbpreview_1" src="http://www.daveamenta.com/wp-content/uploads/2010/03/thumbpreview_1-300x109.png" alt="" width="300" height="109" /></a><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-03/thumbpreview-movable-taskbar-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BTProximity: Lock and Unlock PC when Bluetooth phone is in range</title>
		<link>http://www.daveamenta.com/2010-03/btproximity-lock-and-unlock-pc-when-bluetooth-phone-is-in-range/</link>
		<comments>http://www.daveamenta.com/2010-03/btproximity-lock-and-unlock-pc-when-bluetooth-phone-is-in-range/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 22:22:30 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=373</guid>
		<description><![CDATA[BTProximity is an application for Windows Vista and Windows 7 that can detect when your bluetooth-enabled phone has come into range, and unlock your computer.  When the device moves out of range, the computer is automatically locked.  This isn&#8217;t a fake lock window, the computer is locked using Windows Security.

BTProximity is donationware, if you like it, please [...]]]></description>
			<content:encoded><![CDATA[<p>BTProximity is an application for Windows Vista and Windows 7 that can detect when your bluetooth-enabled phone has come into range, and unlock your computer.  When the device moves out of range, the computer is automatically locked.  This isn&#8217;t a fake lock window, the computer is locked using Windows Security.</p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2010/03/bt.png"><img class="aligncenter size-full wp-image-374" title="Bluetooth Lock and Unlock workstation" src="http://www.daveamenta.com/wp-content/uploads/2010/03/bt.png" alt="" width="355" height="384" /></a></p>
<p>BTProximity is donationware, if you like it, <a href="/donate">please donate</a>!</p>
<p><strong>Download </strong>(Windows Vista/7 only &#8211; x86 and x64)</p>
<p><a href="/btproximity/setup.exe">BTProximity</a> (ClickOnce Installer)</p>
<p><strong>Notes</strong></p>
<p>- The device needs to be paired with Windows first, then it will show up in the devices list.  If you don&#8217;t pair the device, secure mode will need to be disabled in order for the device to appear.</p>
<p>- Be sure to install the unlock component if you&#8217;d like to automatically unlock.</p>
<p>- Be sure to set the credentials to unlock.</p>
<p>- Setting the check interval too high may lead to poor battery life.</p>
<p>- &#8220;Faster Unlock&#8221; will unlock as soon as the device has been seen, without an additional check.</p>
<p>- Notification area icon colors:</p>
<p>Gray: Host device is not compatible or not found.</p>
<p>Red:  Device is not connected (out of range)</p>
<p>Green: Device is connected (in range)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-03/btproximity-lock-and-unlock-pc-when-bluetooth-phone-is-in-range/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Download old GVNotifier (1.1)</title>
		<link>http://www.daveamenta.com/2010-02/download-old-gvnotifier-1-1/</link>
		<comments>http://www.daveamenta.com/2010-02/download-old-gvnotifier-1-1/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:36:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=339</guid>
		<description><![CDATA[For historical/compatibility purposes, I&#8217;m making GVNotifier 1.1 available as a zip download.  Please use the latest version if possible, but if you&#8217;re having a problem that didn&#8217;t exist before, feel free to roll back to the old version until everything gets worked out.
]]></description>
			<content:encoded><![CDATA[<p>For historical/compatibility purposes, I&#8217;m making GVNotifier 1.1 available as a <a href="/download/GVNotifier_110.zip">zip download</a>.  Please use the latest version if possible, but if you&#8217;re having a problem that didn&#8217;t exist before, feel free to roll back to the old version until everything gets worked out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-02/download-old-gvnotifier-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GVNotifier tutorial video</title>
		<link>http://www.daveamenta.com/2010-01/gvnotifier-tutorial-video/</link>
		<comments>http://www.daveamenta.com/2010-01/gvnotifier-tutorial-video/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 01:38:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GVNotifier]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=302</guid>
		<description><![CDATA[Here&#8217;s a great video that gives an overview of GVNotifier&#8217;s features.

If you can&#8217;t see the video, try here.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great video that gives an overview of GVNotifier&#8217;s features.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="best" /><param name="bgcolor" value="#1a1a1a" /><param name="allowfullscreen" value="true" /><param name="scale" value="showall" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="autostart=false&amp;thumb=http://www.supportwiz.info/tutorials/GVN/FirstFrame.png&amp;thumbscale=75&amp;color=0x1A1A1A,0x1A1A1A" /><param name="src" value="http://www.supportwiz.info/tutorials/GVN/GVNotifier_controller.swf" /><embed type="application/x-shockwave-flash" width="320" height="240" src="http://www.supportwiz.info/tutorials/GVN/GVNotifier_controller.swf" flashvars="autostart=false&amp;thumb=http://www.supportwiz.info/tutorials/GVN/FirstFrame.png&amp;thumbscale=75&amp;color=0x1A1A1A,0x1A1A1A" allowscriptaccess="always" scale="showall" allowfullscreen="true" bgcolor="#1a1a1a" quality="best"></embed></object></p>
<p>If you can&#8217;t see the video, <a href="http://www.supportwiz.info/tutorials/GVN/GVNotifier.mp4">try here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-01/gvnotifier-tutorial-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
