<?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>Alastria Software &#187; 7stacks</title>
	<atom:link href="http://alastria.com/category/news/7stacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://alastria.com</link>
	<description>Makers of high-quality software for your PC</description>
	<lastBuildDate>Fri, 23 Dec 2011 09:02:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>7stacks v1.5 beta 2 is out</title>
		<link>http://alastria.com/2011/06/7stacks-v1-5-beta-2-is-out/</link>
		<comments>http://alastria.com/2011/06/7stacks-v1-5-beta-2-is-out/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 06:10:12 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://alastria.com/?p=365</guid>
		<description><![CDATA[I have just released 7stacks v1.5 beta 2.  As I stated in my previous post, this is simply a workaround for those who are having problems w/ 7stacks and Google Chrome.  Often, when Chrome was running (mostly when viewing Flash or Silverlight sites), 7stacks would simply not appear when clicked. If you do not use [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released 7stacks v1.5 beta 2.  As I stated in <a href="http://alastria.com/2011/06/updates-coming-soon/" title="Updates coming soon"  target="_blank">my previous post</a>, this is simply a workaround for those who are having problems w/ 7stacks and Google Chrome.  Often, when Chrome was running (mostly when viewing Flash or Silverlight sites), 7stacks would simply not appear when clicked.</p>
<p>If you do not use Chrome, you can still continue to use beta 1.  If you <em>do</em> use Chrome, I&#8217;d highly suggest immediately <a href="http://alastria.com/software/7stacks/" title="7stacks"  target="_blank">downloading beta 2</a>.</p>
<p>Many, many of you have correctly pointed out that Chrome seems to foul up 7stacks.  I could be way off, but I believe the reason is because of <strong>a bug inside Google Chrome</strong>.  Yes, I realize that given the odds-on choice of who screwed up: tiny, insect-like me, or massive, behemoth Google, usually the egregious party will be me.  But I honestly do think that Chrome is doing something wrong.  If you don&#8217;t care for highly geeky explanations, you&#8217;re under no obligation to read the following&#8230;</p>
<p><strong>Warning: Science Content</strong> &#8212; In the 7stacks preferences, there is an option to make the show/hide behavior to mimic OS X&#8217;s; that is: click the icon once to show the stack, click it again to hide it.  In Windows, clicking the stack icon again has the effect of running a 2nd copy of that stack.  So, in order to accomplish the trick of mimicking OSX, that stack&#8217;s 2nd copy (Stack #2) checks to see if another copy is running (Stack #1).  If it is, Stack #2 sends a message to Stack #1, telling Stack #1 to close, then Stack #2 closes itself.  Basically, when a stack pops up, it asks, &#8220;Are there any other stacks out there?&#8221;</p>
<p>Each of these stacks are what Windows calls a &#8220;process&#8221;.  And the act of these processes communicating w/ one another is a programming technique called inter-process communication, or &#8220;IPC&#8221; for short.</p>
<p>The easiest, and most efficient method of IPC within Windows is the use of a built-in message, <a rel="nofollow" href="http://delphi.about.com/od/windowsshellapi/a/wm_copydata.htm"  target="_blank">WM_COPYDATA</a>.  It allows processes to fire off a message that will be received by other processes that are looking for these messages to come along.  But, for some reason, when Chrome is running, all WM_COPYDATA messages being intercepted, and not being passed on as they should.</p>
<p>In effect, when it asks &#8220;Are there any other stacks out there?&#8221;  It should either hear a &#8220;Yes!&#8221; from another stack, or it should receive all &#8220;No&#8221;s from the other processes.  Instead, Chrome eats the message and says nothing, and 7stacks sits there and waits until it hears a reply.  This is why clicking the stack does nothing.</p>
<p>Its also entirely possible that this is <strong>not </strong>a bug in Chrome; it could&#8217;ve been designed this way.  The only reason I could imagine why is for security purposes.  I guess it could be <em>theoretically</em> possible to stuff data into other processes using WM_COPYDATA, but there&#8217;s no way to do this as far as I know.  Again, the chances that Google is smarter than me is pretty high.</p>
<p>At any rate, beta 2 handles IPC a different way: by the use of timers and semaphores.  Think of it as two spies leaving messages for one another at a dead-drop site, and each one checking that site at a set interval.  In this case, that interval is 10 milliseconds.  This method still accomplishes the goal, without running afoul of Chrome.</p>
<p><strong>Computer Science lesson over&#8230;</strong></p>
<p>If anyone finds any more bugs, send a <a href="http://alastria.com/support/tech/" title="Tech Support"  target="_blank">tech support email</a>.  I may not <em>reply </em>to every email, but I do <em>read</em> every email.  Thanks for your continued support of 7stacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2011/06/7stacks-v1-5-beta-2-is-out/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Updates coming soon</title>
		<link>http://alastria.com/2011/06/updates-coming-soon/</link>
		<comments>http://alastria.com/2011/06/updates-coming-soon/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 03:49:03 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Speedy Shopper]]></category>

		<guid isPermaLink="false">http://alastria.com/?p=362</guid>
		<description><![CDATA[I will be posting some updates to software within the next few days.  First, on Monday (6/27), I am publishing a small update to 7stacks (v1.5 b2), which fixes a single, but serious bug when using it w/ Google Chrome (more about the bug later).  This will not add any additional features.  This is simply [...]]]></description>
			<content:encoded><![CDATA[<p>I will be posting some updates to software within the next few days.  First, on Monday (6/27), I am publishing a small update to 7stacks (v1.5 b2), which fixes a single, but serious bug when using it w/ Google Chrome (more about the bug later).  This will <strong>not</strong> add any additional features.  This is simply a fix for the Chrome error that many, many, many people have complained about (and rightly so).</p>
<p>Second, I will be posting Speedy Shopper 2.0 later this week, about July 1.  I&#8217;ve been working hard to finish squashing the few remaining bugs, and have been testing it thoroughly.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2011/06/updates-coming-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;m still standing</title>
		<link>http://alastria.com/2011/03/im-still-standing/</link>
		<comments>http://alastria.com/2011/03/im-still-standing/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 23:16:30 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Popup Calendar]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Speedy Shopper]]></category>

		<guid isPermaLink="false">http://alastria.com/?p=359</guid>
		<description><![CDATA[Although I haven&#8217;t posted any news in a while, I just wanted to post a quick update.  I have been doing some outside work the past few months, and it is now complete.  For reasons that I&#8217;m sure you all can understand, these outside projects must take priority over my shareware/freeware development.  Above all, I [...]]]></description>
			<content:encoded><![CDATA[<p>Although I haven&#8217;t posted any news in a while, I just wanted to post a quick update.  I have been doing some outside work the past few months, and it is now complete.  For reasons that I&#8217;m sure you all can understand, these outside projects must take priority over my shareware/freeware development.  Above all, I have to pay the bills.</p>
<p>I will be posting Speedy Shopper 2.0 ASAP, as well as continuing work on 7stacks in my spare time.  I am also going to be working on some iPhone/Android apps (which is where the future is, let&#8217;s be honest).</p>
<p>One quick note about <a href="http://alastria.com/software/popup-calendar/" >Popup Calendar</a>.  A recent screwup by me caused an old version of Popup Calendar (3.5) to be posted on the site, instead of the current version (3.53).  If you download Popup Calendar, you will now get the new version.  Sorry about the confusion.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2011/03/im-still-standing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Testimonials Needed</title>
		<link>http://alastria.com/2010/07/testimonials-needed/</link>
		<comments>http://alastria.com/2010/07/testimonials-needed/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 03:42:55 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Popup Calendar]]></category>
		<category><![CDATA[Popup Calendar Lite]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Speedy Shopper]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=163</guid>
		<description><![CDATA[As I said in my previous post, I&#8217;m putting together a new site design. It&#8217;s about 75% complete; and I need you to help me! If you like and use 7stacks, Speedy Shopper, Popup Calendar, or Popup Calendar Lite, we&#8217;d love it if you sent us your testimonial about it. Whatever feature(s) you like most&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>As I said in my previous post, I&#8217;m putting together a new site design.   It&#8217;s about 75% complete; and I need you to help me!</p>
<p>If you like  and use 7stacks, Speedy Shopper, Popup Calendar, or Popup Calendar Lite,  we&#8217;d love it if you sent us your testimonial about it.  Whatever  feature(s) you like most&#8230;  Whether it saved you time, money, just  looked cool, or whatever!</p>
<p>Either send me a <a href="http://twitter.com/alastria" >@ reply on twitter</a>, or <a href="http://alastria.com/index.php?p=email" >send me an email</a>.   If you send an email, we will only use your first name and last initial,  and your hometown if you&#8217;d like to include it (i.e. &#8220;Derek M.,  Charlotte NC&#8221;).  If you tweet me, I&#8217;ll use your twitter handle (with a  link), and hopefully send some followers your way.</p>
<p>And, thanks to  all our loyal customers and fans out there!</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2010/07/testimonials-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7stacks v1.5 beta 1</title>
		<link>http://alastria.com/2009/10/7stacks-v1-5-beta-1/</link>
		<comments>http://alastria.com/2009/10/7stacks-v1-5-beta-1/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:17:48 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=9</guid>
		<description><![CDATA[For a while, I wasn&#8217;t sure I&#8217;d get to this point, but, here it is! Version 1.5 beta 1 will be the new foundation for 7stacks, at least for a while. If you see this update, and think &#8220;Not much has changed&#8221;, then I&#8217;m sorry to disappoint, but there&#8217;s a reason. Story time: Because Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>For a while, I wasn&#8217;t sure I&#8217;d get to this point, but, here it is!  Version 1.5 beta 1 will be the new foundation for 7stacks, at least for a  while.  If you see this update, and think &#8220;Not much has changed&#8221;, then  I&#8217;m sorry to disappoint, but there&#8217;s a reason.</p>
<p>Story time:  Because Microsoft made some last minute changes to Windows 7, a sizable  portion of users found that v1.2 wouldn&#8217;t work with the final Win7  release version.  When you&#8217;d launch a stack, 7stacks would just sit  there, never displaying a window.  The reason for this is still unknown.   When I upgrade to the final release Win 7 this weekend, I&#8217;ll see if I  can investigate more.</p>
<p>Meanwhile, when reports of this error  started surfacing, I was already in the middle of this v1.5 rewrite.   However, this rewrite was meant to be a long-term replacement to v1.2.  I  figured it probably wouldn&#8217;t be ready for at least several more months.   Then, when everyone&#8217;s 7stacks started crapping out, and tests showed  that an early alpha release of v1.5 worked, I had to put my chips &#8220;all  in&#8221; on v1.5.  And since Windows 7 was coming out Oct. 22, I had to  publish v1.5 by then.</p>
<p>However, I had many features planned for  v1.5, including many great suggestions from y&#8217;all.  But, there was  simply no way to implement them in the time allotted.  So, about 2 weeks  ago, staring at a deadline I hadn&#8217;t sweated so much over since my  Senior Thesis back in college, I decided that my goal should be to  release a beta of v1.5 that could at least do the same things v1.2 can  do.  This way, those of you who were having problems, can now use  7stacks again.</p>
<p>And, although not much has changed on the surface,  <strong>many</strong> changes have been made on the inside.  First, you  should notice that beta 1 loads faster than v1.2.  Speed is a big  priority for v1.5, and I will be making many enhancements to try to get  it going as fast as possible.  Improving the look is also a huge  priority.  For a list of complete changes coming to v1.5, click here.</p>
<p>So,  download the beta, and  tell me what you think.   Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2009/10/7stacks-v1-5-beta-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7stacks update :(</title>
		<link>http://alastria.com/2009/10/7stacks-update/</link>
		<comments>http://alastria.com/2009/10/7stacks-update/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:22:40 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=11</guid>
		<description><![CDATA[I apologize for the lack of updates. I&#8217;ve just been busy beating my head against the wall. The development of 7stacks has hit a series of major snags, that will force me to regroup and rethink. Most of it revolves around 64-bit incompatibilites. 64-bit is now becoming more mainstream, and the development environment that I [...]]]></description>
			<content:encoded><![CDATA[<p>I apologize for the lack of updates.  I&#8217;ve just been busy beating my  head against the wall.</p>
<p>The development of 7stacks has hit a  series of major snags, that will force me to regroup and rethink.  Most  of it revolves around 64-bit incompatibilites.  64-bit is now becoming  more mainstream, and the development environment that I use to create my  apps, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Embarcadero_Delphi" >Delphi</a>,  still compiles 32-bit apps only.  For 95% of the apps out there, like  Speedy Shopper, this isn&#8217;t a problem.</p>
<p>However, when your 32-bit  app tries to interface with the Windows shell, like 7stacks does, very  odd things begin happening.  64-bit Windows essentially &#8220;lies&#8221; to 32-bit  apps (regarding things like file locations and administrator access),  essentially sandboxing the app.  So basically, 7stacks 1.5 will not be  able to access &#8220;virtual&#8221; folders, like the Control Panel, Games  Explorer, Recycle Bin, etc.  I&#8217;ve tried everything I can to &#8220;hack&#8221;  around this, but it is just not possible.</p>
<p>For the first time in  years, I&#8217;ve hit a wall with zero chance of getting over it.</p>
<p>So,  instead of doing further damage to my head, I will be forced to cut that  feature out for now.  I will finish what I have, and release a beta  this weekend.  That way, new Win7 users can at least have a working  version.  Future enhancements will have to wait, until I can translate  7stacks into something more modern, like <a rel="nofollow" href="http://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29" >Visual  C#</a>.</p>
<p>The sad thing is, I used to be a <strong>big</strong> Delphi (and <a rel="nofollow" href="http://en.wikipedia.org/wiki/Object_Pascal" >Pascal</a>)  fan.  But Delphi has been left to stagnate for years and years, now  leaving developers like me in the lurch.  I want to develop modern apps,  and you all want modern apps, but I just can&#8217;t make them in Delphi any  more.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2009/10/7stacks-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: 7stacks on the Windows 7 RTM</title>
		<link>http://alastria.com/2009/10/warning-7stacks-on-the-windows-7-rtm/</link>
		<comments>http://alastria.com/2009/10/warning-7stacks-on-the-windows-7-rtm/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:26:18 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=13</guid>
		<description><![CDATA[If you&#8217;re using the Windows 7 RTM (build 7600), then please be aware that 7stacks v1.2 may not work. Microsoft has changed something between the RC (build 7100) and the RTM that has broken 7stacks. The good news is that the upcoming version, 1.5, does work on the RTM w/ no problems. Because v1.2 is [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using the Windows 7 RTM (build 7600), then please be aware  that 7stacks v1.2 may not work.  Microsoft has changed something between  the RC (build 7100) and the RTM that has broken 7stacks.  The good news  is that the upcoming version, 1.5, <strong>does</strong> work on the  RTM w/ no problems.</p>
<p>Because v1.2 is so broken for RTM users, I  will make v1.5 a public beta.  I am furiously trying to complete it, and  I hope to have a beta ready within a week or two.</p>
<p><em>I  apologize if you&#8217;ve had any problems with v1.2.  Rest assured that I  would not knowingly release software so broken.</em></p>
<p>Microsoft  does have the right to change their product prior to release.  But, I  just wish they hadn&#8217;t changed something so fundamental at the last  minute.  Oh well.</p>
<p>Thank you for your patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2009/10/warning-7stacks-on-the-windows-7-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7stacks is a hit!</title>
		<link>http://alastria.com/2009/07/7stacks-is-a-hit/</link>
		<comments>http://alastria.com/2009/07/7stacks-is-a-hit/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 06:28:49 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=20</guid>
		<description><![CDATA[By now, you&#8217;ve seen that we&#8217;ve released a new app called 7stacks. I&#8217;m quite pleased in the overwhelmingly positive reaction it&#8217;s gotten. It has so far gotten writeups on LifeHacker, DownloadSquad, and IntoWindows. Both Lifehacker and DownloadSquad are sites that I (and millions of others) read daily. It&#8217;s funny how much it&#8217;s spread like wildfire. [...]]]></description>
			<content:encoded><![CDATA[<div>By  now, you&#8217;ve seen that we&#8217;ve released a new app called 7stacks.  I&#8217;m  quite pleased in the overwhelmingly positive reaction it&#8217;s gotten.  It  has so far gotten writeups on <a rel="nofollow" href="http://lifehacker.com/5303809/7stacks-does-os-x-stacks-in-windows-7-style" >LifeHacker</a>,  <a href="http://www.downloadsquad.com/2009/06/29/pin-multiple-folders-windows-7-taskbar-7stacks/" >DownloadSquad</a>,  and <a href="http://www.intowindows.com/7stacks-stacks-for-windows-7-taskbar/" >IntoWindows</a>.   Both Lifehacker and DownloadSquad are sites that I (and millions of  others) read daily.</p>
<p>It&#8217;s funny how much it&#8217;s spread like  wildfire.  In total, my announcement of 7stacks was one, single,  solitary message board post I made <a href="http://www.sevenforums.com/software/14571-announcing-7stacks-stacks-7-freeware.html" >here</a> on the forums at <a href="http://sevenforums.com/" >SevenForums.com</a> (a Windows 7 board).  From there, it was picked up on a couple of blogs,  and from there, DownloadSquad and Lifehacker saw it.  That&#8217;s pretty  amazing, IMO.</p>
<p>The people at SevenForums have been great in  helping be quash the initial bugs, and I released v1.1 just a few days  after 1.0.  I will also be releasing v1.2 by the end of this week.  It  will include several fixes, including:</p>
<ul>
<li>Fixing Stacks  pointing to a drive (i.e. &#8220;C:&#8221;) not working correctly</li>
<li>Fixing  Stacks of network devices not sorting file/folder names alphabetically</li>
<li>Adding  multiple monitor support</li>
<li>Fixing &#8220;Browse subfolders within  the stack&#8221; option being ignored in Menus</li>
<li>Fixing large menus  not appearing in the correct location if the mouse is moving</li>
<li>Fixing  very large menus (i.e. 5000+ items) causing program to freeze.</li>
</ul>
<p>So,  if you&#8217;re having one of the above problems, please know that I will fix  the problem ASAP.  And if you&#8217;re having a problem that&#8217;s not listed  above, feel free to <a href="../index.php?p=suggestions">contact us</a> and let us know what&#8217;s happening.</p>
<p>And, by the way .. if you like  and use 7stacks, it would mean a great deal if you could <a rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=Y528CHDJC24DJ&amp;lc=US&amp;item_name=Alastria%20Software&amp;item_number=7stacks5&amp;amount=5%2e00&amp;currency_code=USD&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" >donate  $5 USD</a>.  David and I have been working hard to bring this software  to you, and a small donation would really go a long way to help us make  more stuff like 7stacks.</p>
<p>And, speaking of that .. we&#8217;ve got  another free app &#8220;Windows 7&#8243; app coming out ASAP (maybe in a week or  two).  Stay tuned!</p>
<p><strong>Note added 7/2:</strong> Several  people had complained about some unusual slowdowns when displaying  items.  Yea, my bad.  One out of place letter can really ruin your day.   Stack display times should nearly instantaneous now.</p>
</div>
<div><!-- no full story--></div>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2009/07/7stacks-is-a-hit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming up for air</title>
		<link>http://alastria.com/2009/06/coming-up-for-air/</link>
		<comments>http://alastria.com/2009/06/coming-up-for-air/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:54:42 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[7stacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Speedy Shopper]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=23</guid>
		<description><![CDATA[I&#8217;ve been busy hunkered down in Casa de Alastria, clacking away on the keyboard like a madman. And the fruits of my labor are about to be revealed. I&#8217;m about to release 3 apps .. 2 new apps and 1 update. First, the update is to Speedy Shopper 2.0. Circumstances beyond my control have caused [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy hunkered down in Casa de Alastria, clacking away on the  keyboard like a madman.  And the fruits of my labor are about to be  revealed.  I&#8217;m about to release 3 apps .. 2 new apps and 1 update.</p>
<p>First,  the update is to Speedy Shopper 2.0.  Circumstances beyond my control  have caused me to have a severe delay in the development of this.  But  Beta 1 has been used by about a dozen beta testers for a while now, and  no one seems to be having problems.  So I plan on releasing a final beta  within the next 2 weeks.  The final version still has to have  documentation written for it (and yes, that&#8217;s taking a lot longer than  expected).  And since a couple people have asked .. No, I won&#8217;t release a  final version without proper documentation (help files, tutorials,  etc.), because its unprofessional, IMO.  If you take the time to use my  software, the <em>least</em> I should do is help you learn about it.</p>
<p>The  2 new apps will be not be shareware apps .. they will be free,  donationware apps.  They are not complex enough to warrant registration  codes and locking everything down.  Instead, I am trying an experiment.   If you like either app, and use it, you can PayPal a donation to us.   If you don&#8217;t want to donate, feel free to use the app anyway.</p>
<p>I  can&#8217;t really say much about these apps, other than they are Windows  7-specific, and are inspired by OS X.  They come from my own experience  with using the 7 beta and RC.  They take advantage of 7&#8242;s new features  to further the user interface of 7.  I use them both every day, and they  make using 7 <strong>much</strong> easier.</p>
<p>The first app will be  out within a day or so.  The release schedule for it has been bumped up  a few days, since <a rel="nofollow" href="http://lifehacker.com/" >LifeHacker</a> has  shown a series of similar apps to mine recently (I thought I was the  only one working on this, but I guess I was wrong).  Mine has been in  development for only about 6 weeks, and is still (brag mode on) superior  to them in many ways (brag mode off).  I also expect a <a rel="nofollow" href="http://lifehacker.com/tag/hive-five/" >Hive Five</a> of these apps  to appear at any time, and my name needs to be in that hat.</p>
<p>The  second app will be out <span style="text-decoration: line-through;">within a few weeks</span> later.  It&#8217;s going to need a little  more development, but it&#8217;s just awesome.  Personally, I haven&#8217;t seen <strong>anything</strong> like this app, and could potentially spawn a whole new category of  similar apps for 7.  We&#8217;ll see&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2009/06/coming-up-for-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

