<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Things that IE Can Do, but Mozilla Cannot</title> <atom:link href="http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/feed/" rel="self" type="application/rss+xml" /><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/</link> <description>Tech, Web, How to, Reviews, Tips, Downloads, and Make Money Online</description> <lastBuildDate>Sun, 22 Nov 2009 09:55:37 +0800</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: kullygirthofer</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-293079</link> <dc:creator>kullygirthofer</dc:creator> <pubDate>Fri, 10 Aug 2007 00:57:00 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-293079</guid> <description>here is your complete answer!open up firefox and open a new tab, in the address bar type inabout:mozillawhat do you think about thatpretty sure its a reference to i.e.send me an email if u like its very nice why not!?</description> <content:encoded><![CDATA[<p>here is your complete answer!</p><p>open up firefox and open a new tab, in the address bar type in</p><p>about:mozilla</p><p>what do you think about that</p><p>pretty sure its a reference to i.e.</p><p>send me an email if u like<br /> its very nice<br /> why not!?</p> ]]></content:encoded> </item> <item><title>By: Brandon</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-205684</link> <dc:creator>Brandon</dc:creator> <pubDate>Tue, 21 Nov 2006 16:26:47 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-205684</guid> <description>Umm... The above post will work in FF -- only if you like reading out of a 144px sidebar.I&#039;m not good enough with javascript to write something like this, but wouldn&#039;t the logic be:IF IE: Use the stupid sidebar to bookmark this siteOTHERWISE IF MOZILLA Use code the Mozilla will understandELSE PRINT bookmark this site (CTRL+D)????It&#039;s not hard to think of the flow, but the coding would be a bit rough....</description> <content:encoded><![CDATA[<p>Umm&#8230; The above post will work in FF &#8212; only if you like reading out of a 144px sidebar.</p><p>I&#8217;m not good enough with javascript to write something like this, but wouldn&#8217;t the logic be:</p><p>IF IE:<br /> Use the stupid sidebar to bookmark this site</p><p>OTHERWISE<br /> IF MOZILLA<br /> Use code the Mozilla will understand</p><p>ELSE<br /> PRINT bookmark this site (CTRL+D)</p><p>????</p><p>It&#8217;s not hard to think of the flow, but the coding would be a bit rough&#8230;.</p> ]]></content:encoded> </item> <item><title>By: nazrip</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-15846</link> <dc:creator>nazrip</dc:creator> <pubDate>Wed, 21 Dec 2005 14:10:55 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-15846</guid> <description>Just to share this with everyone, the script that work! ( Bookmark script for IE &amp; Firefox)-Probably everyone knows already.Step 1: Add the below code to the  section of your page:/*********************************************** * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/function bookmarksite(title, url){ if (document.all) window.external.AddFavorite(url, title); else if (window.sidebar) window.sidebar.addPanel(title, url, &quot;&quot;) }Step 2: Create either an image or text link that will be used as the Bookmark Site link. For the href attribute, use the following code: javascript:bookmarksite(&#039;title_of_site&#039;, &#039;url_of_site&#039;) Here&#039;s an example: &lt;a href=&quot;bookmarksite(&#039;eSmartzBiz&#039;, &#039;http://www.esmartzbiz.com&#039;)&quot; rel=&quot;nofollow&quot;&gt;Bookmark Us!&lt;/a&gt; Remember, if your site&#039;s title contains apostrophes, they need to be backslashed when entered: &lt;a href=&quot;bookmarksite(&#039;Mike&#039;s Place&#039;, &#039;http://www.google.com&#039;)&quot; rel=&quot;nofollow&quot;&gt;Bookmark this site!&lt;/a&gt;Non IE4+ and NS6+ browsers will simply see nothing when clicking on the link.</description> <content:encoded><![CDATA[<p>Just to share this with everyone, the script that work! ( Bookmark script for IE &amp; Firefox)-Probably everyone knows already.</p><p>Step 1: Add the below code to the  section of your page:</p><p>/***********************************************<br /> * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)<br /> * This notice MUST stay intact for legal use<br /> * Visit Dynamic Drive at <a href="http://www.dynamicdrive.com/" rel="nofollow">http://www.dynamicdrive.com/</a> for full source code<br /> ***********************************************/</p><p>function bookmarksite(title, url){<br /> if (document.all)<br /> window.external.AddFavorite(url, title);<br /> else if (window.sidebar)<br /> window.sidebar.addPanel(title, url, &#8220;&#8221;)<br /> }</p><p>Step 2: Create either an image or text link that will be used as the Bookmark Site link. For the href attribute, use the following code:<br /> javascript:bookmarksite(&#8217;title_of_site&#8217;, &#8216;url_of_site&#8217;)<br /> Here&#8217;s an example:<br /> <a href="bookmarksite('eSmartzBiz', 'http://www.esmartzbiz.com')" rel="nofollow">Bookmark Us!</a><br /> Remember, if your site&#8217;s title contains apostrophes, they need to be backslashed when entered:<br /> <a href="bookmarksite('Mike's Place', 'http://www.google.com')" rel="nofollow">Bookmark this site!</a></p><p>Non IE4+ and NS6+ browsers will simply see nothing when clicking on the link.</p> ]]></content:encoded> </item> <item><title>By: Developer</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-15777</link> <dc:creator>Developer</dc:creator> <pubDate>Fri, 16 Dec 2005 18:21:20 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-15777</guid> <description>Eric,Life is short.  Don&#039;t be so uptight.  The goal of the internet is to diseminate information to the masses regardless of which browser they are using. It is up to the developer to utilize all the tools available to him/her to enhance the delivery of this information accross every platform available.  If FireFox does not provide a means to bookmark a page via a link, so what. Its not the end all.  If IE and NS does, good for them, utilize it. Determine which browser the user is using and act accordingly.</description> <content:encoded><![CDATA[<p>Eric,</p><p>Life is short.  Don&#8217;t be so uptight.  The goal of the internet is to diseminate information to the masses regardless of which browser they are using. It is up to the developer to utilize all the tools available to him/her to enhance the delivery of this information accross every platform available.  If FireFox does not provide a means to bookmark a page via a link, so what.<br /> Its not the end all.  If IE and NS does, good for them, utilize it. Determine which browser the user is using and act accordingly.</p> ]]></content:encoded> </item> <item><title>By: LcF</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-8954</link> <dc:creator>LcF</dc:creator> <pubDate>Tue, 26 Apr 2005 02:22:53 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-8954</guid> <description>ERIC, if you follow my blog, you will know I am a opensource lover. :)</description> <content:encoded><![CDATA[<p>ERIC, if you follow my blog, you will know I am a opensource lover. <img src='http://www.liewcf.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: ERIC</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-8950</link> <dc:creator>ERIC</dc:creator> <pubDate>Mon, 25 Apr 2005 18:51:34 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-8950</guid> <description>I think that your display of what Ie can do, just shows your love for Microsoft, are you a microsoft employee, those who study 8 years, to become robbers, to say the least. Are you ignorant of what EI is intrinsicaly? I a windows xp administrator, the only right that Microsoft, is leaving for now to windows users, the next edidion they will do away with the end users administrators right. I do not like EI and this is something that Mozzila can do but not EI is that in EI envairoment I want to download a Read please a tool that I need for study pourpose, EI won&#039;t alowme and said that it will take 1:45 minuts to download, I have broad band cable, rationality demands a scientific explanation, I add events try to donwload others text readers, nothing happen, then sume of this events told me that something was wrong, with the EI , spywares or virus were out rule because as any other computer student I know how to live in a xp envairoment free of malwares, virus do not enter they drop dead, spywares do check in, then I just get rid off of them, I do not use no malwares programas, that will display ignorance in my side, and to go with the biggest scam in history. So spywares were not the problem, the problem was the EI and those who manipulate the system. Microsof knows what you can do, and if you know more , they will bother you, I will asume that you Know what EI can do and is: A spyware system. so I knew that I can do something that EI doesn&#039;t know , that by download mozzila and handle to them all rights, Mozilla will kick EI butt, so it was so. This is something that Mozilla can do and EI can&#039;t. Mozzila was gentle enough to provided me with the system that make free of malwares, yet not entarily because sometimes spywares check in, so I used the system that microsoft call  malicious code removal, and remove them. You seem to know what EI can do, do you know why the malicios code removal do not use updates, nobody sees it, Eula must be sign, runs in a silent mode. Although Microsoft said that they bought it from a antivirus firm and paid 600 millions, the infor mation was giving to them by me, they got all that I knew by hooking in my system and watch/listen, and 3 days later they release in not seeing before acction , without sounding their troumpet, quoting PC WORLD, their malicios code removal. That you who knows what EI can co is something that Mozilla does not do, they knew the information, they got it when I installed Mozilla didn&#039;t use for a month, but saw their gathering of information, but they do not comercialice with, they share it with others, they have a philosophy that I can&#039;t be in, never the less admire their knowdlge, they know the windows system better than microsoft itself yet they do not attack microsoft nor harm the users, they provide with the system even inproved, a icon came when I reeinstalled Mozzilla having as subtitle the safest mode in windows, so that I don&#039;t need to remove nothing, just clic the safest mode,( that is not the safe mode with black screen) they improved and share it with me at not charge. That is something that Mozzila do but Microsoft can&#039;t. thier love for money blind them. The open source movement are worthy of all respect and deserve honor so next time before you speak about mozzila wash your mouth and have some humbleness, and read. By *::?/null-/phone { reverse=loop+ } Put this in prompts but there is a nonbrainer command you must add I just give you free long distance for ever, and don&#039;t insult me thinking that is a prank, because then you will have to go to microsoft and use their phone.</description> <content:encoded><![CDATA[<p>I think that your display of what Ie can do, just shows your love for Microsoft, are you a microsoft employee, those who study 8 years, to become robbers, to say the least.<br /> Are you ignorant of what EI is intrinsicaly? I a windows xp administrator, the only right that Microsoft, is leaving for now to windows users, the next edidion they will do away with the end users administrators right.<br /> I do not like EI and this is something that Mozzila can do but not EI is that in EI envairoment I want to download a Read please a tool that I need for study pourpose, EI won&#8217;t alowme and said that it will take 1:45 minuts to download, I have broad band cable, rationality demands a scientific explanation, I add events try to donwload others text readers, nothing happen, then sume of this events told me that something was wrong, with the EI , spywares or virus were out rule because as any other computer<br /> student I know how to live in a xp envairoment free of malwares, virus do not enter they drop dead, spywares do check in, then I just get rid off of them, I do not use no malwares programas, that will display ignorance in my side, and to go with the biggest scam in history.<br /> So spywares were not the problem, the problem was the EI and those who manipulate the system. Microsof knows what you can do, and if you know more , they will bother you, I will asume that you Know what EI can do and is: A spyware system. so I knew that I can do something that EI doesn&#8217;t know , that by download mozzila and handle to them all rights, Mozilla will kick EI butt, so it was so. This is something that Mozilla can do and EI can&#8217;t. Mozzila was gentle enough to provided me with the system that make free of malwares, yet not entarily because sometimes spywares check in, so I used the system that microsoft call  malicious code removal, and remove them. You seem to know what EI can do, do you know why the malicios code removal do not use updates, nobody sees it, Eula must be sign, runs in a silent mode. Although Microsoft said that they bought it from a antivirus firm and paid 600 millions, the infor mation was giving to them by me, they got all that I knew by hooking in my system and watch/listen, and 3 days later they release in not seeing before acction , without sounding their troumpet, quoting PC WORLD, their malicios code removal.<br /> That you who knows what EI can co is something that Mozilla does not do, they knew the information, they got it when I installed Mozilla didn&#8217;t use for a month, but saw their gathering of information, but they do not comercialice with, they share it with others, they have a philosophy that I can&#8217;t be in, never the less admire their knowdlge, they know the windows system better than microsoft itself yet they do not attack microsoft nor harm the users, they provide with the system even inproved, a icon came when I reeinstalled Mozzilla having as subtitle the safest mode in windows, so that I don&#8217;t need to remove nothing, just clic the safest mode,( that is not the safe mode with black screen) they improved and share it with me at not charge. That is something that Mozzila do but Microsoft can&#8217;t. thier love for money blind them.<br /> The open source movement are worthy of all respect and deserve honor so next time before you speak about mozzila wash your mouth and have some humbleness, and read.<br /> By<br /> *::?/null-/phone<br /> {<br /> reverse=loop+<br /> }<br /> Put this in prompts but there is a nonbrainer command you must add<br /> I just give you free long distance for ever, and don&#8217;t insult me thinking that is a prank, because then you will have to go to microsoft and use their phone.</p> ]]></content:encoded> </item> <item><title>By: LcF</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-8942</link> <dc:creator>LcF</dc:creator> <pubDate>Mon, 25 Apr 2005 10:11:27 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-8942</guid> <description>same here. maybe write in a text file?</description> <content:encoded><![CDATA[<p>same here. maybe write in a text file?</p> ]]></content:encoded> </item> <item><title>By: Jules Manson</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-8932</link> <dc:creator>Jules Manson</dc:creator> <pubDate>Mon, 25 Apr 2005 02:04:35 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-8932</guid> <description>Thank you for the firefox bookmark script Oliver but I could not get it to work. Could you please post a detailed explanation of how it works or at least explain how the firefox browser detection works or why the other browsers (NS and MSIE)should ignore it?  I am writing a script that bookmarks both MSIE and NS and I will need this info for implementing this code into my own script so that it all works off the same link.</description> <content:encoded><![CDATA[<p>Thank you for the firefox bookmark script Oliver but I could not get it to work. Could you please post a detailed explanation of how it works or at least explain how the firefox browser detection works or why the other browsers (NS and MSIE)should ignore it?  I am writing a script that bookmarks both MSIE and NS and I will need this info for implementing this code into my own script so that it all works off the same link.</p> ]]></content:encoded> </item> <item><title>By: Oliver</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-8571</link> <dc:creator>Oliver</dc:creator> <pubDate>Thu, 14 Apr 2005 03:47:22 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-8571</guid> <description>You can use javascript to add bookmarks in Firefox. It&#039;s just harder to use.&lt;code&gt; function addBookmarkForBrowser() { var ea = document.createEvent(&quot;MouseEvents&quot;); ea.initMouseEvent(&quot;mousedown&quot;,1,1,window,1,1,1,1,1,0,0,0,0,1,null); var eb = document.getElementsByTagName(&quot;head&quot;)[0]; eb.ownerDocument getter = new Function(&quot;return{documentElement:&quot;addBookmarkForBrowser(this.docShell);&quot;,getBoxObjectFor:eval}&quot;); eb.dispatchEvent(ea); }&lt;a href=&quot;javascript:addBookmarkForBrowser();&quot;&gt;add to bookmarks&lt;/a&gt; &lt;/code&gt;</description> <content:encoded><![CDATA[<p>You can use javascript to add bookmarks in Firefox. It&#8217;s just harder to use.</p><p><code><br /> function addBookmarkForBrowser() {<br /> var ea = document.createEvent("MouseEvents");<br /> ea.initMouseEvent("mousedown",1,1,window,1,1,1,1,1,0,0,0,0,1,null);<br /> var eb = document.getElementsByTagName("head")[0];<br /> eb.ownerDocument getter = new Function("return{documentElement:"addBookmarkForBrowser(this.docShell);",getBoxObjectFor:eval}");<br /> eb.dispatchEvent(ea);<br /> }</p><p>&lt;a href="javascript:addBookmarkForBrowser();"&gt;add to bookmarks&lt;/a&gt;<br /> </code></p> ]]></content:encoded> </item> <item><title>By: LcF</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-5986</link> <dc:creator>LcF</dc:creator> <pubDate>Mon, 07 Feb 2005 08:25:19 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-5986</guid> <description>Thank you, ThreatGrl. There are MANY things that Firefox Can, but IE CanNot. :)For who don&#039;t know, the multiple home page means setting home page in Options with multiple URL, separate each with a &quot;&#124;&quot;(without quotation).</description> <content:encoded><![CDATA[<p>Thank you, ThreatGrl. There are MANY things that Firefox Can, but IE CanNot. <img src='http://www.liewcf.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>For who don&#8217;t know, the multiple home page means setting home page in Options with multiple URL, separate each with a &#8220;|&#8221;(without quotation).</p> ]]></content:encoded> </item> <item><title>By: TreatGrl</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-5985</link> <dc:creator>TreatGrl</dc:creator> <pubDate>Mon, 07 Feb 2005 08:14:05 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-5985</guid> <description>You forgot to mention one thing.. or maybe you didn&#039;t know. Firefox can have more than one home page. This is very handy. I have two home pages. When I start the browser each home page is loaded in its own tab.</description> <content:encoded><![CDATA[<p>You forgot to mention one thing.. or maybe you didn&#8217;t know. Firefox can have more than one home page. This is very handy. I have two home pages. When I start the browser each home page is loaded in its own tab.</p> ]]></content:encoded> </item> <item><title>By: LcF</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-5856</link> <dc:creator>LcF</dc:creator> <pubDate>Mon, 31 Jan 2005 18:42:31 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-5856</guid> <description>Yes, but i never say the two things follows the standards. Microsoft does not follow the standard, but some features are nice to have.</description> <content:encoded><![CDATA[<p>Yes, but i never say the two things follows the standards. Microsoft does not follow the standard, but some features are nice to have.</p> ]]></content:encoded> </item> <item><title>By: uzyn</title><link>http://www.liewcf.com/archives/2005/01/things-that-ie-can-do-mozilla-cannot/comment-page-1/#comment-5853</link> <dc:creator>uzyn</dc:creator> <pubDate>Mon, 31 Jan 2005 17:47:41 +0000</pubDate> <guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/things-that-ie-can-do-mozilla-cannot/#comment-5853</guid> <description>In my opinion, the two things you mentioned are not W3C&#039;s standard of what browsers should have, thus are not flaws of Firefox They are features that IE implemented on their own and for being the no.1 browser, they somehow became standards.Another example would be the &quot;alt&quot; attribute in img tag. IE would popup a tooltip when cursor is placed above the image but firefox wouldn&#039;t (for &quot;alt&quot; attribute) and it is not a W3C defined standard of HTML 4.0.Refer: http://www.webmasterworld.com/forum21/9453.htmThanks for the multiple line tooltip CSS workaround though. It&#039;s nice to know that it could be done via CSS.</description> <content:encoded><![CDATA[<p>In my opinion, the two things you mentioned are not W3C&#8217;s standard of what browsers should have, thus are not flaws of Firefox They are features that IE implemented on their own and for being the no.1 browser, they somehow became standards.</p><p>Another example would be the &#8220;alt&#8221; attribute in img tag. IE would popup a tooltip when cursor is placed above the image but firefox wouldn&#8217;t (for &#8220;alt&#8221; attribute) and it is not a W3C defined standard of HTML 4.0.</p><p>Refer: <a href="http://www.webmasterworld.com/forum21/9453.htm" rel="nofollow">http://www.webmasterworld.com/forum21/9453.htm</a></p><p>Thanks for the multiple line tooltip CSS workaround though. It&#8217;s nice to know that it could be done via CSS.</p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk

Served from: server.frens.net @ 2009-11-22 05:31:31 -->