<?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>Browsium &#124; IE6 Compatibility</title>
	<atom:link href="http://www.browsium.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.browsium.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 18:31:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Let&#8217;s Get Technical: Ion&#8217;s Adaptive Quirks Profile</title>
		<link>http://www.browsium.com/2012/04/24/ion-adaptive-quirks-profile/</link>
		<comments>http://www.browsium.com/2012/04/24/ion-adaptive-quirks-profile/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 00:42:08 +0000</pubDate>
		<dc:creator>Chistopher</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3482</guid>
		<description><![CDATA[Last time I detailed a bit about the Limited Profile, one of Ion&#8217;s more advanced and complex Profile options. Today I&#8217;ll talk about Ion&#8217;s Adaptive Quirks Profile, which is the default and most commonly-used profile in Ion&#8217;s arsenal. The Adaptive Quirks Profile, at a high level, is our answer to complex legacy web application environments, many of [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Let’s Get Technical: Ion’s Limited Profile" href="/2012/04/16/ions-limited-profile/">Last time</a> I detailed a bit about the Limited Profile, one of Ion&#8217;s more advanced and complex Profile options. Today I&#8217;ll talk about Ion&#8217;s Adaptive Quirks Profile, which is the default and most commonly-used profile in Ion&#8217;s arsenal.</p>
<p>The Adaptive Quirks Profile, at a high level, is our answer to complex legacy web application environments, many of which were started during the IE6 days and built upon for years after. Parts of old web applications are often updated or rewritten over time even as other parts of the application remained unchanged. The updated pages may simply have been written out by newer tools that knew about newer standards and browsers like Firefox or IE7 and as a result those pages were stamped with more modern web standard declarative statements. The results is that many legacy web applications tend to be a mish-mash of IE6- and IE7-era web pages, all being served up by the same root web application.</p>
<p>The way that any browser decides which layout engine to use or which standards bodies to adhere to when it renders your site can be complex, and IE8 and IE9 are no exception. Even IE10, currently in development, is not immune: <a href="http://blogs.msdn.com/b/ie/archive/2011/12/14/interoperable-html5-quirks-mode-in-ie10.aspx" target="_blank">Last year Microsoft blogged </a>about a new legacy quirks mode that IE10 will be supporting.</p>
<p>When we were developing Ion last year, we found that this problem (a single legacy web application that serves up a mish-mash of IE6- and IE7-era pages) to be more common than expected. This made configuring Ion potentially painful: customers evaluating Ion had to consider writing multiple rules for a single web application because it switched in and out of legacy and modern standards modes so frequently.</p>
<p>Our answer to this is our Adaptive Quirks Profile. Think of it as a smart profile: before it actually renders a web page, it sniffs the page to see if it was written as an IE6 (or older) page or whether it may understand what IE7 is, and then loads the correct layout engine for that page dynamically. This means that a single rule and profile within Ion can handle these complicated web applications with relative ease.</p>
<p>For the technically curious, here&#8217;s the decision tree that details which legacy IE engine Ion will load, depending on how a site is written. If you&#8217;re not familiar with DOCTYPE declarations for web pages, <a href="http://en.wikipedia.org" target="_blank">Wikipedia</a>&#8216;s <a href="http://en.wikipedia.org/wiki/Doctype" target="_blank">DOCTYPE article </a>is a great place to start reading.</p>
<p>Decision point #1: Does the page have a DOCTYPE declaration? If not, it&#8217;s considered to be a legacy page and Ion will load the page using the Quirks settings. If the page <em>does</em> have a DOCTYPE, we go on to decision point #2&#8230;</p>
<p>Decision point #2: Is the DOCTYPE in the correct location in the page? (the DOCTYPE must be first) If not, it&#8217;s considered to be a legacy page and Ion will load the page using the Quirks settings. If the page <em>does</em> have a DOCTYPE in the correct position, we go on to decision point #3&#8230;</p>
<p>Decision point #3: Does the DOCTYPE (which is in the correct place) declare itself as QUIRKS? If so, Ion will load the page using the Quirks setting. If not, Ion loads the page using IE7 settings (specifically IE7 Standards Mode).</p>
<p>For those of you who learn visually, here&#8217;s a flowchart detailing the decision tree:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-3578" title="Ion's Adaptive Quirks Decision Flowchart" src="/wp-content/uploads/Adaptive1.png" alt="A chart showing the Adaptive Quirks decision tree" width="654" height="601" /></p>
<p>As a result, Ion can achieve the maximum compatibility with legacy web applications even if individual pages within the application switch in and out of legacy standards modes. I have to admit that this kind of thing is more than anyone really wants to know about when they&#8217;re dealing with web application compatibility, and that&#8217;s why we wrote Ion: so you really don&#8217;t have to.</p>
<p>One final point of emphasis: I want to remind our readers that we did not write a new layout engine in Ion. Our Adaptive Quirks Profile is not some Browsium-authored technology. What Ion is doing is <em>intelligently directing IE8 or IE9 to render content using layout modes that they already support</em>. We just do it in a way that&#8217;s a lot smarter and easier to manage than you might otherwise have available to you.</p>
<p>-Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/04/24/ion-adaptive-quirks-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guest Post: Using Microsoft App-V to Virtualize and Deploy Browsium Ion</title>
		<link>http://www.browsium.com/2012/04/18/microsoft-appv-virtualize-deploy-browsium-ion/</link>
		<comments>http://www.browsium.com/2012/04/18/microsoft-appv-virtualize-deploy-browsium-ion/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 22:15:49 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3472</guid>
		<description><![CDATA[This guest blog post was written by Tim Mangan, the owner of TMurgent Technologies which specializes in Microsoft App-V. &#160; I have found that many of the companies that are interested in Browsium Ion are also using Microsoft App-V as part of a migration to Windows 7.  So the question I get is, &#8220;can I [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest blog post was written by Tim Mangan, the owner of TMurgent Technologies which specializes in Microsoft App-V.</em></p>
<p>&nbsp;</p>
<p>I have found that many of the companies that are interested in Browsium Ion are also using Microsoft App-V as part of a migration to Windows 7.  So the question I get is, &#8220;can I use App-V to virtualize and deploy Browsium Ion&#8221;?  While I have blogged about using App-V 4.6 SP1 to virtualize the older UniBrows product, I had not looked at doing so with Ion yet, but have now done so. The short answer is <strong>yes</strong>, but I’ll discuss this in this post.</p>
<p>Let’s start with the client portion.   While much has changed under the covers about how Browsium provides a virtual browsing environment, ultimately the new version is simpler to deal with in App-V.  The client portion is basically a specialized Internet Explorer plug-in (browser helper objects) with a proprietary license mechanism.</p>
<p>Preparing an IE plug-in to be virtualized in App-V is done using a process called “sequencing”. Sequencing plug-ins is usually easy, once you understand how to do it right.  This is something we spend quite a bit time training people on in our <a href="http://www.tmurgent.com/training.aspx" target="_blank">Masters Level App-V Training Classes</a>.  The hard part isn’t the plug-in itself, but in providing way to ensure the user gets all of their plug-ins no matter how they start IE.  That harder part involves creating a base IE package that consists of the shortcuts and file associations needed and using Dynamic Suite Composition (DSC) to load in the plug-ins.  If you deploy the plug-ins this way you can update all of your plug-ins separately (which reduces risk and test time).  But if you just want to provide a specialized shortcut to get IE to run one special application under Ion, you can skip all of that and create a single package with the Browsium Ion Client Add-on as an IE plug-in.  The only difference between those options while sequencing the Browsium Ion Client Add-on is a decision on whether to publish a shortcut in the package.</p>
<p>The client needs a set of policies and rules to determine when to use the different rendering engines that is the Ion magic.  These rules are created by the admin console, and there are at least four different ways of getting them to the client that I have identified.  Which one is right for your company depends more on how you like to do things.  These four ways to deploy the Ion Client Add-on via App-V and handle the rules are:</p>
<ul>
<li> The Ion Client Add-on is packaged without any policies/rules/settings. A central administrator runs the console to create the rules. When created, these are exported to ADM/ADMX &amp; ADML files.  These administrative templates are added to the central store, and a GPO is created (using the Group Policy Management Console) that enables each of the Ion settings captured. This GPO is applied to computers or users as appropriate.  If you plan to deploy the rules this way, there is no need to update the App-V package when the rules change.</li>
<li>A central administrator runs the console to create the rules and these are applied to the local registry.  When using the Browsium Configuration Manager to save to local, you may select either machine or user, but you must remember to always pick the same answer when rules are updated.  Once saved to the local system registry, Regedit may be used to export from the appropriate (HKLM or HKCU) Software\Browsium key.  Next, the App-V package is created with the exported .reg file imported while in the sequencer monitoring mode.  This places all of the settings directly in the virtual registry of the App-V package.  No GPOs are required.  When you want to update the rules, repeat this process and apply the reg file to an updated App-V package.  Either “Active Upgrade” or “Branching” style of updating the App-V package will work.</li>
</ul>
<p><a href="/wp-content/uploads/Ion-deployment-via-App-V.png" target="_blank"><img class=" wp-image-3610 alignleft" title="Browsium Ion deployment via App-V" src="/wp-content/uploads/Ion-deployment-via-App-V.png" alt="" width="603" height="442" /></a></p>
<ul>
<li>A central administrator runs the console to create the rules and these are saved to file, producing a BPX file.  Next, the App-V package is created and, while in the sequencer monitoring mode, the exported .bpx file copied to the asset folder (the “Q:” folder created by the sequencer), and a single registry setting is added to HKLM\SOFTWARE\Browsium\Ion\Settings key named “LoadFromFileName” which is a REG_SZ containing the Q:\ path and filename..  This places all of the settings directly in a file within the App-V package.  Again, no GPOs are required.  When you want to update the rules, repeat this process and apply the bpx file to an updated App-V package.  Either “Active Upgrade” or “Branching” style of updating the App-V package will work.</li>
<li>A central administrator runs the console to create the rules and these are saves to file, producing a BPX file.  This bpx file is placed on a network share that all users have read access to.  Next, the App-V package is created and, while in the sequencer monitoring mode, a single registry setting is added to HKLM\SOFTWARE\Browsium\Ion\Settings key named “LoadFromFileName” which is a REG_SZ containing the share path and filename (the exported .bpx file is NOT copied to the asset folder).   Again, no GPOs are required.  When you want to update the rules, repeat this process and update the share with the new box file. There is no need to touch the App-V package!  The disadvantage of this method is that users must always have access to the share file, so this is not appropriate for out-of-office laptop users.  [Note: by using a file inside the package AND an osd script to copy the file from the share overwriting the one in the package you can get central file deployment and not touch the App-V package.]</li>
</ul>
<p>&nbsp;</p>
<p>I should note that it is also possible to add the Ion Configuration Manager to the App-V package if you want to give console access to certain users.  This is not the normal case, but it works great if you need it.</p>
<p>Recipe Instructions to Sequence Ion Client Add-on (version 2.0 Update 2) with App-V 4.6 SP1:</p>
<ul>
<li>Create a new package</li>
<li>Select Plug-in mode</li>
<li>Point to the Ion client installer</li>
<li>When asked for the primary program, browse to iexplore.exe in the Program Files\Internet Explorer folder.</li>
<li>When you install the Ion Client Add-on, you should follow Microsoft best practices and change the install location to the “Q” Asset folder (although this app works OK if you use the default install location).  When prompted for the license file, point to the license file you received.  The Ion licensing is fully compatible with App-V and requires no special treatment.</li>
<li>Make any additional registry or file changes based on your selected deployment strategy.</li>
<li>Be sure to select the customize option so that you can edit the application shortcut.</li>
<li>In the Application editor, you should rename the Internet Explorer application (to something like “Internet Explorer for Ion”, for example).  If you are using App-V’s DSC, you will also want to remove the shortcut.</li>
<li>Save off the package and deploy as desired.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/04/18/microsoft-appv-virtualize-deploy-browsium-ion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browsium Ion 2.0 Update 2 Now Available</title>
		<link>http://www.browsium.com/2012/04/17/ion-update-2-now-available/</link>
		<comments>http://www.browsium.com/2012/04/17/ion-update-2-now-available/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:39:42 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3463</guid>
		<description><![CDATA[Since the release of Ion in January of this year, we&#8217;ve remained committed to improving Ion&#8217;s compatibility with the web applications that our customers are running. Browsium Ion 2.0 Update 2, our second maintenance release, is now available. Update 2 is a full release of both the Ion Configuration Manager and Ion Client Add-on. Installation is seamless and quick, with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2768" title="Browsium Ion" src="/wp-content/uploads/ion-icon-96.png" alt="" width="96" height="96" /></p>
<p>Since the release of Ion in January of this year, we&#8217;ve remained committed to improving Ion&#8217;s compatibility with the web applications that our customers are running. Browsium Ion 2.0 Update 2, our second maintenance release, is now available. Update 2 is a full release of both the Ion Configuration Manager and Ion Client Add-on. Installation is seamless and quick, with no need to uninstall the previous version before installing Update 2. In addition, existing Ion project files will continue to work as is.</p>
<p>Ion 2.0 Update 2 (build number: 2.0.4505.40156) includes a variety of improvements, including:</p>
<ul>
<li>Improved ability to properly recognize zone assignments for Fully Qualified Domain Names</li>
<li>Proxy server lookup performance for automatic proxy configurations has been optimized</li>
<li>Ion is now more compatible with IE8 and its behavior to truncate URLs when they include a &#8216;#&#8217; character</li>
</ul>
<p>A complete list of improvements, with more information about installing and using Ion 2.0 Update 2, is available in the <a href="http://support.browsium.com/entries/21289028-browsium-ion-2-0-update-2-release-notes" target="_blank">release notes</a>.</p>
<p>If you&#8217;ve  already purchased or are currently evaluating Ion, you can get Update 2 by re-downloading Ion from the original download link you received via email. New customers interested in evaluating Ion will receive Update 2 automatically upon completion of <a href="/evaluation" target="_blank">our online Evaluation Kit request form</a>.</p>
<p>If you would like to schedule a free one-hour configuration assessment or learn more about the Browsium Ion Starter Kit, which includes a paid multi-day onsite or remote jumpstart engagement to ensure up to two of your IE6-dependent applications are running properly in IE8 or IE9 with Ion, please check out our <a href="/jumpstart">JumpStart Program</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/04/17/ion-update-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Get Technical: Ion&#8217;s Limited Profile</title>
		<link>http://www.browsium.com/2012/04/16/ions-limited-profile/</link>
		<comments>http://www.browsium.com/2012/04/16/ions-limited-profile/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 13:00:14 +0000</pubDate>
		<dc:creator>Chistopher</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3459</guid>
		<description><![CDATA[Many customers running legacy applications are also running legacy hardware, and old PCs tend to be memory constrained. To help in cases where PCs are under severe memory pressure, Ion has a &#8220;Limited Profile&#8221; option, which makes many of Ion&#8217;s features available but without the overhead of additional processes running on the system (and therefore not [...]]]></description>
			<content:encoded><![CDATA[<p>Many customers running legacy applications are also running legacy hardware, and old PCs tend to be memory constrained.</p>
<p>To help in cases where PCs are under severe memory pressure, Ion has a &#8220;Limited Profile&#8221; option, which makes many of Ion&#8217;s features available but without the overhead of additional processes running on the system (and therefore not taking up extra memory).</p>
<p>The tradeoff is that only a subset of Ion&#8217;s features are available to the Limited Profile. However, if the limited subset of available features helps customers get their web applications working with Ion, it can be a useful solution to the memory problem.</p>
<p>I&#8217;ve posted <a href="http://support.browsium.com/entries/21261153-understanding-browium-ion-s-limited-profile" target="_blank">this KB article</a> at our support site that details which features are and are not available to Limited Profiles, but here are the notable features NOT available to Limited Profiles, with a brief discussion of what each means:</p>
<p><strong>Custom DEP/NX settings</strong>. Because Ion is not running in a separate process, Limited Profiles must adhere to the DEP/NX setting used by the host browser (IE8 or IE9).</p>
<p><strong>Custom ActiveX control settings.</strong> Web applications running the Limited Profile cannot load custom ActiveX controls (including Java). The default versions of all ActiveX controls loaded by the host browser (IE8 or IE9) will load in a Limited Profile.</p>
<p><strong>Custom Registry settings</strong>. Limited Profiles run without the Ion sandbox, so no custom registry settings (including Feature Control Keys) can be set. All Regsitry values will be read normally out of the user&#8217;s registry.</p>
<p>Note that there are a few more features not available to Limited Profiles that are detailed in<a href="http://support.browsium.com/entries/21261153-understanding-browium-ion-s-limited-profile" target="_blank"> the KB article </a>that are not listed here.</p>
<p>However, there are still quite a few features that <em>are</em> available to Limited Profiles, and they may be enough to get your web-based application running. A short list of features that can still be used by Limited Profiles include (but is not limited to): custom User Agent string settings, string replacement, script injection and content override.</p>
<p>If your PC environment is running with severe memory constraints and the list of features available to you suffices to get your legacy web applications running inside IE8 or IE9, then the Limited Profile may be just what you need.</p>
<p>-Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/04/16/ions-limited-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HMRC Turns to Browsium Ion to Save Millions</title>
		<link>http://www.browsium.com/2012/04/03/hmrc-browsium-ion-save-millions/</link>
		<comments>http://www.browsium.com/2012/04/03/hmrc-browsium-ion-save-millions/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 04:13:02 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3413</guid>
		<description><![CDATA[What do you do when you&#8217;re under pressure to upgrade your ageing infrastructure but have hundreds of business-critical web applications that won&#8217;t work if you upgrade? If you&#8217;re like most organizations, you contemplate spending millions to upgrade the applications or use virtualization to keep them running. If you&#8217;re Her Majesty&#8217;s Revenue and Customs (aka HMRC), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/hmrc_logo.png"><img class="alignnone size-full wp-image-3518" title="hmrc_logo" src="/wp-content/uploads/hmrc_logo.png" alt="HM Revenue &amp; Customs logo" width="236" height="60" /></a></p>
<p>What do you do when you&#8217;re under pressure to upgrade your ageing infrastructure but have hundreds of business-critical web applications that won&#8217;t work if you upgrade? If you&#8217;re like most organizations, you contemplate spending millions to upgrade the applications or use virtualization to keep them running. If you&#8217;re Her Majesty&#8217;s Revenue and Customs (aka HMRC), you turn to Browsium Ion to get the job done quickly and easily, at a fraction of the cost of the alternatives.</p>
<p>HMRC, the agency of the British government responsible for tax collection with over 85,000 desktop PCs, has chosen Browsium Ion as their solution to keep their legacy IE6-dependent applications running as they modernize their desktops with a migration from Windows XP and IE6 to Windows 7 and IE9. Not only was this critical upgrade unblocked, but HMRC can now modernize their web infrastructure and deploy new business applications and cloud solutions that wouldn&#8217;t run on those old platforms.</p>
<p><a href="http://www.computerweekly.com/news/2240147889/HMRC-slashed-IT-bill-by-awarding-contract-to-start-up" target="_blank">As reported in ComputerWeekly</a>, based on an interview with HMRC&#8217;s CIO Phil Pavitt, choosing Ion saved as much as £50M compared to alternatives offered by other vendors, including virtualization solutions.</p>
<p><img class="alignright size-thumbnail wp-image-3517" title="hmrc_cio_phil_pavitt" src="/wp-content/uploads/hmrc_cio_phil_pavitt-150x150.jpg" alt="HMRC CIO Phil Pavitt" width="150" height="150" /></p>
<blockquote><p>US start-up Browsium is able to complete the work for £1.28m, compared to quotes from £35m to £50m or above from large system integrators, CIO Phil Pavitt, revealed last week.</p></blockquote>
<p>HMRC is just one of many large enterprise organizations that have discovered that remediating legacy web applications does not have to mean a huge cash outlay and years of development, test and integration. With Browsium Ion, legacy applications run side by side with modern applications and the Internet in a single-browser, with no server-side code changes and no complex virtual environments to manage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/04/03/hmrc-browsium-ion-save-millions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsium at Microsoft Management Summit 2012</title>
		<link>http://www.browsium.com/2012/04/02/browsium-microsoft-management-summit-2012/</link>
		<comments>http://www.browsium.com/2012/04/02/browsium-microsoft-management-summit-2012/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 18:40:25 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3402</guid>
		<description><![CDATA[Browsium will be attending the Microsoft Management Summit (MMS) in Las Vegas April 16-20 2012. We won&#8217;t be exhibiting (so don&#8217;t bother hunting for our booth), but we will be spending the week meeting with customers and partners. Email us at sales@browsium.com if you&#8217;d like to schedule a meeting to talk about how Browsium Ion can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mms-2012.com/"><img class="alignnone size-full wp-image-3505" title="MMS2012Logo" src="/wp-content/uploads/MMS2012Logo.png" alt="Browsium at Microsoft Management Summit 2012" width="180" height="180" /></a></p>
<p>Browsium will be attending the Microsoft Management Summit (MMS) in Las Vegas April 16-20 2012. We won&#8217;t be exhibiting (so don&#8217;t bother hunting for our booth), but we will be spending the week meeting with customers and partners. Email us at <a href="mailto:sales@browsium.com">sales@browsium.com</a> if you&#8217;d like to schedule a meeting to talk about how Browsium Ion can unblock your organization&#8217;s Windows 7 migration.</p>
<p>If you&#8217;re in the UK and not able to make it to Las Vegas, don&#8217;t worry, we&#8217;re coming to you. We&#8217;ll be in London on May 3rd for the <a href="/2012/03/27/microsoft-browsium-camwood-windows-7-migration-seminar/">Microsoft and Camwood Windows 7 migration seminar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/04/02/browsium-microsoft-management-summit-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft, Camwood and Browsium to Deliver Windows 7 Migration Seminar in London</title>
		<link>http://www.browsium.com/2012/03/27/microsoft-browsium-camwood-windows-7-migration-seminar/</link>
		<comments>http://www.browsium.com/2012/03/27/microsoft-browsium-camwood-windows-7-migration-seminar/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 20:05:40 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3392</guid>
		<description><![CDATA[Support for Windows XP ends in April 2014 and IE6 dependencies are standing in the way of many Windows 7 migrations.  Legacy – yet still business-critical – web applications are all too often a key migration blocker, so Browsium and Camwood have teamed up with Microsoft to help customers jumpstart their browser migration and accelerate deployment of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://camwood.com/extras/accelerating-your-move-to-windows-7/" target="_blank"><img class="alignnone size-full wp-image-3490" title="Microsoft Windows 7 Migration Event" src="/wp-content/uploads/MS-Camwood-event-banner.jpg" alt="Microsoft Windows 7 Migration Event" width="350" height="200" /></a></p>
<p>Support for Windows XP ends in April 2014 and IE6 dependencies are standing in the way of many Windows 7 migrations.  Legacy – yet still business-critical – web applications are all too often a key migration blocker, so Browsium and Camwood have teamed up with <strong>Microsoft</strong> to help customers jumpstart their browser migration and accelerate deployment of Windows 7.</p>
<p>Join us on Thursday <strong>May 3rd 2012 in London England</strong> for a packed agenda discussing the <strong>technical challenges</strong> faced by IT departments looking to migrate to a later version of IE. We’ll show you how to overcome these challenges with <strong>new tools and innovative solutions</strong>, including Browsium Ion.</p>
<p>Registration and event details can be found on the <a href="http://camwood.com/extras/accelerating-your-move-to-windows-7/" target="_blank">Camwood website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/03/27/microsoft-browsium-camwood-windows-7-migration-seminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What a Difference a Year Makes</title>
		<link>http://www.browsium.com/2012/03/15/difference-year/</link>
		<comments>http://www.browsium.com/2012/03/15/difference-year/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 13:00:10 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3380</guid>
		<description><![CDATA[One year ago today we shipped our first product, designed to help enterprises keep their legacy IE6-dependent business applications working when upgrading to Windows 7. That was a huge milestone for us as anyone who works in software development will tell you: &#8220;Shipping is a feature.&#8221; But these same experts will tell you that shipping [...]]]></description>
			<content:encoded><![CDATA[<p>One year ago today <a title="We’ve Shipped!" href="/2011/03/15/we-have-shipped/">we shipped our first product</a>, designed to help enterprises keep their legacy IE6-dependent business applications working when upgrading to Windows 7. That was a huge milestone for us as anyone who works in software development will tell you: &#8220;Shipping is a feature.&#8221; But these same experts will tell you that shipping again and again and again is also a key feature. You ship. You learn. You ship again. You learn even more. And the process continues.</p>
<p>Here we are a year later and we&#8217;ve learned a lot (and shipped a lot of software too). After constantly improving our initial solution over the course of the spring and summer of 2011, we moved on to design and build our second generation solution. In January of this year <a title="Goodbye IE6, Hello Ion" href="/2012/01/31/goodbye-ie6-hello-ion/">we shipped that solution, called Browsium Ion</a>. Ion contains the cumulative learning that began on a year ago and has continued to this day. One huge learning was that IE6-dependent applications don&#8217;t actually need the IE6 engine to work in a modern browser. So Ion doesn&#8217;t include that engine, instead using the built-in engines in IE8 and IE9 along with highly granular control over all the features and settings in modern Internet Explorer.</p>
<p>The customer response to Ion has been tremendous. The world&#8217;s largest and most demanding enterprise organizations are finding its power, granular control, and compatibility to be exactly what they need to keep critical apps running and migration costs under control as they transition to Windows 7. In fact, these customers are learning too. They&#8217;re learning that Browsium Ion does a lot more than simply fix their IE6 dependencies. They&#8217;re leaning that Ion is an indispensable tool for browser management of modern applications as well, giving them complete control over the platform and settings for every web application. They&#8217;re learning that Ion not only fixes legacy compatibility, but delivers the unprecedented ability of future-proofing their critical apps against the inevitable changes &amp; improvements to browsers and run-time components that seem to appear with increasing frequency.</p>
<p>Today&#8217;s positive response would not be possible if we hadn&#8217;t begun this journey on March 15, 2011. And it also wouldn&#8217;t be possible if it weren&#8217;t for our outstanding customers and partners who put every version of every product we release through rigorous testing and then tell us what&#8217;s working well and what needs to be improved.</p>
<p>As we look forward to the future, with new features coming to Browsium Ion and the introduction of entirely new enterprise browser management tools that we&#8217;re just now cooking up in our labs, we plan to keep one thing the same: A commitment to shipping and learning and shipping and learning in a continuous virtuous cycle.</p>
<p>A tip of the hat to all of you who have been teaching us since day one and helped us get to where we are today. Thank you, and keep the feedback coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/03/15/difference-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Get Technical: Overriding Registry Keys with Ion, and Killbits Too</title>
		<link>http://www.browsium.com/2012/03/01/lets-get-technical-overriding-registry-keys-with-ion-and-killbits-too/</link>
		<comments>http://www.browsium.com/2012/03/01/lets-get-technical-overriding-registry-keys-with-ion-and-killbits-too/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 23:57:07 +0000</pubDate>
		<dc:creator>Chistopher</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3351</guid>
		<description><![CDATA[One of the many powerful features in Ion is our Custom Registry Manager, which allows you to override any key in the registry with new values, but only for the web applications that need those custom settings. We can isolate custom registry keys to a specific Ion Profile, meaning that you can use Ion to customize the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many powerful features in Ion is our Custom Registry Manager, which allows you to override any key in the registry with new values, but only for the web applications that need those custom settings.</p>
<p>We can isolate custom registry keys to a specific Ion Profile, meaning that you can use Ion to customize the registry environment for your web applications but prevent those settings from affecting other applications or Windows or Internet Explorer in general.</p>
<p>By default, Ion Profiles load all the same settings from the registry as the host IE8/IE9 browser, which is typically what you want but through Ion you can change that behavior when required. Any settings that is controlled through the registry can be managed this way, including proxy settings, security settings and ActiveX behavior. If there&#8217;s a registry key for it, we can override it with a new value.</p>
<p><a href="2012/02/21/fck/">Once again</a>, this means you can maximize the compatibility of your browser environment while retaining a high level of security.</p>
<p>One way this is useful is to override ActiveX killbits. Make no mistake: this is advanced stuff and not recommended for any customer who doesn&#8217;t thoroughly understand the implications of reviving a control that&#8217;s been killed by Microsoft, but it is possible and can be done (through Ion) in a way that&#8217;s more isolated than otherwise.</p>
<p>First, some background: Killbits are a way for Microsoft to mark poorly-behaved and insecure ActiveX controls as <em>persona non grata </em>to the browser<em>.</em> If a control has shown that it has serious security flaws that can not be easily fixed, Microsoft prevents that control from loading by setting a key in the registry. The registry setting that does this is called a &#8220;killbit.&#8221; Internet Explorer will simply refuse to load any control marked that way. You can begin your reading on Internet Explorer killbits with <a href="http://support.microsoft.com/kb/240797" target="_blank">this article</a>. Microsoft will occasionally kill 3rd party ActiveX controls, but only when the 3rd party vendor is in agreement with the decision.</p>
<p>We do not recommend overriding killbits without fully understanding why the specific control was shut down in the first place. In most cases, Microsoft recommends re-writing your application to use a newer ActiveX control instead (and in those cases, you may want to use our &#8220;<a href="http://www.youtube.com/watch?v=gmr3jPspCVM" target="_blank">String Replacement Manager</a>&#8221; feature as an alternative). When this is not possible, and the security risk and compatibility impact of the ActiveX control is fully understood, you can use Ion to allow a given ActiveX control to run, but only for the specific Ion Profile in question. Please note that in some cases, the security flaw of an ActiveX control may be so aggregious that even allowing it to run for one specific website may not be an acceptable solution from a security point of view, so consider this option carefully.</p>
<p>To help those of you who&#8217;d like to tweak the registry for application compatibility, I&#8217;ve posted two new KB articles to our support site. The first, &#8220;<a href="http://support.browsium.com/entries/21053882-setting-a-custom-registry-value-with-ion" target="_blank">Setting a custom registry value with Ion</a>&#8221; goes into detail about how the feature works in general and what syntax is required in the Ion Configuration Manager to successfully override any registry setting.</p>
<p>The second article, &#8220;<a href="http://support.browsium.com/entries/21058728-overriding-an-activex-killbit-using-ion-s-custom-registry-manager">Overriding an ActiveX killbit using Ion’s Custom Registry Manager</a>&#8221; goes into detail about what ActiveX killbits are and how to override them through Ion.</p>
<p>-Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/03/01/lets-get-technical-overriding-registry-keys-with-ion-and-killbits-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsium Ion 2.0 Update 1 Now Available</title>
		<link>http://www.browsium.com/2012/02/28/browsium-ion-2-0-update-1-now-available/</link>
		<comments>http://www.browsium.com/2012/02/28/browsium-ion-2-0-update-1-now-available/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 19:22:58 +0000</pubDate>
		<dc:creator>Browsium</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.browsium.com/?p=3344</guid>
		<description><![CDATA[Customer response to Browsium Ion has been overwhelmingly positive. Since our launch in January, we’ve been working with enterprise organizations from around the world to help them overcome the web application compatibility problems that have blocked their Windows 7 upgrades. We’ve also been working behind the scenes to improve Ion and address key deployment blockers [...]]]></description>
			<content:encoded><![CDATA[<p>Customer response to Browsium Ion has been overwhelmingly positive. Since <a title="Goodbye IE6, Hello Ion" href="/2012/01/31/goodbye-ie6-hello-ion/">our launch in January</a>, we’ve been working with enterprise organizations from around the world to help them overcome the web application compatibility problems that have blocked their Windows 7 upgrades. We’ve also been working behind the scenes to improve Ion and address key deployment blockers reported by customers since the launch.</p>
<p>Browsium Ion 2.0 Update 1, a maintenance release to address these deployment blockers, is available today. Update 1 is a full release of both the Ion Configuration Manager and Ion Client Add-on and everyone is encouraged to upgrade their test and production systems. Installation is seamless and quick, with no need to uninstall the previous version before installing Update 1. In addition, all existing Ion project files will continue to work as is.</p>
<p>Improvements in Browsium Ion 2.0 Update 1 include:</p>
<ul>
<li>NTLM and Kerberos authentication is now supported for servers that enforce Channel Binding for HTTPS traffic</li>
<li>Support for automatic proxy configuration settings, including WPAD and PAC configuration scripts</li>
<li>Ion-managed web pages now honor Internet Explorer’s zoom setting</li>
<li>Improved support for Internet Explorer hotkeys in Ion-managed web pages</li>
<li>File uploads now work through Ion-managed web pages</li>
<li>Administrators now have the ability to disable the Ion startup splash screen via a configuration option</li>
</ul>
<p>You should have received an email this week directing you to your custom Ion 2.0 Update 1 download link if you&#8217;ve ever requested an evaluation kit from Browsium. (Check your inbox and spam filter if you missed it &#8212; <a href="mailto:sales@browsium.com">email us</a> if you still can&#8217;t find it.) If you&#8217;re new to Browsium software, then <a href="/evaluation">fill out our online form</a> to download your Ion 60-Day Evaluation Kit today.</p>
<p>If you would like to schedule a free one-hour configuration assessment or learn more about the Browsium Ion Starter Kit, which includes a paid multi-day onsite or remote jumpstart engagement to ensure up to two of your IE6-dependent applications are running properly in IE8 or IE9 with Ion, please check out our <a href="/jumpstart">JumpStart Program</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.browsium.com/2012/02/28/browsium-ion-2-0-update-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

