<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The PrepFire View</title>
	<atom:link href="http://prepfire.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prepfire.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 17 Mar 2011 03:46:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='prepfire.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/98c28eaa06fe1cb1d6c4b1ecedaac6ba?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The PrepFire View</title>
		<link>http://prepfire.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://prepfire.wordpress.com/osd.xml" title="The PrepFire View" />
	<atom:link rel='hub' href='http://prepfire.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Native Mobile Apps Are Dead&#8230;&#8230;right?</title>
		<link>http://prepfire.wordpress.com/2011/03/17/native-mobile-apps-are-dead-right/</link>
		<comments>http://prepfire.wordpress.com/2011/03/17/native-mobile-apps-are-dead-right/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 03:45:38 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gov 2.0]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=99</guid>
		<description><![CDATA[Has the pendulum swung away from (native) mobile apps?  Native mobile apps are dead. Well, except for games. We&#8217;ve heard that chorus quite a bit lately. There are way too many devices coming out, way too fast, to keep up with native development on so many platforms, right? Maybe not. We don&#8217;t think everything needs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=99&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Has the pendulum swung away from (native) mobile apps? </p>
<p><em>Native mobile apps are dead. Well, except for games.</em></p>
<p>We&#8217;ve heard that chorus quite a bit lately. There are way too many devices coming out, way too fast, to keep up with native development on so many platforms, right?</p>
<p>Maybe not. We don&#8217;t think everything needs to be an app. But we don&#8217;t advise our clients to go to the other extreme and assume everything should be a web app or mobile website. There is a case for each, so how do we decide?</p>
<p><strong>Web Apps are not a magic bullet</strong></p>
<p>I can just build a web app and be done with it, right? After all, our team already knows HTML and CSS and Javascript.  So why bother learning these esoteric things like Objective C or download all those complicated bits of the Android SDK? Well, for one thing, a mobile web app is not just a very small website. The user&#8217;s expectations for experience are different. The user&#8217;s patience level is usually very different. Remember the user has come to you on her phone because she needs something now and she wants it in a summary format that she can read on a 3-4&#8243; screen. Whether you code natively in Java or ObjC or choose HTML/CSS/Javascript, the hard work is still making an interface that is fluid, responsive, and easy to use. You didn’t just make your life easy by choosing HTML.</p>
<p>The next thing you&#8217;ll discover when you build your mobile web application is that mobile web browsers are wildly different. They don&#8217;t all support the same standards yet, and that may never happen. Advocates of the &#8220;web only&#8221; camp often show the hundreds of different mobile devices on a slide and then imply that somehow a bunch of HTML with CSS3 sprinkles will rule all. Have you tried this with a 2 year old Blackberry yet?</p>
<p>The truth is it is non-trivial to make a mobile website that supports all these different browsers. Or all of these different screen sizes. Or this broad range of capabilities. Even HTML5 doesn&#8217;t make these issues go away with a single tap. Whether you build a web app or a native app, you can be sure you will spend time on these issues either way.<br />
<strong></strong></p>
<p><strong>This should not be your first decision</strong></p>
<p>The first question you should be asking is what problem is this &#8220;app&#8221; solving? What do your users want out of this? What do you want out of this channel to your users? From that you&#8217;ll derive a set of objectives and requirements. And then from *that* you&#8217;ll derive a user experience that makes sense.</p>
<p>After you have figured out how your &#8220;app&#8221; should work, and what your performance thresholds are, then you may find that the best the way to build your &#8220;app&#8221; is using HTML, CSS, and Javascript. We&#8217;ve seen plenty of cases where that is the right answer and yields the most direct path to supporting users. However, there are times when your needs in interface, performance, availability, device integration, or usability just make more sense in native code. These things apply to more than just games. This is especially true in those cases where the vast majority of your users are on Android and Apple devices. A good design and development team can make a great app for both.</p>
<p>So, bottom line, don&#8217;t take the easy way out.  It won&#8217;t pay off.  Casting off native mobile apps just because building an web app is easier, doesn&#8217;t mean your end product will be better, or even <em>good</em> for that matter.  Know your purpose, your audience, and most importantly, know your team&#8217;s capabilities.  Design the app you need, but also be willing to work with external organizations to build the app the right way, whether thats a web or native mobile app.</p>
<p>I&#8217;ll be talking about these and many other mobile development strategies and pitfalls at Friday&#8217;s Government Web and New Media Conference breakout session:</p>
<p><em>Top Ten Mobile Pitfalls (and how to avoid them)</em></p>
<p>If you&#8217;re at the conference, I hope to see you there</p>
<p>- Firoze Lafeer</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=99&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2011/03/17/native-mobile-apps-are-dead-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
		<item>
		<title>Vivek Kundra&#8217;s 25 Point Plan: Here are 5 projects you need to be doing now</title>
		<link>http://prepfire.wordpress.com/2011/01/25/vivek-kundras-25-point-plan-here-are-5-projects-you-need-to-be-doing-now/</link>
		<comments>http://prepfire.wordpress.com/2011/01/25/vivek-kundras-25-point-plan-here-are-5-projects-you-need-to-be-doing-now/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 05:01:14 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[prepfire]]></category>
		<category><![CDATA[sdvosb]]></category>
		<category><![CDATA[25 Point Plan]]></category>
		<category><![CDATA[Federal Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Vivek Kundra]]></category>
		<category><![CDATA[GSA]]></category>
		<category><![CDATA[USDA]]></category>
		<category><![CDATA[BPOS]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Continuing Resolution]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=86</guid>
		<description><![CDATA[December&#8217;s release of Vivek Kundra&#8217;s 25 Point Plan surely gave CIOs a lot to think about over the holiday season.  While the plan validates a lot of what many people have been saying for the last few years, it also puts for the first time a timeframe on some substantial projects for Federal CIOs.  As [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=86&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>December&#8217;s release of Vivek Kundra&#8217;s <a title="25 Point Implementation Plan to Reform Federal IT" href="http://cio.gov/documents/25-Point-Implementation-Plan-to-Reform-Federal%20IT.pdf" target="_blank">25 Point Plan</a> surely gave CIOs a lot to think about over the holiday season.  While the plan validates a lot of what many people have been saying for the last few years, it also puts for the first time a timeframe on some substantial projects for Federal CIOs.  As we watch the year unfold, and the continuing resolution come to an end in March (ok, I don&#8217;t want to jinx it), federal CIOs will let loose with their plans and projects to meet Mr. Kundra&#8217;s plan.</p>
<p>So do I expect mass change?  Yes, but not really.  The plan asks agency CIOs to identify 3 &#8220;must move&#8221; services to be moved to the Cloud, all within 18 months.  As with many OMB mandates &amp; e-Gov initiatives from the past, there will be two types of approaches.  On the one hand, there are CIOs who really want to utilize Cloud, IaaS, &amp; SaaS platforms, and then there are those who, succumbing to internal pressure or by their own accord, will nominate &#8220;lay-up&#8221; projects.  Either way, there is an opportunity over the next two years for federal agencies to make large gains in both efficiency and technical capabilities like never before.  Sure, there will be hurdles and red tape, and the ink is still drying on policies and contract vehicles.  But the tide has started, driven by amazing industry and citizen participation, as well as the cry for Government to save money in all areas possible, but still reach citizens more effectively than ever before.</p>
<p>In the coming weeks, I&#8217;ll dig deeper into the 25 Point Plan, but here are a list of Cloud/SaaS/IaaS projects that must be on a CIO&#8217;s list for 2011.  You can call them lay-ups if you&#8217;d like, but I&#8217;d rather call them &#8220;strategic victories&#8221;.</p>
<p><strong>1. Move your email to the cloud. Period. The end. No argument. </strong><br />
If I look at this problem from a civilian agency perspective, how there is not one single email system across all civilian (non-secret) environments leaves me perplexed.  Email, by far, is the most standardized, non-customized solution in IT.  Ten years ago, most private organizations were moving their email to a managed service model. <em>Ten years ago</em>. Yet all across the federal space, there are thousands of administrators managing, rebooting, and patching email solutions, and quite a few trying to fix broken ones.  With recent large contract awards for Cloud based email; GSA for <a title="Google Enterprise Email" href="http://www.google.com/enterprise/government/" target="_blank">Google</a> and USDA for <a title="USDA Moves to Cloud Based Email" href="http://blogs.msdn.com/b/uspublicsector/archive/2010/12/08/usda-moves-to-the-cloud-with-microsoft.aspx" target="_blank">Microsoft</a>, the time is now.</p>
<p><strong>2. Search for your public facing website.</strong><br />
OK, the yellow Google box looks great in your infrastructure, we&#8217;ll all admit it.  But did you know that Google is not even selling those boxes for website Search anymore?  Move your public facing search to a search service from <a title="Google Site Search" href="http://www.google.com/sitesearch/" target="_blank">Google,</a> <a title="Bing Site Search" href="http://www.bing.com/siteowner/" target="_blank">Bing </a>(Free) or <a title="USA Search" href="http://www.usasearch.gov" target="_blank">USASearch.gov</a> (Free), and you&#8217;ll notice the added benifit of not having that yellow box crawl the living daylights out of your websites.</p>
<p><strong>3. Public Static Websites.</strong><br />
Many agencies still have a ton of web content residing as static content for one reason or another. It clogs backups, gets moved around (slowly) as the infrastructure changes, and runs typically on way more CPUs than is needed.  Yet many times, there is no redundancy for the data, and some of the data is a critical part of an agency&#8217;s message.  CIOs usually feel this burn once a website goes down due to a simple equipment failure.  Grab some space and CPUs from <a title="Amazon Federal Solutions" href="http://aws.amazon.com/federal/" target="_blank">Amazon</a> on the cheap, and move that content tomorrow.  When your latest initiative website gets included in President Obama&#8217;s State of the Union address, you&#8217;ll be happy you did.</p>
<p><strong>4. Website Statistics</strong><br />
Are you chewing weblogs? They keep growing, don&#8217;t they? Your fellow system admins want to delete them faster, don&#8217;t they?  Upgrade your analytics solution to a tagging based solution such as <a title="Webtrends On Demand" href="http://www.webtrends.com/products/analytics/ondemand.aspx" target="_blank">Webtrends on Demand</a>, <a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a>, or <a title="Omniture" href="http://www.omniture.com/en/" target="_blank">Omniture</a>, and offload your analytics burden while allowing for instant metrics for you and your customers.</p>
<p><strong>5. Media Hosting<br />
</strong>As individuals, we use Cloud based media hosting every day.  Flickr, Snapfish, Youtube, and the list goes on and on.  Yet in the federal space, organizations are still looking to setup large media infrastructures.  With rich API&#8217;s, and near zero cost of cloud based media hosting, coupled with advancements like automatic closed captioning services (Youtube), this is an obvious win.</p>
<p><strong>About PrepFire</strong></p>
<p>PrepFire Solutions was founded in 2008 as a Service Disabled Veteran Owned Small Business (SDVOSB) with a focus on Cloud, SaaS and COTS solutions.  PrepFire’s goal is to bring the latest technologies to government and commercial organizations – securely and at a lower cost – to better serve their users.</p>
<p>PrepFire’s core capabilities include full spectrum solutions in the areas of cloud computing, SaaS, project management, enterprise planning, security, compliance, network management, CMS and CRM.  But more importantly, PrepFire consultants understand a solution is more than just a set of technical tasks. Every PrepFire solution includes a review of organizational success factors, marketing and communication planning.  PrepFire will not only deliver a solution, they will make it successful. For more information on what PrepFire Solutions has to offer, visit <a href="http://www.prepfire.com/">www.PrepFire.com</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=86&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2011/01/25/vivek-kundras-25-point-plan-here-are-5-projects-you-need-to-be-doing-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
		<item>
		<title>PrepFire &amp; Viewfinity: Meeting FDCC Mandates through Endpoint Lockdown and Privilege Management</title>
		<link>http://prepfire.wordpress.com/2010/10/28/fdcc-omb-mandate-privilege-management/</link>
		<comments>http://prepfire.wordpress.com/2010/10/28/fdcc-omb-mandate-privilege-management/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 17:11:10 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=80</guid>
		<description><![CDATA[Oct 28, 2010 The Federal Desktop Core Configuration is a list of security settings recommended by the National Institute of Standards and Technology for computers that are connected directly to the network of a United States government agency.  But as pointed out by Carter Raines, Director of Technology at PrepFire,  FDCC is only a small [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=80&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oct 28, 2010</p>
<div>
<p>The  Federal Desktop Core Configuration is a list of security settings  recommended by the National Institute of Standards and Technology for  computers that are connected directly to the network of a United States  government agency.  But as pointed out by Carter Raines, Director of  Technology at PrepFire,   FDCC is only a small part of the problem.  Following an OMB mandate,  organizations are implementing aggressive telework policies so users  working remotely or on the move is growing at an exponential rate.  New  devices are entering the network all the time.  New applications are  required for users to do their jobs, and some of these require  administrative rights to execute.  And more changes are coming.</p>
<p>Listen  to this recorded webcast sponsored by PrepFire to learn more about how  you can effectively lockdown your environment to meet FDCC mandates but  avoid the reprecussion of increasing calls to your help desk because  users cannot perform the functions they need which require admin  rights.</p>
<p>FDCC Webcast:  <a href="https://www1.gotomeeting.com/register/986551281" target="_blank"><span style="font-family:Arial;font-size:xx-small;">https://www1.gotomeeting.com/register/986551281</span></a></p>
<div id="attachment_82" class="wp-caption aligncenter" style="width: 310px"><a href="http://prepfire.files.wordpress.com/2010/10/viewfinity.gif"><img class="size-medium wp-image-82" title="Viewfinity" src="http://prepfire.files.wordpress.com/2010/10/viewfinity.gif?w=300&#038;h=79" alt="" width="300" height="79" /></a><p class="wp-caption-text">Viewfinity - Privilege Management</p></div>
<p>For more information please contact:<br />
Joel Stevens<br />
PrepFire Solutions<br />
800-208-2404 ext. 5<br />
joel@prepfire.com<br />
www.prepfire.com</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=80&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2010/10/28/fdcc-omb-mandate-privilege-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>

		<media:content url="http://prepfire.files.wordpress.com/2010/10/viewfinity.gif?w=300" medium="image">
			<media:title type="html">Viewfinity</media:title>
		</media:content>
	</item>
		<item>
		<title>Stuxnet worm deemed &#8216;best malware ever&#8217;</title>
		<link>http://prepfire.wordpress.com/2010/09/29/stuxnet-worm-deemed-best-malware-ever/</link>
		<comments>http://prepfire.wordpress.com/2010/09/29/stuxnet-worm-deemed-best-malware-ever/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 13:19:08 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=78</guid>
		<description><![CDATA[Interesting read from Kevin Coleman http://defensesystems.com/blogs/digital-conflict/2010/09/stuxnet-worm-stealth-attack.aspx?s=ds_290910&#038;admgarea=TC_DEFENSE Stuxnet worm deemed &#8216;best malware ever&#8217; by Kevin Coleman In January 2010, a highly targeted, vendor-specific cyberattack was launched by those yet to be identified. The Stuxnet worm was highly sophisticated — perhaps the most sophisticated attack that is known to the public thus far, leading some in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=78&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interesting read from Kevin Coleman</p>
<p>http://defensesystems.com/blogs/digital-conflict/2010/09/stuxnet-worm-stealth-attack.aspx?s=ds_290910&#038;admgarea=TC_DEFENSE</p>
<h3 id="ctl23_ctl00_h3Title">Stuxnet worm deemed &#8216;best malware ever&#8217;</h3>
<p>by Kevin Coleman</p>
<p>In January 2010, a highly targeted, vendor-specific cyberattack was  launched by those yet to be identified. The Stuxnet worm was highly  sophisticated — perhaps the most sophisticated attack that is known to  the public thus far, leading some in the field to proclaim the piece of  code the best malware ever. The fact that this piece of malware operated  undetected for nearly six months seems to supports those claims.</p>
<p>Although  the attacker is unknown, many individuals and entities believe Israel  is behind the attack and that the United States was probably an active  participant.</p>
<p>The worm used not one but four unpatched zero-day vulnerabilities, as  well as other vulnerabilities that had patches available. Its designers  intentionally limited the worm’s spread, which allowed it to go  undetected for an extended period of time. Each infected machine could  only pass the worm to three additional machines.</p>
<p>The malware made use of two stolen digitally signed certificates that allowed the worm to avoid detection by security software.</p>
<p>The worm was designed to attack machines using WinCC (Windows Control  Center) and Siemens SCADA (Supervisory Control and Data Acquisition)  visualization system and connected to industrial programmable logic  controllers. PLCs are used to control multiple types of processes  commonly found at industrial plants, energy/utility complexes, water  treatment facilities, critical infrastructures, and numerous other  functional areas.</p>
<p>Stuxnet also uploaded its own encrypted software to the PLCs. At this  time, it is unknown what that encrypted software does. But multiple  experts have speculated that it could open a backdoor for attackers to  use whenever they want to steal data files, delete files or change data.  However, the biggest concern is that the attackers could execute  control processes (for example, close valves or shut off output systems)  that would interfere with or disrupt critical operations of industrial  complexes.</p>
<p>The worm clearly targeted Iranian facilities, with nearly 60 percent  of the system compromises occurring in that country. However, industrial  controllers in India and the United States were also hit by the attack.</p>
<p>Some experts believe the ongoing system problems at Iran’s Bushehr  nuclear power plant indicate that it might have been the primary target.</p>
<p>As of Sept. 20, the worm had compromised approximately 100,000  systems worldwide. Its primary mission is intelligence gathering and  industrial sabotage, and its secondary mission is process disruption  with any number of tertiary effects. The situation was remedied in  August by Microsoft.</p>
<p>The complexity and sophistication of the attack, as well as its  target being PLCs, would seem to point to a nation state-backed group or  possibly cyber terrorists. Researchers at Kaspersky Lab and Symantec  said they have never seen a piece of malware use that many avenues of  attack.</p>
<p>The industrial control system industry is a high-value target. This  cyberattack prompted Joe Weiss, an industrial control and security  expert, to alert several members of Congress and other U.S. government  officials. He was pushing for emergency powers to be given to the  Federal Energy Regulatory Commission so that it could require that  utilities and others involved in providing critical infrastructure take  extra precautions to secure their systems. In March 2009, Weiss  testified before the Senate Commerce, Science and Transportation  Committee and said networks that power industrial control systems have  been breached more than 125 times. He went on to say, &#8220;The impacts have  ranged from trivial to significant environmental damage to significant  equipment damage to deaths.&#8221; One of the 125 breaches resulted in U.S.  deaths.</p>
<p>Earlier this year, more than three-quarters of executives working for  organizations that use SCADA or industrial control systems say their  systems are connected to the Internet or some other IP network, putting  them at possible risk of intrusion. <a href="http://newsroom.mcafee.com/images/10039/In%20the%20Crossfire_CIP%20report.pdf" target="_blank">Approximately 55 percent of survey respondents</a> in the energy and power sectors and the oil and gas sectors reported  that cyberattackers most often targeted SCADA or other operational  control systems.</p>
<p>What about the private sector, which owns about 85 percent of our  nation&#8217;s critical infrastructure? What is being done there? Rep. Jim  Langevin (D-R.I.), who chaired a subcommittee on cybersecurity, called  representatives of the nation&#8217;s electric utilities, which are heavy  users of SCADA systems, to Washington to find out what they were doing  to fix the power grid’s vulnerabilities. The committee was told that the  problem was being addressed, but that turned out not to be the case. At  a subsequent hearing seven months later, Langevin&#8217;s committee members  discovered that almost nothing had been done. &#8220;Basically, they lied to  Congress, and I was outraged,&#8221; <a href="http://www.cbsnews.com/stories/2010/06/10/60minutes/main6568387_page6.shtml" target="_blank">Langevin told Steve Kroft of &#8220;60 Minutes</a>.&#8221;</p>
<p>The United States is the most connected country in the world and the  country that is the most reliant on computers, networks and related  devices.These two facts make us the most susceptible to a cyberattack.  What has to happen before the government, business community, law  enforcement, intelligence community and military come together to  address this critical deficiency in our nation’s defenses? Maybe some of  President Obama’s rumored “second stimulus package” funds can be  allocated to defending our nation’s critical infrastructure.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=78&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2010/09/29/stuxnet-worm-deemed-best-malware-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
		<item>
		<title>Viewfinity PARTNERS WITH PrepFire Solutions to Deliver A Best-in-Class Privilege Management Solution</title>
		<link>http://prepfire.wordpress.com/2010/09/23/viewfinity-partners-with-prepfire-solutions-to-deliver-a-best-in-class-privilege-management-solution/</link>
		<comments>http://prepfire.wordpress.com/2010/09/23/viewfinity-partners-with-prepfire-solutions-to-deliver-a-best-in-class-privilege-management-solution/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 18:37:30 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[prepfire]]></category>
		<category><![CDATA[sdvosb]]></category>
		<category><![CDATA[viewfinity]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=76</guid>
		<description><![CDATA[- Reseller to Deliver Viewfinity Privilege Management Compliance Solutions and Services to Customers - Waltham, MA – September 20, 2010 – Viewfinity (www.viewfinity.com), the innovator of privilege management solutions, today announced a channel partnership with PrepFire Solutions to deliver best-in-class privilege management solutions for desktops and servers. The partnership will allow PrepFire Solutions (www.prepfire.com) to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=76&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><em>-</em> <em>Reseller to Deliver Viewfinity Privilege Management Compliance Solutions and Services to Customers -</em></p>
<p><em> </em></p>
<p><strong><em>Waltham, MA – September 20, 2010</em></strong> – <strong>Viewfinity</strong> (<a href="http://www.viewfinity.com/">www.viewfinity.com</a>), the innovator of <a href="http://www.viewfinity.com/Products/PrivilegeManagement/Default.aspx">privilege management</a> <a href="http://www.viewfinity.com/Products/PrivilegeManagement/Default.aspx">solutions</a>, today announced a channel partnership with PrepFire Solutions to deliver best-in-class privilege management solutions for desktops and servers.</p>
<p>The partnership will allow PrepFire Solutions (<a href="http://www.prepfire.com/">www.prepfire.com</a>) to resell and provide services for the Viewfinity Privilege Management solution suite. For organizations who lock down its desktops, or who are planning to move to a locked down desktop environment, Viewfinity provides privilege management and role-based account access control for desktops, laptops and Windows servers.</p>
<p>“At PrepFire Solutions, we pride ourselves in working with leaders at the forefront of innovation and thought leadership and Viewfinity personifies all of these ideals,” said Michael Kozeliski, President and CEO of PrepFire. “Their ability to address the entire scope of managing a locked down environment without creating unnecessary restrictions on the end user, regardless of worker location, allows for endless opportunity to meet our clients’ privilege management needs.  Viewfinity truly lets us bring our customers the leading solution for managing compliance issues.”</p>
<p>John Hamilton, Chief Operating Officer, Viewfinity, stated, “We are happy to welcome PrepFire to our growing channel program. PrepFire’s expertise in government compliance management paired with its ability to recognize and offer the best technology solutions, allows them to provide maximum value to their customers.”</p>
<p><strong>About PrepFire</strong></p>
<p>PrepFire Solutions was founded in 2008 as a Service Disabled Veteran Owned Small Business (SDVOSB) with a focus on Cloud, SaaS and COTS solutions.  PrepFire’s goal is to bring the latest technologies to government and commercial organizations – securely and at a lower cost – to better serve their users.</p>
<p>PrepFire’s core capabilities include full spectrum solutions in the areas of cloud computing, SaaS, project management, enterprise planning, security, compliance, network management, CMS and CRM.  But more importantly, PrepFire consultants understand a solution is more than just a set of technical tasks. Every PrepFire solution includes a review of organizational success factors, marketing and communication planning.  PrepFire will not only deliver a solution, they will make it successful. For more information on what PrepFire Solutions has to offer, visit <a href="http://www.prepfire.com/">www.PrepFire.com</a>.</p>
<p><strong> </strong></p>
<p><strong>About Viewfinity</strong></p>
<p>Viewfinity provides privilege management and role-based account access control for desktops, laptops and Windows servers. We empower enterprises to meet compliance mandates, reduce security risks, and lower IT costs. Viewfinity introduces granularity to desktop permissions and privileged access management by offering solutions to manage and control least management rights based upon segregation of responsibilities.</p>
<p>Viewfinity provides IT security and operations with identity access and intelligence via compliance validation reporting and privileged account activity auditing. Viewfinity solves IT’s greatest headache&#8211;management of mobile workers— through its web-hosted model by providing absolute network independence, eliminating reliance on corporate network connectivity or VPN. For more information, visit www.viewfinity.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=76&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2010/09/23/viewfinity-partners-with-prepfire-solutions-to-deliver-a-best-in-class-privilege-management-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
		<item>
		<title>The White House has Moved to the Cloud &#8211; Have You? It&#8217;s Time to Plug In</title>
		<link>http://prepfire.wordpress.com/2010/05/25/the-white-house-has-moved-to-the-cloud-have-you-its-time-to-plug-in/</link>
		<comments>http://prepfire.wordpress.com/2010/05/25/the-white-house-has-moved-to-the-cloud-have-you-its-time-to-plug-in/#comments</comments>
		<pubDate>Tue, 25 May 2010 04:18:33 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=72</guid>
		<description><![CDATA[Even though the buzz over cloud computing has reached a fever pitch in the commercial sector over the last 18 months, federal agencies are only now starting to take real notice. With the announcement last week that the flagship White House website, www.Recovery.gov moved its operations into EC2, I am hopeful that the debate of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=72&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Even though the buzz over cloud computing has reached a fever pitch in the commercial sector over the last 18 months, federal agencies are only now starting to take real notice. With the announcement last week that the flagship White House website, <a href="http://www.Recovery.gov">www.Recovery.gov</a> moved its operations into EC2, I am hopeful that the debate of the last 18 months will morph into words into actions.</p>
<p>Although the rhetoric surrounding cloud computing is often hijacked by different people using different terms, the bottom line is that true cloud computing is analogous to electricity. When you plug in your refrigerator, toaster, air conditioner, or computer into your wall socket, you know that you are consuming electricity and that you are going to receive a bill from the electric company for the energy you use. Everyone can understand that on a hot DC summer day, if you put the thermostat down to 60 degrees that it is going to cost you money. It’s simple math.</p>
<p>Now, when it comes to the power of cloud computing it can be scary for the federal government to comprehend. It is hard for IT managers to understand how easy it is to just “plug in” to computer power (infrastructure as a service), or application power (software as a service).</p>
<p>Let’s look at Recovery.gov to better understand.  The White House’s move of Recovery.gov to Amazon allows them to “plug in” to server resources and as they get more traffic (power), they will get a bigger bill. No one has to worry about services or scaling. They just have to realize that the more traffic they get, the more they are moving that thermostat to a lower degree on a summer day.</p>
<p>But some savvy federal agencies are ahead of the curve on this one.  Several agencies are starting to pay about $50 per user per year to access Google applications that include email, calendar, and documents. Why is this important?  Well simplicity is one. If you want to have more people using the Google Apps then all you need to do is plug them in and pay $50.</p>
<p>This type of thinking is now a way of life in Silicon Valley, but in DC, everyone wants to know where the electricity is going, the status of the power lines, how the power plants work, and whether or not they need to build their own. While the government needs to pay closer attention to these questions for some applications, it can rest assured that when it plugs into the cloud they are going to increase productivity and reduce costs. Now that’s some simple math the government should get behind.</p>
<p>If you have any questions or comments, I will be presenting on ways you can &#8220;plug into the cloud&#8221; at the Gov 2.0 Conference on Thursday, May 27<sup>th</sup> at the Washington DC Convention Center. I hope to see you there!</p>
<p>Thanks,</p>
<p>Erik Arnold</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=72&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2010/05/25/the-white-house-has-moved-to-the-cloud-have-you-its-time-to-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
		<item>
		<title>MAKING A SPLASH AT THE GOV 2.0 CONFERENCE</title>
		<link>http://prepfire.wordpress.com/2010/05/21/making-a-splash-at-the-gov-2-0-conference/</link>
		<comments>http://prepfire.wordpress.com/2010/05/21/making-a-splash-at-the-gov-2-0-conference/#comments</comments>
		<pubDate>Fri, 21 May 2010 14:02:38 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=66</guid>
		<description><![CDATA[The Gov 2.0 Conference?  What? Already? It seems like we were just at the FOSE event, meeting with top tier feds who were interested in finding out about cloud services and PrepFire Solutions innovative approach. We answered a lot of question on what cloud computing is and how it can benefit government agencies – and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=66&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><span style="font-family:Calibri;font-size:small;"><img class="aligncenter size-medium wp-image-68" title="Gov 2.0 Expo" src="http://prepfire.files.wordpress.com/2010/05/gov-2-0-expo2.jpg?w=300&#038;h=118" alt="" width="300" height="118" /></span></p>
<p><span style="font-family:Calibri;font-size:small;">The Gov 2.0 Conference?  What? Already? It seems like we were just at the FOSE event, meeting with top tier feds who were interested in finding out about cloud services and PrepFire Solutions innovative approach. We answered a lot of question on what cloud computing is and how it can benefit government agencies – and it looks like we gave some pretty good answers. Since that time we have been hard at work scheduling meetings and conducting presentations for almost every government agency. But now is the time to gear up for PrepFire’s second conference and the Gov 2.0 Conference is as vital as any.</span></p>
<p><span style="font-family:Calibri;font-size:small;">But are we ready?</span></p>
<p><span style="font-family:Calibri;font-size:small;">The short answer is “absolutely,”  but the long answer is more impressive.</span></p>
<p><span style="font-family:Calibri;font-size:small;">To start, the Gov 2.0 Conference is called “<em>The</em> IT Event for 21st Century Government” and is meant to answer the question</span></p>
<p><span style="font-family:Calibri;font-size:medium;"><strong>“How can we harness these innovations to decrease waste and increase productivity?”</strong></span></p>
<p><span style="font-family:Calibri;font-size:small;">Sound familiar? It should, because the answer to that question is the foundation on which PrepFire Solutions is built. Our mission is to bring the latest technologies to government organizations—securely and at a lower cost—to increase productivity and better serve their users. PrepFire’s vision and approach to provide gov’t agencies with innovative IT solutions makes our mission as unique as our company.  As the only SDVOSB in the cloud technology arena, we take pride in our distinctiveness because it allows us to provide original and agile solutions from start to finish.  We take our mission very seriously to answer the above question for our clients on a daily basis with innovative products and top notch services from our team of industry experts.</span></p>
<p><span style="font-family:Calibri;font-size:small;">Speaking of our industry experts, our colleague Erik Arnold will be presenting at the conference and discussing “The White House has moved to the cloud – have you?”  Make sure you tune in for his presentation that will provide valuable information on how you can move to the cloud and more importantly –  why you should be interested in doing so.</span></p>
<p><span style="font-family:Calibri;font-size:small;">If you haven’t met us already then stop by our booth at Gov 2.0 and find out how you can find your way to the cloud.</span></p>
<p><span style="font-family:Calibri;font-size:small;">Thanks,</span></p>
<p><span style="font-family:Calibri;font-size:small;">Brian</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=66&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2010/05/21/making-a-splash-at-the-gov-2-0-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>

		<media:content url="http://prepfire.files.wordpress.com/2010/05/gov-2-0-expo2.jpg?w=300" medium="image">
			<media:title type="html">Gov 2.0 Expo</media:title>
		</media:content>
	</item>
		<item>
		<title>Here we come</title>
		<link>http://prepfire.wordpress.com/2010/03/23/prepfire-here-we-come/</link>
		<comments>http://prepfire.wordpress.com/2010/03/23/prepfire-here-we-come/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 12:19:06 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=46</guid>
		<description><![CDATA[Today is a big day for us at PrepFire. As we put the finishing touches on our first FOSE show, I have to sit back and exhale a bit to realize all we have accomplished, and all we are set to do.  2008 &#8211; 2009 was a year of growth.  We researched, we partnered, we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=46&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today is a big day for us at PrepFire. As we put the finishing touches on our first FOSE show, I have to sit back and exhale a bit to realize all we have accomplished, and all we are set to do.  2008 &#8211; 2009 was a year of growth.  We researched, we partnered, we spoke, we had success, and some failures along the way.  At the end of 2009 we emerged as the company that we set out to be the day that the partners first got together in a booth at Clydes in DC to start this venture:</p>
<p>PrepFire’s goal is to bring the latest technologies to government organizations—securely and at a lower cost—to better serve their users.</p>
<p>But what does that really mean?  A lot of people are saying it, but why are we not seeing a major push of Cloud/SaaS &amp; disruptive technologies in Government?  We&#8217;re not seeing it because there is still a gap, a gap in understanding in how to work in the Government space.  On one side, you have the leading edge product company that is tooled to work in commerical space, but can&#8217;t begin to understand Government.  On the other hand, you have the large, beltway bandits getting their execs to start tweeting, while still pushing traditional racks, servers and solutions to Government clients.</p>
<p>PrepFire was formed for one reason.  Provide end to end solutions using the latest products and approaches in the Government space.  To our partners we serve as a trusted advisor to moving their products into the Government market. To our Government clinets, we&#8217;re also experts in leagacy systems and can recommend the best path forward to leverage new technologies.</p>
<p>But end to end does not stop there.  We&#8217;ve expanded our management team to now provide the Government with a complete product strategy.  That&#8217;s the key word here.  Products.  Government needs to and has started to have more of a product mentality.  When you are developing a tool that needs to be marketed within Government, and out to citizens, then you have yourself a product.</p>
<p>PrepFire has added Brian Kelley and Todd Kirby to our management team to productize every project we have.  From concept, to UI design, technical implementation, and grassroots marketing, we offer the complete solution.  Here&#8217;s the bio&#8217;s for Brian and Todd, not bad eh?</p>
<p>Brian Kelley:  Director of Marketing and Outreach -  Former tours as Supervisor of Grassroots Marketing at Edelman PR and Racepoint Group.</p>
<p>Todd Kirby:  Director of User Experience:  Former Product Manager for Blockbuster, Nutrisystem, Match.com and co founder of Chemistry.com.</p>
<p>So 2010, here we come.  Check out our brand new portal at <a href="http://www.prepfire.com">www.prepfire.com</a>, and continue to follow us for more updates.</p>
<p>Tx</p>
<p>-  Carter</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=46&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2010/03/23/prepfire-here-we-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud Sandbox?  The time is now</title>
		<link>http://prepfire.wordpress.com/2009/03/03/create-a-cloud-computing-sandbox-and-related-cloud-computing-bpa/</link>
		<comments>http://prepfire.wordpress.com/2009/03/03/create-a-cloud-computing-sandbox-and-related-cloud-computing-bpa/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:30:10 +0000</pubDate>
		<dc:creator>Carter Raines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prepfire.wordpress.com/?p=39</guid>
		<description><![CDATA[Two years ago, while serving at GSA as the Product Manager for USA.gov Technologies, I was asked along with others to come up with &#8220;Big Ideas for 2013&#8243;.  I put together the following whitepaper with a concept for a Government Cloud Sandbox.  The primary idea was to elminate barriers to entry for government technologists into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=39&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Two years ago, while serving at GSA as the Product Manager for USA.gov Technologies, I was asked along with others to come up with &#8220;Big Ideas for 2013&#8243;.  I put together the following whitepaper with a concept for a Government Cloud Sandbox.  The primary idea was to elminate barriers to entry for government technologists into new areas like Could Computing, SaaS, &amp; platform computing.  Too often, the opportunity to leverage a cost saving technology in government is squelched by the seemingly endless set of security, 508 compliancy and contracting hurdles.  While each of these technologies can meet the Feds requirements, the process repeats itself everytime someone at an agency at any level trys to get started with a new technology.</p>
<p>On the other hand, companies that promote this technology do not see a value proposition in trying to work with Government.  When your are trying to sell your product to a small government group, lets say1000 people (not small is it?), its not worth it to a product company to adjust their product to meet Government regulations.  A product that costs 20k soon becomes a 500k project. </p>
<p>So what happens? IT shops go the traditional route and build it, add contractors, and manage it, costing millions for something that a commercial company would only pay thousands for.</p>
<p>So where are we now?  This article is not a shot at GSA.  In fact, they have grown by leaps in bounds.  Their move to Terramark, a virtual/cloud host was one of the best moves I&#8217;ve seen in Government.  They continue to push free Cloud/SaaS products like Youtube, Facebook and others to adjust their user &amp; legal agreements to allow Government to leverage them.  They&#8217;ve moved their USASearch product to a cheaper, more agile host, using Bing.  The point of the article is to say, they&#8217;re ready.</p>
<p>We don&#8217;t need to wait till 2013.  The Feds are ready to work with vendors to create a cloud computing sandbox, that will allow the little guys in government IT to show what they&#8217;re made of and create great applications, using the best in Cloud/SaaS technology, and show their organziations what can be done without having to navigate their own internal processes. </p>
<p><strong>The original idea:</strong></p>
<p>Create a Cloud Computing Sandbox, and related Cloud Computing BPA.</p>
<p>Description of Goal:</p>
<p>Cloud Computing and Software as a Service (CC/SaaS) is a hot topic on the minds of government IT executives due to its potential for a high ROI, rapid development timeframes and minimal infrastructure cost. However those same executives are afraid to make the initial investment to enter into the CC/SaaS space, and are hesitant to shift from a conventional environment to a cloud based infrastructure. While there is resistance from government IT executives to invest in CC/SaaS applications, low to senior technical employees are embracing the technology, following their peers in private industry. The issue lies in the fact that these employees do not have enough influence or resources to start in the space. For those who push forward, they are left re-creating the wheel when it comes to major requirements like 508 compliance and Security Certification and Accreditation (C&amp;A). On the other side of the equation, CC/SaaS companies are having much of the same issue. Since the commercial sector is far ahead of the government in embracing the CC/SaaS platform, the focus of CC/SaaS companies is not in the government sector. When an RFP is released for bid, CC/SaaS companies lack experience or staff to reply properly to a government RFP, if they reply at all. Or, the company cannot see the value in updating their product to align with government requirements. This creates an especially dangerous dynamic where companies are not incorporating accessibility compliance into their development roadmap, increasing the gap between the capabilities in commercial and government sectors. A frequent example is the heavy use of Ajax in commercial UI’s, and its lack of 508 compliance. While this gap cannot be solved with this “Big Idea,” this can be an effort by USA.gov to bring the two communities together, and to influence the industry through numbers. By creating a “Cloud Computing Sandbox” and a related BPA, we have an opportunity to lead, enabling government agencies to easily collaborate, develop, and purchase CC/SaaS based applications. We can’t afford to ignore this issue, or we may someday be left with “government technology” and “commercial technology.”</p>
<p> Actions to Achieve Goal:</p>
<p>1. Use USA.gov’s leverage to seek a low or no cost partnership with cloud providers. The partnership would open up their development API’s to government “affiliates”, allowing them to create CC/SaaS applications without the advertisements that are currently included in free versions of their products. Create a usage ceiling, where if the application reached a touchpoint threshold, the affiliate’s organization would be required to purchase the tools off of the “USA.gov Cloud Computing BPA” to continue.</p>
<p>2. Leveraging the Webcontent.gov and USASearch Affiliate communities, build a community around the free tools, encouraging the developers and IT professionals from across the government to collaborate on research, innovation, government security and accessibility requirements.</p>
<p>3. Create a CC/SaaS BPA and award to 25 CC/SaaS companies with provisions for security and section 508 accessability (VPAT), streamlining the purchase of these technologies.</p>
<p>How Do We Measure Success:</p>
<p>1. Recognition as a government leader in technology best practice and education would continue to increase.<br />
2. # of affiliates added to the community<br />
3. # of applications created<br />
4. # of touchpoints from the applications, (until they are funded by the organization themselves via the BPA)</p>
<p>Who’s in the cloud?<br />
Google, Zoho, Amazon, Booze Allen, Yahoo, Microsoft, Salesforce</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prepfire.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prepfire.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prepfire.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prepfire.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prepfire.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prepfire.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prepfire.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prepfire.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prepfire.wordpress.com&amp;blog=5026365&amp;post=39&amp;subd=prepfire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prepfire.wordpress.com/2009/03/03/create-a-cloud-computing-sandbox-and-related-cloud-computing-bpa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb10720e21ce8fee02f3df30adf2e6e2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrepFire</media:title>
		</media:content>
	</item>
	</channel>
</rss>
