<?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>Livewire HQ &#187; update</title>
	<atom:link href="http://livewire90210.com/wordpress/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://livewire90210.com/wordpress</link>
	<description>Updating Soon...Maybe.</description>
	<lastBuildDate>Thu, 08 Dec 2011 07:39:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Proof I Listen To Suggestions&#8230;</title>
		<link>http://livewire90210.com/wordpress/2008/10/proof-i-listen-to-suggestions/</link>
		<comments>http://livewire90210.com/wordpress/2008/10/proof-i-listen-to-suggestions/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 23:37:15 +0000</pubDate>
		<dc:creator>Godmode</dc:creator>
				<category><![CDATA[Programming Bank]]></category>
		<category><![CDATA[candidate]]></category>
		<category><![CDATA[confirm]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[release candidate]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[suggestion]]></category>
		<category><![CDATA[SysAlive]]></category>
		<category><![CDATA[SysAlive 3]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://livewire90210.com/wordpress/?p=62</guid>
		<description><![CDATA[&#8230;is in the next SysAlive release candidate (rc3 for those keeping track). Gotta thank Majick in the X10Hosting Offtopic IRC channel for this one: Emailed Notifications.  I&#8217;m still ironing out a bug with it (I can&#8217;t get it to allow server authentication for ones that don&#8217;t support anonymous logins for sending emails) but otherwise it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;is in the next SysAlive release candidate (rc3 for those keeping track).</p>
<p>Gotta thank Majick in the X10Hosting Offtopic IRC channel for this one: Emailed Notifications.  I&#8217;m still ironing out a bug with it (I can&#8217;t get it to allow server authentication for ones that don&#8217;t support anonymous logins for sending emails) but otherwise it&#8217;s working fine.  Sends updates every 15 minutes if there&#8217;s at least 1 server marked as Offline (to avoid spam it&#8217;s defaulting to Don&#8217;t Send Updates For Warnings &#8211; you don&#8217;t need to know when it might be down, you need to know when it IS down).  Thanks again, Majick!</p>
<p>Also, for those who hate the X = Minimize To Tray fix I put in RC2, thank Sharky &#8211; it&#8217;s now a Confirm Close instead of minimize so if you hit X it&#8217;ll ask if you want it to close or not.  Plus at the same time I found a way to make it NOT hang Windows when the system is shutting down &#8211; it used to abort the shutdown if it wasn&#8217;t closed by File&gt;Exit or RightClick&gt;Exit, which would mean as the OS shuts down the program would abort and essentially stop the shutdown.  When I was looking for how to detect shutdown by that X, I found how to detect it by OS Shutdown as well, so if it&#8217;s being closed by the OS it&#8217;ll shut down normally.  The log entry is a bit different though.</p>
<p>So that&#8217;s about it for now, just giving out a progress report while I get the last few known SA3 RC2 bugs ironed out before tossing out RC3.  Stay frosty people!</p>
<p>Edit: Emailed Notification suggestion by Majick, added his name in the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://livewire90210.com/wordpress/2008/10/proof-i-listen-to-suggestions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Ideas and Headaches!</title>
		<link>http://livewire90210.com/wordpress/2008/10/random-ideas-and-headaches/</link>
		<comments>http://livewire90210.com/wordpress/2008/10/random-ideas-and-headaches/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 23:02:21 +0000</pubDate>
		<dc:creator>Godmode</dc:creator>
				<category><![CDATA[Programming Bank]]></category>
		<category><![CDATA[confusing]]></category>
		<category><![CDATA[headache]]></category>
		<category><![CDATA[LWHQ Suite]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[suite]]></category>
		<category><![CDATA[SysAlive]]></category>
		<category><![CDATA[SysAlive 3]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updater]]></category>

		<guid isPermaLink="false">http://livewire90210.com/wordpress/?p=60</guid>
		<description><![CDATA[So brilliant ol&#8217; me decided to go and try coding an application to control/monitor certain enabled programs, such as SysAlive 3.  The main bonus was supposed to be being able to check a certain webpage or file for a list of current MD5 hashes of all the supported apps (or at least their version numbers) [...]]]></description>
			<content:encoded><![CDATA[<p>So brilliant ol&#8217; me decided to go and try coding an application to control/monitor certain enabled programs, such as SysAlive 3.  The main bonus was supposed to be being able to check a certain webpage or file for a list of current MD5 hashes of all the supported apps (or at least their version numbers) in order to determine if updates were available or not.</p>
<p>I found a problem with that idea I&#8217;ll need to sort out though.  It seems the way c# works, I need to have the process LAUNCHED from said monitoring program &#8211; I currently can&#8217;t find a way that lets the monitoring app run separate from the initial application.  So rather than having SA3 running first then you run LWHQ Suite Updater, you&#8217;d have to run LWHQ Suite Updater and it&#8217;d proceed to launch SA3.  Frankly that sucks so I&#8217;m going to be mucking about with this for sometime.</p>
<p>If you&#8217;ve got a way to make it so I can monitor SA3&#8242;s StandardInput, StandardOutput, and StandardError StreamReader/Writer&#8217;s without having to start the app from the updater, please register and drop in a comment (it&#8217;ll get stuck in a moderation queue but I&#8217;ll definitely read/approve it if it&#8217;s even SLIGHTLY useful).</p>
<p>But for now, I must go sell shoes.  Later folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://livewire90210.com/wordpress/2008/10/random-ideas-and-headaches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4:04AM, Done for a Night</title>
		<link>http://livewire90210.com/wordpress/2008/09/404am-done-for-a-night/</link>
		<comments>http://livewire90210.com/wordpress/2008/09/404am-done-for-a-night/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 09:05:39 +0000</pubDate>
		<dc:creator>Godmode</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[early]]></category>
		<category><![CDATA[lazy]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updated]]></category>

		<guid isPermaLink="false">http://livewire90210.com/wordpress/?p=16</guid>
		<description><![CDATA[Good enough; PCAlive and the EmuLauncher are linked up again, they&#8217;re under Programming Bank on the left. Honestly that&#8217;s all I&#8217;m doing for tonight; I&#8217;ll try to borrow my moms camera and take a picture of the arcade tanksticks externals and internals, just so theres another article I can post. Hope everyone likes the new [...]]]></description>
			<content:encoded><![CDATA[<p>Good enough; PCAlive and the EmuLauncher are linked up again, they&#8217;re under Programming Bank on the left.</p>
<p>Honestly that&#8217;s all I&#8217;m doing for tonight; I&#8217;ll try to borrow my moms camera and take a picture of the arcade tanksticks externals and internals, just so theres another article I can post.</p>
<p>Hope everyone likes the new look, its a ton easier to navigate than Joomla was (for me at least) <img src='http://livewire90210.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://livewire90210.com/wordpress/2008/09/404am-done-for-a-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

