<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comie</title>
    <link>http://lekkimworld.com/tags/ie/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comie</title>
      <url>http://lekkimworld.com/tags/ie/</url>
    </image>
    <item>
      <title>IBM makes Firefox the default company browser?  When will IBM Lotus Notes stop depending on Internet Explorer?</title>
      <link>http://lekkimworld.com/2010/07/14/ibm_makes_firefox_the_default_company_browser_when_will_ibm_lotus_notes_stop_depending_on_internet_explorer.html</link>
      <content:encoded>&lt;p&gt;
In recent news IBM officially proclaimed Mozilla Firefox as the corporate browser of choice. The news was picked up by major news outlets such as CNet, readwriteweb.com and ars technica ("&lt;a href="http://arstechnica.com/open-source/news/2010/07/ibm-embraces-firefox-adopts-it-internally.ars"&gt;IBM embraces Firefox, adopts it internally&lt;/a&gt;"). The news even made it to small Denmark as a news item on Version 2 ("&lt;a href="http://www.version2.dk/artikel/15457-ibm-goer-firefox-til-standardbrowser-for-400000-ansatte"&gt;IBM g&amp;oslash;r Firefox til standardbrowser for 400.000 ansatte&lt;/a&gt;"; English: IBM makes Firefox the default browser for 400.000 employees).
&lt;/p&gt;
&lt;p&gt;
While I really like the choice being a multi-year-long Firefox user myself it raises a question. If Microsoft Internet Explorer isn't a good choice for a web browser and not something that IBM wants to bet their money on for internal web browser usage how come it's still good enough as a core component in Lotus Notes 8? As you might know most (if not all) e-mail rendering in Lotus Notes is done using Internet Explorer. Also Internet Explorer is the browser of choice for web-based Composite Application components (on Windows anyway). Despite the hate for Internet Explorer that some may carry around it works and works well.
&lt;/p&gt;
&lt;p&gt;
It does however raise an interesting question...
&lt;/p&gt;
&lt;p&gt;
What's to stop Microsoft from introducing a special "feature" in Internet Explorer that makes it crash when used inside Lotus Notes? Customers would blame Lotus Notes while the "feature" would in effect cripple all Lotus Notes 8 e-mail rendering on the Windows platform. The only thing that I can see stopping them from a move like this is behaving nicely - but how long will that continue?
&lt;/p&gt;
&lt;p&gt;
If only there was a way to solve that problem... Well there is. Create a SWT Browser component that uses Webkit or another open source rendering engine that IBM can control and can continue to control. That would put IBM Lotus back in control of a core component of their own product. Maybe this egg is too precious to put in another vendors basket.
&lt;/p&gt;
&lt;p&gt;
Comments?
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/firefox/">firefox</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/ie/">ie</category>
      <category domain="http://lekkimworld.com/tags/internet_explorer/">internet_explorer</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <pubDate>Wed, 14 Jul 2010 19:08:54 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2010-07-14:default/1279134534183</guid>
      <dc:date>2010-07-14T19:08:54Z</dc:date>
    </item>
    <item>
      <title>Ahhh - there is of cause the Microsoft (proprietary) solution</title>
      <link>http://lekkimworld.com/2006/08/04/ahhh_there_is_of_cause_the_microsoft_proprietary_solution.html</link>
      <content:encoded>&lt;p&gt;
As &lt;a href="http://lekkimworld.com/2006/08/03/how_i_hate_reinventing_the_wheel.html"&gt;mentioned 
yeasterday&lt;/a&gt; I have been reinventing the wheel and (re)writing XPath 2.0 functions as named XSLT templates since the MSXML 3 in Internet Explorer 6 isn't XPath 2.0 compliant. As always there is however a Microsoft proprietary solution using the urn:schemas-microsoft-com:xslt namespace. This namespace adds support for a number of utility functions as mentioned in the "&lt;a href="http://msdn2.microsoft.com/en-us/library/ms256453.aspx"&gt;Microsoft XPath Extension Functions&lt;/a&gt;"-article over at &lt;a href="http://msdn.microsoft.com"&gt;Microsoft Developer Network&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
You have to be running MSXML 4 for this namespace to work however which means that even the proprietary solution isn't workable for me since MSXML 3 is the default for Internet Explorer 6.
&lt;/p&gt;
&lt;p&gt;
While researching this subject I found that MSXML 3 (or 4) isn't the newest version. There is a MSXML 5 (only used with Office 2003) and a MSXML 6 (supplied with Visual Studio 2005). Even the newest MSXML 6 doesn't however support XPath 2.0. The supported API's in MSXML 6 is:
&lt;ul&gt;
&lt;li&gt;XML 1.0 (DOM &amp; SAX2 APIs)&lt;/li&gt;
&lt;li&gt;XML Schema (XSD) 1.0&lt;/li&gt;
&lt;li&gt;XPath 1.0&lt;/li&gt;
&lt;li&gt;XSLT 1.0&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;
Come on already - please implement the standards!
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/ie/">ie</category>
      <category domain="http://lekkimworld.com/tags/microsoft/">microsoft</category>
      <category domain="http://lekkimworld.com/tags/msxml/">msxml</category>
      <category domain="http://lekkimworld.com/tags/proprietary/">proprietary</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <category domain="http://lekkimworld.com/tags/xpath/">xpath</category>
      <pubDate>Fri, 04 Aug 2006 04:44:34 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-08-04:default/1154666674239</guid>
      <dc:date>2006-08-04T04:44:34Z</dc:date>
    </item>
  </channel>
</rss>


