<?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"
	>

<channel>
	<title>Ilya Kozhevnikov</title>
	<atom:link href="http://kzhvnkv.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kzhvnkv.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 26 Jun 2008 23:22:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Browser Newsletter #26</title>
		<link>http://www.kzhvnkv.com/browser-newsletter-26</link>
		<comments>http://www.kzhvnkv.com/browser-newsletter-26#comments</comments>
		<pubDate>Sat, 14 Jun 2008 10:06:22 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Browser Newsletter]]></category>

		<category><![CDATA[acid3]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[ie7]]></category>

		<category><![CDATA[ie8]]></category>

		<category><![CDATA[internet explorer]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[shiretoko]]></category>

		<category><![CDATA[squirrelfish]]></category>

		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/browser-newsletter-26</guid>
		<description><![CDATA[
 Announcing SquirrelFish
Introducing IE=EmulateIE7
about:mozilla - Firefox 3 RC2, Governance, Accessibility, Bugdays, Acid3, T-shirts, and more…
Firefox Keeps Nipping at Microsoft
Firefox 3 and Safari 4 in browser speed race
Third Firefox 3 Release Candidate available for download
What&#8217;s Coming in Internet Explorer 8 for IT Professionals?
Firefox 3 To Be Released On June 17th
Firefox Mobile concept video
Opera 9.5
Firefox 3.1 (Shiretoko) [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#1"> Announcing SquirrelFish</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#2">Introducing IE=EmulateIE7</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#3">about:mozilla - Firefox 3 RC2, Governance, Accessibility, Bugdays, Acid3, T-shirts, and more…</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#4">Firefox Keeps Nipping at Microsoft</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#5">Firefox 3 and Safari 4 in browser speed race</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#6">Third Firefox 3 Release Candidate available for download</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#7">What&#8217;s Coming in Internet Explorer 8 for IT Professionals?</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#8">Firefox 3 To Be Released On June 17th</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#9">Firefox Mobile concept video</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#10">Opera 9.5</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-26#11">Firefox 3.1 (Shiretoko) planned features draft</a></li>
</ol>
<p><span id="more-37"></span><br />
<a name="1"><br />
<h3> Announcing SquirrelFish</h3>
<p></a></p>
<blockquote><p>WebKit’s core JavaScript engine just got a new interpreter, code-named SquirrelFish.</p></blockquote>
<blockquote><p>SquirrelFish is fast—much faster than WebKit’s previous interpreter. Check out the numbers. On the SunSpider JavaScript benchmark, SquirrelFish is 1.6 times faster than WebKit’s previous interpreter.</p></blockquote>
<blockquote><p>SquirrelFish is a register-based, direct-threaded, high-level bytecode engine, with a sliding register window calling convention. It lazily generates bytecodes from a syntax tree, using a simple one-pass compiler with built-in copy propagation.</p></blockquote>
<blockquote><p>SquirrelFish owes a lot of its design to some of the latest research in the field of efficient virtual machines, including research done by Professor M. Anton Ertl, et al, Professor David Gregg, et al, and the developers of the Lua programming language.</p></blockquote>
<p><a href="http://webkit.org/blog/189/announcing-squirrelfish/">Read more&#8230;</a><br />
&copy; <a href="http://webkit.org/blog/">Surfin’ Safari</a>, 02/06/08<br />
<a name="2"><br />
<h3>Introducing IE=EmulateIE7</h3>
<p></a></p>
<blockquote><p>Bill Gates’ recent Tech Ed keynote and Tony Chor’s follow-up blog announced that IE8 Beta 2 will be available in August in many languages. We are encouraging sites to get ready for Beta 2 prior to release as it will present a big jump in IE8 browsing traffic.</p></blockquote>
<blockquote><p>What does “getting ready for IE8” mean for web sites?  IE8 displays content in IE8 Standards mode – its most standards-compliant layout mode – by default.  In previous blog posts, we’ve discussed how this aligns with our commitment to Web standards interoperability. However, browsing with this default setting may cause content written for previous versions of IE to display differently than intended. This creates a “get ready” call to action for site owners to ensure their content will continue to display seamlessly in IE8.</p></blockquote>
<blockquote><p>The preferred response to this call to action is to update the site to ensure that IE8 is provided with standards content fitting the DOCTYPE. However, we know it is very important to give site owners the chance to update site content on their schedule without affecting user experience. As such, we provide a meta-tag that tells IE8 to display an entire site or a specific page like it did in IE7.</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 10/06/08<br />
<a name="3"><br />
<h3>about:mozilla - Firefox 3 RC2, Governance, Accessibility, Bugdays, Acid3, T-shirts, and more…</h3>
<p></a></p>
<blockquote><p>Now that mozilla-central, the source code repository for the release of Firefox after 3.0, is open, a bunch of patches fixing bugs affecting our score on the Acid3 test have landed [...]</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/06/10/aboutmozilla-firefox-3-rc2-governance-accessibility-bugdays-acid3-t-shirts-and-more/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 10/06/08<br />
<a name="4"><br />
<h3>Firefox Keeps Nipping at Microsoft</h3>
<p></a></p>
<blockquote><p>The latest version of its Web browser should help Mozilla take a bigger bite of the market</p></blockquote>
<p><a href="http://www.businessweek.com/magazine/content/08_25/b4089000846750.htm">Read more&#8230;</a><br />
&copy; <a href="http://www.businessweek.com/">Business Week</a>, 10/06/08<br />
<a name="5"><br />
<h3>Firefox 3 and Safari 4 in browser speed race</h3>
<p></a></p>
<blockquote><p>Most of today&#8217;s web sites and web applications are built using the JavaScript scripting language. Some may say that a trend towards the fine-tuning of JavaScript interpreters in modern browsers was just a matter of time since any such optimization translates into performance gains. Mozilla recently launched the browser speed race with Firefox 3, which delivers more speed than any other previous Firefox version. Apple answered with Safari 4, claiming the browser’s JavaScript engine has been accelerated by 53%. Welcome to the browser speed race.</p></blockquote>
<blockquote><p>Safari 4 has just been seeded to the developers at Apple&#8217;s developer conference. The manufacturer claims that the software has a 53% faster JavaScript engine than the preceding and current version 3.1 (based on the SunSpider JavaScript Performance test conducted on iMac with an Intel Core 2 Duo processor at 2.8 GHz, with 2 GB of RAM and running under Mac OS X Snow Leopard.) Although Firefox 3 RC3 was the first to deliver significant JavaScript performance improvement, Apple apparently is exceeding those gains with Safari 4.</p></blockquote>
<p><a href="http://www.tgdaily.com/html_tmp/content-view-37904-113.html">Read more&#8230;</a><br />
&copy; <a href="http://www.tgdaily.com/">TG Daily</a>, 11/06/08<br />
<a name="6"><br />
<h3>Third Firefox 3 Release Candidate available for download</h3>
<p></a></p>
<blockquote><p>The third Firefox 3 Release Candidate is now available for download. It contains a single change for Mac OS X users only; there is no change for users running previous Firefox Release Candidate versions on Windows or Linux.</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/06/11/third-firefox-3-release-candidate-available-for-download/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 11/06/08<br />
<a name="7"><br />
<h3>What&#8217;s Coming in Internet Explorer 8 for IT Professionals?</h3>
<p></a></p>
<blockquote><p>Yesterday at Tech Ed IT Pro 2008 in Orlando we announced some of the enhancements we’re making in Internet Explorer 8 to help IT Professionals deploy and manage IE8 within their organization. We wanted to share those with the IT Pros on our blog.</p></blockquote>
<blockquote><p>Slipstream Support in Internet Explorer 8 [...] Application Compatibility and Internet Explorer 8 [...] Security in Internet Explorer 8 [...] Updates to the IEAK [...]</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/06/11/what-s-coming-in-internet-explorer-8-for-it-professionals.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 11/06/08<br />
<a name="8"><br />
<h3>Firefox 3 To Be Released On June 17th</h3>
<p></a></p>
<blockquote><p>Mozilla has been announcing Release Candidates for Firefox 3 consistently for the past month. In fact, Firefox 3 RC 3 was just released earlier today. One could guess that the time for an official release was right around the corner, but we wouldn&#8217;t have guessed it&#8217;d be this soon. Only hours after RC3, and after 34 months of development, the company has announced that Firefox 3 will be officially released next Tuesday, June 17th.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/firefox_3_will_be_released_on.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 11/06/08<br />
<a name="9"><br />
<h3>Firefox Mobile concept video</h3>
<p></a></p>
<blockquote><p>Aza Raskin, one of the human interface experts hired last year by Mozilla, has released a five minutes video of a very early prototype of what Firefox Mobile’s interface may look like.</p></blockquote>
<blockquote><p>As you can see in the video below, the design aims to overcome two of the most common limitations in mobile devices: a small screen that translates into small user interface elements and a small content window, and a handicapped user experience compared to desktop browsers.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/06/firefox-mobile-concept-video/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 12/06/08<br />
<a name="10"><br />
<h3>Opera 9.5</h3>
<p></a></p>
<blockquote><p>Today we released the final public release of our flagship Web browser, Opera 9.5. Opera&#8217;s cross-device expertise, support for open Web standards and commitment to speed and performance has culminated into our most powerful browser yet.</p></blockquote>
<p><a href="http://my.opera.com/community/blog/opera-9-5">Read more&#8230;</a><br />
&copy; <a href="http://my.opera.com/community/blog/">My Opera</a>, 12/06/08<br />
<a name="11"><br />
<h3>Firefox 3.1 (Shiretoko) planned features draft</h3>
<p></a></p>
<blockquote><p>As Firefox 3 approaches its grand debut this next Tuesday, for Mozilla developers it means the end of a development cycle and the start of another. Firefox 3.next is the tentative name for the next relatively minor update to the Firefox 3 branch, which is most likely to become Firefox 3.1.</p></blockquote>
<blockquote><p>A very early draft of planned features reveals that as expected, this release will be mainly about landing stuff that didn’t make it on time for the Firefox 3, along with the usual performance, stability and security bug fixes.</p></blockquote>
<blockquote><p>Visual tab switching and tab searching/filtering were both tried for Firefox 3, abandoned for other more critical features, and are being considered for 3.1. Ctrl+Tab, a extension developed by Dao Gottwald implements both of them displaying a thumbnail of the opened tabs when pressing Ctrl + Tab to switch tabs.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/06/firefox-31-shiretoko-planned-features-draft/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 13/06/08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/browser-newsletter-26/feed</wfw:commentRss>
		</item>
		<item>
		<title>Browser Newsletter #25</title>
		<link>http://www.kzhvnkv.com/browser-newsletter-25</link>
		<comments>http://www.kzhvnkv.com/browser-newsletter-25#comments</comments>
		<pubDate>Thu, 05 Jun 2008 21:50:33 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Browser Newsletter]]></category>

		<category><![CDATA[activex]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[dragonfly]]></category>

		<category><![CDATA[explorer]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[ie8]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mini]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[squirrelfish]]></category>

		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/browser-newsletter-25</guid>
		<description><![CDATA[
Nielsen: Mobile Internet Causes 13% Jump in Web Site Audience
Dragonfly Smashes Bugs in Opera
IE8 to boost ActiveX security on Vista
Opera Mini 4.1 released with better page and file management
Adobe Releases Flash 10 Beta
Apple okay with Safari &#8216;carpet bombing&#8217; vuln for now
A tantalizing taste of Firefox 3: testing RC1
Firefox 3.1 targeted for year’s end
Opera Takes on [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#1">Nielsen: Mobile Internet Causes 13% Jump in Web Site Audience</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#2">Dragonfly Smashes Bugs in Opera</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#3">IE8 to boost ActiveX security on Vista</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#4">Opera Mini 4.1 released with better page and file management</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#5">Adobe Releases Flash 10 Beta</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#6">Apple okay with Safari &#8216;carpet bombing&#8217; vuln for now</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#7">A tantalizing taste of Firefox 3: testing RC1</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#8">Firefox 3.1 targeted for year’s end</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#9">Opera Takes on Apple With Open Widget SDK</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#10">A second Firefox 3 RC confirmed</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#11">SquirrelFish: WebKit has a new, fast, JavaScript engine</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-25#12">IE8 Beta 2 Coming in August</a></li>
</ol>
<p><span id="more-36"></span><br />
<a name="1"><br />
<h3>Nielsen: Mobile Internet Causes 13% Jump in Web Site Audience</h3>
<p></a></p>
<blockquote><p>CenterNetworks reported yesterday on the launch of the new TotalWeb tracking service from Nielsen, which includes mobile traffic along with desktop PC traffic in its measurement of top Internet properties. When including mobile traffic, says Nielsen, top Internet sites can extend their reach an average of 13%. Though TotalWeb only covers about &#8220;200 leading Internet sites&#8221; (ironic for a product called TotalWeb), the data is nonetheless interesting.</p></blockquote>
<blockquote><p>&#8220;The data demonstrate that the mobile Internet can not only increase the frequency of visits to a website, but also grow the overall size of the pie,&#8221; said Jeff Herrmann, Vice President of Mobile Media, Nielsen Mobile in a press release. According to Nielsen, leading sites with a mobile property could increase the size of their audience via the mobile Internet.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/nielsen_totalweb_mobile_internet.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">Read Write Web</a>, 02/05/08<br />
<a name="2"><br />
<h3>Dragonfly Smashes Bugs in Opera</h3>
<p></a></p>
<blockquote><p>Long-time browser competitor Opera is out with a new piece of software today: Opera Dragonfly. Web developers (especially those concerned with cross-browser compatibility) will want to have a look at this first release and keep track of it as it evolves.</p></blockquote>
<p><a href="http://webworkerdaily.com/2008/05/06/dragonfly-smashes-bugs-in-opera/">Read more&#8230;</a><br />
&copy; <a href="http://webworkerdaily.com/">Web Worker Daily</a>, 06/05/08<br />
<a name="3"><br />
<h3>IE8 to boost ActiveX security on Vista</h3>
<p></a></p>
<blockquote><p>ActiveX has long been regarded as a thorn in the side of Windows users everywhere; a gaping hole through which spyware and viruses can contaminate your PC and compromise your data. Although much of the criticism leveled at ActiveX is excessively harsh, binary browser plugins—that can do just about anything the user can do—do have security concerns. With Internet Explorer 8, Microsoft&#8217;s forthcoming version of its embattled browser, steps will be taken to further reduce the exposure caused by ActiveX. The IE blog has recently given details of what we can expect.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080511-ie8-to-boost-activex-security-on-vista.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 11/05/08<br />
<a name="4"><br />
<h3>Opera Mini 4.1 released with better page and file management</h3>
<p></a></p>
<blockquote><p>Opera today released version 4.1 of its Opera Mini browser for mobile phones that can run Java applications. Even though version 4.0 just landed last November, version 4.1 makes an equally significant splash with a number of new features for searching, exchanging files, and archiving pages for offline viewing.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080513-opera-mini-4-1-released-with-better-page-and-file-management.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 13/05/08<br />
<a name="5"><br />
<h3>Adobe Releases Flash 10 Beta</h3>
<p></a></p>
<blockquote><p>Adobe announced today the release of the Flash Player 10 beta, previously code named &#8220;Astro,&#8221; on the Adobe Labs site. The beta is available for download immediately at the Astro web page and adds a number of compelling features to the Flash player. Adobe, which claims that the Flash player is on 98% of Internet connected PCs, says it has seen an acceleration in the penetration rate for new versions of the player which each new release. It took just 3 months to reach 62% of Flash users for the last version of the player (verion 9), according to the company.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/adobe_releases_flash_10_beta.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">Read Write Web</a>, 14/05/08<br />
<a name="6"><br />
<h3>Apple okay with Safari &#8216;carpet bombing&#8217; vuln for now</h3>
<p></a></p>
<blockquote><p>Next time you get nagged to install Apple&#8217;s Safari browser keep this in mind: The company&#8217;s security team has dismissed research that shows a simple way miscreants can use the browser to litter an end user&#8217;s machine with malicious files.</p></blockquote>
<blockquote><p>According to researcher Nitesh Dhanjani, Safari doesn&#8217;t bother to ask for user permission before downloading resources from websites. When encountering malicious iframes and other scripts, the browser obediently does what the website tells it to do, including downloading a file as many times as html scripts order.</p></blockquote>
<blockquote><p>When informed of this &#8220;carpet bombing&#8221; vulnerability (as researcher Billy (BK) Rios has dubbed it), Apple agreed that it might be good if Safari actually checked with the user before downloading potentially vicious files, but signaled that kind of addition wasn&#8217;t much of a priority.</p></blockquote>
<p><a href="http://www.theregister.co.uk/2008/05/15/apple_safari_carpet_bombing_vuln/">Read more&#8230;</a><br />
&copy; <a href="http://www.theregister.co.uk/">The Register</a>, 15/05/08<br />
<a name="7"><br />
<h3>A tantalizing taste of Firefox 3: testing RC1</h3>
<p></a></p>
<blockquote><p>Mozilla has issued the first official release candidate of Firefox 3, the next major version of the popular open source web browser. Firefox 3 includes a visual refresh as well as a multitude of exciting new features and significant improvements. Our experience indicates that this release candidate is fairly robust and ready for widespread testing.</p></blockquote>
<blockquote><p>One of the most impressive features in Firefox 3 is the new Places system, a massive overhaul of the browser&#8217;s bookmark and history functionality that is built on SQLite and provides noticeable improvements to performance and data integrity. The Places system has facilitated a number of very compelling user interface enhancements, like the new combined history and bookmarks organizer and an impressively intelligent new autocompletion implementation for the browser address bar.</p></blockquote>
<blockquote><p>Firefox 3 is built on top of Gecko 1.9, a new version of Mozilla&#8217;s powerful rendering engine, which now uses the cross-platform Cairo rendering framework. Gecko 1.9 brings Firefox into the age of Acid2 compliance and also greatly improves SVG handling and reflow. It also made possible a handful of other long-awaited feature like full-page zooming.</p></blockquote>
<blockquote><p>Performance and memory efficiency were high priorities for Firefox 3. Adoption of FreeBSD&#8217;s jemalloc allocator and the implementation of a new XPCOM cycle collector have significantly cut down the size of Firefox&#8217;s memory footprint. Firefox 3 now uses less memory than Safari and Opera in some benchmarks.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080519-atantalizing-taste-of-firefox-3-release-candidate-1.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 19/05/08<br />
<a name="8"><br />
<h3>Firefox 3.1 targeted for year’s end</h3>
<p></a></p>
<blockquote><p>Mike Shroepfer, Mozilla VP of Technology announced today a draft plan for Firefox and the Mozilla platform beyond the upcoming Firefox 3 (and attached Mozilla platform 1.9) release next June.</p></blockquote>
<blockquote><p>Most notable is Firefox 3.1, the next update to the Firefox 3 branch. It would add a few features that were not ready to ship in Firefox 3 development time frame. Among the most relevant: Support for the <video> as defined in the HTML 5 specification [...] Support for cross-site XMLHttpRequests (XHR) [...] More power for Firefox 3’s location bar [...] More performance tuning [...] Native JSON DOM binding</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/05/firefox-31-targeted-for-years-end/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 19/05/08<br />
<a name="9"><br />
<h3>Opera Takes on Apple With Open Widget SDK</h3>
<p></a></p>
<blockquote><p>The popular mobile browser Opera today launched a software developers kit (SDK) for widgets. While rival Apple&#8217;s iPhone SDK requires that applications be distributed exclusively through the still-unlaunched iPhone App Store, pay a $99 application fee and wait - Opera SDK built widgets appear to be much more open and free.</p></blockquote>
<blockquote><p>Opera&#8217;s widgets will be able to run on the company&#8217;s wildly popular mobile browser, Opera Mini excluded, the desktop version of Opera, the Nintendo Wii and any other devices that run Opera 9.5. We covered the launch of 9.5 here.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/opera_widget_sdk.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">Read Write Web</a>, 21/05/08<br />
<a name="10"><br />
<h3>A second Firefox 3 RC confirmed</h3>
<p></a></p>
<blockquote><p>On today’s Firefox 3 status meeting, the need for a second release candidate was confirmed and it has been tentatively targeted for early June.</p></blockquote>
<blockquote><p>RC2 will fix about a couple dozen bugs including some top crashers, some affecting performance and localization related. Most of the bugs already have patches waiting for review or landing and the revised code is expected for tomorrow, with initial builds available on Thursday. QA will start the same day and last for about a week.</p></blockquote>
<blockquote><p>If all goes as planned, RC 2 should be released close to June 6 for a new round of tests by Firefox users. Depending on whether a new critical bug is found or not, a third RC could be necessary or RC2 will become Firefox 3 final.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/05/a-second-firefox-3-rc-confirmed/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 27/05/08<br />
<a name="11"><br />
<h3>SquirrelFish: WebKit has a new, fast, JavaScript engine</h3>
<p></a></p>
<blockquote><p>SquirrelFish seems to be the code name for a new JavaScript engine for WebKit.</p></blockquote>
<blockquote><p>You can see performance benchmarks that show a significant increase across the board of tests.</p></blockquote>
<blockquote><p>On average the tests show a 4 times improvement (compared to Safari 3.1), with spikes of 12.6x improvements on some access tests, and with the lowest grade of 1.63x for String unpacking.</p></blockquote>
<p><a href="http://ajaxian.com/archives/squirrelfish-webkit-has-a-new-fast-javascript-engine">Read more&#8230;</a><br />
&copy; <a href="http://ajaxian.com/">Ajaxian</a>, 28/05/08<br />
<a name="12"><br />
<h3>IE8 Beta 2 Coming in August</h3>
<p></a></p>
<blockquote><p>In addition to the features for developers we showed in IE8 Beta 1, we’ve been working on great new features for consumers and IT professionals (as well as doing even more cool stuff for developers). I’m happy to announce that we’re on track to deliver IE8 Beta 2 this August when you’ll get a chance to see what we’ve been up to in these areas. Furthermore, in order to help us get even more feedback for this global product, we’ll be releasing Beta 2 in over twenty languages within a month of the initial release. This is a big step up from the three languages we released for beta 1 and much more than we ever did during IE7.</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/06/03/ie8-beta-2-coming-in-august.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IE Blog</a>, 03/06/08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/browser-newsletter-25/feed</wfw:commentRss>
		</item>
		<item>
		<title>No Comments #2</title>
		<link>http://www.kzhvnkv.com/no-comments-2</link>
		<comments>http://www.kzhvnkv.com/no-comments-2#comments</comments>
		<pubDate>Tue, 29 Apr 2008 21:48:34 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[No Comments]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/no-comments-2</guid>
		<description><![CDATA[
http://www.google.com/search?q=site%3Afeeds.technorati.com%2Ftag%2F.xls
]]></description>
			<content:encoded><![CDATA[<p><a href="http://kzhvnkv.com/images/no-comments-2.png" rel="lightbox"><img src="http://kzhvnkv.com/images/no-comments-2.png" alt="No Comments 2" /></a></p>
<p><a href="http://www.google.com/search?q=site%3Afeeds.technorati.com%2Ftag%2F.xls">http://www.google.com/search?q=site%3Afeeds.technorati.com%2Ftag%2F.xls</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/no-comments-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Browser Newsletter #24</title>
		<link>http://www.kzhvnkv.com/browser-newsletter-24</link>
		<comments>http://www.kzhvnkv.com/browser-newsletter-24#comments</comments>
		<pubDate>Sat, 26 Apr 2008 21:39:03 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Browser Newsletter]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[camino]]></category>

		<category><![CDATA[fennec]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[flock]]></category>

		<category><![CDATA[ietester]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[live]]></category>

		<category><![CDATA[mesh]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[paypal]]></category>

		<category><![CDATA[phishing]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[webkit]]></category>

		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/browser-newsletter-24</guid>
		<description><![CDATA[
Apple, Mozilla Plug Critical JavaScript Browser Flaws
iPhone’s Safari browser simplifies phishing, researchers say
PayPal Gives Safari Users a Break Despite Security Shortcomings
Flock Announces Eco-Edition of Award Winning Social Web Browser
Firefox 3 Bookmarks (My god, it’s full of stars…)
about:mozilla - Firefox 2.0.0.14, Camino 1.6, Privacy policy, AMO, Security metrics, and more
Live Mesh: First Look at Microsoft&#8217;s New [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#1">Apple, Mozilla Plug Critical JavaScript Browser Flaws</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#2">iPhone’s Safari browser simplifies phishing, researchers say</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#3">PayPal Gives Safari Users a Break Despite Security Shortcomings</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#4">Flock Announces Eco-Edition of Award Winning Social Web Browser</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#5">Firefox 3 Bookmarks (My god, it’s full of stars…)</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#6">about:mozilla - Firefox 2.0.0.14, Camino 1.6, Privacy policy, AMO, Security metrics, and more</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#7">Live Mesh: First Look at Microsoft&#8217;s New Platform</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#8">Now your mobile phones get to take some Acid</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#9">The Next Browser War</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#10">WebKit GTK+ port passes Acid3 on Linux</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#11">Mozilla: Fennec to Revolutionize Mobile Browsing</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#12">Firefox reached 29% share in Europe</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#13">Opera Desktop Beta 2 (Kestrel) now available for download</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#14">Web 2.0: Firefox Key To Open Mobile Web</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#15">IETester</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#16">Firefox wins Webware 100 2008!</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-24#17">Hackers Focus Efforts on Firefox, Safari</a></li>
</ol>
<p><span id="more-34"></span><br />
<a name="1"><br />
<h3>Apple, Mozilla Plug Critical JavaScript Browser Flaws</h3>
<p></a></p>
<blockquote><p>Critical JavaScript security flaws have been patched in both Apple, Inc.&#8217;s Safari Web browser and Mozilla&#8217;s Firefox browser. But Mozilla and Thunderbird could be vulnerable in some instances. Apple also patched a flaw in Safari 3.1.1 for Windows. The Safari hole allowed Charlie Miller to hack the MacBook Air at the CanSecWest conference.</p></blockquote>
<p><a href="http://www.newsfactor.com/news/Apple--Mozilla-Plug-Browser-Flaws/story.xhtml?story_id=101005UKASP9">Read more&#8230;</a><br />
&copy; <a href="http://www.newsfactor.com/">NewsFactor</a>, 17/04/08<br />
<a name="2"><br />
<h3>iPhone’s Safari browser simplifies phishing, researchers say</h3>
<p></a></p>
<blockquote><p>According to Yuan Niu, Francis Hsu, and Hao Chen from University of California who presented a report at Usability, Psychology, and Security Conference 2008 in San Francisco, iPhone’s Safari browser, along with the Nintendo Wii’s Opera browser, simplify phishing.</p></blockquote>
<blockquote><p>“Phishing” is a process used by many Internet criminals to collect personal information that tricks users into typing in their personal bank/online wallet/etc account information, while thinking they’re visiting a legitimate website. “Phishing” is most commonly achieved by sending a bogus e-mail to the victims, asking them to “update” their personal information at a malicious site that resembles the original site, but that is especially meant to log logins and passwords (which can then be used by the culprits to withdraw your hard earned funds).</p></blockquote>
<p><a href="http://www.iphoneworld.ca/news/2008/04/19/iphones-safari-browser-simplifies-phishing-researchers-say/">Read more&#8230;</a><br />
&copy; <a href="http://www.iphoneworld.ca/">iPhone World</a>, 19/04/08<br />
<a name="3"><br />
<h3>PayPal Gives Safari Users a Break Despite Security Shortcomings</h3>
<p></a></p>
<blockquote><p>PayPal hinted last week that it might enact some strict new rules for web browsers visiting the site. Among the requirements would be some sort of built-in phishing protection and support for Extended Validation (EV) certificates, both of which are designed to reduce fraud.</p></blockquote>
<blockquote><p>However, Apple’s Safari browser doesn’t ship with phishing protections and thus far doesn’t support EV SSL certificates which would seem to mean that Safari users would be banned from PayPal’s site.</p></blockquote>
<blockquote><p>While many assumed that since Safari fails to meet PayPal’s new standards, it would be a candidate for exclusion, PayPal says that’s not the case. In an e-mail to Computer World a company spokesperson writes, “we have absolutely no intention of blocking current versions of any browsers, including Apple’s Safari, from our Web site”</p></blockquote>
<p><a href="http://blog.wired.com/monkeybites/2008/04/paypal-gives-sa.html">Read more&#8230;</a><br />
&copy; <a href="http://blog.wired.com/monkeybites/">Wired</a>, 21/04/08<br />
<a name="4"><br />
<h3>Flock Announces Eco-Edition of Award Winning Social Web Browser</h3>
<p></a></p>
<blockquote><p>Flock, the innovative social web browser, today announced the availability of the Eco-Edition of the Flock browser that delivers the latest environmental and sustainable living content to eco-minded social media and web users. The Eco-Edition is based on the latest version of the award winning Flock browser, and comes pre-populated with best of breed news, photos, videos and feeds from leading eco content partners across the web.</p></blockquote>
<p><a href="http://www.earthtimes.org/articles/show/flock-announces-eco-edition-of-award-winning-social-web-browser,361682.shtml">Read more&#8230;</a><br />
&copy; <a href="http://www.earthtimes.org/">The Earth Times</a>, 22/04/08<br />
<a name="5"><br />
<h3>Firefox 3 Bookmarks (My god, it’s full of stars…)</h3>
<p></a></p>
<blockquote><p>Firefox 3 introduces a few new features to bookmarks that I think makes them much, much easier to use, more useful in general, and much more useful in particular for catastrophically disorganized folk like me. The three main features being introduced are: Bookmark Stars, Bookmark Tags, and Smart Bookmark Folders.</p></blockquote>
<p><a href="http://www.dria.org/wordpress/archives/2008/04/22/629/">Read more&#8230;</a><br />
&copy; <a href="http://www.dria.org/">Dria</a>, 22/04/08<br />
<a name="6"><br />
<h3>about:mozilla - Firefox 2.0.0.14, Camino 1.6, Privacy policy, AMO, Security metrics, and more</h3>
<p></a></p>
<blockquote><p>As part of Mozilla Corporation’s ongoing stability and security update process, Firefox 2.0.0.14 is now available [...]</p></blockquote>
<blockquote><p>The Camino Project is proud to announce Camino 1.6, a major update to the Camino web browser. This release includes a number of new features and improvements, including a customizable toolbar search field, a find bar, software update, a scrolling tab bar, and enhanced AppleScript support. [...]</p></blockquote>
<blockquote><p>Madhava Enros, User Experience lead for the addons.mozilla.org (AMO) redesign, has posted a detailed discussion about the reasoning behind and road ahead for the AMO 3.2 release. “In the 3.2 redesign, our goal was to improve the experience for people new to the idea of add-ons as well as the large and growing set of people who want to stop in, quickly find something to improve their online experience, and be on their way again. All of that said, … [a] successful AMO must support add-on developers and those advanced users who are at the forefront of add-on testing and reviewing.”</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/04/22/aboutmozilla-firefox-20014-camino-16-privacy-policy-amo-security-metrics-and-more/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 22/04/08<br />
<a name="7"><br />
<h3>Live Mesh: First Look at Microsoft&#8217;s New Platform</h3>
<p></a></p>
<blockquote><p>The new Live Mesh service that just launched as an invite only &#8220;technology preview&#8221; is Microsoft&#8217;s attempt to tie all of our data together. Live Mesh synchronizes data across multiple devices (currently just Windows computers, but theoretically it will extend to mobile and other devices in the future) as well as to a web desktop that exists in the cloud. [...]</p></blockquote>
<blockquote><p>Perhaps the most interesting bit that Microsoft demoed to us was an offline compontent of the Mesh platform. Web apps using the Mesh platform will be able to lean on the client software to take their web applications offline, including all user data, and sync it up when the user gets back online at a later time.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/microsoft_live_mesh_first_look.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 22/04/08<br />
<a name="8"><br />
<h3>Now your mobile phones get to take some Acid</h3>
<p></a></p>
<blockquote><p>Dominique Hazael-Massieux, co-chair of the Mobile Web Test Suites Working Group at the W3C, has published a test in the spirit of the ACID tests: Web Compatibility Test for Mobile Browsers:</p></blockquote>
<blockquote><p>That test, in the same spirit as the ACID tests, combines in a single page tests for 12 Web technologies, ranging from well-deployed (but often poorly implemented on mobile devices) technologies such as HTTPS and PNG, to technologies we believe will matter in a year or two (like SVG animation and CSS Media Queries).</p></blockquote>
<p><a href="http://ajaxian.com/archives/now-your-mobile-phones-get-to-take-some-acid">Read more&#8230;</a><br />
&copy; <a href="http://ajaxian.com/">Ajaxian</a>, 22/04/08<br />
<a name="9"><br />
<h3>The Next Browser War</h3>
<p></a></p>
<blockquote><p>A brand-new crop of browser betas gives us a glimpse of what Web surfing will be like when IE, Firefox, and Opera release new versions later this year.</p></blockquote>
<p><a href="http://www.pcmag.com/article2/0,2817,2286408,00.asp">Read more&#8230;</a><br />
&copy; <a href="http://www.pcmag.com/">PC Magazine</a>, 23/04/08<br />
<a name="10"><br />
<h3>WebKit GTK+ port passes Acid3 on Linux</h3>
<p></a></p>
<blockquote><p>The GTK+ port of WebKit is the first open source HTML render to fully pass the Acid3 test on the Linux platform. WebKit, which is Apple&#8217;s increasingly popular fork of KDE&#8217;s KHTML rendering engine, is used by Apple&#8217;s Safari web browser and the iPhone. The GNOME desktop environment&#8217;s Epiphany web browser has also adopted WebKit and will be using it instead of Firefox&#8217;s Gecko rendering engine in a future release.</p></blockquote>
<blockquote><p>The Acid3 test evaluates compatibility with a wide range of web technologies (some of which are quite obscure), including SVG, advanced CSS features, DOM Level 2 support, XML capabilities, and certain JavaScript functionality. The test was created earlier this year by Ian Hickson with help from volunteer contributors who assisted with several of the subtests. A recent Internet Explorer 8 beta passes only 18 of the 100 tests, a Firefox 3 nightly build passes 71 of the tests, and a recent development build of KDE&#8217;s KHTML renderer passes 73 of the tests. Like WebKit, experimental builds of Opera&#8217;s rendering engine also pass all 100 of the tests on Linux.</p></blockquote>
<p><a href="http://arstechnica.com/journals/linux.ars/2008/04/23/webkit-gtk-port-passes-acid3">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 23/04/08<br />
<a name="11"><br />
<h3>Mozilla: Fennec to Revolutionize Mobile Browsing</h3>
<p></a></p>
<blockquote><p>Fennec, the mobile version of the Firefox browser, will simplify and enhance Web browsing on cell phones and usher in an era of intense developer innovation, the chairman of the Mozilla Foundation and of Mozillla Corp. said Thursday.</p></blockquote>
<blockquote><p>Access to data, sites and applications on the Internet shouldn&#8217;t be limited by the type of device being used, and Fennec will make that possible, said Mitchell Baker during a keynote speech at the Web 2.0 Expo in San Francisco.</p></blockquote>
<p><a href="http://www.pcworld.com/businesscenter/article/145081/mozilla_fennec_to_revolutionize_mobile_browsing.html">Read more&#8230;</a><br />
&copy; <a href="http://www.pcworld.com/">PC World</a>, 24/04/08<br />
<a name="12"><br />
<h3>Firefox reached 29% share in Europe</h3>
<p></a></p>
<blockquote><p>XiTi Monitor has released the latest numbers on browsers utilization in Europe and the rest of the world, announcing it has reached about 29% in March 2008.</p></blockquote>
<blockquote><p>Finland, Poland and Slovenia keep leading the pack with 45.9%, 44% and 43.7% respectively. Considering other browsers including Safari and Opera probably have a strong presence in Europe as well, it could also mean that Firefox is used even more than Internet Explorer in those same countries.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/04/firefox-reached-29-share-in-europe/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 24/04/08<br />
<a name="13"><br />
<h3>Opera Desktop Beta 2 (Kestrel) now available for download</h3>
<p></a></p>
<blockquote><p>Opera today unveiled the second beta preview of the forthcoming Opera 9.5 desktop browser, code-named Kestrel. The new beta improves on security, speed and performance, while refining some of Opera ’s most popular features.</p></blockquote>
<p><a href="http://www.opera.com/products/desktop/next/">Read more&#8230;</a><br />
&copy; <a href="http://www.opera.com/">Opera</a>, 24/04/08<br />
<a name="14"><br />
<h3>Web 2.0: Firefox Key To Open Mobile Web</h3>
<p></a></p>
<blockquote><p>Mozilla chairman Mitchell Baker on Thursday called on developers to bring the same features, functionality, and passion to handheld devices as they have to the PC, using the Firefox browser as the model.</p></blockquote>
<blockquote><p>&#8220;We should be able to access it, mix it up, mash it up, save it, store it. All of those things should be the same if I am on a laptop or phone, at home or on a train,&#8221; Baker said during her keynote at the Web 2.0 Expo in San Francisco.</p></blockquote>
<p><a href="http://www.informationweek.com/news/internet/browsers/showArticle.jhtml?articleID=207401960">Read more&#8230;</a><br />
&copy; <a href="http://www.informationweek.com/">InformationWeek</a>, 24/04/08<br />
<a name="15"><br />
<h3>IETester</h3>
<p></a></p>
<blockquote><p>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.</p></blockquote>
<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage">Read more&#8230;</a><br />
&copy; <a href="http://www.my-debugbar.com/">Debugbar</a>, 24/04/08<br />
<a name="16"><br />
<h3>Firefox wins Webware 100 2008!</h3>
<p></a></p>
<blockquote><p>Duh-factor aside, Firefox was among the top 10 voted products that amounted for about half of the 1.9 million votes, so at least it was one of the most voted browser, despite Maxthon’s tricky tactics.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/04/firefox-wins-webware-100-2008/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 24/04/08<br />
<a name="17"><br />
<h3>Hackers Focus Efforts on Firefox, Safari</h3>
<p></a></p>
<blockquote><p>Many people are switching from Internet Explorer to alternative browsers such as Firefox and Safari. Though that might make them feel more secure, the shift has also opened new doors for bad guys.</p></blockquote>
<blockquote><p>Case in point: We have no IE bugs to report this month, but both Firefox and Safari have been hit hard.</p></blockquote>
<blockquote><p>In a somewhat dubious recognition of Firefox&#8217;s growing popularity, hackers have focused their attention on it, leading to a rash of newly discovered holes. The folks at Mozilla recently released two Firefox updates in less than six weeks, fixing a total of five critical security vulnerabilities. All five can be exploited by planting a poisoned JavaScript file in a Web site and waiting for you to stumble across it.</p></blockquote>
<p><a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/04/26/AR2008042600260.html">Read more&#8230;</a><br />
&copy; <a href="http://www.washingtonpost.com/">The Washington Post</a>, 26/04/08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/browser-newsletter-24/feed</wfw:commentRss>
		</item>
		<item>
		<title>Browser Newsletter #23</title>
		<link>http://www.kzhvnkv.com/browser-newsletter-23</link>
		<comments>http://www.kzhvnkv.com/browser-newsletter-23#comments</comments>
		<pubDate>Wed, 23 Apr 2008 21:55:40 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Browser Newsletter]]></category>

		<category><![CDATA[activex]]></category>

		<category><![CDATA[android]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[browserplus]]></category>

		<category><![CDATA[camino]]></category>

		<category><![CDATA[dom]]></category>

		<category><![CDATA[explorer]]></category>

		<category><![CDATA[fennec]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[gomez]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[ie8]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[mini]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[paypal]]></category>

		<category><![CDATA[pogo]]></category>

		<category><![CDATA[quicktime]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/browser-newsletter-23</guid>
		<description><![CDATA[
iPhone is already the top mobile browser
First look: Mozilla Fennec takes browser fight to handhelds
The story behind Opera Mini on Google Android
HTML and DOM Standards Compliance in IE8 Beta 1
The new Internet Explorer Mobile for Windows Mobile 6.1 - desktop browsing from Windows Mobile
Research fingers ActiveX, QuickTime as buggiest browser plug-ins
Mobile Firefox Prototype Arrives
Why Firefox [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#1">iPhone is already the top mobile browser</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#2">First look: Mozilla Fennec takes browser fight to handhelds</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#3">The story behind Opera Mini on Google Android</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#4">HTML and DOM Standards Compliance in IE8 Beta 1</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#5">The new Internet Explorer Mobile for Windows Mobile 6.1 - desktop browsing from Windows Mobile</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#6">Research fingers ActiveX, QuickTime as buggiest browser plug-ins</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#7">Mobile Firefox Prototype Arrives</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#8">Why Firefox Is Thinking Small: Mobile Browser Market To Explode</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#9">Updated Web Browsers: Which One Works Best?</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#10">First look: AT&#038;T’s Pogo browser beta tries too hard, fails</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#11">Is the Mobile Web Dead? Some Mobile Entrepreneurs Say Yes</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#12">about:mozilla - Firefox 3 RC1, New tinderbox trees, Fennec reviewed, Web analytics, AMO, and more</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#13">Mobile Web must die!</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#14">Gomez Announces Web Performance Testing Support for Microsoft Internet Explorer 8</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#15">Firefox 2.0.0.14 security and stability update now available for download</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#16">Camino 1.6 released</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#17">After Criticism, Apple Software Updater Gets UI Makeover</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#18">AT&#038;T, Vizible To Launch Firefox-Based Browser With Ads</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#19">Mobile Web Browsers Have No Where To Go But Up</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#20">Apple patches Safari bug from hacking contest</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#21">Paypal to block &#8216;unsafe browsers&#8217;</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#22">Apple Ends Stealth Safari Installs Via Software Update For Windows</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#23">PayPal Bans Browsers; Mac Love; Cell Phone Bans</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#24">Apple should call PayPal’s bluff</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#25">Yahoo! BrowserPlus: The rumour is true</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-23#26">AT&#038;T Pogo Browser</a></li>
</ol>
<p><span id="more-33"></span><br />
<a name="1"><br />
<h3>iPhone is already the top mobile browser</h3>
<p></a></p>
<blockquote><p>It&#8217;s been on the market for just six months, and already the iPhone (plus its Wi-Fi-only variant, the iPod Touch) is the most used mobile browser for Internet access in the U.S., according to Irish researcher StatCounter. At No. 2 is the Symbian OS used in Nokia&#8217;s devices. Globally, the two positions are reversed. In either case, Windows Mobile &#8212; in all its versions &#8212; is just a blip.</p></blockquote>
<p><a href="http://www.macworld.com/article/132897/2008/04/iphonetop.html">Read more&#8230;</a><br />
&copy; <a href="http://www.macworld.com/">Macworld</a>, 08/04/08<br />
<a name="2"><br />
<h3>First look: Mozilla Fennec takes browser fight to handhelds</h3>
<p></a></p>
<blockquote><p>With Firefox 3 right around the corner, Mozilla&#8217;s top lizard wranglers are turning their attention to the next step in their plans for world browser domination. The Mozilla Mobile initiative, which was first announced last October, has reached the functional prototype stage. The developers now have released pre-alpha test builds of a mobile Firefox prototype, codenamed Fennec, which we tested and discussed with Mozilla Mobile director Jay Sullivan.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080409-first-look-mozilla-fennec-targets-handheld-browser-market.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 09/04/08<br />
<a name="3"><br />
<h3>The story behind Opera Mini on Google Android</h3>
<p></a></p>
<blockquote><p>This article takes a look at one of Opera&#8217;s latest and greatest projects - the creation of an Opera Mini version that will run on Google&#8217;s Android open mobile development platform. Over the course of the article, we&#8217;ll explain why we created it, how, challenges we faced, and how you can try it out for yourself. We&#8217;d like to encourage you to try it out, and give us as much feedback as you possibly can.</p></blockquote>
<p><a href="http://labs.opera.com/news/2008/04/10/">Read more&#8230;</a><br />
&copy; <a href="http://labs.opera.com/">Opera Labs</a>, 10/04/08<br />
<a name="4"><br />
<h3>HTML and DOM Standards Compliance in IE8 Beta 1</h3>
<p></a></p>
<blockquote><p>With the release of IE8 Beta 1, I&#8217;m pleased to be able to talk about the first round of improved standards compliance and bug fixes in IE&#8217;s HTML and DOM support for the new IE8 standards mode. Doug hinted at some of these improvements, and I wrote a little bit about them in the IE8 Beta 1 whitepapers here and here. In this post, I&#8217;d like to enumerate the &#8216;change list&#8217; (of sorts) here on the blog in response to requests for such a list that I received at MIX08. Personally, I&#8217;ve been long-awaiting this release because of what I know it means to web developers (like myself) that have had to code around a lot of IE&#8217;s DOM quirks for many years.</p></blockquote>
<blockquote><p>For IE8, I have really focused on the HTML and DOM Core standards and concentrated on building a solid cross-browser compatible foundation for many of the APIs that are already supported by Trident. This effort to fix some of the cracks in IE&#8217;s foundation has been a long time in coming, and I believe it&#8217;s a critical and necessary first step before adding on additional standards support.</p></blockquote>
<blockquote><p>For IE8 Beta1, we looked at many community-provided bug reports and found that the top pain-points were related to IE&#8217;s attribute handling (with a few prominent exceptions like getElementById). Therefore, attribute-handling has served as the &#8216;theme&#8217; for the set of issues to tackle in IE8. We probably won&#8217;t be able to fix all of the community-reported bugs in the DOM in this release (there are many), but we want to make sure that we get to the worst offenders first. Help us out by submitting or voting on the bugs that you feel are most impactful to your business.</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/04/10/html-and-dom-standards-compliance-in-ie8-beta-1.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 10/04/08<br />
<a name="5"><br />
<h3>The new Internet Explorer Mobile for Windows Mobile 6.1 - desktop browsing from Windows Mobile</h3>
<p></a></p>
<blockquote><p>As I mentioned previously, Microsoft is aiming to deliver the same desktop-like browsing experience that you get with Opera Mobile/Opera Mini and Firefox Mobile in an updated Internet Explorer Mobile (Pocket Internet Explorer, as some of you might know it). The new IE Mobile is based wholly on code from the desktop version of Internet Explorer and is ported to work on the WM6.1 platform. The browser is still in development, but from what I saw, it worked beautifully on a touchscreen handset.</p></blockquote>
<p><a href="http://www.intomobile.com/2008/04/10/the-new-internet-explorer-mobile-for-windows-mobile-61-desktop-browsing-from-windows-mobile.html">Read more&#8230;</a><br />
&copy; <a href="http://www.intomobile.com/">IntoMobile</a>, 10/04/08<br />
<a name="6"><br />
<h3>Research fingers ActiveX, QuickTime as buggiest browser plug-ins</h3>
<p></a></p>
<blockquote><p>ActiveX controls accounted for an overwhelming majority of all browser plug-in vulnerabilities in the second half of 2007, Symantec Corp. said this week in its semiannual Web security report.</p></blockquote>
<blockquote><p>Microsoft Corp.&#8217;s technology, which is used to create add-ins for Internet Explorer, accounted for 79% of the 239 plug-in bugs discovered between July and December of 2007, Symantec said. The plug-in with the next-highest number of flaws was Apple Inc.&#8217;s QuickTime, which had just 8% of the six-month&#8217;s total.</p></blockquote>
<blockquote><p>Only one vulnerability in a plug-in for Mozilla Corp.&#8217;s Firefox browser was detected in the same period, meaning Firefox&#8217;s extensions &#8212; the moniker Mozilla Corp. uses for plug-ins &#8212; accounted for only 0.4% of all flaws found.</p></blockquote>
<p><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;taxonomyName=operating_systems&#038;articleId=9077099&#038;taxonomyId=89&#038;intsrc=kc_top">Read more&#8230;</a><br />
&copy; <a href="http://www.computerworld.com/">Computerworld</a>, 11/04/08<br />
<a name="7"><br />
<h3>Mobile Firefox Prototype Arrives</h3>
<p></a></p>
<blockquote><p>The mobile version of the Firefox browser is now available for download in the form of an early prototype. This download of the browser, code-named &#8220;Fennec,&#8221; is only intended for developers as it is still in the pre-alpha stages. It is also only recommended for Nokia N810 devices. Even so, the browser already shows a lot of promise.</p></blockquote>
<blockquote><p>Despite it being very early in the testing stages, the Fennec browser is already showing major performance gains. In the chart below, found on Mozilla technical evangelist Chirs Blizzard&#8217;s blog, the blue bar is the &#8220;MicroB browser,&#8221; which is the Mozilla-based browser based on source code from around the Firefox Alpha 1 timeframe that Nokia included with their OS2008 release. The red bar is Fennec. The chart shows that Fennec is 5.9x faster than the earlier Mozilla version!</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/mobile_firefox_prototype_arrives.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 11/04/08<br />
<a name="8"><br />
<h3>Why Firefox Is Thinking Small: Mobile Browser Market To Explode</h3>
<p></a></p>
<blockquote><p>Firefox parent Mozilla is hard at work shrinking its Web browser software to work on mobile phones. So far, it&#8217;s available in a very early edition for some Nokia (NOK) gadgets, with the first &#8220;alpha&#8221; release scheduled for August, DailyTech reports.</p></blockquote>
<blockquote><p>Why bother? Because the high end of the mobile browser market, where Mozilla will operate, is poised to explode in the next six years, according to a report published today by ABI Research.</p></blockquote>
<blockquote><p>ABI sees &#8220;open-Internet&#8221; browsers, like Firefox and Opera, soaring to 700 million units delivered worldwide in 2013, 820% more than the 76 million delivered last year. (These &#8220;open-Internet&#8221; browsers support more sophisticated Web technologies like AJAX, CSS, etc., unlike the crappy browsers available on most mobile phones.)</p></blockquote>
<p><a href="http://www.alleyinsider.com/2008/4/why_firefox_is_shrinking_its_browser_mobile_market_to_explode">Read more&#8230;</a><br />
&copy; <a href="http://www.alleyinsider.com/">Silicon Alley Insider</a>, 11/04/08<br />
<a name="9"><br />
<h3>Updated Web Browsers: Which One Works Best?</h3>
<p></a></p>
<blockquote><p>Apple&#8217;s Safari, Mozilla&#8217;s Firefox 3, and Microsoft&#8217;s Internet Explorer 8 duke it out to be the program you use most on your PC.</p></blockquote>
<p><a href="http://www.pcworld.com/article/id,144338/article.html">Read more&#8230;</a><br />
&copy; <a href="http://www.pcworld.com/">PCWorld</a>, 13/04/08<br />
<a name="10"><br />
<h3>First look: AT&#038;T’s Pogo browser beta tries too hard, fails</h3>
<p></a></p>
<blockquote><p>AT&#038;T has opened up a private beta of its new, hyper-visual web browser named Pogo. Yes, you read that right—AT&#038;T is diving into the web browser market with a new creation of its own, based on Mozilla and 3D technology from Vizible, a Canada-based company that AT&#038;T has invested in. The goal is to create a web browsing experience that is more robust than the crufty old browsers that we have all grown accustomed to. The software is not yet open to the public, but we had an opportunity to test out Pogo and see what it was all about.</p></blockquote>
<blockquote><p>First off, Pogo is Windows-only, and AT&#038;T makes no indication that it will be available for the Mac anytime soon (or ever). It requires Windows XP SP2 or later or Windows Vista, and its minimum hardware are surprisingly steep: a 1.6GHz processor, 2GB of RAM, and a video card with at least 256MB of VRAM. Seem like a bit much for a web browser? It is, and as we found out, these requirements posed some major challenges for us during our testing.</p></blockquote>
<p><a href="http://arstechnica.com/reviews/apps/pogo-browser-beta-first-look.ars/1">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 14/04/08<br />
<a name="11"><br />
<h3>Is the Mobile Web Dead? Some Mobile Entrepreneurs Say Yes</h3>
<p></a></p>
<blockquote><p>Former Yahoo! Mobile evangelist turned startup entrepreneur Russell Beattie announced today that he&#8217;s calling it quits for his company Mowser because the market for mobile browsing is taking a fast turn for the worse. &#8220;The mobile traffic just isn&#8217;t there,&#8221; Beattie says, &#8220;It&#8217;s not there now, and it won&#8217;t be.&#8221;</p></blockquote>
<blockquote><p>Beattie&#8217;s announcement comes just two months after mobile blogger and consultant Michael Mace wrote a much discussed post titled Mobile Applications, RIP. &#8220;The business of making native apps for mobile devices is dying, crushed by a fragmented market and restrictive business practices,&#8221; Mace wrote.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/is_the_mobile_web_dead.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 14/04/08<br />
<a name="12"><br />
<h3>about:mozilla - Firefox 3 RC1, New tinderbox trees, Fennec reviewed, Web analytics, AMO, and more</h3>
<p></a></p>
<blockquote><p>On April 8th, the Firefox tree entered a lockdown period in preparation for delivering Firefox 3 Release Candidate 1. The same process will be used for this release as for past betas — the blocker lists will be driven to zero, and only patches with explicit approval will be allowed to land in order to more tightly control potential for regressions. For more information, please see the DevNews blog post.</p></blockquote>
<blockquote><p>Since the release of addons.mozilla.org 3.2, the AMO team has been actively reviewing the feedback users have sent in through a number of channels. In response to some of that feedback, Mike Morgan has posted an explanation of the rationale and trade-offs made with the new design and its attempts to balance the needs of various audiences AMO has to address — first-time users, seasoned experts, and add-on authors and publishers. Basil Hashem has also written a post about the feedback the team has received, summarizing the top concerns they’ve heard and outlining plans for the next iterations of the AMO site.</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/04/15/aboutmozilla-firefox-3-rc1-new-tinderbox-trees-fennec-reviewed-web-analytics-amo-and-more/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 15/04/08<br />
<a name="13"><br />
<h3>Mobile Web must die!</h3>
<p></a></p>
<blockquote><p>Mowser, a startup that concentrated on mobile web browsing, is no more. While it’s sad to see a startup die, especially one where the founder put in so much work, heart and money go under, I think that it’s time for the whole concept of mobile web to die.</p></blockquote>
<blockquote><p>Mobile web is a product of a “think small” mentality. In the early days it was necessary to have that “think small” mentality because the hardware and software of the time just wasn’t up to delivering a full-on web experience on an ultra-portable device. That age is now coming to a close and devices such as the iPhone and iPod touch have shown us that it is possible to have a decent browsing experience on a mobile device.</p></blockquote>
<p><a href="http://blogs.zdnet.com/hardware/?p=1684">Read more&#8230;</a><br />
&copy; <a href="http://blogs.zdnet.com/hardware/">ZDNet</a>, 15/04/08<br />
<a name="14"><br />
<h3>Gomez Announces Web Performance Testing Support for Microsoft Internet Explorer 8</h3>
<p></a></p>
<blockquote><p>Gomez, Inc., a leader in web application experience management, today announced support for Microsoft&#8217;s Internet Explorer (IE) 8 beta 1. Using the Gomez(R) ExperienceFirst(SM) platform of on-demand web application experience testing and measurement services, developers can quickly understand how existing and new applications will look and perform in IE8, as well as the impact of IE8 on their infrastructure.</p></blockquote>
<blockquote><p>&#8220;The introduction of IE8 presents developers with great opportunities for web experience improvements but also potential pitfalls for the unprepared,&#8221; says Gomez&#8217;s CTO, Imad Mouline. &#8220;IE8 will impact both the visual rendering of a website as well as its performance due to its increased connection parallelism. Using the Gomez ExperienceFirst platform will enable web developers to assess their readiness for IE8, mitigate performance issues and plan for infrastructure investments.&#8221;</p></blockquote>
<p><a href="http://www.sunherald.com/447/story/495120.html">Read more&#8230;</a><br />
&copy; <a href="http://www.sunherald.com/">SunHerald</a>, 16/04/08<br />
<a name="15"><br />
<h3>Firefox 2.0.0.14 security and stability update now available for download</h3>
<p></a></p>
<blockquote><p>We strongly recommend that all Firefox users upgrade to this latest release. If you already have Firefox 2.x, you will receive an automated update notification within 24 to 48 hours. This update can also be applied manually by selecting “Check for Updates…” from the Help menu.</p></blockquote>
<blockquote><p>For a list of changes and more information, please review the Firefox 2.0.0.14 Release Notes.</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/04/16/firefox-20014-security-and-stability-update-now-available-for-download/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 16/04/08<br />
<a name="16"><br />
<h3>Camino 1.6 released</h3>
<p></a></p>
<blockquote><p>Camino, the Gecko-based native Mac OS X browser has reached final status for version 1.6 and has been released.</p></blockquote>
<blockquote><p>Among the most relevant new features is an automatic update system, support for OpenSearch engines, integration with KeyChain, Mac OS X’s integrated credential repository, the ability to pass web feeds to online feed aggregators such  as Google Reader, a new Find toolbar displayed near the bottom, improved AppleScript support, and general user interface improvements including some new and retouched icons.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/04/camino-16-released/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 17/04/08<br />
<a name="17"><br />
<h3>After Criticism, Apple Software Updater Gets UI Makeover</h3>
<p></a></p>
<blockquote><p>Apple has made a small but significant tweak to its Automatic Software Update utility to make a clear distinction between security patches and new products being pushed out to Windows users.</p></blockquote>
<blockquote><p>The UI redesign, which adds a new box labeled New Software, follows intense criticism of Apple&#8217;s recent decision to bundle its new Safari for Windows browser alongside an iTunes+QuickTime security patch.</p></blockquote>
<blockquote><p>The company is still pushing Safari down to Windows boxes (pre-checked by default, unfortunately!), but that download is clearly marked as new software, an important distinction that shows Apple is paying attention to the loud grumbles from its user base.</p></blockquote>
<p><a href="http://securitywatch.eweek.com/apple/after_criticism_apple_software_updater_gets_ui_makeover_1.html">Read more&#8230;</a><br />
&copy; <a href="http://securitywatch.eweek.com/">eWeek</a>, 17/04/08<br />
<a name="18"><br />
<h3>AT&#038;T, Vizible To Launch Firefox-Based Browser With Ads</h3>
<p></a></p>
<blockquote><p>AT&#038;T has gone Pogo. The telecommunications giant has partnered with emerging tech firm Vizible to develop Pogo, a Web browser that adds a visual dimension to searching for and organizing info on the Web.</p></blockquote>
<blockquote><p>Pogo is built on the Mozilla Firefox browser, and the free, potentially ad-supported application is not geared toward the tech-savvy digerati. AT&#038;T is aiming for the everyday users of the Web with Pogo&#8211;a factor that pits it head-to-head with Microsoft&#8217;s Internet Explorer.</p></blockquote>
<p><a href="http://publications.mediapost.com/index.cfm?fuseaction=Articles.showArticleHomePage&#038;art_aid=80843">Read more&#8230;</a><br />
&copy; <a href="http://publications.mediapost.com/">MediaPost</a>, 17/04/08<br />
<a name="19"><br />
<h3>Mobile Web Browsers Have No Where To Go But Up</h3>
<p></a></p>
<blockquote><p>As InformationWeek recently reported, mobile web browsing is a market with a substantial amount of upward growth potential.  More and more mobile phone customers are swapping their ‘dumb’ phones for smartphones that feature mobile web browsers and other data-centric applications.</p></blockquote>
<blockquote><p>There are many mobile web browsers featured on various smartphones, but which are worth the most attention?</p></blockquote>
<blockquote><p>Let our round-up give provide you guidance.</p></blockquote>
<p><a href="http://webworkerdaily.com/2008/04/17/mobile-web-browsers-have-no-where-to-go-but-up/">Read more&#8230;</a><br />
&copy; <a href="http://webworkerdaily.com/">Web Worker Daily</a>, 17/04/08<br />
<a name="20"><br />
<h3>Apple patches Safari bug from hacking contest</h3>
<p></a></p>
<blockquote><p>Apple has released a new security patch for its Safari browser, to fix the infamous bug that a hacker was able to exploit in a matter of minutes.</p></blockquote>
<blockquote><p>Cyber security researcher Charlie Miller was one of three participants in the &#8220;Pwn 2 Own&#8221; contest at the CanSecWest conference, and beat out his Windows and Linux competitors by breaking into a Mac the same day the contest began.</p></blockquote>
<p><a href="http://www.tgdaily.com/content/view/36987/108/">Read more&#8230;</a><br />
&copy; <a href="http://www.tgdaily.com/">TG Daily</a>, 17/04/08<br />
<a name="21"><br />
<h3>Paypal to block &#8216;unsafe browsers&#8217;</h3>
<p></a></p>
<blockquote><p>Web payment firm Paypal has said it will block &#8220;unsafe browsers&#8221; from using its service as part of wider anti-phishing efforts.</p></blockquote>
<blockquote><p>Customers will first be warned that a browser is unsafe but could then be blocked if they continue using it.</p></blockquote>
<blockquote><p>Paypal said it was &#8220;an alarming fact that there is a significant set of users who use very old and vulnerable browsers such as Internet Explorer 4&#8243;.</p></blockquote>
<blockquote><p>Phishing attacks trick users into handing over sensitive data.</p></blockquote>
<blockquote><p>Paypal said some users were still using Internet Explorer 3 , released more than 10 years ago. It lacks many of the security and safety features needed to protect users from phishing and other online attacks.</p></blockquote>
<p><a href="http://news.bbc.co.uk/2/hi/technology/7354539.stm">Read more&#8230;</a><br />
&copy; <a href="http://news.bbc.co.uk/">BBC</a>, 18/04/08<br />
<a name="22"><br />
<h3>Apple Ends Stealth Safari Installs Via Software Update For Windows</h3>
<p></a></p>
<blockquote><p>Apple has revised the way it sends software updates to Windows PCs via its Software Update service in response to charges that it was sneaking its Safari Web browser onto users&#8217; desktops without their permission or knowledge.</p></blockquote>
<blockquote><p>The latest version of the Software Update tool for Windows, version 2.1.0.110, now clearly lists software that can be downloaded via the service and groups the updates into those for applications already on the user&#8217;s computer and updates for new software.</p></blockquote>
<p><a href="http://www.informationweek.com/news/internet/browsers/showArticle.jhtml?articleID=207400701">Read more&#8230;</a><br />
&copy; <a href="http://www.informationweek.com/">Informationweek</a>, 18/04/08<br />
<a name="23"><br />
<h3>PayPal Bans Browsers; Mac Love; Cell Phone Bans</h3>
<p></a></p>
<blockquote><p>One company is taking dramatic steps in an attempt to reduce so-called phishing attacks, which trick people into giving away personal information by luring them to a fake Web site. PayPal, the online payment system owned by eBay, will prevent people who use older Web browsers that don’t have built in phishing detectors from accessing its site, InfoWorld reports. While the move won’t stop people with old browsers from visiting fake PayPal sites, the company hopes that the move will force people who frequent the real PayPal to upgrade.</p></blockquote>
<blockquote><p>Update: We just spoke to PayPal. It seems we in the media are reading to much into this. It will block people using old browsers and old operating systems, but contrary to many reports it will not block Apple’s Safari browser.</p></blockquote>
<p><a href="http://blogs.wsj.com/biztech/2008/04/18/paypal-bans-browsers-mac-love-cell-phone-bans/">Read more&#8230;</a><br />
&copy; <a href="http://blogs.wsj.com/biztech/">The Wall Street Journal</a>, 18/04/08<br />
<a name="24"><br />
<h3>Apple should call PayPal’s bluff</h3>
<p></a></p>
<blockquote><p>PayPal is in another stand-off with Apple over EV SSL (Extended Validation Secure Sockets Layer) certificates, but Steve Jobs &#038; Co. may call the transaction service’s bluff.</p></blockquote>
<blockquote><p>According to Ryan Naraine, PayPal is about to launch a whitepaper that advocates blocking transactions from browsers that don’t have anti-phishing protection. This whitepaper is a thinly veiled attempt to get Apple to add EV SSL certificates to Safari.</p></blockquote>
<p><a href="http://blogs.zdnet.com/security/?p=1036">Read more&#8230;</a><br />
&copy; <a href="http://blogs.zdnet.com/security/">ZDNet</a>, 18/04/08<br />
<a name="25"><br />
<h3>Yahoo! BrowserPlus: The rumour is true</h3>
<p></a></p>
<blockquote><p>Awhile back I heard a rumour that Yahoo! had a “Gears-like” project that was cancelled. I thought this was a shame, as having Yahoo! pushing the browser would be a great thing, and I wished that we could all join forces and push together.</p></blockquote>
<blockquote><p>After 3 years of hiding out in the campuses of Yahoo! it’s good to finally have something external to show for it. Most exciting is the release of BrowserPlus, a software and software distribution framework that allows device developers (desktop, mobile, etc.) to seamlessly bridge the browser programming environment (DHTML, JS) to any component they can dream up (VoIP, image manipulation, data caching, etc.). Some time ago we created a platform team to focus on device software at Yahoo! and this is what has emerged amidst the quickly shifting strategy of the mothership. The 1.0 release of BrowserPlus is intended only for use by Yahoo! sites to enhance customer experiences; however, in the coming months, developers might expect the ability to use components on their own sites.</p></blockquote>
<p><a href="http://ajaxian.com/archives/yahoo-browserplus-the-rumour-is-true">Read more&#8230;</a><br />
&copy; <a href="http://ajaxian.com/">Ajaxian</a>, 18/04/08<br />
<a name="26"><br />
<h3>AT&#038;T Pogo Browser</h3>
<p></a></p>
<blockquote><p>AT&#038;T is trying to get in the to the web browser market now with their own browser called Pogo. Before you run out and download this keep in mind, it is still in development and in limited private beta. You can sign up to be notified when the public beta will be opened. [...]</p></blockquote>
<blockquote><p>Pogo is suppose to be a Mozilla based browser, so why is it so power hungry?  This is because it has this massive 3D interface for navigating through the browser’s history as well as bookmarks. These screenshots (courtesy of CyberNet News) show the history (top) and bookmarks (bottom).</p></blockquote>
<p><a href="http://ffextensionguru.wordpress.com/2008/04/18/att-pogo-browser/">Read more&#8230;</a><br />
&copy; <a href="http://ffextensionguru.wordpress.com/">Firefox Extension Guru&#8217;s Blog</a>, 18/04/08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/browser-newsletter-23/feed</wfw:commentRss>
		</item>
		<item>
		<title>No Comments #1</title>
		<link>http://www.kzhvnkv.com/no-comments-1</link>
		<comments>http://www.kzhvnkv.com/no-comments-1#comments</comments>
		<pubDate>Sun, 13 Apr 2008 00:26:13 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[No Comments]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/no-comments-1</guid>
		<description><![CDATA[
http://java.com/en/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://kzhvnkv.com/images/no-comments-1.png" rel="lightbox"><img src="http://kzhvnkv.com/images/no-comments-1.png" alt="No Comments 1" /></a></p>
<p><a href="http://java.com/en/">http://java.com/en/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/no-comments-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>Install Sun Java in Ubuntu Offline</title>
		<link>http://www.kzhvnkv.com/ubuntu-java-offline</link>
		<comments>http://www.kzhvnkv.com/ubuntu-java-offline#comments</comments>
		<pubDate>Sun, 13 Apr 2008 00:16:10 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[archive]]></category>

		<category><![CDATA[connection]]></category>

		<category><![CDATA[deb]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[offline]]></category>

		<category><![CDATA[package]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/ubuntu-java-offline</guid>
		<description><![CDATA[There are a handful of scenarios I can think of where you might require to install Java (in this case JRE to be specific) without an Internet connection: remote location, bad drivers, your corporate firewall to name a few. Here is a short tutorial to quickly get around two unpleasant issues with dependency hell.

Post has [...]]]></description>
			<content:encoded><![CDATA[<p>There are a handful of scenarios I can think of where you might require to install Java (in this case <a href="http://www.java.com/">JRE</a> to be specific) without an Internet connection: remote location, bad drivers, your corporate firewall to name a few. Here is a short tutorial to quickly get around two unpleasant issues with <a href="http://en.wikipedia.org/wiki/Dependency_hell">dependency hell</a>.<br />
<span id="more-31"></span><br />
Post has been moved to <a href="http://kozhevni.com/java/install-java-package-in-ubuntu-offline">http://kozhevni.com/java/install-java-package-in-ubuntu-offline</a>.<br />
<script>
window.location="http://kozhevni.com/java/install-java-package-in-ubuntu-offline"
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/ubuntu-java-offline/feed</wfw:commentRss>
		</item>
		<item>
		<title>Browser Newsletter #22</title>
		<link>http://www.kzhvnkv.com/browser-newsletter-22</link>
		<comments>http://www.kzhvnkv.com/browser-newsletter-22#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:01:34 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Browser Newsletter]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[cloud]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[explorer]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[ie]]></category>

		<category><![CDATA[ie8]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[mini]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[prism]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/browser-newsletter-22</guid>
		<description><![CDATA[
First look: Adobe AIR alpha unleashed for Linux
Mozilla wants to put Firefox in the cloud and your pocket
Firefox 3 Beta 5 twice as fast in the cloud: Mozilla
iPhone browser to be updated soon, adding CSS Transforms and Animations
Opera Mini 4.1 Mobile Phone Browser released
Microsoft to make full-scale web browsing mobile this year
Silverlight Timetable: 2.0 Coming [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#1">First look: Adobe AIR alpha unleashed for Linux</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#2">Mozilla wants to put Firefox in the cloud and your pocket</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#3">Firefox 3 Beta 5 twice as fast in the cloud: Mozilla</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#4">iPhone browser to be updated soon, adding CSS Transforms and Animations</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#5">Opera Mini 4.1 Mobile Phone Browser released</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#6">Microsoft to make full-scale web browsing mobile this year</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#7">Silverlight Timetable: 2.0 Coming This Summer</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#8">Create Distraction-Free, Customized Webapps with Prism</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#9">Designing for Add-on Performance</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#10">Opera 9.27 released</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#11">Companies struggle to remove Apple&#8217;s Safari browser</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#12">Microsoft’s Internet Explorer still popular</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#13">The Complete Field Guide to Testing Firefox 3</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#14">Apple Safari for iPhone most popular mobile browser in USA</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#15">Tree is entering lockdown for Firefox 3 Release Candidate 1</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#16">Why We Need Web Apps on the Desktop</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#17">about:mozilla - Firefox 3 Beta 5, SUMO Day, Thunderbird Bugdays, Labs updates, and more</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#18">IE April Security is Now Available</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#19">IE Automatic Component Activation Now Available</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-22#20">IE8 Security Part I: DEP/NX Memory Protection</a></li>
</ol>
<p><span id="more-30"></span><br />
<a name="1"><br />
<h3>First look: Adobe AIR alpha unleashed for Linux</h3>
<p></a></p>
<blockquote><p>Adobe has announced today the public availability of an Adobe AIR alpha release for Linux. Although the alpha is not feature-complete, it is already capable of running some mainstream AIR applications and is robust enough to facilitate AIR development on the Linux platform. Adobe has also officially joined the Linux Foundation and plans to collaborate with the group in an effort to bring rich Internet application and Web 2.0 technologies to the open-source operating system.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080331-first-look-adobe-air-alpha-unleashed-for-linux.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 31/03/08<br />
<a name="2"><br />
<h3>Mozilla wants to put Firefox in the cloud and your pocket</h3>
<p></a></p>
<blockquote><p>At Mozilla&#8217;s headquarters in Mountain View last week, we talked to Mozilla Labs manager Chris Beard and Mozilla Mobile director Jay Sullivan about their plans to put Firefox in the cloud and in your pocket. With the guidance of Beard and Sullivan, the open-source browser is extending itself beyond the desktop and taking its first tentative steps into new frontiers.</p></blockquote>
<blockquote><p>Mozilla Labs is experimenting with several emerging technologies that fill important niches in the Firefox ecosystem. Among these are the Prism site-specific browser deployment tool and Weave, a web services integration framework that lets Firefox push local data into the cloud. Weave is still in early development, but the current version already provides support for automatic web-based synchronization and storage of bookmark and history data.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080331-mozilla-wants-to-put-firefox-in-the-cloud-and-your-pocket.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 31/03/08<br />
<a name="3"><br />
<h3>Firefox 3 Beta 5 twice as fast in the cloud: Mozilla</h3>
<p></a></p>
<blockquote><p>Firefox browser developer, Mozilla Foundation, says the beta latest version of its new browser is now twice as fast as the widely used Firefox 2. According to Mozilla, the performance improvements are most apparent when using cloud applications.</p></blockquote>
<p><a href="http://www.itwire.com/content/view/17457/53/">Read more&#8230;</a><br />
&copy; <a href="http://www.itwire.com/">iTWire</a>, 03/04/08<br />
<a name="4"><br />
<h3>iPhone browser to be updated soon, adding CSS Transforms and Animations</h3>
<p></a></p>
<blockquote><p>Apple yesterday released the program for the 2008 WWDC Sessions and Labs. One lab, entitled Enhancing Your iPhone Web Application with CSS Transforms and Animations sticks out.</p></blockquote>
<blockquote><p>Adding rich, hardware-accelerated graphics to your web content is now as easy as writing a few lines of CSS and JavaScript. Using the latest web standards, you can scale, rotate, or skew HTML elements, position page components within three-dimensional space, provide smooth transitions, and create captivating animations.</p></blockquote>
<p><a href="http://blogs.computerworld.com/iphone_ipod_browser_safari_css_transforms_animations">Read more&#8230;</a><br />
&copy; <a href="http://blogs.computerworld.com/">Computerworld</a>, 03/04/08<br />
<a name="5"><br />
<h3>Opera Mini 4.1 Mobile Phone Browser released</h3>
<p></a></p>
<blockquote><p>Opera has released the beta preview of Opera Mini, the latest version of the mobile phone browser, which is expected to work on almost every mobile phone. Opera claims that Mini 4.1 is a more convenient and productive solution for users.</p></blockquote>
<p><a href="http://www.techshout.com/mobile-phones/2008/03/opera-mini-41-mobile-phone-browser-released/">Read more&#8230;</a><br />
&copy; <a href="http://www.techshout.com/">TechShout</a>, 03/04/08<br />
<a name="6"><br />
<h3>Microsoft to make full-scale web browsing mobile this year</h3>
<p></a></p>
<blockquote><p>Microsoft said Tuesday it will soon release a version of its Internet Explorer web browser tailored to put surfing the web with mobile telephones on par with using desktop computers.</p></blockquote>
<p><a href="http://www.dailytimes.com.pk/default.asp?page=2008%5C04%5C03%5Cstory_3-4-2008_pg5_40">Read more&#8230;</a><br />
&copy; <a href="http://www.dailytimes.com.pk/">Daily Times</a>, 03/04/08<br />
<a name="7"><br />
<h3>Silverlight Timetable: 2.0 Coming This Summer</h3>
<p></a></p>
<blockquote><p>Eagle-eyed ZDNet blogger Mary Jo Foley spotted a &#8220;rough timetable&#8221; for upcoming releases of Microsoft&#8217;s Flash-killer Silverlight [...]. The timetable pegs the full release for Silverlight 2.0 to come sometime over the summer. It comes via a FAQ posted on the MSDN blog of Microsoft blogger Ashish Thapliyal.</p></blockquote>
<blockquote><p>Below is the rough roadmap presented by Thapliyal. Though it is rather sparse, it indicates that the final release of Silverlight 2.0 should ship sometime over the summer if all goes according to plan.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/silverlight_20_timetable.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 04/04/08<br />
<a name="8"><br />
<h3>Create Distraction-Free, Customized Webapps with Prism</h3>
<p></a></p>
<blockquote><p>Among all the projects available at the Mozilla Foundation, one little application, Prism (formerly known as WebRunner), hasn&#8217;t gotten much attention. Understandable, in a way, because Prism seems like just a stripped-down Firefox window in which to view web sites—which it is, but that can be a great thing. With the help of a few utilities, web applications in Prism can be just as convenient to launch and use as your standard-installation desktop programs. Let&#8217;s take a look at where Prism really works and how to get more out of it after the jump.</p></blockquote>
<p><a href="http://lifehacker.com/375830/create-distraction+free-customized-webapps-with-prism">Read more&#8230;</a><br />
&copy; <a href="http://lifehacker.com/">Lifehacker</a>, 04/04/08<br />
<a name="9"><br />
<h3>Designing for Add-on Performance</h3>
<p></a></p>
<blockquote><p>As we worked towards the recent release of Internet Explorer 8 Beta 1, the IE team focused hard on performance. As part of our effort to improve IE, our investigations have revealed several add-on performance problems. In this post, I want to share some of the common themes that we have discovered.</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/04/04/designing-for-add-on-performance.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 04/04/08<br />
<a name="10"><br />
<h3>Opera 9.27 released</h3>
<p></a></p>
<blockquote><p>Opera Software has released the latest version of their Opera web browser. This is mostly a security upgrade as they are still working on the upcoming Opera 9.50 web browser edition.</p></blockquote>
<p><a href="http://stuff.techwhack.com/3376-opera-9.27">Read more&#8230;</a><br />
&copy; <a href="http://stuff.techwhack.com/">TechWhack</a>, 04/03/08<br />
<a name="11"><br />
<h3>Companies struggle to remove Apple&#8217;s Safari browser</h3>
<p></a></p>
<blockquote><p>Companies struggle as Safari pops up on networks is the headline of a story from IDG News, which contains the amusing factoid that: &#8220;On Friday, patch management vendor Shavlik Technologies announced that it had updated its Shavlik NetChk Protect software to detect and remove Safari.&#8221;</p></blockquote>
<blockquote><p>Apple, you may recall, tried to deceive users into installing its browser by presenting it as a &#8220;default update&#8221; when it wasn&#8217;t already installed. This has given companies problems. Cody Wilson, a network administrator with Soy Capital Bank and Trust in Decatur, Illinois, told IDG: &#8220;I went into work the next day and I scanned my network, and my inventory software said I have Safari on 30 PCs,&#8221; he said.</p></blockquote>
<p><a href="http://blogs.guardian.co.uk/technology/2008/04/05/companies_struggle_to_remove_apples_safari_browser.html">Read more&#8230;</a><br />
&copy; <a href="http://blogs.guardian.co.uk/">Guardian</a>, 05/04/08<br />
<a name="12"><br />
<h3>Microsoft’s Internet Explorer still popular</h3>
<p></a></p>
<blockquote><p>Despite Microsoft being disliked by many of the professional users of the internet, it seems that Internet Explorer the web browsing software provided by Microsoft is still the most popular method of surfing the internet for many users in the UK.</p></blockquote>
<blockquote><p>At the moment Internet Explorer has around eighty per cent of the UK internet browser marketplace; this is compared with the very low fifteen per cent of user who prefer to use Mozilla’s Firefox.</p></blockquote>
<p><a href="http://www.techwatch.co.uk/2008/04/07/microsoft%E2%80%99s-internet-explorer-still-popular/">Read more&#8230;</a><br />
&copy; <a href="http://www.techwatch.co.uk/">TechWatch</a>, 07/04/08<br />
<a name="13"><br />
<h3>The Complete Field Guide to Testing Firefox 3</h3>
<p></a></p>
<blockquote><p>If you&#8217;re sick of Firefox 2 eating up over a gigabyte of memory only to freeze up and crash, it may be time to move onto Firefox 3. The new version of our favorite browser has seen its fifth and final beta release, and Mozilla says its for testing purposes only. However, the Firefox 3 beta is leaner, meaner, faster, and just plain better than Firefox 2—and don&#8217;t tell Daddy Mozilla, but even at this early stage, we&#8217;ve found it to be stable enough for full-time use. There are a few ways you can start using Firefox 3 without blowing your browser setup to hell or losing your most important extensions. Here&#8217;s how.</p></blockquote>
<p><a href="http://lifehacker.com/376551/the-complete-field-guide-to-testing-firefox-3">Read more&#8230;</a><br />
&copy; <a href="http://lifehacker.com/">Lifehacker</a>, 07/04/08<br />
<a name="14"><br />
<h3>Apple Safari for iPhone most popular mobile browser in USA</h3>
<p></a></p>
<blockquote><p>Irish researcher StatCounter has stated in a research paper that Apple Safari has now become the most popular mobile web browser in use in the US market.</p></blockquote>
<blockquote><p>Apple Safari comes loaded in both Apple iPhone and Apple iPod Touch devices. It is capable of displaying web pages like they do on desktops.</p></blockquote>
<blockquote><p>Second position goes to browsers in Symbian OS which is found on Nokia mobile devices. Surprisingly, Microsoft Windows Mobile and Internet Explorer for mobile devices is missing from the top spot.</p></blockquote>
<blockquote><p>Globally, Symbian OS dominates Apple Safari but they remain in the top two places.</p></blockquote>
<p><a href="http://stuff.techwhack.com/3401-apple-safari-for-iphone">Read more&#8230;</a><br />
&copy; <a href="http://stuff.techwhack.com/">TechWhack</a>, 08/03/08<br />
<a name="15"><br />
<h3>Tree is entering lockdown for Firefox 3 Release Candidate 1</h3>
<p></a></p>
<blockquote><p>As discussed at today’s Firefox 3 / Gecko 1.9 meeting, as of 11:59pm PDT tonight, the tree entered a lockdown period in preparation for delivering Firefox 3 Release Candidate 1.</p></blockquote>
<blockquote><p>We’ll be using the same process that has been used for the past betas. The blocker lists will be driven to zero, and only patches with explicit approval will be allowed to land in order to more tightly control potential for regressions. After taking the final blocker, we will likely enter a short bake period before handing over to build.</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/04/08/tree-is-entering-lockdown-for-firefox-3-release-candidate-1/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 08/04/08<br />
<a name="16"><br />
<h3>Why We Need Web Apps on the Desktop</h3>
<p></a></p>
<blockquote><p>Yesterday on this blog Sarah Perez wondered how important is offline access for web apps? Her conclusion was that offline access is important now, but not as important as it once was. And that with the increasing ubiquity of Internet access, it is growing less important every day. I won&#8217;t dispute that, but there is an important distinction to be made between offline access to web apps (as Google Gears provides) and desktop access to web apps (as Mozilla&#8217;s Prism and Adobe&#8217;s AIR provide). The latter is a very important step in the evolution of web apps.</p></blockquote>
<blockquote><p>There are two main reasons for why desktop access for web apps is important: * It will actually help make web apps more popular. * Running a ton of apps in the browser at once is a pain.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/why_we_need_web_apps_on_the_desktop.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 08/04/08<br />
<a name="17"><br />
<h3>about:mozilla - Firefox 3 Beta 5, SUMO Day, Thunderbird Bugdays, Labs updates, and more</h3>
<p></a></p>
<blockquote><p>Firefox 3 Beta 5 is now available for download, and you should read the Release Notes and Known Issues before installing. This milestone is focused on testing the core functionality provided by many new features and changes to the platform scheduled for Firefox 3.</p></blockquote>
<blockquote><p>The Acid Tests are a series of “web standards compliance” tests put out by the Web Standards Project. The most recent of these is Acid3, which tests JavaScript, DOM, and SVG compliance (amongst other things). David Baron, prominent Mozilla developer and member of the W3C CSS working group, has blogged his opinions about the Acid3 test, how he thinks the test should be used as a measure of the various browsers, and what Mozilla’s strategy is as to completing the tests. You can read more at David’s blog.</p></blockquote>
<blockquote><p>Chris Beard, head of Mozilla Labs, has posted a short update about what’s going on over in the laboratory. Last week saw the launch of major updates for a number of Labs projects, including Weave and Personas. They have also introduced the new Test Pilot project, aimed at strengthening the user testing framework and community around Labs projects. Additionally, Chris has been interviewed a few times recently, resulting in two articles that are worth checking out: Firefox 4 will push out the edges of the browser, and Mozilla wants to put a Firefox in the cloud and in your pocket. For more details, check out Chris’ blog post.</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/04/08/aboutmozilla-firefox-3-beta-5-sumo-day-thunderbird-bugdays-labs-updates-and-more/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 08/04/08<br />
<a name="18"><br />
<h3>IE April Security is Now Available</h3>
<p></a></p>
<blockquote><p>The IE Cumulative Security Update for April 2008 is now available via Windows Update. Alternatively, you can receive this and all other Microsoft updates via the new Microsoft Update. I encourage you to upgrade to Microsoft Update if you haven’t already to ensure that you receive the latest updates for all Microsoft products.</p></blockquote>
<blockquote><p>This update addresses 1 remote code execution vulnerabilities. This security update addresses this vulnerability by modifying the way Internet Explorer handles HTML and validates data. For detailed information on the contents of this update, please see the following documentation [...]</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/04/08/ie-april-security-is-now-available.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 08/04/08<br />
<a name="19"><br />
<h3>IE Automatic Component Activation Now Available</h3>
<p></a></p>
<blockquote><p>The IE Automatic Component Activation (IE ACA) update is now available as part of the April 2008 Internet Explorer Cumulative Update. The &#8220;click to activate&#8221; behavior, formerly required for ActiveX controls embedded in some webpages, is now permanently removed from Internet Explorer.  For detailed information on IE ACA, see our blog post from last November announcing this update.</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/04/08/ie-automatic-component-activation-now-available.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 08/04/08<br />
<a name="20"><br />
<h3>IE8 Security Part I: DEP/NX Memory Protection</h3>
<p></a></p>
<blockquote><p>Internet Explorer 8 security features target three major sources of security exploits: social engineering, Web server, and browser-based vulnerabilities. This post will cover IE8 Data Execution Prevention (DEP), a feature that mitigates browser-based vulnerabilities.</p></blockquote>
<p><a href="http://blogs.msdn.com/ie/archive/2008/04/08/ie8-security-part-I_3A00_-dep-nx-memory-protection.aspx">Read more&#8230;</a><br />
&copy; <a href="http://blogs.msdn.com/ie/">IEBlog</a>, 08/04/08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/browser-newsletter-22/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web Input Boundary and Validation Matrix</title>
		<link>http://www.kzhvnkv.com/web-input-boundary-and-validation-matrix</link>
		<comments>http://www.kzhvnkv.com/web-input-boundary-and-validation-matrix#comments</comments>
		<pubDate>Sun, 06 Apr 2008 13:29:48 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Quality Assurance]]></category>

		<category><![CDATA[assurance]]></category>

		<category><![CDATA[attack]]></category>

		<category><![CDATA[boundary]]></category>

		<category><![CDATA[excel]]></category>

		<category><![CDATA[forms]]></category>

		<category><![CDATA[injection]]></category>

		<category><![CDATA[input]]></category>

		<category><![CDATA[matrix]]></category>

		<category><![CDATA[quality]]></category>

		<category><![CDATA[scope]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[testing]]></category>

		<category><![CDATA[validation]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/web-input-boundary-and-validation-matrix</guid>
		<description><![CDATA[
The most common web application security weakness is the failure to properly validate input from the client or environment. This weakness leads to almost all of the major vulnerabilities in applications, such as interpreter injection, locale/Unicode attacks, file system attacks and buffer overflows. Data from the client should never be trusted for the client has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kzhvnkv.com/images/Web-Input-Boundary-and-Validation-Matrix.png" rel="lightbox"><img src="http://kzhvnkv.com/images/Web-Input-Boundary-and-Validation-Matrix.png" alt="Web Input Boundary and Validation Matrix" /></a></p>
<blockquote><p>The most common web application security weakness is the failure to properly validate input from the client or environment. This weakness leads to almost all of the major vulnerabilities in applications, such as interpreter injection, locale/Unicode attacks, file system attacks and buffer overflows. Data from the client should never be trusted for the client has every possibility to tamper with the data.</p>
<p>In many cases, Encoding has the potential to defuse attacks that rely on lack of input validation. For example, if you use HTML entity encoding on user input before it is sent to a browser, it will prevent most XSS attacks. However, simply preventing attacks is not enough - you must perform Intrusion Detection in your applications. Otherwise, you are allowing attackers to repeatedly attack your application until they find a vulnerability that you haven&#8217;t protected against. Detecting attempts to find these weaknesses is a critical protection mechanism. </p></blockquote>
<p><span id="more-29"></span><br />
<a href="http://www.owasp.org/index.php/Data_Validation">Read more&#8230;</a></p>
<blockquote><p><a href="http://en.wikipedia.org/wiki/Boundary_value_analysis">Boundary value analysis</a> is a software testing design technique to determine test cases covering off-by-one errors. The boundaries of software component input ranges are areas of frequent problems.</p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Boundary_value_analysis">Read more&#8230;</a></p>
<blockquote><p><a href="http://en.wikipedia.org/wiki/Code_injection">Code injection</a> is a computer bug that is caused by processing invalid data. Code injection can be used by an attacker to introduce (or &#8220;inject&#8221;) code into a computer program to change the course of execution. The results of a Code Injection attack can be disastrous. For instance, code injection is used by some Computer worms to propagate.</p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Code_injection">Read more&#8230;</a></p>
<p>The following is a Web Input Boundary and Validation Matrix which is based on the <a href="http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471201006.html">Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems</a> book by Hung Q. Nguyen, Bob Johnson and Michael Hackett. It can be used to ensure that all customer facing forms are thoroughly checked against out-of-scope values and various injections attacks. If you find the matrix useful you might enjoy the whole book as well.</p>
<p><a href="http://kzhvnkv.com/images/Testing-Applications-on-the-Web.jpg" rel="lightbox"><img src="http://kzhvnkv.com/images/Testing-Applications-on-the-Web.jpg" alt="Testing Applications on the Web" /></a></p>
<p>Download: <a href="http://kzhvnkv.com/files/Web Input Boundary and Validation Matrix.xls">Web Input Boundary and Validation Matrix</a> (<a href="http://en.wikipedia.org/wiki/Xls#File_formats">.xls</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/web-input-boundary-and-validation-matrix/feed</wfw:commentRss>
		</item>
		<item>
		<title>Browser Newsletter #21</title>
		<link>http://www.kzhvnkv.com/browser-newsletter-21</link>
		<comments>http://www.kzhvnkv.com/browser-newsletter-21#comments</comments>
		<pubDate>Sat, 05 Apr 2008 15:00:11 +0000</pubDate>
		<dc:creator>Ilya Kozhevnikov</dc:creator>
		
		<category><![CDATA[Browser Newsletter]]></category>

		<category><![CDATA[acid]]></category>

		<category><![CDATA[acid3]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[explorer]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[ie]]></category>

		<category><![CDATA[ie8]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mini]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[s60]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[webkit]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kzhvnkv.com/browser-newsletter-21</guid>
		<description><![CDATA[
WebKit gets perfect score on Acid3 web standards - iPhone Safari and S60 web browsers will be even better
Q&#038;A with Mozilla’s John Lilly on 10 years of Mozilla and the future of browsers
Two vulnerabilities found in Safari browser for Windows
Apple&#8217;s Safari Security Woes
First look: Adobe AIR alpha unleashed for Linux
Mozilla wants to put Firefox in [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#1">WebKit gets perfect score on Acid3 web standards - iPhone Safari and S60 web browsers will be even better</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#2">Q&#038;A with Mozilla’s John Lilly on 10 years of Mozilla and the future of browsers</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#3">Two vulnerabilities found in Safari browser for Windows</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#4">Apple&#8217;s Safari Security Woes</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#5">First look: Adobe AIR alpha unleashed for Linux</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#6">Mozilla wants to put Firefox in the cloud and your pocket</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#7">Internet Explorer: A Browser Breaks</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#8">Firefox Gains On Internet Explorer In Businesses</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#9">Updated IE Mobile to bring “real Internet” to Windows Mobile</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#10">JavaScript slows down the Internet; WebKit to the rescue</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#11">IE 8 strict mode doesn’t allow for CSS opacity?</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#12">The New Opera Mini Arrives - Now 50% Faster Than Before</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#13">Firefox 3 beta 5 now available for download</a></li>
<li><a href="http://kzhvnkv.com/browser-newsletter-21#14">Firefox 3 Beta 5 is here, and reviewed</a></li>
</ol>
<p><span id="more-28"></span><br />
<a name="1"><br />
<h3>WebKit gets perfect score on Acid3 web standards - iPhone Safari and S60 web browsers will be even better</h3>
<p></a></p>
<blockquote><p>Webkit&#8217;s developers have been working to make their little darling of a rendering engine the fastest and most standards compliant solution available. And, it looks like the investment has paid off. Webkit has announced that their Webkit core scored a perfect 100/100 score on the Acid3 web browser standards compliance tests.</p></blockquote>
<blockquote><p>For the purposes of web browsers, think of Webkit as the rendering engine that determines how the web-code is displayed as a webpage. Webkit was originally devised by Apple for use in Mac OS X&#8217;s Safari browser, and has now found its way into other browsers, including the iPhone Safari browser, S60 web browser, Android&#8217;s web browser, and others. Now, the announcement that Webkit is basically at the top of the game when it comes to standards compliance and speedy page rendering only points to continued improvement in the mobile browser segment. Faster web browsing on our mobile phones? Yes, please.</p></blockquote>
<p><a href="http://www.intomobile.com/2008/03/30/webkit-gets-perfect-score-on-acid3-web-standards-iphone-safari-and-s60-web-browsers-will-be-even-better.html">Read more&#8230;</a><br />
&copy; <a href="http://www.intomobile.com/">IntoMobile</a>, 30/03/08<br />
<a name="2"><br />
<h3>Q&#038;A with Mozilla’s John Lilly on 10 years of Mozilla and the future of browsers</h3>
<p></a></p>
<blockquote><p>Matt Marshall and I sat down with Mozilla CEO John Lilly, who was recently promoted to the top post (our coverage). We talked about everything from the origins of Firefox to what’s wrong with Google’s Android cell phone platform.</p></blockquote>
<p><a href="http://venturebeat.com/2008/03/30/qa-with-mozillas-john-lilly-on-10-years-of-mozilla-and-the-future-of-browsers/">Read more&#8230;</a><br />
&copy; <a href="http://venturebeat.com/">VentureBeat</a>, 30/03/08<br />
<a name="3"><br />
<h3>Two vulnerabilities found in Safari browser for Windows</h3>
<p></a></p>
<blockquote><p>Apple&#8217;s recently released Safari 3.1 browser for Windows not only contains two &#8220;highly critical&#8221; software vulnerabilities, but it has come under fire for its poor functionality. Apple also received criticism for the manner in which it released the browser last week.</p></blockquote>
<blockquote><p>One of the software vulnerabilities allows an attacker to run code remotely on a Windows PC. With this flaw, files with long names downloaded via Safari 3.1 &#8220;can be exploited to cause memory corruption,&#8221; leaving the PC vulnerable to the execution of arbitrary code, Secunia said in a security advisory available here.</p></blockquote>
<blockquote><p>The second bug could allow attackers to display their own content in pages loaded into Safari 3.1 without changing the URL information shown in the browser&#8217;s address bar.</p></blockquote>
<p><a href="http://www.scmagazineus.com/Two-vulnerabilities-found-in-Safari-browser-for-Windows/article/108450/">Read more&#8230;</a><br />
&copy; <a href="http://www.scmagazineus.com/">SCMagazineUS</a>, 31/03/08<br />
<a name="4"><br />
<h3>Apple&#8217;s Safari Security Woes</h3>
<p></a></p>
<blockquote><p>It has not been a good couple weeks for Apple and Safari.  First Opera knocked it from its position as sole 100 percent compatible Acid3 browser.  Then it tried to force iTunes users to unintentionally download the browser as part of an iTunes update, which included a pre-checked install option for Safari.  The move was met with broad criticism, including from Mozilla&#8217;s CEO, who commented that Apple was bordering &#8220;on malware distribution practices.&#8221;  Finally, Safari users who updated to v3.1 reported many bugs and crashes.</p></blockquote>
<blockquote><p>Now the browser, which Apple CEO Steve Jobs once called the &#8220;most innovative browser in the world and the most powerful browser in the world&#8221;, has had more bad news.  At the CanSecWest Show, an annual security conference, it was found that the Safari browser was surprisingly insecure, allowing successful attacks on Mac computers.</p></blockquote>
<p><a href="http://www.dailytech.com/Apples+Safari+Security+Woes/article11299c.htm">Read more&#8230;</a><br />
&copy; <a href="http://www.dailytech.com/">DailyTech</a>, 31/03/08<br />
<a name="5"><br />
<h3>First look: Adobe AIR alpha unleashed for Linux</h3>
<p></a></p>
<blockquote><p>Adobe has announced today the public availability of an Adobe AIR alpha release for Linux. Although the alpha is not feature-complete, it is already capable of running some mainstream AIR applications and is robust enough to facilitate AIR development on the Linux platform. Adobe has also officially joined the Linux Foundation and plans to collaborate with the group in an effort to bring rich Internet application and Web 2.0 technologies to the open-source operating system.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080331-first-look-adobe-air-alpha-unleashed-for-linux.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 31/03/08<br />
<a name="6"><br />
<h3>Mozilla wants to put Firefox in the cloud and your pocket</h3>
<p></a></p>
<blockquote><p>At Mozilla&#8217;s headquarters in Mountain View last week, we talked to Mozilla Labs manager Chris Beard and Mozilla Mobile director Jay Sullivan about their plans to put Firefox in the cloud and in your pocket. With the guidance of Beard and Sullivan, the open-source browser is extending itself beyond the desktop and taking its first tentative steps into new frontiers.</p></blockquote>
<blockquote><p>Mozilla Labs is experimenting with several emerging technologies that fill important niches in the Firefox ecosystem. Among these are the Prism site-specific browser deployment tool and Weave, a web services integration framework that lets Firefox push local data into the cloud. Weave is still in early development, but the current version already provides support for automatic web-based synchronization and storage of bookmark and history data.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080331-mozilla-wants-to-put-firefox-in-the-cloud-and-your-pocket.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 31/03/08<br />
<a name="7"><br />
<h3>Internet Explorer: A Browser Breaks</h3>
<p></a></p>
<blockquote><p>Enterprises are holding onto IE 6 and giving Firefox some love. IE 6 usage is going to be a problem for Web developers, because of the browser&#8217;s weak standards support. If there were a Web equivalent to Frankenstein&#8217;s monster, IE 6 could be it.</p></blockquote>
<blockquote><p>The monster is driving away customers. Enterprise IE adoption dropped from 88.7 percent to 78.7 percent in 2007 with gains mainly going to Firefox, according to a new report. Forrester published the data on March 27, but only released it publicly today. Forrester surveyed a whopping 50,000 users at over 2,300 large to very large enterprises throughout 2007.</p></blockquote>
<blockquote><p>IE 7 and Firefox 2 were released around the same time. Firefox&#8217;s overall enterprise adoption nearly doubled, to 18 percent, in 2007. IE 7&#8217;s share climbed from about 10 percent to near 30 percent during the same time frame.</p></blockquote>
<p><a href="http://www.microsoft-watch.com/content/web_services_browser/internet_explorer_a_browser_breaks.html">Read more&#8230;</a><br />
&copy; <a href="http://www.microsoft-watch.com/">Microsoft Watch</a>, 31/03/08<br />
<a name="8"><br />
<h3>Firefox Gains On Internet Explorer In Businesses</h3>
<p></a></p>
<blockquote><p>In what could be a foreboding sign for the future of Microsoft (NSDQ: MSFT) Internet Explorer, a new study finds that IE7 has done little to slow the gains Mozilla Firefox is making on Microsoft in enterprises despite Firefox&#8217;s relative lack of business-oriented features.</p></blockquote>
<blockquote><p>A Forrester Research survey of more than 50,000 large enterprise employees found that over the course of 2007, Internet Explorer&#8217;s overall market share in that segment decreased by 10%, while Firefox&#8217;s share almost doubled from 9.8% to 18%.</p></blockquote>
<blockquote><p>Also hidden in the numbers is an indication that Internet Explorer 7 is having trouble finding traction as companies are sticking with the 6-year-old Internet Explorer 6. Microsoft released IE7 in October 2006, but 55.2% of companies still used IE6 as of December 2007. Only 23.4% of companies used IE7, barely outpacing the growth and use of Firefox.</p></blockquote>
<p><a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=207001060">Read more&#8230;</a><br />
&copy; <a href="http://www.informationweek.com/">InformationWeek</a>, 01/04/08<br />
<a name="9"><br />
<h3>Updated IE Mobile to bring “real Internet” to Windows Mobile</h3>
<p></a></p>
<blockquote><p>Remember when the &#8220;baby Internet&#8221; was all you could access on your mobile phone? That wasn&#8217;t all that long ago, although mobile technology has come a long way in just a few short years. As Apple CEO Steve Jobs has reminded us on more than one occasion, people don&#8217;t want the &#8220;baby Internet&#8221;—they want the real deal on their mobile devices. Microsoft apparently agrees, as the company announced today that it plans to roll out a &#8220;desktop-grade&#8221; web browser for Windows Mobile devices later this year.</p></blockquote>
<blockquote><p>The announcement came during CITA Wireless 2008, where Microsoft said that phone manufacturers would have access to the new browser by the third quarter of 2008. This would make the first phones with the improved IE preinstalled available to consumers by the end of the year.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080401-updated-ie-mobile-to-bring-real-internet-to-windows-mobile.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 01/04/08<br />
<a name="10"><br />
<h3>JavaScript slows down the Internet; WebKit to the rescue</h3>
<p></a></p>
<blockquote><p>Despite increases in CPU and broadband speeds, the &#8216;Net stubbornly refuses to get much faster. The WebKit team behind Apple&#8217;s browser Safari has found an important contributor to the Web&#8217;s slowness: external JavaScripts that are part of many web sites get in the way of a browser&#8217;s ability to load in parallel the different elements that make up a page. This means that browsers—and users—spend most of their time waiting for packets to flow to and from remote servers, which, even at the speed of light, takes a considerable amount of time. Addressing this issue made WebKit almost twice as fast in some cases.</p></blockquote>
<p><a href="http://arstechnica.com/news.ars/post/20080401-javascript-slows-down-the-internet-webkit-to-the-rescue.html">Read more&#8230;</a><br />
&copy; <a href="http://arstechnica.com/">Ars Technica</a>, 01/04/08<br />
<a name="11"><br />
<h3>IE 8 strict mode doesn’t allow for CSS opacity?</h3>
<p></a></p>
<blockquote><p>IE8 Strict Mode correctly omits the filter: alpha(opacity=xx) in CSS which allows the user to specify the opacity in pre-IE8 browsers but does not implement the CSS3 opacity setting. While I understand that opacity is part of the CSS3 spec which is not finalized, this leaves developers with an odd regression in functionality where it is no longer possible to change opacity on css elements (where as it was with IE 5.5, IE 6.0, IE 7.0, Mozilla Firefox, Apple Safari, among others).</p></blockquote>
<p><a href="http://ajaxian.com/archives/ie-8-strict-mode-doesnt-allow-for-css-opacity">Read more&#8230;</a><br />
&copy; <a href="http://ajaxian.com/">Ajaxian</a>, 02/04/08<br />
<a name="12"><br />
<h3>The New Opera Mini Arrives - Now 50% Faster Than Before</h3>
<p></a></p>
<blockquote><p>Today, Opera released a new version of their mobile web browser, Opera Mini. This latest version, Opera Mini 4.1 beta preview, offers some new features, but most notably, it claims to be 50% faster than Opera Mini 4.0 when it first launched in November of 2007. For the 40 million users who are currently using the mobile browser, this is welcome news, since one of Opera Mini&#8217;s previous weaknesses was speed.</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/the_new_opera_mini_arrives.php">Read more&#8230;</a><br />
&copy; <a href="http://www.readwriteweb.com/">ReadWriteWeb</a>, 02/04/08<br />
<a name="13"><br />
<h3>Firefox 3 beta 5 now available for download</h3>
<p></a></p>
<blockquote><p>Firefox 3 Beta 5 is now available for download. This milestone is focused on testing the core functionality provided by many new features and changes to the platform scheduled for Firefox 3. Ongoing planning for Firefox 3 can be followed at the Firefox 3 Planning Center, as well as in mozilla.dev.planning and on irc.mozilla.org in #granparadiso.</p></blockquote>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/04/02/firefox-3-beta-5-now-available-for-download/">Read more&#8230;</a><br />
&copy; <a href="http://developer.mozilla.org/devnews/">Mozilla Developer Center</a>, 02/04/08<br />
<a name="14"><br />
<h3>Firefox 3 Beta 5 is here, and reviewed</h3>
<p></a></p>
<blockquote><p>Firefox 3 Beta 5, Gran Paradiso’s milestone #13 is here and the list of features and improvement it brings along is pretty long so let’s get started.</p></blockquote>
<blockquote><p>[...] for those following Firefox 3 development you may want to jump to the sections marked in green for what’s new in Beta 5.</p></blockquote>
<p><a href="http://mozillalinks.org/wp/2008/04/firefox-3-beta-5-is-here-and-reviewed/">Read more&#8230;</a><br />
&copy; <a href="http://mozillalinks.org/">Mozilla Links</a>, 02/04/08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kzhvnkv.com/browser-newsletter-21/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
