<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1844388642563270062</id><updated>2012-01-25T10:23:40.163-08:00</updated><title type='text'>Coding view</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://codingview.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://codingview.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Paul</name><uri>http://www.blogger.com/profile/15891054876795761439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1844388642563270062.post-5583328496738833721</id><published>2007-08-15T16:53:00.000-07:00</published><updated>2007-08-29T09:51:10.786-07:00</updated><title type='text'>Web Hosting HOW TO: Save your server AND customer when digg/reddit/slashdot effect hits his/her website</title><content type='html'>So you're running a web hosting business. You have lots of loyal customers, some of them are &lt;a href="http://nsharporg.wordpress.com/2007/08/15/congrats-you-are-on-digg-and-reddit-we-know-this-is-a-special-moment-for-you-and-as-your-web-host-for-the-past-8-years-we-are-going-to-help-you-celebrate-by-killing-your-site/"&gt;with you for the past 8 years&lt;/a&gt;. One of your customers gets lucky - a huge burst of traffic hits his website. If you don't do something quickly, your server will go down pretty soon. What's your call? "Suspend website, of course". WRONG! Get this - almost EVERY webmaster dreams of getting to the front page of digg, reddit or slashdot. If you have a reputation of suspending everyone who gets to the frontpage, you are to be avoided.  Instead, consider other ways to solve this problem. I will share one method with you, we were successfully using it when I was working in one web hosting company a year back. It's a very simple method and takes only a minute to do.&lt;br /&gt;&lt;br /&gt;Your customer's website is dynamic, probably running a heavy script which is why your server can't handle the traffic. You simply need to make it static (not all of the website, just the page which is being hit at the moment).&lt;br /&gt;&lt;br /&gt;So here's how you can do this:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Save your customer's dynamic page (which is under heavy load at the moment)  as a static .html file&lt;/li&gt;&lt;li&gt;Edit your apache config or customer's &lt;span style="font-weight: bold;"&gt;.htaccess&lt;/span&gt; file. You'll need to turn that dynamic page into static one:&lt;br /&gt;instead of opening http://CustomersWebsite.com/index.php?page=AwesomeArticle&lt;br /&gt;it should open http://CustomersWebsite.com/AwesomeArticle_static.html&lt;br /&gt;So when somebody visits this page, static file will be served instead of dynamic even though you see .php in the URL - no php and no MySQL will be touched.&lt;br /&gt;We'll use &lt;span style="font-weight: bold;"&gt;mod_rewrite&lt;/span&gt; for that. Here's what you need to put to .htaccess file:&lt;br /&gt;&lt;blockquote  style="font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;RewriteEngine on&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;RewriteCond %{QUERY_STRING} ^page=AwesomeArticle(.*)$&lt;br /&gt;RewriteRule ^index.php$ &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;AwesomeArticle_static.html&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Save it and watch your server going back to life. All your customer's website is dynamic except this page.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;You can now e-mail your customer informing of what you've done to save his/her website and congratulating on getting to the front page. You have just saved your server and most importantly - your customer!&lt;br /&gt;&lt;br /&gt;Once the traffic gets back to normal, you can remove rewrite rules.&lt;br /&gt;&lt;br /&gt;There are other ways to solve this problem - making a mirror, offloading to other server, etc.. It doesn't matter how you choose to solve this problem as long as you don't suspend website in the most important time of it's life.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Note: this is a repost to my previous article &lt;a href="http://codingview.blogspot.com/2007/06/digg-effect-took-down-your-website-how.html"&gt;"Digg effect took down your website. How to come back online with only a few lines of code."&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;script&gt;reddit_url='http://codingview.blogspot.com/2007/08/web-hosting-how-to-save-your-server-and.html'&lt;/script&gt;&lt;script&gt;reddit_title='Web hosts, you\'re doing it wrong. Here\'s one way to save your server AND your customer\'s website when digg/reddit effect hits'&lt;/script&gt;&lt;script language="javascript" src="http://reddit.com/button.js?t=2"&gt;&lt;/script&gt;&amp;nbsp;&lt;a href="http://digg.com/programming/HOW_TO_Save_your_server_AND_customer_when_the_Digg_effect_hits"&gt;&lt;br /&gt;&lt;img src="http://digg.com/img/badges/91x17-digg-button-alt.png" width="91" height="17" alt="Digg!" style="border-width: 0px;"/&gt;&lt;/a&gt;&lt;span style="line-height: 0px"&gt;&lt;img src="http://sigpoll.com/i/1735i1.gif" border="0" style="border-width:0px; padding:0 0 0 0; spacing:0 0 0 0; line-height: 0px"&gt;&lt;br&gt;&lt;a href="http://sigpoll.com/?1735/1" target="_blank" style="line-height: 0px"&gt;&lt;img src="http://sigpoll.com/i/1735i2.gif"  border="0" style="border-width:0px; padding:0 0 0 0; spacing:0 0 0 0; line-height: 0px"&gt;&lt;/a&gt;&lt;a href="http://sigpoll.com/?1735/2" target="_blank" style="line-height: 0px"&gt;&lt;img src="http://sigpoll.com/i/1735i3.gif"  border="0" style="border-width:0px; padding:0; spacing:0;line-height: 0px"&gt;&lt;/a&gt;&lt;a href="http://sigpoll.com/?1735" target="_blank" style="line-height: 0px"&gt;&lt;img src="http://sigpoll.com/i/1735i4.gif"  border="0" style="border-width:0px; padding:0; spacing:0;line-height: 0px"&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;google_ad_client = "pub-1852068214622502"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_type = "text_image"; google_ad_channel = "0060500662"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "BB3300"; google_color_text = "000000"; google_color_url = "BB3300";&lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1844388642563270062-5583328496738833721?l=codingview.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codingview.blogspot.com/feeds/5583328496738833721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1844388642563270062&amp;postID=5583328496738833721' title='154 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/5583328496738833721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/5583328496738833721'/><link rel='alternate' type='text/html' href='http://codingview.blogspot.com/2007/08/web-hosting-how-to-save-your-server-and.html' title='Web Hosting HOW TO: Save your server AND customer when digg/reddit/slashdot effect hits his/her website'/><author><name>Paul</name><uri>http://www.blogger.com/profile/15891054876795761439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>154</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1844388642563270062.post-7296288952703372159</id><published>2007-07-30T10:50:00.000-07:00</published><updated>2007-07-30T12:11:38.904-07:00</updated><title type='text'>Free services will help you save your time and server resources</title><content type='html'>Once you get a new server, you probably install: webserver (for example, apache, lighttpd), php, MySQL, DNS (bind), email/pop3 server, traffic statistics tool (webalizer, AWStats). If you're trying to save server resources you don't really need to run DNS, e-mail and traffic stats in your server. Outsource. Use free services. That way you can also save your time - not only you won't have to spend your time installing the software, you also won't need to worry about your email server going down or spend several hours trying to figure out how to stop spam you're receiving. So here's how you can do this.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;DNS&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Many of domain registrars (for example, GoDaddy) provide their own DNS services for free. Simply point your nameservers to default registrar nameservers and then use their DNS service to add DNS A record with your web server's IP address. You can do it way more faster than installing your own DNS server and after that you won't have to worry about your DNS service going down.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;E-mail&lt;br /&gt;&lt;/span&gt;You probably have a Gmail account. You can use your domain name for Gmail as well. Try Google Apps. I've been using it for quite a long time and I really enjoy it.&lt;br /&gt;&lt;a href="http://www.google.com/a/"&gt;http://www.google.com/a/&lt;/a&gt;&lt;br /&gt;Once you sign up and add your domain to your Google Hosted account you will have to point DNS MX records to Google's e-mail servers (instruction on how to do that will be provided right after you add and verify your domain). Once you do that, you can enjoy Gmail interface to manage your e-mail.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Traffic stats&lt;br /&gt;&lt;/span&gt;Once again, google comes to the rescue.  Google Analytics will provide very detailed traffic statistics. All you need to do is to register and copy/paste the google analytics code to your website's html.&lt;br /&gt;&lt;a href="http://www.google.com/analytics/"&gt;http://www.google.com/analytics/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope this will help you to save some time and escape from some problems. If you have any questions or suggestions, don't hesitate and use comment section :-)&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;digg_url = 'http://codingview.blogspot.com/2007/07/free-services-will-help-you-save-your.html';&lt;br /&gt;&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script&gt;reddit_url='http://codingview.blogspot.com/2007/07/free-services-will-help-you-save-your.html'&lt;/script&gt;&lt;script&gt;reddit_title='Setting up a server? Save time and server resources by using free services'&lt;/script&gt;&lt;script language="javascript" src="http://reddit.com/button.js?t=2"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;google_ad_client = "pub-1852068214622502"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_type = "text_image"; google_ad_channel = "0060500662"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "BB3300"; google_color_text = "000000"; google_color_url = "BB3300";&lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;Realated posts:&lt;br /&gt;&lt;a href="http://codingview.blogspot.com/2007/06/digg-effect-took-down-your-website-how.html"&gt;Digg/reddit/slashdot effect took down your website. How to come back online with only a few lines of code.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1844388642563270062-7296288952703372159?l=codingview.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codingview.blogspot.com/feeds/7296288952703372159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1844388642563270062&amp;postID=7296288952703372159' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/7296288952703372159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/7296288952703372159'/><link rel='alternate' type='text/html' href='http://codingview.blogspot.com/2007/07/free-services-will-help-you-save-your.html' title='Free services will help you save your time and server resources'/><author><name>Paul</name><uri>http://www.blogger.com/profile/15891054876795761439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1844388642563270062.post-3911084291623614954</id><published>2007-06-19T05:39:00.000-07:00</published><updated>2007-08-29T09:54:48.202-07:00</updated><title type='text'>Digg effect took down your website. How to come back online with only a few lines of code.</title><content type='html'>So you have a really powerful and expensive server but you haven't done any optimizations for your website which is probably a reason why it's down now,  after only 30 diggs. Don't worry, there's a quick fix to it and only takes a couple of minutes to do.&lt;br /&gt;&lt;br /&gt;Your website is dynamic (probably PHP &amp; MySQL). Each time somebody visits a page, your server has to run a php script which would connect to MySQL database and run some queries. Average PHP script would eat so many resourses that without any optimization, Digg Effect would be fatal. But what if instead of that dynamic page you'd have a static .html file there? No need to hit php, no need to hit MySQL - it would run even faster than a script with a really good optimization and much more faster than your current script (maybe up to 50 times, or up to 100 times - depends on how bad is your script) which simply means more visitors can see your page.&lt;br /&gt;&lt;br /&gt;Let's say your URL is: http://MySuperWebsite.com/index.php?page=AwesomeArticle&lt;br /&gt;&lt;br /&gt;So here's how we'll do this:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Save your dynamic page (which is under heavy load at the moment)  as a static .html file&lt;/li&gt;&lt;li&gt;Edit &lt;span style="font-weight: bold;"&gt;.htaccess&lt;/span&gt; file. You'll need to turn your dynamic page into static:&lt;br /&gt;instead of opening http://MySuperWebsite.com/index.php?page=AwesomeArticle&lt;br /&gt;it should open http://MySuperWebsite.com/AwesomeArticle_static.html&lt;br /&gt;So when somebody visits this page, static file will be served instead of dynamic even though you see .php in the URL - no php and no MySQL will be touched.&lt;br /&gt;We'll use &lt;span style="font-weight: bold;"&gt;mod_rewrite&lt;/span&gt; for that. Here's what you need to put to your .htaccess file:&lt;br /&gt;&lt;blockquote  style="font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;RewriteEngine on&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;RewriteCond %{QUERY_STRING} ^page=AwesomeArticle(.*)$&lt;br /&gt;RewriteRule ^index.php$ &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;AwesomeArticle_static.html&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Save it and watch your website getting back online. All your website is dynamic except this page. This is just a temporary fix. You can now focus on optimizing your scripts.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;digg_url = 'http://codingview.blogspot.com/2007/06/digg-effect-took-down-your-website-how.html';&lt;br /&gt;&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&amp;nbsp;&lt;script&gt;reddit_url='http://codingview.blogspot.com/2007/06/digg-effect-took-down-your-website-how.html'&lt;/script&gt;&lt;script&gt;reddit_title='HOW TO: Survive digg/reddit effect with only a few lines of code'&lt;/script&gt;&lt;script language="javascript" src="http://reddit.com/button.js?t=2"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://sigpoll.com/i/1735i1.gif" border="0" style="border-width:0px; padding:0; spacing:0;"&gt;&lt;br&gt;&lt;a href="http://sigpoll.com/?1735/1" target="_blank"&gt;&lt;img src="http://sigpoll.com/i/1735i2.gif"  border="0" style="border-width:0px; padding:0; spacing:0;"&gt;&lt;/a&gt;&lt;a href="http://sigpoll.com/?1735/2" target="_blank"&gt;&lt;img src="http://sigpoll.com/i/1735i3.gif"  border="0" style="border-width:0px; padding:0; spacing:0;"&gt;&lt;/a&gt;&lt;a href="http://sigpoll.com/?1735" target="_blank"&gt;&lt;img src="http://sigpoll.com/i/1735i4.gif"  border="0" style="border-width:0px; padding:0; spacing:0;"&gt;&lt;/a&gt;Put a Poll in your Sig - &lt;a href="http://sigpoll.com"&gt;SigPoll&lt;/a&gt;.&lt;br&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;google_ad_client = "pub-1852068214622502"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_type = "text_image"; google_ad_channel = "0060500662"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "BB3300"; google_color_text = "000000"; google_color_url = "BB3300";&lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1844388642563270062-3911084291623614954?l=codingview.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codingview.blogspot.com/feeds/3911084291623614954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1844388642563270062&amp;postID=3911084291623614954' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/3911084291623614954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/3911084291623614954'/><link rel='alternate' type='text/html' href='http://codingview.blogspot.com/2007/06/digg-effect-took-down-your-website-how.html' title='Digg effect took down your website. How to come back online with only a few lines of code.'/><author><name>Paul</name><uri>http://www.blogger.com/profile/15891054876795761439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1844388642563270062.post-2293598565042378313</id><published>2007-05-11T06:23:00.000-07:00</published><updated>2008-12-10T00:54:27.901-08:00</updated><title type='text'>Firefox vs Opera flame war expands to a higher (and expensive) level</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_qX2Is8zKH1g/RkR6jBi3dKI/AAAAAAAAABU/8E0ioAL9HkI/s1600-h/paidad2.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_qX2Is8zKH1g/RkR6jBi3dKI/AAAAAAAAABU/8E0ioAL9HkI/s400/paidad2.jpg" alt="" id="BLOGGER_PHOTO_ID_5063306623199966370" border="0" /&gt;&lt;/a&gt;What happens when some people in the forum tries to prove that one browser is better than other? Yeah - a flame war. But what happens when a simple flame war is not enough? The war expands to a higher level - forum AD system.  Expensive conversation continues there.&lt;br /&gt;&lt;br /&gt;This story happened in Lithuanian webmaster forum &lt;a href="http://www.uzdarbis.lt/"&gt;uzdarbis.lt&lt;/a&gt;. Ordinary discussion about web browsers developed into ordinary flame war. But one of Opera fans was not happy about visibility of his posts and decided to buy ad space in the same forum. He ordered many text ads supporting Opera. Few examples here:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;"&lt;/span&gt;&lt;span&gt;Forget firefox with new Opera Browser :-) For free&lt;/span&gt;&lt;span&gt;"&lt;/span&gt;. Ad link goes to opera download page.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR0ghi3dBI/AAAAAAAAAAM/70P3qfxkJYM/s1600-h/forget_firefox.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR0ghi3dBI/AAAAAAAAAAM/70P3qfxkJYM/s320/forget_firefox.gif" alt="" id="BLOGGER_PHOTO_ID_5063299983180526610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"Don't click. Unless you want to make your life easier with Opera"&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR0-hi3dCI/AAAAAAAAAAU/sf1w-t6psGo/s1600-h/dont_click_opera.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR0-hi3dCI/AAAAAAAAAAU/sf1w-t6psGo/s320/dont_click_opera.gif" alt="" id="BLOGGER_PHOTO_ID_5063300498576602146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;These two doesn't need translation&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qX2Is8zKH1g/RkR1axi3dDI/AAAAAAAAAAc/V7RSUCPdJ_8/s1600-h/abcde_opera.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_qX2Is8zKH1g/RkR1axi3dDI/AAAAAAAAAAc/V7RSUCPdJ_8/s320/abcde_opera.gif" alt="" id="BLOGGER_PHOTO_ID_5063300983907906610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR1zhi3dFI/AAAAAAAAAAs/X-qhLKrd514/s1600-h/opera_opera_opera.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR1zhi3dFI/AAAAAAAAAAs/X-qhLKrd514/s320/opera_opera_opera.gif" alt="" id="BLOGGER_PHOTO_ID_5063301409109668946" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And so on. There were just too many ads about Opera. Firefox fans were not happy about it. They responded in buying ads bashing Opera like "&lt;span style="font-weight: bold;"&gt;Opera? Fat ladies singing? Get Firefox.&lt;/span&gt;", however I can't find that ad now (there are just too many ads in the rotator at the moment). Few more examples:&lt;br /&gt;&lt;br /&gt;"Scientists proved: Firefox is good for you. Opera was created by green aliens as a tool to rule the world."&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_qX2Is8zKH1g/RkR3LRi3dHI/AAAAAAAAAA8/z9RLa2wKCCY/s1600-h/Science_proved.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_qX2Is8zKH1g/RkR3LRi3dHI/AAAAAAAAAA8/z9RLa2wKCCY/s320/Science_proved.gif" alt="" id="BLOGGER_PHOTO_ID_5063302916643189874" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;"Opera experience - as bad as eating snot. Use Firefox."&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_qX2Is8zKH1g/RkR8nBi3dLI/AAAAAAAAABc/h1XESHjlp5w/s1600-h/snivel.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_qX2Is8zKH1g/RkR8nBi3dLI/AAAAAAAAABc/h1XESHjlp5w/s400/snivel.gif" alt="" id="BLOGGER_PHOTO_ID_5063308890942698674" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;"Real men use Firefox". Simple as that.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR3Ghi3dGI/AAAAAAAAAA0/4zGSIJDnHMk/s1600-h/real_man_use_firefox.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_qX2Is8zKH1g/RkR3Ghi3dGI/AAAAAAAAAA0/4zGSIJDnHMk/s320/real_man_use_firefox.gif" alt="" id="BLOGGER_PHOTO_ID_5063302835038811234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Flame war goes on, flooding the ad system. Seems like some Opera/Firefox fans like their browsers and hate other browsers so much that they don't mind spending money just to show their dedication. What's next?&lt;br&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;digg_url = 'http://codingview.blogspot.com/2007/05/firefox-vs-opera-flame-war-expands-to.html';&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1844388642563270062-2293598565042378313?l=codingview.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codingview.blogspot.com/feeds/2293598565042378313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1844388642563270062&amp;postID=2293598565042378313' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/2293598565042378313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1844388642563270062/posts/default/2293598565042378313'/><link rel='alternate' type='text/html' href='http://codingview.blogspot.com/2007/05/firefox-vs-opera-flame-war-expands-to.html' title='Firefox vs Opera flame war expands to a higher (and expensive) level'/><author><name>Paul</name><uri>http://www.blogger.com/profile/15891054876795761439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_qX2Is8zKH1g/RkR6jBi3dKI/AAAAAAAAABU/8E0ioAL9HkI/s72-c/paidad2.jpg' height='72' width='72'/><thr:total>6</thr:total></entry></feed>
