<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>browsers &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/browsers/</link>
	<description>Feed of posts on WordPress.com tagged "browsers"</description>
	<pubDate>Thu, 26 Nov 2009 20:46:43 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[XHTML]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/26/xhtml/</link>
<pubDate>Thu, 26 Nov 2009 02:31:16 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/26/xhtml/</guid>
<description><![CDATA[Updated 2009-11-25 Most development software now codes XHTML compliant tags. There are many smart ph]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-25<br />
</strong>Most development software now codes XHTML compliant tags. There are many smart phones that require XHTML to display properly. Welcome the XML world. Was it really that bad?</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Published 2003-03-31</strong><br />
XHTML is the evolution of HTML. The concept is simple&#8230; Make HTML documents into an XML compliant document. </p>
<p><strong>Why should I convert?<br />
</strong>XHTML is the &#8220;new&#8221; HTML and many new devices require compliance. XHTML applies strict rules which enforces standards. XHTML can be used as XML. The only choice you have is when&#8230; this is inevitable.</p>
<p><strong>Why not?<br />
</strong>If you only intend to support PC type platforms with standard browsers there is no value in converting. Every page in your site will have to be converted with no visible improvements&#8230; How do you justify the costs. You may be able to wait until your web development tool automatically generates XHTML compliant code. If you do not intend to support PDA/Phones there is no reason to convert.</p>
<p><strong>Problems&#8230;.<br />
</strong>Virtually all web tools at the moment write standard HTML. After converting documents all future HTML edits will have to be reviewed for XHTML compliance manually until your tools write XHTML. In XHTML ALL tags must have a closing tag(&#60;p&#62; must have &#60;/p&#62;). In XHTML tags that do not have closing tags must end with a &#8220;/&#8221; symbol(&#60;br&#62; must be &#60;br /&#62;). This includes meta tags as well..<br />
Even if you are diligent and always provide closing tags in your HTML you will have to do many adjustments. All tables must have a TBODY tag. All tags and properties must be in lowercase. Inline CSS &#38; Script encapsulated in comments must be in a CDATA block. These are just some of the more common issues. If you use strict XHTML, style properties only exist in CSS and will require even more adjustments. I recommend you review W3C standards for XHTML at <a href="http://www.w3c.org/">http://www.w3c.org/</a></p>
<p><strong>How to Convert<br />
</strong>There is a lot more than most people think to convert DHTML to XHTML but I have found some good cheats&#8230;<br />
There are several tools out there that will automatically convert DHTML to XHTML. I strongly recommend you use these rather than manually adjusting your HTML. You can convert the core site pages immediately then convert the rest as time permits. For tools you can use <a href="http://cgi.w3.org/cgi-bin/tidy">http://cgi.w3.org/cgi-bin/tidy</a> that provides an online solution or you can download WebMatrix from <a href="http://www.asp.net/">http://www.asp.net/</a>. I think Tidy provides the best implementation. There is a version of Tidy you can download and run from your PC&#8230; look on W3C site.</p>
<p>No matter what you decide, start writing all new documents with XHTML standards. It will save you having to re-write them later. That said you might notice this document is NOT XHTML compliant. I intend to convert  the entire demo site at one time so I am waiting till then&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Which browser to use?]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/26/which-browser-to-use/</link>
<pubDate>Thu, 26 Nov 2009 01:17:35 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/26/which-browser-to-use/</guid>
<description><![CDATA[Updated 2009-11-25 Well things have really changed but then again it has been 7 years since my last ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-25<br />
</strong>Well things have really changed but then again it has been 7 years since my last update <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . The desktop has a smaller market share. With 3G/4G finally getting rolled out smart phones are quickly becoming the surfing method of choice. Everyone uses the custom browser that their smart phone comes with. On the desktop Firefox(previously Netscape sort of) is a robust speedy browser that is supported in .NET and other development platforms extensively. Internet Explorer(IE) is slower than Firefox to load web pages. Firefox takes longer to startup. At this time both browsers own 40%+ of desktop market. That is a huge difference from previous update <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . What&#8217;s next? Google solutions(conceptully) are really starting to look interesting.</p>
<p><strong>Updated 2002-12-17</strong><br />
Most Netscape(NN) supporters have not backed version 6 thus NN is stuck at version 4 and has fallen out of favor. Meanwhile IE has now gobbled up 80%++ browser share. Wireless devices are rapidly taking market share from both browsers but these devices aren&#8217;t ready to be smart clients yet. They are advancing quickly however and are great where screen space is not important.  There is no doubt the &#8220;browser&#8221; issue has now become even more complex with many new devices supporting only XHTML, WML or proprietary languages.  NN is now relegated to the &#8220;Other browser&#8221; category for most sites that attempt to support multiple browsers&#8230; You know, basic web site with no advanced features&#8230; Like this site. Future updates will probably deal more with wireless devices like phones and PDA&#8217;s than NN. At less than 10%(for all versions) NN is no longer worth supporting a customized site. </p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2000-09-02</strong><br />
A new Netscape is in town. It is going to shake things up a bit. It might even take some market share away from IE(not much). Anyone that hates Microsoft will for sure use the new version. But much more important is that developers embrace Netscape&#8217;s guts to really attempt to support W3C/ECMA standards. I have updated this site and now both IE and NN6 enjoy the same experience. Let&#8217;s not kid ourselves. IE is still a better browser but Netscape V6 is a real step forward. I want to ensure that IE isn&#8217;t the only browser in town. I just don&#8217;t want to write 2 sites to support each browser.</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2000-03-26</strong><br />
Well IE 5.0 has been released(with patches) but where is Netscape(NN)? Since AOL took over the browser it has gone to never-never land. Comparisons between the two browsers shows NN is starting to fall behind Opera(browser) in standards support. When looking at DHTML or CSS Netscape falls way short of meeting the standards. The object model is much more difficult and limited. The browser crashes repeatedly and I even found a JavaScript bug that corrupts Netscape. That&#8217;s right, you would have to re-install to get it to work again. It looks like AOL purchased the browser to ensure it gets buried&#8230;..But I could be wrong. Around 75% of traffic seems to be using IE4.0 or better at this time&#8230;..My how things change&#8230;..Just not as fast as I would like.</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 1999-02-25</strong><br />
Both Netscape and Microsoft say they will support the W3C DHTML spec. Ya, right&#8230; Anyway, IE 5.0 Beta has been exceptionally stable. Matter of fact it has been more stable than IE 4.01. I really like the auto-fill capabilities but from a user perspective that is about all you notice. It does load certain pages faster if they are built for IE 5.0. For some quirky reason I have to start it twice before the browser will display on one of my systems. Once it goes to a full release I would get a copy, but wait till then.<br />
As for Netscape&#8230;.I have not tried the 5.0 version so I can&#8217;t comment.</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 1998-08-23<br />
</strong>Microsoft has all but closed the doors on Netscape. It is no longer a question of which is better. IE4.0 comes with Windows 98 and is integrated into the system. Businesses will use IE because it will require less administration and integrates into IIS servers easily. Critical mass has built up on the client base for IE. Soon Microsoft may have to support Netscape like Apple just to ensure they don&#8217;t get those nasty law suites. It would be strategically sound for Microsoft to throw away a few mil. As for the active desktop you can install it but make sure you do not select the option to show window contents while dragging. This option only creates a lot of overhead for your system and no real gain.</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 1997-11-01 originally published 1997-09-25</strong><br />
With IE4.0 released and NN4.03 you can upgrade both but <strong>do not</strong> install the Active Desktop(IE4). Both are as stable as previous versions(yes, they still crash). The advances made with DHTML take browsing to a new level and are definitely worth the upgrade. Even if you surf strictly for content you get advantages. The ability to hide and display content dynamically in itself gives great advantages. <br />
Both browsers support Cascading Style Sheets(finally) and DHTML expands CSS capabilities. The differences between browsers referencing CSS will probably be resolved with a little from both sides(not exclusively one side). JavaScript has become the standard scripting language and with DHTML extensions is going to create havoc on Java&#8217;s future. Many things you just can&#8217;t do with JAVA can be done easily with DHTML. Securing scripts from the client is still a major stumbling block for scripting languages(You can&#8217;t stop clients from stealing code). Layer technology will not likely survive standards committees. VBscript will not survive as a client scripting language unless Netscape<sup>®</sup> adopts it or Microsoft<sup>®</sup> create a free plug-in(to bad). Netscape<sup>®</sup> has new life(for now). NN4.03 is not as good as IE4.0 but is very close. It has a prettier interface than IE4.0. This has become more a personal choice than ever.</p>
<p>Actually, the browser war is over, Netscape<sup>®</sup> just doesn&#8217;t know it yet;)<br />
There are really only two browsers, Netscape<sup>®</sup> Navigator(NN) and Microsoft<sup>®</sup> Internet Explorer(IE). I know about Lycos, Mosaic, etc. but they are so limited in usage that it is hard to count them. At this moment use BOTH(Netscape<sup>®</sup> and Microsoft<sup>®</sup>)! But use V3.*, neither has a stable V4 yet. I suspect that IE4 will be stable but let&#8217;s wait till October 1st and see.<br />
If you have to choose I would recommend Microsoft<sup>®</sup>&#8217;s Internet Explorer(particularly on Windows95/NT). Microsoft<sup>®</sup> has the standards, the money, and a free browser. Not to mention I personally think the capabilities are far superior to Netscape<sup>®</sup>. By no means is Microsoft<sup>®</sup> perfect. I have several issues with things they do(you might see a few on different pages), but they have the best browser.<br />
Netscape<sup>®</sup> makes a very good browser. They used to be first by a long shot. Now they are a close second. IE Version 4 will shut the door but it will take years to take effect. Remember&#8230;.this is today, tomorrow an even better browser could pop-up(but would it be good enough to buy it?). IBM<sup>®</sup> will probably buy Netscape<sup>®</sup>&#8217;s browser before Netscape<sup>®</sup> gives up(they need A browser for junk OS/2).<br />
As a technician I cheer for Netscape<sup>®</sup>&#8217;s cause but as a business owner I buy Microsoft<sup>®</sup>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Make Your Extensions Work with Firefox 3.6 [Firefox]]]></title>
<link>http://accesstechnews.wordpress.com/2009/11/25/make-your-extensions-work-with-firefox-3-6-firefox/</link>
<pubDate>Thu, 26 Nov 2009 00:54:02 +0000</pubDate>
<dc:creator>rbwatson1</dc:creator>
<guid>http://accesstechnews.wordpress.com/2009/11/25/make-your-extensions-work-with-firefox-3-6-firefox/</guid>
<description><![CDATA[&#160; Firefox only: If you&#8217;ve already started using the Firefox 3.6 Beta release, you&#8217;r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>&#160;</strong></p>
<blockquote><p><strong><img src="http://cache.gawker.com/assets/images/17/2009/11/500x_sshot-2009-11-25-13-04-50.jpg" width="500" /></strong></p>
<p><strong>Firefox only: If you&#8217;ve already started using the </strong><a href="http://lifehacker.com/5407474/firefox-36-beta-3-available-with-90%252B-bugs-squashed">Firefox 3.6 Beta release</a><strong>, you&#8217;re going to need more than the old </strong><a href="http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-35">checkCompatibility trick</a><strong> to get your extensions working again.</strong></p>
<p><strong>To stop everyone from simply ignoring the compatibility checks and using problematic add-ons that haven&#8217;t been updated in a while, Mozilla removed the ability to </strong><a href="http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-35">turn off extension compatibility checking entirely</a><strong> and now are forcing users to add a separate about:config entry for the specific version they are using.</strong></p>
<p><strong>So instead of adding a new entry called extensions.checkCompatibility, you&#8217;ll need to add the Firefox version to the preference name, followed by &#34;a&#34; or &#34;b&#34; if you are using alpha or beta versions, respectively. For the current Firefox 3.6 Beta release, you will need to add a boolean key with the following name, and a value of false:</strong></p>
<blockquote><p><code><strong>extensions.checkCompatibility.3.6b</strong></code></p>
</blockquote>
<p><strong>If you aren&#8217;t already an about:config expert or just want some hand-holding, hit the link for the full walk-through to make your extensions compatible. Readers will probably note that you can also use the </strong><a href="https://addons.mozilla.org/en-US/firefox/addon/6543">Nightly Tester Tools</a><strong> extension, but for those of us that would rather not install another bulky extension, this tweak works perfectly.</strong></p>
<p><a href="http://www.howtogeek.com/howto/6697/how-to-force-extension-compatibility-with-firefox-3.6/">How To Force Extension Compatibility with Firefox 3.6+</a><strong> [How-To Geek]</strong></p>
<p><strong>&#160; </strong></p>
</blockquote>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/n-XBB9zC8sI/make-your-extensions-work-with-firefox-36">Make Your Extensions Work with Firefox 3.6 [Firefox]</a>     <br /><strong>The How-To Geek      <br />Wed, 25 Nov 2009 20:00:00 GMT</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Make Your Extensions Work with Firefox 3.6 [Firefox]]]></title>
<link>http://thebatchannel.wordpress.com/2009/11/25/make-your-extensions-work-with-firefox-3-6-firefox/</link>
<pubDate>Thu, 26 Nov 2009 00:52:58 +0000</pubDate>
<dc:creator>rbwatson1</dc:creator>
<guid>http://thebatchannel.wordpress.com/2009/11/25/make-your-extensions-work-with-firefox-3-6-firefox/</guid>
<description><![CDATA[&#160; Firefox only: If you&#8217;ve already started using the Firefox 3.6 Beta release, you&#8217;r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>&#160;</strong></p>
<blockquote><p><strong><img src="http://cache.gawker.com/assets/images/17/2009/11/500x_sshot-2009-11-25-13-04-50.jpg" width="500" /></strong></p>
<p><strong>Firefox only: If you&#8217;ve already started using the </strong><a href="http://lifehacker.com/5407474/firefox-36-beta-3-available-with-90%252B-bugs-squashed">Firefox 3.6 Beta release</a><strong>, you&#8217;re going to need more than the old </strong><a href="http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-35">checkCompatibility trick</a><strong> to get your extensions working again.</strong></p>
<p><strong>To stop everyone from simply ignoring the compatibility checks and using problematic add-ons that haven&#8217;t been updated in a while, Mozilla removed the ability to </strong><a href="http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-35">turn off extension compatibility checking entirely</a><strong> and now are forcing users to add a separate about:config entry for the specific version they are using.</strong></p>
<p><strong>So instead of adding a new entry called extensions.checkCompatibility, you&#8217;ll need to add the Firefox version to the preference name, followed by &#34;a&#34; or &#34;b&#34; if you are using alpha or beta versions, respectively. For the current Firefox 3.6 Beta release, you will need to add a boolean key with the following name, and a value of false:</strong></p>
<blockquote><p><code><strong>extensions.checkCompatibility.3.6b</strong></code></p>
</blockquote>
<p><strong>If you aren&#8217;t already an about:config expert or just want some hand-holding, hit the link for the full walk-through to make your extensions compatible. Readers will probably note that you can also use the </strong><a href="https://addons.mozilla.org/en-US/firefox/addon/6543">Nightly Tester Tools</a><strong> extension, but for those of us that would rather not install another bulky extension, this tweak works perfectly.</strong></p>
<p><a href="http://www.howtogeek.com/howto/6697/how-to-force-extension-compatibility-with-firefox-3.6/">How To Force Extension Compatibility with Firefox 3.6+</a><strong> [How-To Geek]</strong></p>
<p><strong>&#160; </strong></p>
</blockquote>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/n-XBB9zC8sI/make-your-extensions-work-with-firefox-36">Make Your Extensions Work with Firefox 3.6 [Firefox]</a>    <br /><strong>The How-To Geek     <br />Wed, 25 Nov 2009 20:00:00 GMT</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[App syncs cookies between Safari, Camino]]></title>
<link>http://accesstechnews.wordpress.com/2009/11/25/app-syncs-cookies-between-safari-camino/</link>
<pubDate>Thu, 26 Nov 2009 00:31:56 +0000</pubDate>
<dc:creator>rbwatson1</dc:creator>
<guid>http://accesstechnews.wordpress.com/2009/11/25/app-syncs-cookies-between-safari-camino/</guid>
<description><![CDATA[&#160; Web browser aficionados welcomed last week&#8217;s release of Camino 2.0, a Mac-only browser ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>&#160;</strong></p>
<blockquote><p><strong>Web browser aficionados welcomed last week&#8217;s release of Camino 2.0, a Mac-only browser based on the Firefox codebase. While missing the extensibility of Firefox, Camino is a much more Mac-like browser that some people prefer to Apple&#8217;s own Safari. Over the past few years, Camino had fallen far behind Safari and Firefox in terms of features; indeed, I switched back to Safari a couple years ago. However, version 2.0, which adds a new Tab Overview feature, along with more phishing and malware protection, improved tabbed browsing, Growl support, better ad blocking, and an updated rendering engine, has some Mac users giving Camino another shot. </strong></p></blockquote>
<p><a href="http://www.computerworld.com/s/article/9141434/App_syncs_cookies_between_Safari_Camino?source=rss_news">App syncs cookies between Safari, Camino</a>     <br /><strong>(Dan Frakes)      <br />Tue, 24 Nov 2009 22:39:00 GMT</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[App syncs cookies between Safari, Camino]]></title>
<link>http://thebatchannel.wordpress.com/2009/11/25/app-syncs-cookies-between-safari-camino/</link>
<pubDate>Thu, 26 Nov 2009 00:31:22 +0000</pubDate>
<dc:creator>rbwatson1</dc:creator>
<guid>http://thebatchannel.wordpress.com/2009/11/25/app-syncs-cookies-between-safari-camino/</guid>
<description><![CDATA[&#160; Web browser aficionados welcomed last week&#8217;s release of Camino 2.0, a Mac-only browser ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>&#160;</strong></p>
<blockquote><p><strong>Web browser aficionados welcomed last week&#8217;s release of Camino 2.0, a Mac-only browser based on the Firefox codebase. While missing the extensibility of Firefox, Camino is a much more Mac-like browser that some people prefer to Apple&#8217;s own Safari. Over the past few years, Camino had fallen far behind Safari and Firefox in terms of features; indeed, I switched back to Safari a couple years ago. However, version 2.0, which adds a new Tab Overview feature, along with more phishing and malware protection, improved tabbed browsing, Growl support, better ad blocking, and an updated rendering engine, has some Mac users giving Camino another shot. </strong></p></blockquote>
<p><a href="http://www.computerworld.com/s/article/9141434/App_syncs_cookies_between_Safari_Camino?source=rss_news">App syncs cookies between Safari, Camino</a>    <br /><strong>(Dan Frakes)     <br />Tue, 24 Nov 2009 22:39:00 GMT</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML E-Mail]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/html-e-mail/</link>
<pubDate>Wed, 25 Nov 2009 18:52:27 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/html-e-mail/</guid>
<description><![CDATA[Updated 2009-11-25 Outlook and other mail programs have implemented most of what I previously recomm]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
<strong>Updated 2009-11-25</strong><br />
Outlook and other mail programs have implemented most of what I previously recommended and the new spam/junk filters really help out. However, I would still view email in plain text because some junk still gets through.</p>
<p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><strong><br />
Updated 2002-01-07<br />
</strong>There is a way to at least stop HTML email from attacking you. See <a href="http://wmoore.ca/demo/howto/block_html_email.htm">Secure Email</a> under the How To Demos for details and instructions. The instructions protect you from all the viruses I have seen being generated by this HTML email&#8230; without having virus protection software. </p>
<p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><strong><br />
Published 2001-02-24</strong></p>
<p><strong>This stuff really sucks</strong>! It is so intrusive and there is no way to turn it off in Microsoft Outlook. Before you had to worry about attachments in your email&#8230; now you have to worry about your email. Companies are sending their website to you. With non-HTML email you were safe(except attachments)&#8230; with HTML email anybody can tell if email was sent  to a valid email address, whether you read the email and they can get your IP address. Just about everything they could detect in the browser. All very easily. They can even use ActiveX, Java and JavaScript to extend what they can do. With this information they know who you are and can then track your movement in the site and relate that to you specifically. <strong>THIS IS NOT GOOD</strong>!<br />
I find that 95% of my HTML email is some form of junk mail. How many people do you talk to that use HTML instead of simple text for email? Other than business ads not many? <br />
SPAM networks can use HTML email to confirm email addresses are valid much easier. Once your email ID is on their network(and validated) you will see even more junk mail.</p>
<p>It was headache enough with attachments and all the SPAM you had to wade through&#8230; now you have to worry about what that SPAM email is doing.</p>
<h3>How do you stop it?</h3>
<p>I haven&#8217;t figured out a way yet. Anybody got any ideas. It should be simple for Microsoft to put one of the filter options as &#8220;content type&#8221; for message rules. Then we could do this easily. Until then I create new rules and keep trashing stuff.</p>
<p>On a side note all this HTML email is making it difficult for companies that don&#8217;t SPAM you. Now I have to compete with people that intrude on your life with this HTML email as well as other web sites. </p>
<p>Do us all a favor and yell at Microsoft. This is something that can easily be fixed.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Netscape Version 6... Now Firefox]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/netscape-version-6-now-firefox/</link>
<pubDate>Wed, 25 Nov 2009 18:43:29 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/netscape-version-6-now-firefox/</guid>
<description><![CDATA[Updated 2009-11-25 Netscape died/transitioned to Firefox and has now taken around 40-45% of desktop ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-25<br />
</strong>Netscape died/transitioned to Firefox and has now taken around 40-45% of desktop browser market. Firefox is fast to load pages and more standards compliant than Microsoft and it is free. Advances in technology and surprisingly the adoption of .NET for a development platform has actually helped Firefox&#8217;s adoption. This is because .NET attempts to adjust for the various other browsers on the market automatically. Keep going Firefox <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /> Update 2002-01-07<br />
</strong>Well it has been over a year and most sites do not support it. Even fewer users are switching to it. I have abandoned supporting it here as well. This is not good. I would like it to succeed now that they seem to have their heads on straight even though as a developer it creates a lot of headache for me. <strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Update 2001-02-15<br />
</strong>Oh, Oh&#8230;. Final version has been out a while now&#8230; Many sites are not supporting it. This is not good. It looks a lot better, and really does support W3C/ECMA as much as you can expect. Is it because everyone is used to working with the previous crap they don&#8217;t want to change? Come on people, if you ever wanted Netscape to succeed now is the time to back them up!<br />
As a developer I would like to have only one browser&#8230; simplifies things. As a user I want choice. It may be I just don&#8217;t like a particular company. Whatever, I want to choose. Besides I want to make sure people who use systems other than Windows** can still use the Internet. </p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /> Published 2000-09-02</strong><br />
Netscape Navigator Version6(NN6) Preview 2 is out. What an improvement&#8230; and this is still beta. The browser fails less often. It has a smaller footprint(size), is faster and more efficient. My hat is off to Netscape. They realized they made several key mistakes with NN4 and have done an about-face. Ever since NN3 I have not supported Netscape. They continually created their own proprietary tags that made no sense. A prime example of this was the LAYER tag. At that time I realized they did not have the expertise to create a top-notch standard. They were too busy trying to keep up with IE. Things got thrown in that would have never have passed cooler heads. </p>
<p>Netscape thought they could tell everyone else what to do(sound familiar). They thought everyone would follow whatever standard they put out. Were they ever wrong. That is not to say that IE has not tried the same thing(they have), IE just drove the standards committees to adopt IE standards using logical arguments.</p>
<p>Well with Netscape V6 NN is supporting the W3C/ECMA standards very closely. They have dropped tags that were not adopted and they have included IE tags that have got into the standards. I am finding that IE5 requires more non-standard code than NN6. IE now has to get rid of the &#8220;document.all&#8221; script tag and we are closer to a standard browser than ever before. That is not to say there aren&#8217;t coding work a rounds required&#8230;.just not near as many.</p>
<p>I want to support Netscape&#8217;s venture in being 100% standards compliant. That is why this site was built for <strong>both</strong> NN6 and IE5. Previously I just let NN in but a lot of stuff did not work. With NN6 only some demonstrations don&#8217;t work. All the cool buttons and configuration etc. all works.</p>
<p>On the down side Netscape is going to alienate a lot of developers since they have removed tags like LAYER from NN6. Also it&#8217;s &#8220;simpler&#8221; client interface is not very pretty which may take some people time to adjust(if ever). The toolbars could be better. NN6 actually works better on IE sites than sites built for NN4. Hopefully developers will forgive Netscape and recognize it took a lot of guts for Netscape to do this. It was not an easy decision.</p>
<p>Congratulations Netscape&#8230;. Get the final version out please&#8230;. I want people off NN4.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Which coding language to use?]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/which-coding-language-to-use/</link>
<pubDate>Wed, 25 Nov 2009 09:32:29 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/which-coding-language-to-use/</guid>
<description><![CDATA[Updated 2009-11-25 My how things have changed. Java appears to be going the way of OS/2, Microsoft i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-25<br />
</strong>My how things have changed. Java appears to be going the way of OS/2, Microsoft is now .NET instead of ASP, and many unix servers are using PHP(even some Windows servers). XHTML and XML are both extensively used. Netscape is gone and replaced with Firefox. Smart phones have finally replaced WAP. DIV and SPAN tags are the predominate tags now. Many more servers are now Windows based instead of Unix. .NET is dominant in large business sites. Browsers are all over the place and then there are smart phones. I expect everything to change to video/3D over next 10 years so don&#8217;t spend too much time on this stuff <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  At this time I prefer the following:</p>
<ul>
<li>.NET for server. Can be C#, VB, PHP, Python or other language but .NET handles various browser issues(mostly).</li>
<li>CSS &#8211; now the standard. Actually standards are recommending all layout should be in CSS format and not included in HTML tags. </li>
<li>JavaScript &#8211; The standard for years.</li>
<li>Ajax or similar &#8211; dynamic communication as well as saving bandwidth.User gets virtually instant responses.</li>
<li>MySQL &#8211; for databases. Open source.</li>
<li>Flash &#8211; for dynamic graphics sections.</li>
<li>Look into video and 3D tools &#8211; I see most sites going to interactive video/3D instead of text.</li>
</ul>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2001-02-15<br />
</strong>Well, if you consider that AOL is a version of Internet Explorer(IE) then IE version 4+ now controls 85%+ of the browser market. Microsoft owns 98% of the operating systems. With this combination it should make your decisions easier. Now the potential to use VBScript, ActiveX etc. is feasible on the Internet. Is XHTML or XML going to win? Not sure, probably neither. Each is the &#8220;new&#8221; language that will allow everyone to communicate together&#8230; heard that before??? CSS is here to stay. It will be improved but it is a base for layouts to come. WAP is not going away for awhile&#8230; bandwidth may change that so I would not invest too heavily but it is necessary for several sites(like stock brokers, banks&#8230;) right now. You can trash all the tables and start using DIV and Span tags. Java is actually gaining ground since more powerful computers and faster bandwidth are available. Microsoft owning everything defeats the one real benefit of Java though. There is always going to be the next language that will solve everything for us&#8230; we buy it then figure out it can&#8217;t do ???? that the other product could. These of course will be solved in the next version&#8230;;-).<br />
A big step is Netscape&#8217;s support of standards. Now if we could get Microsoft to do the same and drop that *&#38;*%$# document.all method we could really get grooving. It might surprise many of you to know that Netscape6 is a better standards based browser than Explorer5.5. Explorer is much more forgiving for developers where Netscape is strict.</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /> Published 1997-09-25</strong><br />
For <span style="text-decoration:underline;">Intranet</span>(because of it&#8217;s controlled concept) I would use Microsoft<sup>®</sup> supported languages exclusively. These would include DHTML, CSS, Jscript with server code mostly in ASP files. Limited use of VBscript, ActiveX and JAVA. This of course won&#8217;t work if you are an OS/2 shop but will work for MAC and some Unix operating systems.</p>
<p>For <span style="text-decoration:underline;">Internet</span> I prefer to recommend more platform independent languages at this time. Unfortunately many languages are needed to truly develop a site. Unless you use at least some of the capabilities specific to the browser you limit your potential gains.<br />
DHTML is now a must.<br />
JavaScript(Jscript) is best for scripting simply because both browsers support it(sort of).<br />
Pure JAVA is best for advanced requirements but is limiting and slow(this is improving very quickly).<br />
CGI is still my choice for server side code but only because most servers are still Unix. If you can, I recommend using other languages(VB,C++,REXX, whatever).<br />
Cascading Style Sheets(CSS) for those with requirements for specific positioning of elements. Or at least extensive use of small tables(large ones are slow to load).<br />
All above can support both Netscape<sup>®</sup> and Microsoft<sup>®</sup> browsers if designed correctly.<br />
After all that is said, I have found you need ALL languages above to provide the client with the best solution. More importantly, how(or if) they work on different browsers.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Banner Ads]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/63/</link>
<pubDate>Wed, 25 Nov 2009 08:51:26 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/63/</guid>
<description><![CDATA[Updated 2009-11-25 Still feel the same way even with faster Internet. It is getting worse with ads d]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
<strong>Updated 2009-11-25<br />
</strong>Still feel the same way even with faster Internet. It is getting worse with ads down the sides of the page as well. On the other side I do run Google Text ads.  Since these met my criteria of low-bandwidth and no effect on page loading I have tried them. I don&#8217;t get a lot of traffic so they haven&#8217;t worked out that well but I have accumulated  some credits <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .  I have not seen any tangible value in over 2 years.</p>
<p><strong>Updated 2001-02-15</strong><br />
Apparently the &#8220;click through&#8221; rate for banner ads is in the range of 1 in every 1000. This from people who track these things. Now think&#8230;. each banner ad is at least 30k&#8230; If you are running these things then 999 people are inconvenienced by having to download an additional 30k to visit your &#8220;awesome&#8221; site. If you run these on every page you must really like to punish your customers. I really do hate these things.</p>
<p><strong>Published 2000-10-07</strong><br />
You might have noticed this site does not run any ads. There is a very specific reason. I take the time and effort to actually get you to come to this site. If I ran ads you could possibly leave my site on the first page because you clicked an ad that was of interest. All the work and effort I put in to get you here and I just sent you somewhere else for a fee of maybe 15¢. It just doesn&#8217;t seem to pay off. My site would be slower(all the graphic ads). I would lose a lot of valuable screen real estate displaying these ads. In addition I find customers tolerate these ads. They certainly don&#8217;t like them.</p>
<p>In my personal experience this has happened more than once&#8230;&#8230; I went to a site looking for something, saw an ad that was of interest, clicked the ad and forgot about the original site. That original site just gave away a potential customer for 15¢. Often sites pay more than that in promotion just to get the customer to visit. </p>
<p>Banner ads can be beneficial for sites like Microsoft, Netscape, Disney, Yahoo and others. They are so large that they know the customer will be back. They are also good for free sites that provide various services &#8220;for free&#8221;.</p>
<p>Banner exchange ads aren&#8217;t much better. You have to show other site ads usually twice as many times as you have yours displayed. Again, do you want to promote other sites more than your own?</p>
<p>In summary it seems foolish to run these ads when it cost you more than the revenue they produce. The problem is the costs are not easily quantifiable and not that obvious. The ads do produce tangible revenue&#8230;&#8230;but at what cost?</p>
<p>Anyway, that is my opinion&#8230;..Others have had great success with Banner Ads.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash 5]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/flash-5/</link>
<pubDate>Wed, 25 Nov 2009 08:40:12 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/flash-5/</guid>
<description><![CDATA[2009-11-25 I never did get back to this and spent little time with developing Flash. It is still ver]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
<strong>2009-11-25</strong><br />
I never did get back to this and spent little time with developing Flash. It is still very popular particularly for ads and media companies. I may review the newest version to see what has changed in 10 years.</p>
<p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
<strong>2000-10-07</strong><br />
I have recently been playing with Flash 5. I am not sure yet whether I love it or hate it(probably somewhere in between). Either way I am going to start to use it. Please note since I am just starting with Flash 5 some information may be inaccurate.</p>
<h3>What is it?</h3>
<p>In a nutshell it is an animation software and player. The player is &#8220;built in&#8221; to virtually all new browsers. It has been extended beyond that to interface with other HTML components(like JavaScript/Java&#8230;). It&#8217;s three biggest advantages are browser independence, animation, and vector graphics. If used properly it can produce a very efficient and pleasing site. </p>
<h3>What I like</h3>
<ol>
<li>Browser independence. No special code for Netscape or IE. Both browsers support Flash and newer browser versions come with Flash preinstalled. </li>
<li>Object Oriented. Instancing can really improve your sites performance while giving you cool effects.</li>
<li>Animation. Need I say more. There is lot&#8217;s of it. Too bad it doesn&#8217;t support 3D(yet). Then it would be even more interesting. </li>
<li>Timelines. Match up that music to the animation, create object instances each with their own timeline.</li>
<li>Vector graphics. Extremely efficient graphics method. Flash 5 allows some very nice effects.</li>
<li>Single file with at least basic protection of developers code.</li>
</ol>
<h3>What I don&#8217;t like</h3>
<ol>
<li>Coding view. You can only see the code for a specific object at anyone time. Would be nice to have option to see code for entire layer/scene. </li>
<li>Proprietary coding standards. There are so many it isn&#8217;t funny. </li>
<li>Abuse. Some people make Flash pages that are 1meg+ in size. Eventually this will be fine but right now this is abusive. </li>
<li>Not fully robust yet. It is getting there but working &#8220;outside the box&#8221; can get tricky.  </li>
</ol>
<p>I still have to get used to the interface and how it works. The flash tutorial and samples are invaluable for newbies. There is no question Flash 5 has a place in most web sites. Even to a point of being the entire website. There will soon be an entire section for Flash at this site. Many written by an affiliate that is a much better graphics/Flash person than I.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Title Parameter]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/title-parameter/</link>
<pubDate>Wed, 25 Nov 2009 07:54:29 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/title-parameter/</guid>
<description><![CDATA[Updated 209-11-24 Notice no one uses the status bar for help anymore. It used to be used on almost e]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 209-11-24<br />
</strong>Notice no one uses the status bar for help anymore. It used to be used on almost every site. Everyone now uses the Title parameer or new custom modules that perform these yellow popups allowing very complex displays rather than the simplistic text display available with the Title parameter&#8230;some even look like the classic &#8220;balloon help&#8221;.  I suspect that these more advanced help module concepts will eventally make it into HTML standards(maybe reference a section of the page like a DIV or snippet of code as the title parm). I have been noticing that sometimes the help flashes on/off when movong over plain text that is in a SPAN with a title parameter. Quite frustrating.</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Published 2000-09-02</strong><br />
The title parm is now available in both IE3+ and NN6+. What is it for? It provides those little pop-up help tips when you move the mouse over something. In previous NN browsers this was only available for pictures(Alt parm). This help is now available on ANY tag. For example, move your mouse over this text. Notice the pop-up help appears. Move the mouse over IE3+ or NN6+ to get a better idea of a more common usage. Another reason I supported NN6.</p>
<p>Title is what help should be. None of this writing to statusbar. Clients do not have to look anywhere, help hits them over the head. I had created a Form 7 process for IE3(only) that did the exact same thing before this was built in. This site is changing to exclusively Title help.</p>
<p>How do you do it? Simple, just put TITLE=&#8221;What you want to say&#8221; on virtually any tag.</p>
<p>I have more stuff on this in How To demos at my website.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IFrames... What Frames Should Have Been]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/iframes-what-frames-should-have-been/</link>
<pubDate>Wed, 25 Nov 2009 07:49:13 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/iframes-what-frames-should-have-been/</guid>
<description><![CDATA[Updated 2009-11-25 Iframes are everywhere now. Unfortunately they are being abused by advertisers. T]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-25<br />
</strong>Iframes are everywhere now. Unfortunately they are being abused by advertisers. They are still a great solution and have provided me with numerous benefits. Still no autosizing capabilities ;(</p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2002-01-07</strong><br />
My demonstration site uses IFrames exclusively. Without them there would be no &#8220;FloatAway&#8221; toolbar. Now if they only had an automatic resizing and true transparency&#8230; Never satisfied <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Published 2000-09-02</strong><br />
Ever use a frames design? Restrictive aren&#8217;t they? You can&#8217;t have a frame anywhere you want. A frameset document is a particular type of document. Wouldn&#8217;t it be nice to have a frame anywhere you wanted in a window. Wouldn&#8217;t it be nice to have frames that can be moved around the window at will? That is what IFrames improves on the old frames(among other things).</p>
<p>The biggest drawback with using IFrames was that they were only supported on IE3+. Not anymore. Netscape V6 now supports them. It is not quite as complete as IE&#8217;s version but still it is a major step forward.</p>
<p>Their biggest advantage is they allow a developer to create a site with multiple small windows interacting&#8230;just like many Windows applications. This is really cool and opens up the potential for a true client server model on the web.</p>
<p>Don&#8217;t get me wrong, frames are great. This demo site still uses frames because when making a simple 3 frame page the Frameset means you do not have to code for resizing and other weird things. I could have used IFrames, but they are not best for this particular site. I do use them on sites that need more complex interaction between many frames. </p>
<p>If you have a choice and you only need to support IE and NN6 think about IFrames. There are a lot more possibilities once you use them.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox 5th Anniversary Celebrations at Pantnagar]]></title>
<link>http://tanamania.wordpress.com/2009/11/25/firefox-5th-anniversary-celebrations-at-pantnagar/</link>
<pubDate>Wed, 25 Nov 2009 06:29:00 +0000</pubDate>
<dc:creator>tanamania</dc:creator>
<guid>http://tanamania.wordpress.com/2009/11/25/firefox-5th-anniversary-celebrations-at-pantnagar/</guid>
<description><![CDATA[“Happy Birthday dear Firefox!!!” Firefox lovers from College of Technology, Pantnagar gathered for t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->“Happy Birthday dear Firefox!!!”</p>
<p>Firefox lovers from College of Technology, Pantnagar gathered for the 5<sup>th</sup> Anniversary Celebrations of world&#8217;s favourite browser – Firefox outside the old college building and sang these lines in the glory of Firefox! It was a fun filled celebration with lots of prizes and goodies for the well wishers of Firefox.</p>
<p>I was excited already seeing the quality of cake baked by the local shopkeeper and, for a change, was at the event venue a minute in advence, that is, at 3:59pm! I was shortly joined by Sumit Sati and very soon about 15 other enthusiasts joined the party. The young girls from first year (although they didn&#8217;t have a hunch what this Firefox was) had designed an excellent Firefox banner which was a piece of attraction throughout the celebrations. After the cake cutting and subsequent customary eating, everyone present shared their Firefox Experiences. The guys discussed how they got to know Firefox, what they liked in Firefox which made it better than &#8217;some other browsers&#8217;, and of course, their favourite add-ons! Video Download Helper, Echofon, Download Them All, Firebug and AdBlock Plus were the clear favourites of those present there.</p>
<p>Then was the time for some quizzing and goodies! Me and Sumit Sati put up a number of questions which the young guns of the college smartly answered to take away all what we had – Firefox wrist bands, stickers and lanyards (which we had carefully preserved from Mozilla Camp Delhi). Due to various competitive examinations and other factors, the attendance was quite low but it was lots of fun, all the same!<a href="http://www.flickr.com/photos/tanamania/sets/72157622747965857/" target="_blank"></a></p>
<p><a href="http://www.flickr.com/photos/tanamania/sets/72157622747965857/" target="_blank">Pics</a> and <a href="http://vimeo.com/album/148999">videos</a> from the party.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[About Channels]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/about-channels/</link>
<pubDate>Wed, 25 Nov 2009 04:30:11 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/about-channels/</guid>
<description><![CDATA[Updated 2009-11-24 Nobody talks about this technology anymore. Has been replaced by RSS. Updated 199]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-24<br />
</strong>Nobody talks about this technology anymore. Has been replaced by RSS.<br />
<strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 1999-02-25</strong><br />
Well this technology really hasn&#8217;t been used much yet. Most of the sites mentioned below do have their own channel but it is a waste for most sites.<br />
<strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /></strong><br />
<strong>Published 1997-09-25</strong><br />
Cool, but how many sites do you want updates from that often? Big value to specific industries(like stock, weather, etc.).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[About DHTML]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/about-dhtml/</link>
<pubDate>Wed, 25 Nov 2009 04:14:01 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/about-dhtml/</guid>
<description><![CDATA[Updated 2009-11-24 The new standard is XHTML. This new standard just enforces strict rules on DHTML.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated 2009-11-24<br />
</strong>The new standard is XHTML. This new standard just enforces strict rules on DHTML. Forces every DHTML tag to have an end tag. DHTML has been great and has been a valuable tool. It has been a great technology investment.<br />
<strong>Published 1997-09-25</strong><br />
Dynamic HyperText Markup Language(DHTML) adds zest to your pages. Finally, they have opened the object model. Now you can code for just about anything. It really isn&#8217;t anything new. You could dynamically change things before but you were extremely limited in the objects you could manipulate. All that has changed. DHTML allows you to change anything, you can have layers, redraw a section of screen at will, make animation without gif89a, and lots more. In addition the pages can work with older browsers easier than before. As a technician I think this is excellent. I am having fun learning all the new options.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Net Security]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/25/net-security/</link>
<pubDate>Wed, 25 Nov 2009 04:04:46 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/25/net-security/</guid>
<description><![CDATA[Updated on 2002-08-28 OK, this is really getting out of hand. Things have gotten so bad I physically]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
Updated on 2002-08-28<br />
</strong>OK, this is really getting out of hand. Things have gotten so bad I physically disconnect my cable internet  connection when not in use. Even though I am only connected 2-3 hours per day lately my firewall shows I am getting port scanned at least 3-5 times a day. Plus the hundreds of other attack attempts per day. I use dynamic IP but it makes no difference&#8230; there is no place to hide when scanners are being used.<br />
Everyone seems to have lost focus on this issue. The problem isn&#8217;t  the &#8220;software&#8221;. The problem is <strong>someone</strong> abusing the software. Blaming the software is like blaming Ford because someone intentionally crashed their car into a wall. It is not possible for a manufacturer to stop potential abuse of a product. <br />
Unfortunately in the virtual world a reasonable hacker can make it impossible to trace them so there is no punishment. One solution seems to be removal of &#8220;anonymous&#8221; surfing. This is not something I want to see happen!  I also see it creating a whole new set of problems.<br />
We need a central security net to stop the most predominate attack methods. These include things like port scans, IP scans, spoofing, denial of service  to name a few. We have to tighten security then punish those that would attack us, not those that enable us to do wonderful things.  </p>
<p><strong>Published on 1998-03-03</strong><br />
There are a lot of security issues being brought forward lately regarding both Netscape and Microsoft browsers. This should not be surprising. Both have enabled you to have a dramatically improved browsing experience. A major disadvantage of enabling features is that there is always going to be someone figuring ways to abuse the features. This does not mean we should all pack up and leave the net. It does however mean that we should keep ourselves informed about potential risks and possible protection. I am surprised by the number of people that have very little understanding of security on the net. There is no place that is 100% secure. Not the net or even your house. If someone wants to get to you badly enough they can find a way.<br />
There are several things you can do to make your browsing safer. I have two Dhtml demos that show you what can be detected by the server and browser. Everyone should check the server detected page at least once. You probably are not affected but you should make sure.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft® versus IBM®]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/24/microsoft%c2%ae-versus-ibm%c2%ae/</link>
<pubDate>Tue, 24 Nov 2009 19:29:50 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/24/microsoft%c2%ae-versus-ibm%c2%ae/</guid>
<description><![CDATA[Published 1997-09-25 I was around when IBM® was the only good large system in town. At first, they w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /><br />
<strong>Published 1997-09-25</strong></p>
<p>I was around when IBM<sup>®</sup> was the only good large system in town. At first, they<br />
were great. I supported no other vender. No one was as good as IBM<sup>®</sup>. Support<br />
was excellent. Alas, all good things have to come to an end. Other vendors got better and cheaper than IBM<sup>®</sup>. Then things got nasty. I remember IBM<sup>®</sup> stating<br />
that if we put any other vendors hardware on the floor they would not support us. There<br />
were many, many times IBM<sup>®</sup> flexed it&#8217;s muscle. After all, why should they<br />
support those little guys, they were the only vendor in your shop and early times saw many companies shy away from other vendors. IBM<sup>®</sup> eventually lost.</p>
<p>Very early in 1995 IBM<sup>®</sup> sold their hype to a company. Said that Windows95 was<br />
never going to work. Of course, NT was still a joke(but for some unknown reason people<br />
were switching to NT). They had information Microsoft<sup>®</sup> couldn&#8217;t get Windows95<br />
to multi-task. They said there were numerous stability problems. No Windows3.1 software would work. That&#8217;s only a few reasons why Windows95 was delayed. OS/2 was the way to go. Only OS/2 could do everything and do it now. Besides the company already had 1,500+ workstations from IBM<sup>®</sup> that required OS/2 for an IBM<sup>®</sup> application<br />
previously acquired. Of course the company bought it, after all it is from your trusted<br />
vendor. Now the company is trying to figure out how to get out of the mess. IBM<sup>®</sup><br />
bet their PC operating system(OS/2) on JAVA, ignored the competition and lost.</p>
<p>With all above and their slowness to adapt, sorry, IBM<sup>®</sup> has lost my<br />
confidence.</p>
<p>In my opinion IBM<sup>®</sup> and Microsoft<sup>®</sup> are where they should be in the<br />
PC market. Microsoft<sup>®</sup> has clearly demonstrated they adjust to the clients, not<br />
the other way around. Microsoft<sup>®</sup> is not perfect or even close, but compared to<br />
IBM<sup>®</sup>, they are noticeably better. Microsoft<sup>®</sup> PC products are more<br />
stable and robust than anything IBM<sup>®</sup> offers. Microsoft<sup>®</sup> understood<br />
Keep It Simple Stupid(KISS) does not mean your client is stupid(just the opposite). IBM<sup>®</sup><br />
built for technicians in tech-ease(complex technical junk) that few understand. Yes OS/2<br />
can do things that Windows95 can&#8217;t, but so far not one of those things have been important<br />
to me. Things that Windows95 does that OS/2 does not(like run new programs) are very<br />
important to me!</p>
<p>I have no doubt that Microsoft<sup>®</sup> will flex it&#8217;s muscle at different times and<br />
make us all unhappy but someone is always going to be the leader. Eventually Microsoft<sup>®</sup><br />
will get tagged with monopoly and have to split up anyway. For some reason(beyond me) that<br />
hasn&#8217;t happened yet. Personally I don&#8217;t care. I decide on best product, which in the case<br />
of numerous software is not Microsoft<sup>®</sup>. Microsoft<sup>®</sup> has one major<br />
drawback, if the top CEO&#8217;s died would they recover? On the other hand if these two settle<br />
their fight it could work out to both companies advantage, and screw the rest of us at the<br />
same time.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What standard platform?]]></title>
<link>http://waltermoorecanada.wordpress.com/2009/11/24/what-standard-platform/</link>
<pubDate>Tue, 24 Nov 2009 19:07:54 +0000</pubDate>
<dc:creator>waltermoorecanada</dc:creator>
<guid>http://waltermoorecanada.wordpress.com/2009/11/24/what-standard-platform/</guid>
<description><![CDATA[Updated 2009-10-27 We have new versions of all browsers, operating systems and just about everything]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /></p>
<p><strong>Updated 2009-10-27</strong></p>
<p>We have new versions of all browsers, operating systems and just about everything else. Unfortunately we are in more mess than ever. Firefox(Netscape) has gained alot of ground but the real changes are the 3G mobile devices like iPhones. They mostly have their own version of some browser that simulates another browser ;( and they can rotate the screen. Screen sizes have gone crazy. Anything from 120X120px past 4120&#215;3096px and new wide screens are everywhere. Even Mac&#8217;s are becoming more popular(about time).</p>
<p>If you want to talk about development platforms that is a whole other discussion.</p>
<p><strong>The standard Computer web user&#8230;.Current<br />
</strong></p>
<ul>
<li>Microsoft Windows(<span style="font-size:x-small;">89%</span>), Linux/Macintosh (<span style="font-size:x-small;">11%</span>)</li>
<li>Internet Explorer(<span style="font-size:x-small;">40%+</span>), FireFox(<span style="font-size:x-small;">47%+</span>), Other (<span style="font-size:x-small;">13%+</span>)
<ul>
<li>CSS</li>
<li>XML</li>
<li>DHTML</li>
<li>JavaScript</li>
</ul>
</li>
<li>Supports 24 or 32 bits(display 16,777,216 different colors).(<span style="font-size:x-small;">95%+</span>)</li>
<li>Has at least 1024&#215;768 screen resolution(<span style="font-size:x-small;">87%+</span>).</li>
<li>Has at least High Speed(<span style="font-size:x-small;">80%+</span>)</li>
</ul>
<p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /></p>
<p><strong>Updated 2001-06-08-merged from Standard User</strong></p>
<p>We still have a lot of difficulties in web development but at least some of the issues have been<br />
resolved on the PC client front. We will never have a 100% standard. This is<br />
about as close as it gets. Of course other interfaces like WAP create a whole<br />
new temporary issue(until 3G round 2).</p>
<p><strong>The standard web user&#8230;.<br />
</strong></p>
<ul>
<li>Microsoft Windows (<span style="font-size:x-small;">95%+</span>)</li>
<li>Internet Explorer Version 4.0+ (<span style="font-size:x-small;">86%+</span>)
<ul>
<li>CSS</li>
<li>XML</li>
<li>DHTML</li>
<li>JavaScript/VBScript</li>
</ul>
</li>
<li>Supports high quality graphics(<span style="font-size:x-small;">93%+</span>)</li>
<li>Has at least 800&#215;600 screen resolution(<span style="font-size:x-small;">90%+</span>).</li>
<li>Has at least 56kbs modem(<span style="font-size:x-small;">82%+</span>)</li>
</ul>
<p>These stats are based on users that saw banner ads on millions of US sites.<br />
You may have a site that caters to other configurations but anytime you have<br />
better than 80% following the same standard it makes business sense to adopt<br />
it.</p>
<p>On a future note the adoption of broadband access is growing very fast<br />
where it is available. Eventually interactive video will become the standard<br />
and we will be on to a totally different client interface.</p>
<p><img src="http://wmoore.ca/demo/images/speech_think.gif" border="0" alt="" width="100%" height="23" /></p>
<p><strong>Published 1997-09-25</strong></p>
<p>Ya, right. Anyone that thinks that is dreaming. If you want to create an absolute minimal<br />
page then it <span style="text-decoration:underline;">should</span> work on any browser, but as soon as you want to do anything<br />
cool you are into specific browser issues. It is now to a point that for a developer you<br />
have to consider three browsers(Netscape<sup>®</sup>, Microsoft<sup>®</sup>, others)<br />
with Microsoft<sup>®</sup> and Netscape<sup>®</sup> each having several versions that<br />
all support different functions. Then you have to think about the different operating<br />
systems like MAC, OS/2, Unix and Microsoft<sup>®</sup> Windows V***, again each with<br />
their own supported functions for each browser.</p>
<p>What are the users settings? Do they have JavaScript enabled? What if they specify their<br />
own fonts, background or other options?</p>
<p>After all that you still have to worry about screen resolution and browser window size.</p>
<p>My old site at one time had three views(one for each browser). In each view there was code<br />
required to handle different operating systems and versions of each browser. Without this<br />
I couldn&#8217;t show many functions available to the specific browser. I have now enhanced this<br />
site to demonstrate IE version 4.</p>
<p>As for JAVA? Most companies making development tools(Symantec<sup>®</sup>, Microsoft<sup>®</sup>,<br />
etc.) have added functions only available on a specific platform. Unfortunately without<br />
these added functions JAVA is limited to the &#8220;sandbox&#8221;.</p>
<p>So what was that about standard platform????? Ya right.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera 10 &ndash; Hot stuff!]]></title>
<link>http://sach33.wordpress.com/2009/11/25/opera-10-hot-stuff/</link>
<pubDate>Tue, 24 Nov 2009 16:01:02 +0000</pubDate>
<dc:creator>sach33</dc:creator>
<guid>http://sach33.wordpress.com/2009/11/25/opera-10-hot-stuff/</guid>
<description><![CDATA[I haven&#8217;t used Opera in a long time. Last time I launched Opera from my desktop was probably a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://sach33.files.wordpress.com/2009/11/opera_logo1.png"><img style="display:inline;margin-left:0;margin-right:0;border-width:0;" title="Opera_logo[1]" border="0" alt="Opera_logo[1]" align="left" src="http://sach33.files.wordpress.com/2009/11/opera_logo1_thumb.png?w=100&#038;h=133" width="100" height="133" /></a> I haven&#8217;t used Opera in a long time. Last time I launched Opera from my desktop was probably around this time last year. It appears that Opera has released a new version. Opera 10. When I first heard of the release I didn’t really expect to see much, I dismissed it foolishly thinking that there would be not much to it other than a few new aesthetics and things like that. During the time of the release I was jam packed with uni work so I really did not get to check it out. So thanks to <a href="http://mashable.com/author/stan-schroeder/" target="_blank">Stan Schroeder</a>’s post on <a href="http://mashable.com/2009/11/24/opera-10-10/" target="_blank">Mashable</a> I realised I was so .. soooo wrong.</p>
<p> <!--more-->
<p>&#160;</p>
<p>Google Chrome warned me about the Opera installation file being hazardous to my pc when I began downloading the installation file from the Opera <a href="http://www.opera.com/" target="_blank">website</a>. I decided to ignore that message just this one time and went ahead with the installation.</p>
<p>Launching Opera 10 for the first time, I realised that its much more than it used to be. I remember Opera being a really fast, lightweight browser. But it turns out that Opera 10, whilst still retaining those characteristics, is loaded with loads of new features. <a href="http://www.opera.com/browser/features/" target="_blank">Clicky Clicky</a> for the full list of new features. </p>
<p>The new Unite features give you the ability to share your documents, stream music &#38; movies, host websites and chat on your computer straight from the browser. Opera automatically searches for other computers with Opera installed and lets you share these files among them. This is really handy if you want to quickly set up “Homegroup”-like sharing in your network, and yes it works regardless of the OS the computer is running. Unite also lets you dedicate a folder to which other people can upload content to. Of course you have the option to put a password protect the application so that only people you authorize can use this feature. </p>
<p>So far I haven&#8217;t had any problems with it. Unlike Chrome, Opera doesn&#8217;t seem to slow down my crappy lappy even though i have a gazilion tabs open. Speaking of tabs, hovering over the tab will give you a thumbnail of the tab, much like aero in Windows 7. Also when your copy of Opera is up and running, from the bottom of the toolbar click and drag the tabs toolbar downward from the to see what happens. Thumbs up Opera!</p>
<p>&#160;</p>
<p> <!-- AddThis Button BEGIN -->
<div><a title="Bookmark and Share" href="http://www.addthis.com/bookmark.php?v=250&#38;pub=sach33" target="_blank"><img alt="Bookmark and Share" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" /></a></div>
<p> <!-- AddThis Button END --></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ක්‍රොම් වල සෙනසුරු අපලයට පිලියමක්]]></title>
<link>http://akila87.wordpress.com/2009/11/24/%e0%b6%9a%e0%b7%8a%e2%80%8d%e0%b6%bb%e0%b7%9c%e0%b6%b8%e0%b7%8a-%e0%b7%80%e0%b6%bd-%e0%b7%83%e0%b7%99%e0%b6%b1%e0%b7%83%e0%b7%94%e0%b6%bb%e0%b7%94-%e0%b6%85%e0%b6%b4%e0%b6%bd%e0%b6%ba%e0%b6%a7/</link>
<pubDate>Tue, 24 Nov 2009 11:14:45 +0000</pubDate>
<dc:creator>අකිල</dc:creator>
<guid>http://akila87.wordpress.com/2009/11/24/%e0%b6%9a%e0%b7%8a%e2%80%8d%e0%b6%bb%e0%b7%9c%e0%b6%b8%e0%b7%8a-%e0%b7%80%e0%b6%bd-%e0%b7%83%e0%b7%99%e0%b6%b1%e0%b7%83%e0%b7%94%e0%b6%bb%e0%b7%94-%e0%b6%85%e0%b6%b4%e0%b6%bd%e0%b6%ba%e0%b6%a7/</guid>
<description><![CDATA[ඔන්න ඉතින් මමත් උබුන්ටු දැම්මනේ. උබුන්ටු වල මගේ අත්දැකීම ගැනයි මේ දවස් වල කරපු කියපු දේවල් ගැනයි ලිප]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>ඔන්න ඉතින් මමත් උබුන්ටු දැම්මනේ. උබුන්ටු වල මගේ අත්දැකීම ගැනයි මේ දවස් වල කරපු කියපු දේවල් ගැනයි ලිපියක් ලියන්න හිටියත් වැඩ වැඩි කම නිසා ඒක කරගන්නත් බැරි වුනා. (මොනව කරන්නද ගිය සතියට විතරක් mid semester exam 3ක්ම. පිස්සු හැදෙනවා. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   )</p>
<p>පහුගිය දවස් ටිකේම කරේ උබුන්ටු වලට අවශ්‍ය software හොයපු එක. කොහොම හරි mid semester break එකෙන් වැඩි දවස් ගානකුත් ගියේ ඒ වැඩේට. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>උබුන්ටු වල පොඩි අත් හදාබැලීම් ටිකක් කරන අතරෙදි තමා මට මේක අහු වුනේ.</p>
<p>කට්ටියම දන්නව ඇති උබුන්ටු වලට තියන ක්‍රොම් සංස්කරණයේ සිංහල ටිකක් අවුල් බව. (ටිකක් කිව්වට ඉතින් හොඳටම අවුල් තමා <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  )</p>
<p>මේ ප්‍රශ්නේ නිසා අපේ <a href="http://thameeragetheeraya.blogspot.com/" target="_blank">තමීර</a> එහෙම බොහොම දුකින් තමා හිටියේ.</p>
<p>අද මම නිකමට වගේ ක්‍රොම් update කරල බැලුවා දැන් වත් සිංහල වැඩද කියල. කෝ තාම නෑනේ..!!!!</p>
<p style="text-align:center;"><a href="http://img69.imageshack.us/img69/3361/screenshot1mn.png"><img class="aligncenter" src="http://img69.imageshack.us/img69/3361/screenshot1mn.png" alt="" width="489" height="305" /></a></p>
<p>ඔහොම බලද්දි තමා මට හිතුනේ ක්‍රොම් වලත් ෆොන්ට් එක මලිති වෙබ් වලට මාරු කරල බලන්න. මෙන්න බලද්දි සිංහල පේනවා නියමෙටම.</p>
<div class="wp-caption aligncenter" style="width: 515px"><a href="http://img149.imageshack.us/img149/9929/screenshotkr.png"><img title="මලිති වෙබ් ව්ලට වෙනස් කිරීමෙන් පසු" src="http://img149.imageshack.us/img149/9929/screenshotkr.png" alt="" width="505" height="315" /></a><p class="wp-caption-text">විශාල කිරීමට රූපය උඩ ක්ලික් කරන්න</p></div>
<p style="text-align:center;">
<p>ඒත් පොඩි පොඩි අවුල් නැතුවම නෙමේ,</p>
<p>උදාහරණයක් විධියට ජනප්‍රිය වගේ වචනයක් පෙන්නන්නේ ජනප්රිය විධියට.( screen shot එක බලන්න ).</p>
<p>ක්‍රොම් වල ෆොන්ට් එක මලිති වෙබ් වලට වෙනස් කරන හැටි පහත screen shot වලින් බලාගන්න.</p>
<div class="wp-caption aligncenter" style="width: 514px"><a href="http://img301.imageshack.us/img301/7884/screenshotgooglechromeo.png"><img class="  " src="http://img301.imageshack.us/img301/7884/screenshotgooglechromeo.png" alt="ක්‍රොම්හි වල තේරීමෙන් (විශාල කිරීමට රූපය උඩ ක්ලික් කරන්න)" width="504" height="508" /></a><p class="wp-caption-text">ක්‍රොම්හි options වල Under the Hood තේරීමෙන් පසු Change font and language settings ක්ලික් කරන්න</p></div>
<div class="wp-caption aligncenter" style="width: 520px"><a href="http://img20.imageshack.us/img20/9153/screenshotfontsandlangu.png"><img class=" " src="http://img20.imageshack.us/img20/9153/screenshotfontsandlangu.png" alt="" width="510" height="353" /></a><p class="wp-caption-text">serif සහ sans-serif සඳහා Malithi Web තොරන්න</p></div>
<p>මීට අමතරව LKLUG වලටත් මේක වැඩ කරන බව අපේ <a href="http://galpotha.wordpress.com/">කෙහෙළිය</a> හොයාගෙන තියනවා. නමුත් භාෂිත දිනමිණ ෆොන්ට වලට වැඩ නැති බව තමා පෙනුනේ.</p>
<p style="text-align:center;">
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Falha de Segurança no Internet Explorer expõe arquivos confidenciais]]></title>
<link>http://regiosouza.wordpress.com/2009/11/24/falha-de-seguranca-no-internet-explorer-expoe-arquivos-confidenciais/</link>
<pubDate>Tue, 24 Nov 2009 02:27:43 +0000</pubDate>
<dc:creator>Régio Sousa</dc:creator>
<guid>http://regiosouza.wordpress.com/2009/11/24/falha-de-seguranca-no-internet-explorer-expoe-arquivos-confidenciais/</guid>
<description><![CDATA[Pesquisa realizada aponta que falha de segurança no navegador da Microsoft pode permitir acesso não ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Pesquisa realizada aponta que falha de segurança no navegador da Microsoft pode permitir acesso não autorizado a documentos do tipo PDF armazenados online, conforme pesquisa, documentos salvos no formato PDF diretamente no Internet Explorer, armazenam também o local do disco em que o arquivo foi gravado. Isso caracteriza um descuido que pode expor nomes reais de servidores, identificações de login dos usuários, o sistema operacional utilizado e outras informações consideradas pelos especialistas passíveis de uma maior proteção.</p>
<p><a href="http://www.geek.com.br/blogs/832697724/posts/11701-falha-no-internet-explorer-permite-o-vazamento-de-50-milhoes-de-arquivos-confidenciais">Saiba mais</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Camino 2 Browser Released]]></title>
<link>http://techeruption.com/2009/11/23/camino-2-browser-released/</link>
<pubDate>Mon, 23 Nov 2009 19:40:49 +0000</pubDate>
<dc:creator>Tech Eruption</dc:creator>
<guid>http://techeruption.com/2009/11/23/camino-2-browser-released/</guid>
<description><![CDATA[After over a year, the Camino Project has announced Camino 2.0, a major update to their web browser.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fapple%2FCamino_2_Browser_Released_Tech_Eruption' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe>After over a year, the Camino Project has announced Camino 2.0, a major update to their web browser.</p>
<p>Camino 2.0 includes a number of new features and enhancements, including rearranging tabs by drag-and-drop, a new Tab Overview feature, phishing and malware protection, full content zoom, Growl notifications for downloads, improved support for Full Keyboard Access in the browser window, and displays web content using Mozilla’s Gecko 1.9 rendering engine.</p>
<p><strong>FEATURES LIST:</strong><br />
Improved tabbed browsing<br />
- The Tab Overview feature displays a grid of thumbnails of the tabs in the current window.<br />
- Tabs can be rearranged by dragging and dropping.<br />
- Command-click now defaults to opening links in new tabs instead of new windows.</p>
<p>New security features<br />
- Camino now supports the Google Safe Browsing service to provide warnings about many potentially malicious websites.<br />
- Camino now displays error pages for secure web pages using invalid or untrusted certificates.</p>
<p>Full content zoom<br />
- Camino now has support for making the entire contents of a web page bigger or smaller.</p>
<p>Download notifications<br />
- If Growl is installed, Camino will generate notifications when downloads begin and finish.<br />
- On Mac OS X 10.5 and higher, Camino will bounce the downloads folder in the Dock when a download finishes.</p>
<p>Recently closed pages<br />
- The History menu now contains a sub-menu listing the last 20 closed web pages.</p>
<p>Improved support for Full Keyboard Access<br />
- When Full Keyboard Access is enabled, tabbing now moves correctly through the entire browser window.</p>
<p>Enhanced annoyance blocking<br />
- Camino now includes an exceptions list to allow disabling “Block Flash animations” on a per-site basis and an “Allow Flash From This Site” contextual menu item to ease adding sites to the exceptions list.</p>
<p>New AppleScript capabilities<br />
- AppleScripts can now obtain the HTML source or text of an entire web page or of a selection.<br />
- Added AppleScript support for setting the active tab in each browser window.</p>
<p>Web content support<br />
- Camino now uses version 1.9.0 of Mozilla’s Gecko rendering engine, which contains thousands of bug fixes, better web plug-in compatibility and performance, enhanced support for web standards, and new technologies like JavaScript 1.8.</p>
<p><a href="http://caminobrowser.org/" target="_blank">Read More or Download</a></p>
<p><a rel="shadowbox[entry]" href="http://www.iClarified.com/images/news/6195/22461/22461.png"><img src="http://www.iClarified.com/images/news/6195/22461/22461-500.png" border="0" alt="" width="500" height="401" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Want to try Google Chrome OS?  It's already available for Windows!]]></title>
<link>http://everydaytechsupport.wordpress.com/2009/11/22/want-to-try-google-chrome-os-its-already-available-for-windows/</link>
<pubDate>Sun, 22 Nov 2009 20:50:02 +0000</pubDate>
<dc:creator>Eric Schuetz</dc:creator>
<guid>http://everydaytechsupport.wordpress.com/2009/11/22/want-to-try-google-chrome-os-its-already-available-for-windows/</guid>
<description><![CDATA[Say what?  Google’s Chrome OS is already available, and its on Windows?  Yup.  Well, sort of.  Googl]]></description>
<content:encoded><![CDATA[Say what?  Google’s Chrome OS is already available, and its on Windows?  Yup.  Well, sort of.  Googl]]></content:encoded>
</item>

</channel>
</rss>
