<?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</title>
	<atom:link href="http://alastria.com/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>The new site is here!</title>
		<link>http://alastria.com/2010/08/the-new-site-is-here/</link>
		<comments>http://alastria.com/2010/08/the-new-site-is-here/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 17:56:20 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://alastria.com/?p=334</guid>
		<description><![CDATA[As you can obviously see, our new site is online.  I&#8217;d like to thank those who wrote in with suggestions for features, as well as links to plugins.  I&#8217;d also like to thank all the people who sent in testimonials.  I&#8217;m still adding more testimonials, so if you&#8217;d like to send us some kudos, let [...]]]></description>
			<content:encoded><![CDATA[<p>As you can obviously see, our new site is online.  I&#8217;d like to thank those who wrote in with suggestions for features, as well as links to plugins.  I&#8217;d also like to thank all the people who sent in testimonials.  I&#8217;m still adding more testimonials, so if you&#8217;d like to send us some kudos, let us know via our &#8220;Contact us&#8221; form.  I&#8217;m also finishing out a few things here and there, such as app FAQs, video tutorials, etc.  So stay tuned.</p>
<p>Also, make sure to check out the social links on the home page, where I am regularly posting.  And if you like what we&#8217;re doing, we&#8217;d really appreciate a Like on our Facebook fan page.  I also post regularly on Twitter, not only on Alastria news, but on some tech news stories here and there.  I&#8217;m also Digging sites every few days, and constantly bookmarking sites on Delicious.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2010/08/the-new-site-is-here/feed/</wfw:commentRss>
		<slash:comments>2</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>Speedy Shopper, and a new site</title>
		<link>http://alastria.com/2010/06/speedy-shopper-and-a-new-site/</link>
		<comments>http://alastria.com/2010/06/speedy-shopper-and-a-new-site/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 16:29:56 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<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=6</guid>
		<description><![CDATA[Thought I&#8217;d update you all on what&#8217;s going on. Please don&#8217;t think that because I&#8217;m not posting news, that nothing is happening behind the scenes. Far from it. Right now, I have been working on several projects simultaneously. After finishing an outside gig, I&#8217;ve been working on Speedy Shopper primarily, and 7stacks when I&#8217;ve gotten [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d update you all on what&#8217;s going on.  Please don&#8217;t think that  because I&#8217;m not posting news, that nothing is happening behind the  scenes.  Far from it.</p>
<p>Right now, I have been working on several  projects simultaneously.  After finishing an outside gig, I&#8217;ve been  working on Speedy Shopper primarily, and 7stacks when I&#8217;ve gotten stuck  on a part of Speedy Shopper.  I&#8217;ve also devoted a few days here an there  to that secret project I mentioned a while ago.</p>
<p>Speedy Shopper  is a project that I believe in a lot, but doesn&#8217;t necessarily translate  to being a big seller because of its highly specialized nature.   Nonetheless, I hate shipping anything that I consider substandard, but  at some point, as any good artist will tell you, &#8220;the painting must be  done.&#8221;  Therefore, I will be releasing Speedy Shopper 2.0 within the  next few weeks, and allow people to use it.  As I have stated before,  anyone who purchased v1 will get a free upgrade to v2.</p>
<p>But before  all that, however, I will be unveiling a new site design.  This current  design is getting quite long in the tooth.  I will be using a WordPress  design, but more as a CMS, not necessarily a blog.  I&#8217;m also  considering implementing a forum for users to ask/answer questions.  Any  WordPress gurus out there know the best way to implement this to  eliminate spam?  If so, please email me.</p>
<p>But with the new  design&#8217;s blogging and Twitter integration, I will try to blog (and  microblog) some more than I do now.  However, I&#8217;m not, nor will I claim  to be, some kind of <a href="http://scobleizer.com/" >Robert Scoble</a> or <a href="http://joelonsoftware.com/" >Joel Spolsky</a>.  I don&#8217;t think  people really want to hear my thoughts on theories of software UI  design or the latest episode of Mythbusters.  (Or, maybe you do?)  At  any rate, I will, however, start posting more, at least once every  couple of weeks, to give you all a heads-up into what&#8217;s going on.</p>
<p>That&#8217;s  all for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2010/06/speedy-shopper-and-a-new-site/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>Follow me on Twitter!</title>
		<link>http://alastria.com/2009/07/follow-me-on-twitter/</link>
		<comments>http://alastria.com/2009/07/follow-me-on-twitter/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 07:25:27 +0000</pubDate>
		<dc:creator>Derek Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.alastria.com/index-wp.php/?p=17</guid>
		<description><![CDATA[If you&#8217;d like to keep informed about the latest releases for our software, either follow me on Twitter, or do a hash search, like #7stacks.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like to keep informed about the latest releases for our  software, either <a href="http://twitter.com/alastria" >follow me on  Twitter</a>, or do a hash search, like <a href="http://twitter.com/#search?q=%237stacks" >#7stacks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alastria.com/2009/07/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

