<?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>Sys Admin Tales &#187; Utilities</title>
	<atom:link href="http://www.meltivore.com/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:33:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script Samples</title>
		<link>http://www.meltivore.com/2010/script-samples/</link>
		<comments>http://www.meltivore.com/2010/script-samples/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 03:44:10 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=444</guid>
		<description><![CDATA[There are times when I spent an inordinate amount of time looking for just the right syntax for a command or even the correct command to get the job done. Here are four I put to use in the last few months&#8230;
Change Printer Spooler Service Recovery options to Restart
sc failure spooler reset= 60 actions= restart/600/restart/600/restart/600
Backing up [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when I spent an inordinate amount of time looking for just the right syntax for a command or even the correct command to get the job done. Here are four I put to use in the last few months&#8230;</p>
<p><strong>Change Printer Spooler Service Recovery options to Restart</strong><br />
sc failure spooler reset= 60 actions= restart/600/restart/600/restart/600</p>
<p><strong>Backing up an MSDE Database</strong><br />
osql -E -Q &#8220;BACKUP DATABASE mdss TO DISK= &#8216;C:\BB_DB_Backup\mdss.bak&#8217;&#8221;</p>
<p><strong>Copy Database and then Appending with Date<br />
</strong>copy t:\plandata.mdb C:\PlanDataBackup /Y</p>
<p>For /F &#8220;Tokens=1-8 Delims=.:/ &#8221; %%a In (&#8216;Echo %Date%&#8217;) Do (Set All=%%d-%%b-%%c)<br />
@For %%a in (&#8220;plandata.mdb&#8221;) do rename %%a &#8220;%%~na-%All%.mdb&#8221;</p>
<p><strong>Deleting Old OWA Logs</strong><br />
forfiles -p &#8220;C:\inetpub\logs\LogFiles\W3SVC1&#8243; -c &#8220;cmd /c echo del \&#8221;@FILE\&#8221; &amp; del \&#8221;@FILE\&#8221;" -d -21</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/script-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free PowerShell Editor</title>
		<link>http://www.meltivore.com/2010/free-powershell-editor/</link>
		<comments>http://www.meltivore.com/2010/free-powershell-editor/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:43:59 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=431</guid>
		<description><![CDATA[Yesterday I began to really dive into a new user script (which uses Exchange Management Shell) to bring it up to date and include more fields and features. As the script complexity grew, Notepad was no longer cutting the mustard.
I thought I&#8217;d be using Notepad++ or TextPad, both fine in their own right, but instead [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I began to really dive into a new user script (which uses Exchange Management Shell) to bring it up to date and include more fields and features. As the script complexity grew, Notepad was no longer <a title="Why cut mustard?" href="http://www.phrases.org.uk/meanings/cut-the-mustard.html" target="_blank">cutting the mustard</a>.</p>
<p>I thought I&#8217;d be using <a title="Notepad++" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> or <a title="TextPad" href="http://textpad.com/" target="_blank">TextPad</a>, both fine in their own right, but instead found <a title="PowerGUI" href="http://powergui.org" target="_blank">PowerGUI</a>. This PowerShell editor which finds syntax errors, includes definitions and much more; all for the low, low price of free. This seems to be a community supported by <a title="Quest Software" href="http://www.quest.com/" target="_blank">Quest Software</a> who has a bunch of fine (not so free) tools for SysAdmins.</p>
<p>I&#8217;m now able to work on, and run, the script off network (read: at home). It&#8217;s a helluva deal for the price, try <a title="PowerGUI Download" href="http://powergui.org/downloads.jspa" target="_blank">PowerGUI</a> for your next PowerShell outing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/free-powershell-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Switches for MSI Packages</title>
		<link>http://www.meltivore.com/2009/command-switches-for-msi-packages/</link>
		<comments>http://www.meltivore.com/2009/command-switches-for-msi-packages/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 04:41:16 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=391</guid>
		<description><![CDATA[Microsoft has been using the Windows Installer Tool for quite some time now to make installing, patching and repairing programs a snap (installers using this will typically have an MSI extension).
One of the many benefits of this tool is the ability to script a program or patch installation using the available command-line switches, e.g.: adobe_reader.msi /qn which will [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has been using the <a title="Windows Installer Tool" href="http://en.wikipedia.org/wiki/Windows_Installer" target="_blank">Windows Installer Tool</a> for quite some time now to make installing, patching and repairing programs a snap (installers using this will typically have an MSI extension).</p>
<p>One of the many benefits of this tool is the ability to script a program or patch installation using the available command-line switches, e.g.: <strong>adobe_reader.msi <span style="color: #800000;">/qn</span></strong><span style="color: #800000;"> </span>which will install the application <span style="color: #800000;">quietly</span> without a <span style="color: #800000;">UI</span>. This can be key when making a batch file to install numerous applications and patches on a new system.</p>
<p>For the many available switches to use check out the full list from <a title="MSI Command Line Switches" href="http://support.microsoft.com/kb/314881/EN-US/" target="_blank">Microsoft</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/command-switches-for-msi-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What kind of file is that?</title>
		<link>http://www.meltivore.com/2009/what-kind-of-file-is-that/</link>
		<comments>http://www.meltivore.com/2009/what-kind-of-file-is-that/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:56:11 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=385</guid>
		<description><![CDATA[Many of us have experienced the annoyance of receiving a file that we don&#8217;t have the appropriate software to view or in a format we do not know or recognize, e.g., &#8220;What is a .xxe file and how do I open it?&#8221;
(Disclaimer: Make sure you have up to date virus scan and check with the sender [...]]]></description>
			<content:encoded><![CDATA[<p>Many of us have experienced the annoyance of receiving a file that we don&#8217;t have the appropriate software to view or in a format we do not know or recognize, e.g., &#8220;What is a .xxe file and how do I open it?&#8221;</p>
<p><em>(Disclaimer: Make sure you have up to date virus scan and check with the sender when receiving an unknown file. You have been warned.)</em></p>
<p>Many sites offer a list of file extensions describing the file type, but the one I like to use is <a title="Openwith Website" href="http://www.openwith.org" target="_blank">Openwith.org</a> because it also provides a link to the appropriate application for viewing or editing the file.</p>
<p>And in case you are curious, an <a title="Openwith's XXE Entry" href="http://www.openwith.org/file-extensions/xxe" target="_blank">XXE</a> file is a Compressed ASCII Archive and can be opened with <a title="WinRAR archiver" href="http://www.rarlab.com/" target="_blank">WinRAR</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/what-kind-of-file-is-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Panel Applets from Command Line</title>
		<link>http://www.meltivore.com/2009/control-panel-applets-from-command-line/</link>
		<comments>http://www.meltivore.com/2009/control-panel-applets-from-command-line/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:51:44 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=380</guid>
		<description><![CDATA[One of my customers doesn&#8217;t allow user accounts to be in the local Administrators group,  something I wish more companies would do. In fact over 90% of infections could be stopped by not logging in as an administrator; but I&#8217;ll save that &#8220;soapbox&#8221; topic for another post.
Many times I need to change settings or install/remove [...]]]></description>
			<content:encoded><![CDATA[<p>One of my customers doesn&#8217;t allow user accounts to be in the local Administrators group,  something I wish more companies would do. In fact over 90% of infections could be stopped by not logging in as an administrator; but I&#8217;ll save that &#8220;soapbox&#8221; <a title="Don't run as admin" href="http://www.computerworld.com/s/article/9127318/Removing_admin_rights_stymies_92_of_Microsoft_s_bugs?source=rss_news" target="_blank">topic</a> for another post.</p>
<p>Many times I need to change settings or install/remove software on someones PC without logging them out of the system, in which case I will go to %windir%\system32, shift+right-click CMD.exe and choose <a title="Run As..." href="http://support.microsoft.com/kb/305780" target="_blank">Run As&#8230;</a></p>
<p>Once I&#8217;ve opened a Command window with an account in the administrators group, I can start the Services <a title="Microsoft Management Console" href="http://en.wikipedia.org/wiki/Microsoft_Management_Console" target="_blank">MMC</a> (services.msc), Device Manager (devmgmt.msc) or Computer Manager (compmgmt.msc), plus many more useful consoles from the command line. Often times I need to remove software or make a change to network settings which involves Control Panel Applets. These also can be run at the command-line (or Run&#8230; prompt if you&#8217;re already logged in as an administrator), some of my favs are listed below.</p>
<p>Appwiz.cpl &#8211; Add/Remove Programs (or Programs and Features in Vista or Windows 7)<br />
Ncpa.cpl &#8211; Network Connections (for changing IPs and DNS)<br />
Powercfg.cpl &#8211; Power Options (perhaps for turning off Standby or enabling the Performance setting)<br />
Sysdm.cpl &#8211; System Properties (lots to find here: Remote Desktop, Pagefile, System Restore settings, etc.)<br />
Wscui.cpl &#8211; Security Center (change Automatic Updating, the Firewall and Malware monitoring)</p>
<p>Want more? Check out the <a title="List of Windows Control Panel Applets" href="http://en.wikipedia.org/wiki/List_of_Control_Panel_applets_%28Windows%29" target="_blank">Wiki page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/control-panel-applets-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free iPhone Apps (plus one paid)</title>
		<link>http://www.meltivore.com/2009/free-iphone-apps-plus-one-paid/</link>
		<comments>http://www.meltivore.com/2009/free-iphone-apps-plus-one-paid/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 20:04:09 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=361</guid>
		<description><![CDATA[I did an informal survey of friends and a couple of quick searches to see what free Apps might interest me. I amassed almost four screens worth of Apps; I&#8217;ve listed those that are work related below&#8230;
AroundMe &#8211; For lunch near a client site
Citibank &#8211; Business finance
Coffee Finder - For Starbucks near a client site
Free RSS &#8211; To stay [...]]]></description>
			<content:encoded><![CDATA[<p>I did an informal survey of friends and a couple of quick searches to see what free Apps might interest me. I amassed almost four screens worth of Apps; I&#8217;ve listed those that are work related below&#8230;</p>
<p><a title="AroundMe App" href="http://www.tweakersoft.com/mobile/aroundme.html" target="_blank">AroundMe</a> &#8211; For lunch near a client site<br />
<a title="CitiBank App" href="http://consumerist.com/5164326/citibank-launches-iphone-version-of-mobile-app" target="_blank">Citibank</a> &#8211; Business finance<br />
<a title="Starbucks Finder" href="http://www.148apps.com/app/293644593" target="_blank">Coffee Finder</a> - For Starbucks near a client site<br />
<a title="Free RSS App" href="http://appshopper.com/news/free-rss-reader" target="_blank">Free RSS</a> &#8211; To stay on top of my favorite blogs<br />
<a title="Free Wi-Fi App" href="http://www.macworld.com/appguide/app.html?id=93631" target="_blank">Free Wi-Fi</a> &#8211; Who doesn&#8217;t need free WiFi?<br />
<a title="Linkedn App" href="http://blog.linkedin.com/2008/02/24/linkedin-mobile-2/" target="_blank">LinkedIn</a> &#8211; To stay connected with business associates<br />
<a title="MileBug App" href="http://milebugblog.blogspot.com/" target="_blank">MileBug</a> -  To track my mileage (the only App I&#8217;ve purchased, $1.99)<br />
<a title="RDP Lite App" href="http://www.macworld.com/appguide/app.html?id=64758" target="_blank">RDP Lite</a> &#8211; Remote Desktop client<br />
<a title="Restaurant Nutrition App" href="http://www.appvee.com/t/restaurant-nutrition" target="_blank">Restaurants</a> &#8211; Shows calories at chain restaurants (a.k.a. what not to eat)<br />
<a title="Skype App" href="http://www.mobiletechnews.com/info/2009/03/31/121547.html" target="_blank">Skype</a> &#8211; Communicating with customers<br />
<a title="SubnetIT App" href="http://www.mobclix.com/appstore/1/app/291853354" target="_blank">SubnetIT</a> &#8211; Subnet calculator<br />
<a title="Units App" href="http://www.appcraver.com/units-free-converter/" target="_blank">Units</a> &#8211; Conversion of Power, Data Storage, etc., from one metric to another<br />
<a title="Urbanspoon App" href="http://www.crunchbase.com/product/urbanspoon-iphone-app" target="_blank">Urbanspoon</a> &#8211; For lunch near a client site<br />
<a title="WordPress App" href="http://iphone.wordpress.org/" target="_blank">WordPress</a> &#8211; Keep an eye on this blog</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/free-iphone-apps-plus-one-paid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Unleashed</title>
		<link>http://www.meltivore.com/2009/gmail-unleashed/</link>
		<comments>http://www.meltivore.com/2009/gmail-unleashed/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:50:39 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=336</guid>
		<description><![CDATA[Great googly moogly! After five years Gmail (and Apps) is no longer in beta. And instead of yelling it from the rooftops (since many businesses won&#8217;t rely on beta products) they are just mumbling it quietly.
I guess Google doesn&#8217;t need the business since they are pretty much just printing money at this point.
]]></description>
			<content:encoded><![CDATA[<p><a title="I just like the ad..." href="http://www.youtube.com/watch?v=hSAXLayoMKI" target="_blank">Great googly moogly!</a> After five years Gmail (and Apps) is no longer in beta. And instead of yelling it from the rooftops (since many businesses won&#8217;t rely on beta products) they are just <a title="Gmail and Apps out of Beta" href="http://gmailblog.blogspot.com/2009/07/gmail-leaves-beta-launches-back-to-beta.html" target="_blank">mumbling it quietly</a>.</p>
<p>I guess Google doesn&#8217;t need the business since they are pretty much just <a title="Google's Earnings" href="http://data.cnbc.com/quotes/GOOG/tab/5" target="_blank">printing money</a> at this point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/gmail-unleashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xmarks the spot (for bookmarks)</title>
		<link>http://www.meltivore.com/2009/xmarks-the-spot-for-bookmarks/</link>
		<comments>http://www.meltivore.com/2009/xmarks-the-spot-for-bookmarks/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 16:44:17 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=321</guid>
		<description><![CDATA[Formerly known as Foxmarks, Xmarks is a great tool that synchronizes your Favorites/Bookmarks (depending on the browser you use).
Just install the small app on each of the computers you wish to keep synchronized and it does the rest. I really wish I would&#8217;ve found this earlier; years of copying and sorting on numerous computers left [...]]]></description>
			<content:encoded><![CDATA[<p>Formerly known as Foxmarks, <a title="Xmarks" href="http://www.xmarks.com/" target="_blank">Xmarks</a> is a great tool that synchronizes your Favorites/Bookmarks (depending on the <a title="Xmarks Browser Support" href="http://download.xmarks.com/download/all" target="_blank">browser</a> you use).</p>
<p>Just install the small app on each of the computers you wish to keep synchronized and it does the rest. I really wish I would&#8217;ve found this earlier; years of copying and sorting on numerous computers left my bookmarks a mess.</p>
<p>After one long flight to Chicago I cleaned up most of the redundant and disorganised mess. Once I got back online, Xmarks replicated the changes to its online database and updated my two other computers within minutes of bringing them online.</p>
<p>And did I mention it&#8217;s free for Windows, Mac and Linux?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/xmarks-the-spot-for-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS and Cloud Computing</title>
		<link>http://www.meltivore.com/2009/saas-and-cloud-computing/</link>
		<comments>http://www.meltivore.com/2009/saas-and-cloud-computing/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:04:58 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=311</guid>
		<description><![CDATA[I happened upon an interesting article by my favorite tech curmudgeon, John C. Dvorak, in PC Magazine. In the July 2008 issue (yes, I&#8217;m still way behind on my magazines), he puts together a list of good reasons why &#8220;the future&#8221; of computing, namely SaaS and Cloud Computing is just another way to make even more [...]]]></description>
			<content:encoded><![CDATA[<p>I happened upon an interesting article by my favorite tech curmudgeon, <a title="John C. Dvorak" href="http://www.dvorak.org/blog/" target="_blank">John C. Dvorak</a>, in <a title="PC Magazine (now only online)" href="http://www.pcmag.com/" target="_blank">PC Magazine</a>. In the <a title="PC Magazine - July 2008" href="http://www.pcmag.com/current_issue/0,1913,i=1993,00.asp" target="_blank">July 2008</a> issue (yes, I&#8217;m still way behind on my <a title="Previous Post about Magazines" href="http://www.meltivore.com/2008/read-them-all/" target="_blank">magazines</a>), he puts together a list of good reasons why &#8220;the future&#8221; of computing, namely <a title="Software as a Service" href="http://en.wikipedia.org/wiki/Software_as_a_Service">SaaS</a> and <a title="Cloud Computing" href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">Cloud Computing</a> is just another way to make even more money and can actually be problematic for companies. I&#8217;ve always felt that small companies can benefit greatly from hosted services and cloud applications, but larger companies need to tread lightly when making the ROI comparisons and need to understand the inherent issues having data and servers off-site, managed entirely by a 3rd party. Previously I couldn&#8217;t fully articulate all of my concerns, but Dvorak does a brilliant job of bringing them to light. Below is his list, from <a title="Ode to Shrink Wrap" href="http://www.pcmag.com/article2/0,2817,2321458,00.asp" target="_blank">Ode to Shrink Wrap</a>, with some of my own comments.</p>
<p><strong>1. The Network Sucks</strong> &#8211; Unless bandwidth is good and no one is running <a title="BitTorrent" href="http://en.wikipedia.org/wiki/BitTorrent_(protocol)" target="_blank">BitTorrent</a> or the like problems will ensure. (<a title="VoIP Challenges" href="http://en.wikipedia.org/wiki/Voip#Challenges" target="_blank">VoIP</a> anyone?)</p>
<p><strong>2. There&#8217;s No Protection from Government Spooks</strong> &#8211; The government can get access to all of your data anytime. Do they even need a search warrant anymore?</p>
<p><strong>3. Industrial Espionage is Easy</strong> &#8211; Depending on the vendor it may or may not be &#8220;easy&#8221;, but how many public companies and public institutions have been <a title="Wow!!!" href="http://www.privacyrights.org/ar/ChronDataBreaches.htm#Total" target="_blank">hacked in the last few years</a>?</p>
<p><strong>4. It&#8217;s Too Expensive</strong> &#8211; It&#8217;ll start cheap or free, but goes up from there. Anyone that has witnessed an <a title="Levis and SAP" href="http://www.theregister.co.uk/2008/07/10/levis_erp_costs/" target="_blank">SAP implementation</a> knows this well.</p>
<p><strong>5. It&#8217;s Not Mechanisable</strong> &#8211; People like shrink-wrap, cool graphics and shiny boxes. I suppose the electronics store could have a card to take to the register similar to buying <a title="Sudafed" href="http://en.wikipedia.org/wiki/Sudafed" target="_blank">Sudafed</a>.</p>
<p><strong>6. Users Have No Sense of Ownership</strong> &#8211; People like having things, like books, boxes, disks, etc. It&#8217;s just not the same printing a receipt from a website.</p>
<p><strong>7. When Online Software Companies Go Under, So Does Your Software</strong> &#8211; And you are left with a unusable backup of your data; maybe thousands can be spent getting it converted. Where did the data go the <a title="XDrive is Gone" href="http://news.cnet.com/8301-17939_109-10011734-2.html" target="_blank">XDrive.com</a> was storing. I had data there, albeit just to test the service, and received no notice when they closed down.</p>
<p><strong>8. Users Are Subservient to Terms-of-Service Agreements</strong> &#8211; Imagine getting shutout because you violated line 2419 of the service agreement, will you still be in business by the time it gets sorted out. What if a new uglier agreement comes along?</p>
<p><strong>9. Users Have No Control Over Versioning</strong> &#8211; You get upgrades whether you like them or not. If they break your application or the way you use it, where are you in the support queue? I&#8217;m sure they&#8217;ll treat a small company the same as a multi-million dollar customer&#8230;</p>
<p><strong>10. Potential for Gouging</strong> &#8211; Sort along the lines of number 4, but if they have you over a barrel and you don&#8217;t have the resources to switch to a new provider (or worse they are the only one who offers the service) then start coughing up more money.</p>
<p>Again, I don&#8217;t think SaaS and Cloud Computing is inherently bad, but it is something that needs strong consideration before putting all the company eggs in someone elses basket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/saas-and-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Tweeting with Pocketwit</title>
		<link>http://www.meltivore.com/2009/mobile-tweeting-with-pockettwit/</link>
		<comments>http://www.meltivore.com/2009/mobile-tweeting-with-pockettwit/#comments</comments>
		<pubDate>Fri, 29 May 2009 22:59:01 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Gear]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=308</guid>
		<description><![CDATA[Many months ago I joined the Twitter nation (tthrush, but don&#8217;t expect much, I mostly lurk) and eventually added a Twitter app to my cell.
At first I tried Twobile, but the interface was a bit lacking and the it could&#8217;ve been little quicker.
I&#8217;ve since settled on Pocketwit, another free client, this time from Google. The interface [...]]]></description>
			<content:encoded><![CDATA[<p>Many months ago I joined the <a title="Twitter" href="http://twitter.com/" target="_blank">Twitter</a> nation (<a title="@tthrush" href="http://twitter.com/tthrush" target="_blank">tthrush</a>, but don&#8217;t expect much, I mostly <a title="Mostly Lurking" href="http://en.wikipedia.org/wiki/Lurker" target="_blank">lurk</a>) and eventually added a Twitter app to my <a title="My Cell" href="http://www.crunchgear.com/2007/11/28/verizons-vx6800-a-meta-write-up/" target="_blank">cell</a>.</p>
<p>At first I tried <a title="Twobile Windows Mobile Client" href="http://www.infinitumsoftware.com/twobile" target="_blank">Twobile</a>, but the interface was a bit lacking and the it could&#8217;ve been little quicker.</p>
<p>I&#8217;ve since settled on <a title="Pocketwit - Twitter Client for Windows Mobile" href="http://code.google.com/p/pocketwit/" target="_blank">Pocketwit</a>, another free client, this time from <a title="Google Code" href="http://code.google.com/" target="_blank">Google</a>. The interface is elegant and the usability is top notch. If you&#8217;re using a <a title="Windows Mobile" href="http://www.microsoft.com/windowsmobile/en-us/default.mspx" target="_blank">Windows Mobile</a> phone, I highly recommend trying this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/mobile-tweeting-with-pockettwit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
