nddrylliog_pismo 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. data/.document +5 -0
  2. data/.gitignore +29 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +23 -0
  5. data/NOTICE +4 -0
  6. data/README.markdown +131 -0
  7. data/Rakefile +72 -0
  8. data/bin/pismo +45 -0
  9. data/lib/pismo.rb +82 -0
  10. data/lib/pismo/document.rb +67 -0
  11. data/lib/pismo/external_attributes.rb +14 -0
  12. data/lib/pismo/internal_attributes.rb +316 -0
  13. data/lib/pismo/reader.rb +19 -0
  14. data/lib/pismo/reader/base.rb +259 -0
  15. data/lib/pismo/reader/cluster.rb +171 -0
  16. data/lib/pismo/reader/tree.rb +154 -0
  17. data/lib/pismo/stopwords.txt +1002 -0
  18. data/lib/pismo/version.rb +3 -0
  19. data/pismo.gemspec +30 -0
  20. data/test/corpus/bbcnews.html +2131 -0
  21. data/test/corpus/bbcnews2.html +1575 -0
  22. data/test/corpus/briancray.html +269 -0
  23. data/test/corpus/cant_read.html +426 -0
  24. data/test/corpus/factor.html +1362 -0
  25. data/test/corpus/gmane.html +138 -0
  26. data/test/corpus/huffington.html +2932 -0
  27. data/test/corpus/metadata_expected.yaml +72 -0
  28. data/test/corpus/metadata_expected.yaml.old +122 -0
  29. data/test/corpus/queness.html +919 -0
  30. data/test/corpus/reader_expected.yaml +39 -0
  31. data/test/corpus/readers/cluster_expected.yaml +45 -0
  32. data/test/corpus/readers/tree_expected.yaml +55 -0
  33. data/test/corpus/rubyinside.html +318 -0
  34. data/test/corpus/rww.html +1351 -0
  35. data/test/corpus/spolsky.html +298 -0
  36. data/test/corpus/techcrunch.html +1285 -0
  37. data/test/corpus/tweet.html +360 -0
  38. data/test/corpus/youtube.html +2348 -0
  39. data/test/corpus/zefrank.html +535 -0
  40. data/test/helper.rb +15 -0
  41. data/test/test_corpus.rb +54 -0
  42. data/test/test_pismo_document.rb +34 -0
  43. metadata +156 -0
@@ -0,0 +1,298 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
+
8
+ <meta name="description" content="Haven’t mastered the basics of Unicode and character sets? Please don’t write another line of code until you’ve read this article." />
9
+
10
+ <meta name="generator" content="Fog Creek CityDesk 3.0.0" />
11
+ <meta name="citydesk" content="B9027863/614" />
12
+ <title>The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) - Joel on Software</title>
13
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
14
+ <link rel="stylesheet" type="text/css" href="/StyleSheets/item.css" />
15
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.joelonsoftware.com/rss.xml" />
16
+ <script type="text/javascript" src="http://www.google.com/jsapi"></script>
17
+ <script type="text/javascript">
18
+ google.load("jquery", "1.3.2");
19
+ google.setOnLoadCallback(function() {
20
+ $("#job")
21
+ .animate({ opacity: 0.2 }, 100)
22
+ .animate({ height: 'show', opacity: 1.0 }, 500);
23
+ });
24
+ </script>
25
+ </head>
26
+
27
+ <body style="background-color:rgb(245,244,223); text-align:center;">
28
+
29
+ <div style="text-align:left; margin: 0px auto; width: 898px;">
30
+
31
+ <div style="background-image:url(/i/newdesign-top.png); width:898px; height:87px;"></div>
32
+ <div style="background-image:url(/i/newdesign-middle.png); background-repeat: repeat-y; width:898px;">
33
+
34
+ <div style="width:780px; padding:10px 3em 1em 5em; margin: 0; text-align: left;">
35
+
36
+ <a href="http://www.joelonsoftware.com/">
37
+ <img src="/i/newdesign-header.jpg"
38
+ style="width:804px; height:298px; position:relative; top: -47px; left:-32px;"
39
+ border="0"
40
+ title="Joel on Software"
41
+ alt="[A picture of private offices at Fog Creek Software]"/>
42
+ </a>
43
+
44
+
45
+
46
+ <blockquote class="jobAd" id="job" style="display:none; top: -47px; border-width-top: 0px; left: -38px;">
47
+
48
+
49
+ <strong>Wanted:</strong> <a href="http://jobs.joelonsoftware.com/?6357">Software Engineer, Decision Management Systems
50
+ at Charles River Analytic Inc.</a> (Cambridge, MA 02138).
51
+ See this and other great job listings on
52
+ <a href="http://jobs.joelonsoftware.com">the jobs page</a>.
53
+
54
+
55
+ <div style="background-color: #fff; margin: 10px 0px; padding: 3px 6px; border-width: 1px; border-style: solid; border-color: #aaa #eee #eee #aaa;">
56
+
57
+ <a href="http://careers.stackoverflow.com/">File a CV</a>
58
+ and let the great jobs come to you!
59
+
60
+ </div>
61
+
62
+ <center>
63
+ <a href="http://careers.stackoverflow.com/">
64
+ <img src="/i/stackoverflowcareers.png" border="0" alt="Stack Overflow Careers" />
65
+ </a>
66
+ </center>
67
+
68
+ </blockquote>
69
+
70
+ <div style="width:500px">
71
+
72
+ <h1>
73
+ <a href="http://www.joelonsoftware.com/">Joel on Software</a>
74
+ </h1>
75
+
76
+ <h2>The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)</h2>
77
+
78
+ <div class="author">by Joel Spolsky</div>
79
+
80
+
81
+ <div class="date">Wednesday, October 08, 2003</div>
82
+
83
+ <p>Ever wonder about that mysterious Content-Type tag? You know, the one you're supposed to put in HTML and you never quite know what it should be?</p>
84
+
85
+ <p>Did you ever get an email from your friends in Bulgaria with the subject line "???? ?????? ??? ????"?</p>
86
+
87
+ <p><img style="MARGIN-LEFT: 5px" border="0" alt="" align="right" src="/pictures/unicode/ibm.jpg" width="150" height="143" />I've been dismayed to discover just how many software developers aren't really completely up to speed on the mysterious world of character sets, encodings, Unicode, all that stuff. A couple of years ago, a beta tester for <a href="http://www.fogcreek.com/FogBUGZ">FogBUGZ</a> was wondering whether it could handle incoming email in Japanese. Japanese? They have email in Japanese? I had no idea. When I looked closely at the commercial ActiveX control we were using to parse MIME email messages, we discovered it was doing exactly the wrong thing with character sets, so we actually had to write heroic code to undo the wrong conversion it had done and redo it correctly. When I looked into another commercial library, it, too, had a completely broken character code implementation. I corresponded with the developer of that package and he sort of thought they "couldn't do anything about it." Like many programmers, he just wished it would all blow over somehow.</p>
88
+
89
+ <p>But it won't. When I discovered that the popular web development tool PHP has almost <a href="http://ca3.php.net/manual/en/language.types.string.php">complete ignorance of character encoding issues</a>, blithely using 8 bits for characters, making it darn near impossible to develop good international web applications, I thought, <em>enough is enough</em>.</p>
90
+
91
+ <p>So I have an announcement to make: if you are a programmer working in 2003 and you don't know the basics of characters, character sets, encodings, and Unicode, and I <em>catch</em> you, I'm going to punish you by making you peel onions for 6 months in a submarine. I swear I will.</p>
92
+
93
+ <p>And one more thing:</p>
94
+
95
+ <p align="center"><strong>IT'S NOT THAT HARD.</strong></p>
96
+
97
+ <p align="left">In this article I'll fill you in on exactly what <em>every working programmer</em> should know. All that stuff about "plain text = ascii = characters are 8 bits" is not only wrong, it's hopelessly wrong, and if you're still programming that way, you're not much better than a medical doctor who doesn't believe in germs. Please do not write another line of code until you finish reading this article.</p>
98
+
99
+ <p align="left">Before I get started, I should warn you that if you are one of those rare people who knows about internationalization, you are going to find my entire discussion a little bit oversimplified. I'm really just trying to set a minimum bar here so that everyone can understand what's going on and can write code that has a <em>hope</em> of working with text in any language other than the subset of English that doesn't include words with accents. And I should warn you that character handling is only a tiny portion of what it takes to create software that works internationally, but I can only write about one thing at a time so today it's character sets.</p>
100
+
101
+ <p><strong><font size="4">A Historical Perspective</font></strong></p>
102
+
103
+ <p>The easiest way to understand this stuff is to go chronologically.</p>
104
+
105
+ <p>You probably think I'm going to talk about very old character sets like EBCDIC here. Well, I won't. EBCDIC is not relevant to your life. We don't have to go that far back in time.</p>
106
+
107
+ <p><img style="MARGIN-LEFT: 5px" border="0" alt="ASCII table" align="right" src="/pictures/unicode/ascii.png" width="274" height="146" />Back in the semi-olden days, when Unix was being invented and K&amp;R were writing <a href="http://cm.bell-labs.com/cm/cs/cbook/">The C Programming Language</a>, everything was very simple. EBCDIC was on its way out. The only characters that mattered were good old unaccented English letters, and we had a code for them called <a href="http://www.robelle.com/library/smugbook/ascii.html">ASCII</a> which was able to represent every character using a number between 32 and 127. Space was 32, the letter "A" was 65, etc. This could conveniently be stored in 7 bits. Most computers in those days were using 8-bit bytes, so not only could you store every possible ASCII character, but you had a whole bit to spare, which, if you were wicked, you could use for your own devious purposes: the dim bulbs at WordStar actually turned on the high bit to indicate the last letter in a word, condemning WordStar to English text only. Codes below 32 were called <em>unprintable</em> and were used for cussing. Just kidding. They were used for control characters, like 7 which made your computer beep and 12 which caused the current page of paper to go flying out of the printer and a new one to be fed in.</p>
108
+
109
+ <p>And all was good, assuming you were an English speaker.</p>
110
+
111
+ <p><img style="MARGIN-LEFT: 5px" border="0" alt="" align="right" src="/pictures/unicode/oem.png" width="271" height="209" />Because bytes have room for up to eight bits, lots of people got to thinking, "gosh, we can use the codes 128-255 for our own purposes." The trouble was, <em>lots</em> of people had this idea at the same time, and they had their own ideas of what should go where in the space from 128 to 255. The IBM-PC had something that came to be known as the OEM character set which provided some accented characters for European languages and <a href="http://www.jimprice.com/ascii-dos.gif">a bunch of line drawing characters</a>... horizontal bars, vertical bars, horizontal bars with little dingle-dangles dangling off the right side, etc., and you could use these line drawing characters to make spiffy boxes and lines on the screen, which you can still see running on the 8088 computer at your dry cleaners'. In fact&nbsp;
112
+ as soon as people started buying PCs outside of America all kinds of different OEM character sets were dreamed up, which all used the top 128 characters for their own purposes. For example on some PCs the character code 130 would display as é, but on computers sold in Israel it was the Hebrew letter Gimel (<img border="0" alt="ג" src="/pictures/unicode/gimel.png" width="5" height="9" />), so when Americans would send their résumés to Israel they would arrive as <NOBR>r<img style="MARGIN-RIGHT: 2px" border="0" alt="ג" src="/pictures/unicode/gimel.png" width="5" height="9" />sum<img style="MARGIN-RIGHT: 2px" border="0" alt="ג" src="/pictures/unicode/gimel.png" width="5" height="9" />s.</NOBR> In many cases, such as Russian, there were lots of different ideas of what to do with the upper-128 characters, so you couldn't even reliably interchange Russian documents.</p>
113
+
114
+ <p>Eventually this OEM free-for-all got codified in the ANSI standard. In the ANSI standard, everybody agreed on what to do below 128, which was pretty much the same as ASCII, but there were lots of different ways to handle the characters from 128 and on up, depending on where you lived. These different systems were called <em><a href="http://www.i18nguy.com/unicode/codepages.html#msftdos">code pages</a></em>. So for example in Israel DOS used a code page called 862, while Greek users used 737. They were the same below 128 but different from 128 up, where all the funny letters resided. The national versions of MS-DOS had dozens of these code pages, handling everything from English to Icelandic and they even had a few "multilingual" code pages that could do Esperanto and Galician <em>on the same computer! Wow!</em> But getting, say, Hebrew and Greek on the same computer was a complete impossibility unless you wrote your own custom program that displayed everything using bitmapped graphics, because Hebrew and Greek required different code pages with different interpretations of the high numbers.</p>
115
+
116
+ <p>Meanwhile, in Asia, even more crazy things were going on to take into account the fact that Asian alphabets have thousands of letters, which were never going to fit into 8 bits. This was usually solved by the messy system called DBCS, the "double byte character set" in which <em>some</em> letters were stored in one byte and others took two. It was easy to move forward in a string, but dang near impossible to move backwards. Programmers were encouraged not to use s++ and s-- to move backwards and forwards, but instead to call functions such as Windows' AnsiNext and AnsiPrev which knew how to deal with the whole mess.</p>
117
+
118
+ <p>But still, most people just pretended that a byte was a character and a character was 8 bits and as long as you never moved a string from one computer to another, or spoke more than one language, it would sort of always work. But of course, as soon as the Internet happened, it became quite commonplace to move strings from one computer to another, and the whole mess came tumbling down. Luckily, Unicode had been invented.</p>
119
+
120
+ <p><strong><font size="4">Unicode</font></strong></p>
121
+
122
+ <p>Unicode was a brave effort to create a single character set that included every reasonable writing system on the planet and some make-believe ones like Klingon, too. Some people are under the misconception that Unicode is simply a 16-bit code where each character takes 16 bits and therefore there are 65,536 possible characters. <strong>This is not, actually, correct.</strong> It is the single most common myth about Unicode, so if you thought that, don't feel bad.</p>
123
+
124
+ <p>In fact, Unicode has a different way of thinking about characters, and you have to understand the Unicode way of thinking of things or nothing will make sense.</p>
125
+
126
+ <p>Until now, we've assumed that a letter maps to some bits which you can store on disk or in memory:</p>
127
+
128
+ <p>A -&gt; 0100 0001</p>
129
+
130
+ <p>In Unicode, a letter maps to something called a <em>code point</em> which is still just a theoretical concept. How that code point is represented in memory or on disk is a whole nuther story.</p>
131
+
132
+ <p>In Unicode, the letter A is a platonic ideal. It's just floating in heaven:</p>
133
+
134
+ <p align="center"><font size="6">A</font></p>
135
+
136
+ <p>This platonic <font size="6">A</font> is different than <font size="6">B</font>, and different from <font size="6">a</font>, but the same as <font size="6" face="arial,helvetica,sans serif">A</font> and <i><b><font size="6">A</font></b></i> and A. The idea that A in a Times New Roman font is the same character as the A in a Helvetica font, but <em>different</em> from "a" in lower case, does not seem very controversial, but in some languages just figuring out what a letter <em>is</em> can cause controversy. Is the German letter ß a real letter or just a fancy way of writing ss? If a letter's shape changes at the end of the word, is that a different letter? Hebrew says yes, Arabic says no. Anyway, the smart people at the Unicode consortium have been figuring this out for the last decade or so, accompanied by a great deal of highly political debate, and you don't have to worry about it. They've figured it all out already.</p>
137
+
138
+ <p>Every platonic letter in every alphabet is assigned a magic number by the Unicode consortium which is written like this: <strong>U+0639</strong>.&nbsp; This magic number is called a <em>code point</em>. The U+ means "Unicode" and the numbers are hexadecimal. <strong>U+0639</strong> is the Arabic letter Ain. The English letter A would be <strong>U+0041</strong>. You can find them all using the <strong>charmap</strong> utility on Windows 2000/XP or visiting <a href="http://www.unicode.org/">the Unicode web site</a>.</p>
139
+
140
+ <p>There is no real limit on the number of letters that Unicode can define and in fact they have gone beyond 65,536 so not every unicode letter can really be squeezed into two bytes, but that was a myth anyway.</p>
141
+
142
+ <p>OK, so say we have a string:</p>
143
+
144
+ <p align="center"><strong>Hello</strong></p>
145
+
146
+ <p>which, in Unicode, corresponds to these five code points:</p>
147
+
148
+ <p align="center">U+0048 U+0065 U+006C U+006C U+006F.</p>
149
+
150
+ <p>Just a bunch of code points. Numbers, really. We haven't yet said anything about how to store this in memory or represent it in an email message.</p>
151
+
152
+ <p><strong><font size="4">Encodings</font></strong></p>
153
+
154
+ <p>That's where <em>encodings</em> come in.</p>
155
+
156
+ <p>The earliest idea for Unicode encoding, which led to the myth about the two bytes, was, hey, let's just store those numbers in two bytes each. So Hello becomes</p>
157
+
158
+ <p align="center">00 48 00 65 00 6C 00 6C 00 6F</p>
159
+
160
+ <p>Right? Not so fast! Couldn't it also be:</p>
161
+
162
+ <p align="center">48 00 65 00 6C 00 6C 00 6F 00 ?</p>
163
+
164
+ <p>Well, technically, yes, I do believe it could, and, in fact, early implementors wanted to be able to store their Unicode code points in high-endian or low-endian mode, whichever their particular CPU was fastest at, and lo, it was evening and it was morning and there were already <em>two</em> ways to store Unicode. So the people were forced to come up with the bizarre convention of storing a FE FF at the beginning of every Unicode string; this is called a <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/unicode_42jv.asp">Unicode Byte Order Mark</a> and if you are swapping your high and low bytes it will look like a FF FE and the person reading your string will know that they have to swap every other byte. Phew. Not every Unicode string in the wild has a byte order mark at the beginning.</p>
165
+
166
+ <p align="center"><img border="0" alt="" src="/pictures/unicode/hummers.jpg" width="390" height="61" /></p>
167
+
168
+ <p>For a while it seemed like that might be good enough, but programmers were complaining. "Look at all those zeros!" they said, since they were Americans and they were looking at English text which rarely used code points above U+00FF. Also they were liberal hippies in California who wanted to <em>conserve (sneer)</em>. If they were Texans they wouldn't have minded guzzling twice the number of bytes. But those Californian wimps couldn't bear the idea of <em>doubling</em> the amount of storage it took for strings, and anyway, there were already all these doggone documents out there using various ANSI and DBCS character sets and who's going to convert them all? <em>Moi?</em> For this reason alone most people decided to ignore Unicode for several years and in the meantime things got worse.</p>
169
+
170
+ <p>Thus was <a href="http://www.cl.cam.ac.uk/~mgk25/ucs/utf-8-history.txt">invented</a>&nbsp;the brilliant concept of <a href="http://www.utf-8.com/">UTF-8</a>. UTF-8 was another system for storing your string of Unicode code points, those magic U+ numbers, in memory using 8 bit bytes. In UTF-8, every code point from 0-127 is stored <em>in a single byte</em>. Only code points 128 and above are stored using 2, 3, in fact, up to 6 bytes.</p>
171
+ <p align="center"><img border="1" alt="How UTF-8 works" src="/pictures/unicode/utf8.png" width="400" height="63" /></p>
172
+
173
+ <p>This has the neat side effect that English text looks <em>exactly the same in UTF-8 as it did in ASCII,</em> so Americans don't even notice anything wrong. Only the rest of the world has to jump through hoops. Specifically, <strong>Hello</strong>, which was U+0048 U+0065 U+006C U+006C U+006F, will be stored as 48 65 6C 6C 6F, which, behold! is the same as it was stored in ASCII, and ANSI, and every OEM character set on the planet. Now, if you are so bold as to use accented letters or Greek letters or Klingon letters, you'll have to use several bytes to store a single code point, but the Americans will never notice. (UTF-8 also has the nice property that ignorant old string-processing code that wants to use a single 0 byte as the null-terminator will not truncate strings).</p>
174
+
175
+ <p>So far I've told you <em>three</em> ways of encoding Unicode. The traditional store-it-in-two-byte methods are called UCS-2 (because it has two bytes) or UTF-16 (because it has 16 bits), and you still have to figure out if it's high-endian UCS-2 or low-endian UCS-2. And there's the popular new UTF-8 <a href="http://www.zvon.org/tmRFC/RFC2279/Output/chapter2.html">standard</a> which has the nice property of also working respectably if you have the happy coincidence of English text and braindead programs that are completely unaware that there is anything other than ASCII.</p>
176
+
177
+ <p>There are actually a bunch of other ways of encoding Unicode. There's something called UTF-7, which is a lot like UTF-8 but guarantees that the high bit will always be zero, so that if you have to pass Unicode through some kind of draconian police-state email system that thinks 7 bits are <em>quite enough, thank you</em> it can still squeeze through unscathed. There's UCS-4, which stores each code point in 4 bytes, which has the nice property that every single code point can be stored in the same number of bytes, but, golly, even the Texans wouldn't be so bold as to waste <em>that</em> much memory.</p>
178
+
179
+ <p>And in fact now that you're thinking of things in terms of platonic ideal letters which are represented by Unicode code points, those unicode code points can be encoded in any old-school encoding scheme, too! For example, you could encode the Unicode string for Hello (U+0048 U+0065 U+006C U+006C U+006F) in ASCII, or the old OEM Greek Encoding, or the Hebrew ANSI Encoding, or any of several hundred encodings that have been invented so far, <em>with one catch:</em> some of the letters might not show up! If there's no equivalent for the Unicode code point you're trying to represent in the encoding you're trying to represent it in, you usually get a little question mark: ? or, if you're <em>really</em> good, a box. Which did you get? -&gt; �</p>
180
+
181
+ <p>There are hundreds of traditional encodings which can only store <em>some</em> code points correctly and change all the other code points into question marks. Some popular encodings of English text are Windows-1252 (the Windows 9x standard for Western European languages) and&nbsp;<a href="http://www.htmlhelp.com/reference/charset/">ISO-8859-1</a>, aka Latin-1 (also useful for any Western European language). But try to store Russian or Hebrew letters in these encodings and you get a bunch of question marks. UTF 7, 8, 16, and 32 all have the nice property of being able to store <em>any</em> code point correctly.</p>
182
+
183
+ <p><strong><font size="4">The Single Most Important Fact About Encodings</font></strong></p>
184
+
185
+ <p>If you completely forget everything I just explained, please remember one extremely important fact. <strong>It does not make sense to have a string without knowing what encoding it uses</strong>. You can no longer stick your head in the sand and pretend that "plain" text is ASCII.</p>
186
+
187
+ <p align="center"><strong><u>There Ain't No Such Thing As Plain Text.</u></strong></p>
188
+
189
+ <p>If you have a string, in memory, in a file, or in an email message, you have to know what encoding it is in or you cannot interpret it or display it to users correctly.</p>
190
+
191
+ <p>Almost every stupid "my website looks like gibberish" or "she can't read my emails when I use accents" problem comes down to one naive programmer who didn't understand the simple fact that if you don't tell me whether a particular string is encoded using UTF-8 or ASCII or ISO 8859-1 (Latin 1) or Windows 1252 (Western European), you simply cannot display it correctly or even figure out where it ends. There are over a hundred encodings and above code point 127, all bets are off.</p>
192
+
193
+ <p>How do we preserve this information about what encoding a string uses? Well, there are standard ways to do this. For an email message, you are expected to have a string in the header of the form</p>
194
+
195
+ <blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
196
+
197
+ <p><strong>Content-Type: text/plain;&nbsp;charset="UTF-8"</strong></p>
198
+ </blockquote>
199
+
200
+ <p>For a web page, the original idea was that the web server would return a similar <strong>Content-Type</strong> http header along with the web page itself -- not in the HTML itself, but as one of the response headers that are sent before the HTML page.&nbsp;</p>
201
+
202
+ <p>This causes problems. Suppose you have a big web server with lots of sites and hundreds of pages contributed by lots of people in lots of different languages and all using whatever encoding their copy of Microsoft FrontPage saw fit to generate. The web server itself wouldn't really <em>know</em> what encoding each file was written in, so it couldn't send the Content-Type header.</p>
203
+
204
+ <p>It would be convenient if you could put the Content-Type of the HTML file right in the HTML file itself, using some kind of special tag. Of course this drove purists crazy... how can you <em>read</em> the HTML file until you know what encoding it's in?! Luckily, almost every encoding in common use does the same thing with characters between 32 and 127, so you can always get this far on the HTML page without starting to use funny letters:</p>
205
+
206
+ <blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
207
+
208
+ <p><strong>&lt;html&gt;<br />
209
+ &lt;head&gt;<br />
210
+ <!--StartFragment --></strong><strong>&lt;<span class="start-tag">meta</span> <span class="attribute-name">http-equiv</span>=<span class="attribute-value">"Content-Type"</span> <span class="attribute-name">content</span>=<span class="attribute-value">"text/html; charset=utf-8"</span>&gt;</strong></p>
211
+ </blockquote>
212
+
213
+ <p>But that meta tag really has to be the very first thing in the &lt;head&gt; section because as soon as the web browser sees this tag it's going to stop parsing the page and start over after reinterpreting the whole page using the encoding you specified.</p>
214
+
215
+ <p>What do web browsers do if they don't find any Content-Type, either in the http headers or the meta tag? Internet Explorer actually does something quite interesting: it tries to guess, based on the frequency in which various bytes appear in typical text in typical encodings of various languages, what language and encoding was used. Because the various old 8 bit code pages tended to put their national letters in different ranges between 128 and 255, and because every human language has a different characteristic histogram of letter usage, this actually has a chance of working. It's truly weird, but it does seem to work often enough that naïve web-page writers who never knew they needed a Content-Type header look at their page in a web browser and it <em>looks ok</em>, until one day, they write something that doesn't exactly conform to the letter-frequency-distribution of their native language, and Internet Explorer decides it's Korean and displays it thusly, proving, I think, the point that Postel's Law about being "conservative in what you emit and liberal in what you accept" is quite frankly not a good engineering principle. Anyway, what does the poor reader of this website, which was written in Bulgarian but appears to be Korean (and not even cohesive Korean), do? He uses the View | Encoding menu and tries a bunch of different encodings (there are at least a dozen for Eastern European languages) until the picture comes in clearer. If he knew to do that, which most people don't.</p>
216
+
217
+ <p align="center"><img border="0" alt="" src="/pictures/unicode/rose.jpg" width="300" height="225" /></p>
218
+
219
+ <p>For the latest version of <a href="http://www.fogcreek.com/CityDesk">CityDesk</a>, the web site management software published by <a href="http://www.fogcreek.com/">my company</a>, we decided to do everything internally in UCS-2 (two byte) Unicode, which is what Visual Basic, COM, and Windows NT/2000/XP use as their native string type. In C++ code we just declare strings as <strong>wchar_t</strong> ("wide char") instead of <strong>char</strong> and use the <strong>wcs</strong> functions instead of the <strong>str</strong> functions (for example <strong>wcscat</strong> and <strong>wcslen</strong> instead of <strong>strcat</strong> and <strong>strlen</strong>). To create a literal UCS-2 string in C code you just put an L before it as so: <strong>L"Hello"</strong>.</p>
220
+
221
+ <p>When CityDesk publishes the web page, it converts it to UTF-8 encoding, which has been well supported by web browsers for many years. That's the way all <a href="http://www.joelonsoftware.com/navLinks/OtherLanguages.html">29 language versions</a> of <em>Joel on Software</em> are encoded and I have not yet heard a single person who has had any trouble viewing them.</p>
222
+
223
+ <p>This article is getting rather long, and I can't possibly cover everything there is to know about character encodings and Unicode, but I hope that if you've read this far, you know enough to go back to programming, using antibiotics instead of leeches and spells, a task to which I will leave you now.</p>
224
+ <br clear="all" />
225
+ <blockquote class="textmessage">
226
+ <a title="FogBugz 7" href="http://www.fogcreek.com/Jobs/SummerIntern.html"><img border="0" align="right" src="/i/kiwiCollege.png" /></a>
227
+ College students: my company has paid
228
+ <a href="http://www.fogcreek.com/Jobs/SummerIntern.html">summer internships in
229
+ New York City</a>,
230
+ including free housing, free lunch, and the chance to develop software people
231
+ will really use, with great mentors
232
+ on interesting projects. Don't miss this chance of a lifetime. We only have
233
+ a few spaces and they always go fast, so apply today.
234
+
235
+ </blockquote>
236
+
237
+
238
+
239
+
240
+ <h4 class="microhead">Next:</h4>
241
+ <p><a href="/articles/Craftsmanship.html">Craftsmanship</a></p>
242
+
243
+ <br />
244
+ <br />
245
+
246
+
247
+ <h4 class="microhead">Want to know more? </h4>
248
+ <p>You’re reading <a href="http://www.joelonsoftware.com/">Joel on Software</a>, stuffed
249
+ with years and years of completely raving mad articles about software development, managing
250
+ software teams, designing user interfaces, running successful software companies,
251
+ and rubber duckies.
252
+ </p>
253
+
254
+ <br />
255
+ <br />
256
+ <h4 class="microhead">About the author. </h4>
257
+ <p>I’m <a href="/AboutMe.html">Joel Spolsky</a>,
258
+ founder of <a href="http://www.fogcreek.com/">Fog Creek Software</a>,
259
+ a <span style="WHITE-SPACE: nowrap">New York</span> company that proves that
260
+ you can treat programmers well and still be highly profitable.
261
+ Programmers get private offices, free lunch, and work 40
262
+ hours a week. Customers only pay for software if they’re delighted.
263
+ We make <a href="http://www.fogcreek.com/FogBugz/">FogBugz</a>, an
264
+ enlightened project management system designed to help great teams develop brilliant
265
+ software, and <a href="https://www.copilot.com/">Fog Creek Copilot</a>, which makes
266
+ remote desktop access easy.
267
+ </p>
268
+
269
+ <div class="bottom">
270
+ &copy; 2000-2010 Joel Spolsky<br />
271
+ <script language="Javascript" type="text/javascript">
272
+ <!--
273
+ document.write('<a href="mai');
274
+ document.write('lto');
275
+ document.write(':&#106;&#111;&#101;&#108;');
276
+ document.write('@');
277
+ document.write('&#106;&#111;&#101;&#108;&#111;&#110;&#115;&#111;&#102;&#116;&#119;&#97;&#114;&#101;&#46;&#99;&#111;&#109;">');
278
+ document.write('&#106;&#111;&#101;&#108;');
279
+ document.write('@');
280
+ document.write('&#106;&#111;&#101;&#108;&#111;&#110;&#115;&#111;&#102;&#116;&#119;&#97;&#114;&#101;&#46;&#99;&#111;&#109;<\/a>');
281
+ // -->
282
+ </script>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ <div style="background-image:url(/i/newdesign-bottom.png); width: 898px; height:88px;">
287
+ </div>
288
+ </div>
289
+ </div>
290
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
291
+ </script>
292
+ <script type="text/javascript">
293
+ _uacct = "UA-225715-5";
294
+ urchinTracker();
295
+ </script>
296
+
297
+ </body>
298
+ </html>
@@ -0,0 +1,1285 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xmlns:fb="http://www.facebook.com/2008/fbml">
3
+ <head profile="http://gmpg.org/xfn/11">
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <meta name="verify-v1" content="bRcWhIaUuN+lFbjto9ixv4B8n0+C2Rsh95AuN+N+cKs=" >
6
+ <meta name="google-site-verification" content="HMVMMcNFply0WsarkMb7q6Q4q0CbuG8vv5JvPj7tmQw" />
7
+ <title> Googlle Gets A Sexy New Logo; Remains Sketchy </title>
8
+ <link rel="stylesheet" href="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/style.1251420015.css" type="text/css" media="screen" />
9
+ <link rel="stylesheet" href="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/styles/print.css" type="text/css" media="print" />
10
+ <link rel="alternate" type="application/rss+xml" title="TechCrunch RSS Feed" href="http://feedproxy.google.com/TechCrunch" />
11
+ <link rel="pingback" href="http://www.techcrunch.com/xmlrpc.php" />
12
+ <link rel="icon" type="image/png" href="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/favicons/techcrunch.png" />
13
+ <link rel="apple-touch-icon" href="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/webclips/techcrunch.png"/>
14
+ <script type="text/javascript" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/js/main.1251420012.js"></script>
15
+ <script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js">
16
+ <script defer='defer' type='text/javascript' src="http://spa.snap.com/snap_preview_anywhere.js?ap=1&amp;key=89743df349c6c38afc3094e9566cb98e&amp;sb=1&amp;link_icon=off&amp;domain=pub-6332280-www.techcrunch.com"></script>
17
+
18
+ </script>
19
+ <script type="text/javascript">
20
+ GS_googleAddAdSenseService("ca-pub-6181816114362650");
21
+ GS_googleEnableAllServices();
22
+ </script>
23
+ <script type="text/javascript">
24
+ GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_leaderboard");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_medrec");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_welcomelauncher");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_welcome");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_fullskyscraper");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_160skyscraper");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_120skyscraper");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_partner1");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_partner2");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_partner3");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_partner4");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor1");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor2");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor3");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor4");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor5");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor6");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor7");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor8");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor9");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor10");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor11");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_sponsor12");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_ticker");GA_googleAddSlot("ca-pub-6181816114362650", "TC_article_fullsky2"); </script>
25
+ <script language="JavaScript">
26
+ GA_googleUseSyncSRARendering();
27
+ GA_googleFetchAds();
28
+ </script>
29
+
30
+ <script type='text/javascript'><!--// <![CDATA[
31
+ var OA_zones = {
32
+ 'gridad1' : 8,'gridad2' : 8,'gridad3' : 8,'gridad4' : 8,'gridad5' : 8,'gridad6' : 8,'gridad7' : 8,'gridad8' : 8,'gridad9' : 8,'gridad10' : 8,'gridad11' : 8,'gridad12' : 8,'leaderboard' : 21,'medium_rectangle' : 22,'skyscraper' : 24,'wide_skyscraper' : 23,'half_page' : 39
33
+ };
34
+ // ]]> --></script>
35
+ <script type='text/javascript' src='http://d.techcrunch.com/spcjs.php?id=6&amp;block=1&amp;blockcampaign=0'></script>
36
+ <link rel="alternate" type="application/rss+xml" title="TechCrunch &raquo; Googlle Gets A Sexy New Logo; Remains Sketchy Comments Feed" href="http://www.techcrunch.com/2010/01/10/googlle-google-logo/feed/" />
37
+ <script type='text/javascript' src='http://www.techcrunch.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
38
+ <script type='text/javascript'>
39
+ /* <![CDATA[ */
40
+ var wpAjax = {
41
+ noPerm: "You do not have permission to do that.",
42
+ broken: "An unidentified error has occurred."
43
+ };
44
+ try{convertEntities(wpAjax);}catch(e){};
45
+ /* ]]> */
46
+ </script>
47
+ <script type='text/javascript' src='http://www.techcrunch.com/wp-includes/js/wp-ajax-response.js?ver=20090128'></script>
48
+ <script type='text/javascript' src='http://www.techcrunch.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20090123'></script>
49
+ <script type='text/javascript'>
50
+ /* <![CDATA[ */
51
+ var wpajaxeditcomments = {
52
+ AEC_PluginUrl: "http://www.techcrunch.com/wp-content/plugins/wp-ajax-edit-comments",
53
+ AEC_CanScroll: "0",
54
+ AEC_Minutes: "minutes",
55
+ AEC_Minute: "minute",
56
+ AEC_And: "and",
57
+ AEC_Seconds: "seconds",
58
+ AEC_Second: "second",
59
+ AEC_Moderation: "Mark for Moderation?",
60
+ AEC_Approve: "Approve Comment?",
61
+ AEC_Spam: "Mark as Spam?",
62
+ AEC_Delete: "Delete this comment?",
63
+ AEC_Anon: "Anonymous",
64
+ AEC_Loading: "Loading...",
65
+ AEC_Ready: "Ready",
66
+ AEC_Sending: "Sending...",
67
+ AEC_Sent: "Message Sent",
68
+ AEC_LoadSuccessful: "Comment Loaded Successfully",
69
+ AEC_Saving: "Saving...",
70
+ AEC_Saved: "Comment Successfully Saved",
71
+ AEC_Delink: "De-link Successful"
72
+ };
73
+ /* ]]> */
74
+ </script>
75
+ <script type='text/javascript' src='http://www.techcrunch.com/wp-content/plugins/wp-ajax-edit-comments/js/wp-ajax-edit-comments.js?ver=2.3'></script>
76
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.techcrunch.com/xmlrpc.php?rsd" />
77
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.techcrunch.com/wp-includes/wlwmanifest.xml" />
78
+ <link rel='index' title='TechCrunch' href='http://www.techcrunch.com' />
79
+ <link rel='start' title='Technorati Beta Profile' href='http://www.techcrunch.com/2005/06/11/technorati-new-improved/' />
80
+ <link rel='prev' title='CrunchGear&#8217;s Best of CES 2010' href='http://www.techcrunch.com/2010/01/10/crunchgears-best-of-ces-2010/' />
81
+ <link rel='next' title='AsthmaMD Helps Asthma Sufferers, Gathers Aggregate Research Data' href='http://www.techcrunch.com/2010/01/10/asthmamd-helps-asthma-sufferers-gathers-aggregate-research-data/' />
82
+
83
+ <link rel="stylesheet" href="http://www.techcrunch.com/wp-content/plugins/wp-ajax-edit-comments/css/edit-comments.css" type="text/css" media="screen" /><!-- Ajax Edit Comments -->
84
+ <!--[if IE]>
85
+ <style>
86
+ .clearfix {display: inline-block;}
87
+ /* Hides from IE-mac \*/
88
+ * html .clearfix {height: 1%;}
89
+ .clearfix {display: block;}
90
+ /* End hide from IE-mac */
91
+ </style>
92
+ <![endif]-->
93
+ <link rel="stylesheet" href="http://www.techcrunch.com/wp-includes/js/thickbox/thickbox.css" type="text/css" media="all" /><link rel="canonical" href="http://www.techcrunch.com/2010/01/10/googlle-google-logo/" />
94
+ <meta name="description" content="Last week, we covered Googlle opening a school in India. Googlle, not to be confused with Google. Obviously, this was a site and ..." />
95
+ <script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;services=digg%2Cfacebook%2Clinkedin%2Creddit%2Cfriendfeed%2Cmixx%2Cdelicious%2Cmyspace%2Cstumbleupon%2Ctechnorati&amp;style=default&amp;publisher=69a2be25-4142-4ae2-ac5c-4ae55d14ca92&amp;headerbg=%23F1F1F1&amp;linkfg=%23009F00&amp;wp=2.8.4"></script><script language="javascript">
96
+ <!--
97
+ KM.Core.main.assign("theme", "TechCrunch MU", "string");
98
+ KM.Core.main.assign("post_title", "Googlle Gets A Sexy New Logo; Remains Sketchy", "string");
99
+ KM.Core.main.assign("post_author", "mg", "string");
100
+ KM.Core.main.assign("post_date", 1263150809, "timestamp");
101
+ KM.Core.main.assign("post_categories", ["Company &#038; Product Profiles"], "tags");
102
+ KM.Core.main.assign("post_tags", ["google", "googlle"], "tags");
103
+ KM.Core.main.assign("post_permalink", "http://www.techcrunch.com/2010/01/10/googlle-google-logo/", "url");
104
+ KM.Core.main.assign("post_type", "post", "string");
105
+ KM.Core.main.record("view_post", {}, null);
106
+ -->
107
+ </script><!--ajax edit comments --><script type='text/javascript'>
108
+ tb_pathToImage = 'http://www.techcrunch.com/wp-includes/js/thickbox/loadingAnimation.gif';tb_closeImage = 'http://www.techcrunch.com/wp-includes/js/thickbox/tb-close.png';
109
+ </script>
110
+ </head>
111
+ <body id="techcrunch">
112
+ <div id="top" class="snap_nopreview">
113
+ <div id="top_right">
114
+
115
+ <form method="get" id="searchform" action="http://search.techcrunch.com/query.php">
116
+ <ul>
117
+ <li><input type="text" name="s" id="s" /></li>
118
+ <li><input type="submit" id="searchsubmit" value="" /></li>
119
+ </ul>
120
+ </form>
121
+ </div>
122
+ <div id="top_left">
123
+ <ul>
124
+ <li id="top_active_tab"><div><a href="http://www.techcrunch.com/" rel="nofollow" title="Tech">Tech</a></div></li>
125
+ <li ><div><a href="http://www.crunchgear.com/" title="Gadgets">Gadgets</a></div></li>
126
+ <li ><div><a href="http://www.mobilecrunch.com/" title="Mobile">Mobile</a></div></li>
127
+ <li ><div><a href="http://www.techcrunchit.com/" title="Enterprise">Enterprise</a></div></li>
128
+ <li><div><a href="http://www.crunchbase.com/" title="CrunchBase">CrunchBase</a></div></li>
129
+ <li><div><a href="http://crunchies2009.techcrunch.com" title="Crunchies">Crunchies 2009</a></div></li>
130
+ <li id="tcnetwork_more">
131
+ <div><a id="tcnetwork_more_link" href="#" onClick="tcnetwork_more(); stopPropagation(event); return false;">More</a></div>
132
+ <div id="tcnetwork_more_content">
133
+ <ul>
134
+ <li><a href="http://www.inviteshare.com/" title="Beta Invites">Beta Invites</a></li>
135
+ <li><a href="http://crunchies2009.techcrunch.com/" title="Crunchies">Crunchies</a></li>
136
+ <li><a href="http://pitches.techcrunch.com/" title="Elevator Pitches">Elevator Pitches</a></li>
137
+ <li><a href="http://gillmorgang.techcrunch.com/" title="Gillmor Gang">Gillmor Gang</a></li>
138
+ <li><a href="http://www.talkcrunch.com/" title="Podcasts">Podcasts</a></a></li>
139
+ <li><a href="http://www.techcrunch50.com/" title="TechCrunch50">TechCrunch50</a></li>
140
+ <li><a href="http://uk.techcrunch.com/" title="TechCrunch Europe">TechCrunch Europe</a></li>
141
+ <li><a href="http://trends.techcrunch.com/" title="TechCrunch Trends">TechCrunch Trends</a></li>
142
+ <li><a href="http://fr.techcrunch.com/" title="TechCrunch France">TechCrunch France</a></li>
143
+ <li><a href="http://jp.techcrunch.com/" title="TechCrunch Japan">TechCrunch Japan</a></li>
144
+ </ul>
145
+ </div>
146
+ </li>
147
+ </ul>
148
+ </div>
149
+ </div>
150
+ <div id="container">
151
+ <div id="header" class="snap_nopreview header_w_leaderboard">
152
+ <div id="header_top">
153
+ <div id="header_logo"><a href="http://www.techcrunch.com/" title="TechCrunch"><img width="231" height="34" alt="techcrunch logo" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/logos_small/techcrunch2.png" /></a></div>
154
+ <div id="header_leaderboard"> <script type='text/javascript'>
155
+ GA_googleFillSlot('TC_article_leaderboard');
156
+ </script>
157
+ </div>
158
+ <div style="clear:both"></div>
159
+ </div>
160
+ <div id="header_nav">
161
+ <div id="header_left">
162
+ <ul>
163
+ <li class="page_item page-item-120"><a href="http://www.techcrunch.com/about-techcrunch/" title="About">About</a></li>
164
+ <li class="page_item page-item-1070"><a href="http://www.techcrunch.com/advertise/" title="Advertise">Advertise</a></li>
165
+ <li class="page_item page-item-1505"><a href="http://www.techcrunch.com/archives/" title="Archives">Archives</a></li>
166
+ <li class="page_item page-item-640"><a href="http://www.techcrunch.com/company-index/" title="Company Index">Company Index</a></li>
167
+ <li class="page_item page-item-672"><a href="http://www.techcrunch.com/submit-profile/" title="Contact">Contact</a></li>
168
+ <li class="page_item page-item-62344"><a href="http://www.techcrunch.com/crunchcam/" title="CrunchCam">CrunchCam</a></li>
169
+ <li><a href="http://www.crunchboard.com/" title="Jobs" >Jobs</a></li><li><a href="http://trends.techcrunch.com/reports/" title="Trends" >Trends</a></li> </ul>
170
+ <div style="clear: both"></div>
171
+ </div>
172
+ <div id="header_right">
173
+ <ul>
174
+ <li><a id="header_subscribe_facebook_notext" rel="nofollow" href="http://www.facebook.com/techcrunch"><img width="16" height="16" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/subscribe_facebook.png" /></a></li> <li><a id="header_subscribe_twitter_notext" rel="nofollow" href="http://twitter.com/TechCrunch"><img width="16" height="16" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/subscribe_twitter4.png" /></a></li> <li><a id="header_subscribe_crunchbar_notext" rel="nofollow" href="http://www.techcrunch.com/toolbar/"><img width="16" height="16" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/subscribe_crunchbar4.png" /></a></li> <li><a id="header_subscribe_email_notext" rel="nofollow" href="http://feedburner.google.com/fb/a/mailverify?uri=TechCrunch&amp;loc=en_US" ><img width="16" height="16" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/subscribe_email4.png" /></a></li> <li><a id="header_subscribe_rss_notext" rel="nofollow" href="http://feedproxy.google.com/TechCrunch" rel="alternate" type="application/rss+xml" title="RSS"><img width="16" height="16" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/subscribe_rss4.png"></a></li>
175
+ <li id="header_subscribe_label"><b>Subscribe:</b></li>
176
+ </ul>
177
+ <div style="clear: both"></div>
178
+ </div>
179
+ <div style="clear:both"></div>
180
+ </div>
181
+ <div style="clear: both"></div>
182
+ </div>
183
+ <div id="columns"> <div id="col1">
184
+ <div id="ticker_ad">
185
+ <script type='text/javascript'>
186
+ GA_googleFillSlot('TC_article_ticker');
187
+ </script>
188
+ </div>
189
+ <div class="post single_post" id="post-134776">
190
+ <div class="post_header snap_nopreview"><a href="http://www.techcrunch.com/2010/01/10/googlle-google-logo/" rel="bookmark" title="Googlle Gets A Sexy New Logo; Remains Sketchy">Googlle Gets A Sexy New Logo; Remains Sketchy</a></div>
191
+ <div class="post_subheader snap_nopreview" style="padding-bottom: 8px;">
192
+ <div class="excerpt_subheader_right snap_nopreview">
193
+ <ul>
194
+ <li class="excerpt_subheader_right_comments snap_nopreview">
195
+ <a href="#comments" rel="nofollow">36 Comments</a>
196
+ </li>
197
+ <li class="snap_nopreview">
198
+ <div class="snap_nopreview">
199
+ <script type="text/javascript" src="http://button.topsy.com/widget/retweet-small?url=http://tcrn.ch/5tpljT&nick=TechCrunch"></script> </div>
200
+ <!--
201
+ <div>
202
+ <script type="text/javascript">
203
+ tweetmeme_style = 'compact';
204
+ tweetmeme_service = 'bit.ly';
205
+ tweetmeme_url = 'http://www.techcrunch.com/2010/01/10/googlle-google-logo/';
206
+ tweetmeme_source = 'TechCrunch';
207
+ </script>
208
+ <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
209
+ </div>
210
+ -->
211
+ </li>
212
+ <li>
213
+ <div class="snap_nopreview">
214
+ <a name="fb_share" share_url="http://www.techcrunch.com/2010/01/10/googlle-google-logo/" class="snap_nopreview"></a>
215
+ <script src="http://www.facebook.com/connect.php/js/FB.SharePro/" type="text/javascript"></script>
216
+ </div>
217
+ </li>
218
+ </ul>
219
+ </div>
220
+ <div class="post_subheader_left">
221
+ by
222
+ <a rel="nofollow" href="http://www.techcrunch.com/author/mg/" title="Posts by MG Siegler">MG Siegler</a>
223
+ on
224
+ January 10, 2010
225
+ </div>
226
+ </div>
227
+ <div class="entry">
228
+ <p><img class="alignnone size-full wp-image-134778" title="Screen shot 2010-01-10 at 11.06.43 AM" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/Screen-shot-2010-01-10-at-11.06.43-AM.png" alt="Screen shot 2010-01-10 at 11.06.43 AM" width="589" height="77" /></p>
229
+ <p>Last week, we covered <a href="http://www.techcrunch.com/2010/01/02/google-school-googlle/">Googlle opening a school in India</a>. Googlle, not to be confused with Google. Obviously, this was a site and service set up to trick people, as they were even ripping-off Google&#8217;s logo. Well guess what? After the publicity, they decided to switch up some things.</p>
230
+ <p>Most notably, you&#8217;ll see that the Googlle Institute has a brand new, beautiful logo, as <a href="http://www.fakesteve.net/2010/01/mr-director-please-call-your-office.html">Fake Steve noticed today</a>. Gone is the Google font and colors. It has been replaced by &#8220;Googlle&#8221; written in red. I&#8217;m not sure what the font is, but I wouldn&#8217;t be surprised if Googlle wasn&#8217;t supposed to be using it.</p>
231
+ <p>You&#8217;ll also notice a new &#8220;declaration&#8221; at the bottom of the site:</p>
232
+ <blockquote><p>We are no way related to Google Search Engine, Neither We want to copy the name or take advantage of that name &amp; Pronounciation of same is different as &#8220;Google&#8221;.</p></blockquote>
233
+ <p>Poor English aside, I&#8217;m going to assume Google India may not have been too happy about the site, and this is Googlle trying to cover itself.</p>
234
+ <p>They also apparently took the time to fix all the broken links (simply by removing many of them). They&#8217;ve also switched up the curriculum, now offering a 1-year program for a &#8220;googlle intern.&#8221; Hurry, they&#8217;re accepting applications now!</p>
235
+ <p><img class="alignnone size-medium wp-image-134779" title="Screen shot 2010-01-10 at 11.07.57 AM" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/Screen-shot-2010-01-10-at-11.07.57-AM-630x464.png" alt="Screen shot 2010-01-10 at 11.07.57 AM" width="630" height="464" /></p>
236
+ <p><img class="alignnone size-full wp-image-134780" title="Screen shot 2010-01-02 at 4.21" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/Screen-shot-2010-01-02-at-4.21.png" alt="Screen shot 2010-01-02 at 4.21" width="630" height="546" /></p>
237
+ <p><em>[thanks Brinke]</em></p>
238
+ <div class="cbw snap_nopreview">
239
+ <div class="cbw_header"><script src="http://www.crunchbase.com/javascripts/widget.js" type="text/javascript"></script>
240
+ <div class="cbw_header_text"><a href="http://www.crunchbase.com/" rel="nofollow">CrunchBase Information</a></div>
241
+ </div>
242
+ <div class="cbw_content">
243
+ <div class="cbw_subheader"><a href="http://www.crunchbase.com/company/google">Google</a></div>
244
+ <div class="cbw_subcontent"><script src="http://www.crunchbase.com/cbw/company/google.js" type="text/javascript"></script></div>
245
+ <div class="cbw_footer">Information provided by <a href="http://www.crunchbase.com/" rel="nofollow">CrunchBase</a></div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <div class="post_footer"><ul class="snap_nopreview"><li id="tip_techmeme_li"><a id="tip_techmeme" href="http://twitter.com/home?status=Tip+%40Techmeme+http%3A%2F%2Ftcrn.ch%2F5tpljT+Googlle+Gets+A+Sexy+New+Logo%3B+Remains+Sketchy" title="Tip Techmeme" rel="nofollow">Tip</a></li><li id="yahoo_buzz_li"><script showbranding="0" src="http://d.yimg.com/ds/badge.js"
250
+ badgetype="small" type="text/javascript">techcrunch508:http://www.techcrunch.com/2010/01/10/googlle-google-logo/</script></li><li style="padding-top: 3px"><script type="text/javascript">SHARETHIS.addEntry({ title: "Googlle Gets A Sexy New Logo; Remains Sketchy", url: "http://www.techcrunch.com/2010/01/10/googlle-google-logo/" });</script></li> <li id="tweetmeme">
251
+ <script type="text/javascript">
252
+ tweetmeme_style = 'compact';
253
+ tweetmeme_service = 'bit.ly';
254
+ tweetmeme_url = 'http://www.techcrunch.com/2010/01/10/googlle-google-logo/';
255
+ tweetmeme_source = 'TechCrunch';
256
+ </script>
257
+ <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
258
+ </li>
259
+ <li style="margin-top:2px;">
260
+ <a name="fb_share" share_url="http://www.techcrunch.com/2010/01/10/googlle-google-logo/"></a>
261
+ <script src="http://www.facebook.com/connect.php/js/FB.SharePro/" type="text/javascript"></script>
262
+ </li>
263
+ </ul><div style="clear:both"></div></div>
264
+ </div>
265
+ <div class="neighbor_posts neighbor_posts_bottom">
266
+ <div class="neighbor_posts_next"><a href="http://www.techcrunch.com/2010/01/10/asthmamd-helps-asthma-sufferers-gathers-aggregate-research-data/">Next Post</a></div>
267
+ <div class="neighbor_posts_previous"><a href="http://www.techcrunch.com/2010/01/10/crunchgears-best-of-ces-2010/">Previous Post</a></div>
268
+ <div style="clear: both"></div>
269
+ </div>
270
+ <div class="post_unit" style="text-align: left">
271
+ <div id="post_unit_medrec">Advertisement<br />
272
+ <div class="ad snap_nopreview" style="height: 250px; width: 300px;">
273
+ <script type='text/javascript'>
274
+ GA_googleFillSlot('TC_article_medrec');
275
+ </script>
276
+ </div>
277
+ </div>
278
+ <div id="post_unit_posts_box"> <div class="boxy">
279
+ <ul class="boxy_header">
280
+ <li id="tcposts_widget_active_header" class="boxy_header_selected" onClick="tcposts_widget_toggle('active','third_column')">Actively Discussed Posts</li>
281
+ </ul>
282
+ <ul class="boxy_body" id="tcposts_widget_active" style="display: block">
283
+ <li class="boxy_body_first_li"><a href="http://www.techcrunch.com/2010/01/09/android-iphone-switch/">The Switch From iPhone To Android, And Why Your First Impression Is Wrong</a><br />287 comments</li>
284
+ <li><a href="http://www.techcrunch.com/2010/01/09/when-to-take-on-facebook-american-idol-or-virgin-mobile-in-an-ip-fight/">When To Take On Facebook, American Idol Or Virgin Mobile In An IP Fight</a><br />82 comments</li>
285
+ <li><a href="http://www.techcrunch.com/2010/01/09/iphone-droid-nexus-one-touchscreen-performance/">iPhone Beats Droid, Nexus One And Droid Eris In Touchscreen Performance</a><br />78 comments</li>
286
+ <li><a href="http://www.techcrunch.com/2010/01/08/crunchies-winner/">Congratulations Crunchies Winners! Facebook Takes Best Overall For The Hat Trick </a><br />74 comments</li>
287
+ <li><a href="http://www.techcrunch.com/2010/01/08/google-nexus-one-wifi/">Google's Free Airport WiFi Is A Nexus One Promo In Disguise</a><br />49 comments</li>
288
+ </ul>
289
+ </div>
290
+ </div>
291
+ <div style="clear: both"></div>
292
+ </div>
293
+
294
+
295
+
296
+ <a name="comments"></a>
297
+ <div id="comments_area">
298
+ <h2>Comments <a href='http://www.techcrunch.com/2010/01/10/googlle-google-logo/feed/'><img height="16" width="16" alt="rss icon" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/images/rss.png" /></a></h2>
299
+ <ul class="commentlist">
300
+ <li id="comment-3206088" class="comment even thread-even depth-1">
301
+ <div id="div-comment-3206088">
302
+ <div class="comment_header ">
303
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=71a90b0e9b47c594ab4ab08af0ed94b0&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
304
+ <div class="comment_header_right">
305
+ <span class="comment_author vcard"><a href="http://openpit.wordpress.com" rel="external nofollow" class="url">PhilM</a></span>
306
+ -
307
+ <a class="comment_permalink" href="#comment-3206088">January 10th, 2010 at 11:22 am PST</a>
308
+ </div>
309
+ </div>
310
+ <div class="comment_body">
311
+ <div class="comment_content">
312
+ <p>This f***ing pisses me off, its so blatant obvious that they are using the name google come on, they should be f***ing sued for this and taken down, they are just stealing peoples money and there are so so many sites like this all should be taken down. All these indians seem to be trying to rip off</p>
313
+ </div>
314
+ <div class="comment_reply">
315
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206088#addcomment' onclick='return addComment.moveForm("comment-3206088", "3206088", "addcomment", "134776")'>reply</a> </div>
316
+ </div>
317
+ </div>
318
+ <ul class='children'>
319
+ <li id="comment-3206095" class="comment odd alt depth-2">
320
+ <div id="div-comment-3206095">
321
+ <div class="comment_header ">
322
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=2e6373ccc91119ca8ca61ea3dedcf689&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
323
+ <div class="comment_header_right">
324
+ <span class="comment_author vcard">Scott C.</span>
325
+ -
326
+ <a class="comment_permalink" href="#comment-3206095">January 10th, 2010 at 11:28 am PST</a>
327
+ </div>
328
+ </div>
329
+ <div class="comment_body">
330
+ <div class="comment_content">
331
+ <p>Calm. Down. It&#8217;s just a website.</p>
332
+ </div>
333
+ <div class="comment_reply">
334
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206095#addcomment' onclick='return addComment.moveForm("comment-3206095", "3206095", "addcomment", "134776")'>reply</a> </div>
335
+ </div>
336
+ </div>
337
+ </li>
338
+ <li id="comment-3206136" class="comment even depth-2">
339
+ <div id="div-comment-3206136">
340
+ <div class="comment_header ">
341
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=0edd4ade3af518376be2c6e11a276a91&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
342
+ <div class="comment_header_right">
343
+ <span class="comment_author vcard">Ankur</span>
344
+ -
345
+ <a class="comment_permalink" href="#comment-3206136">January 10th, 2010 at 11:39 am PST</a>
346
+ </div>
347
+ </div>
348
+ <div class="comment_body">
349
+ <div class="comment_content">
350
+ <p>Sure, bernie madoff&#8230; can you say something that doesn&#8217;t showcase your stupidity?</p>
351
+ </div>
352
+ <div class="comment_reply">
353
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206136#addcomment' onclick='return addComment.moveForm("comment-3206136", "3206136", "addcomment", "134776")'>reply</a> </div>
354
+ </div>
355
+ </div>
356
+ </li>
357
+ <li id="comment-3206156" class="comment odd alt depth-2">
358
+ <div id="div-comment-3206156">
359
+ <div class="comment_header ">
360
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=c0465d9c586741b1f5b43ca59be7d6b1&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
361
+ <div class="comment_header_right">
362
+ <span class="comment_author vcard">Vin</span>
363
+ -
364
+ <a class="comment_permalink" href="#comment-3206156">January 10th, 2010 at 11:46 am PST</a>
365
+ </div>
366
+ </div>
367
+ <div class="comment_body">
368
+ <div class="comment_content">
369
+ <p>what&#8217;s with the racist rant man? &#8220;all these indians..&#8221;<br />
370
+ Sketch, shady sites and businesses exist everywhere, even in your good ol&#8217; america.</p>
371
+ </div>
372
+ <div class="comment_reply">
373
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206156#addcomment' onclick='return addComment.moveForm("comment-3206156", "3206156", "addcomment", "134776")'>reply</a> </div>
374
+ </div>
375
+ </div>
376
+ </li>
377
+ <li id="comment-3206246" class="comment even depth-2">
378
+ <div id="div-comment-3206246">
379
+ <div class="comment_header ">
380
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=e56ba88935da996c9163a0d7c1bc32b0&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
381
+ <div class="comment_header_right">
382
+ <span class="comment_author vcard">Rockey Nebhwani</span>
383
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/rnebhwani" rel="external nofollow" class="url">&#64;rnebhwani</a>)</span>
384
+ -
385
+ <a class="comment_permalink" href="#comment-3206246">January 10th, 2010 at 12:37 pm PST</a>
386
+ </div>
387
+ </div>
388
+ <div class="comment_body">
389
+ <div class="comment_content">
390
+ <p>@PhilM .. I strongly oppose tone used by you&#8230;This is clearly racist and not appreciated&#8230;</p>
391
+ <p>@Moderator&#8230;I request you to please not allow such comments on the website&#8230;</p>
392
+ </div>
393
+ <div class="comment_reply">
394
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206246#addcomment' onclick='return addComment.moveForm("comment-3206246", "3206246", "addcomment", "134776")'>reply</a> </div>
395
+ </div>
396
+ </div>
397
+ </li>
398
+ <li id="comment-3206249" class="comment odd alt depth-2">
399
+ <div id="div-comment-3206249">
400
+ <div class="comment_header ">
401
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=ad8bf1c8d83dd24bef796aa527fe23d9&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
402
+ <div class="comment_header_right">
403
+ <span class="comment_author vcard">Not a racist</span>
404
+ -
405
+ <a class="comment_permalink" href="#comment-3206249">January 10th, 2010 at 12:40 pm PST</a>
406
+ </div>
407
+ </div>
408
+ <div class="comment_body">
409
+ <div class="comment_content">
410
+ <p>This f***ing pisses me off, its so blatant obvious that PhilM is a f***ing racist. He should be f***ing sued for this and his comment taken down. :-)</p>
411
+ </div>
412
+ <div class="comment_reply">
413
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206249#addcomment' onclick='return addComment.moveForm("comment-3206249", "3206249", "addcomment", "134776")'>reply</a> </div>
414
+ </div>
415
+ </div>
416
+ </li>
417
+ <li id="comment-3206265" class="comment even depth-2">
418
+ <div id="div-comment-3206265">
419
+ <div class="comment_header ">
420
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=2e3c688e0dfb41a7ab859288a93f1c97&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
421
+ <div class="comment_header_right">
422
+ <span class="comment_author vcard">EH</span>
423
+ -
424
+ <a class="comment_permalink" href="#comment-3206265">January 10th, 2010 at 1:01 pm PST</a>
425
+ </div>
426
+ </div>
427
+ <div class="comment_body">
428
+ <div class="comment_content">
429
+ <p>relax, they&#8217;re probably just wannabe obammunist nazis.</p>
430
+ </div>
431
+ <div class="comment_reply">
432
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206265#addcomment' onclick='return addComment.moveForm("comment-3206265", "3206265", "addcomment", "134776")'>reply</a> </div>
433
+ </div>
434
+ </div>
435
+ </li>
436
+ <li id="comment-3206298" class="comment odd alt depth-2">
437
+ <div id="div-comment-3206298">
438
+ <div class="comment_header ">
439
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=890225113ee2e338f273742f2f7eb3f5&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
440
+ <div class="comment_header_right">
441
+ <span class="comment_author vcard">George</span>
442
+ -
443
+ <a class="comment_permalink" href="#comment-3206298">January 10th, 2010 at 1:38 pm PST</a>
444
+ </div>
445
+ </div>
446
+ <div class="comment_body">
447
+ <div class="comment_content">
448
+ <p>You&#8217;re damn right man. It&#8217;s an Indian way to go</p>
449
+ </div>
450
+ <div class="comment_reply">
451
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206298#addcomment' onclick='return addComment.moveForm("comment-3206298", "3206298", "addcomment", "134776")'>reply</a> </div>
452
+ </div>
453
+ </div>
454
+ </li>
455
+ </ul>
456
+ </li>
457
+ <li id="comment-3206091" class="comment even thread-odd thread-alt depth-1">
458
+ <div id="div-comment-3206091">
459
+ <div class="comment_header ">
460
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=81496c48185e5ddd59654ccae341c166&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
461
+ <div class="comment_header_right">
462
+ <span class="comment_author vcard"><a href="http://leifandersen.net" rel="external nofollow" class="url">Leif Andersen</a></span>
463
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/LeifAndersen" rel="external nofollow" class="url">&#64;LeifAndersen</a>)</span>
464
+ -
465
+ <a class="comment_permalink" href="#comment-3206091">January 10th, 2010 at 11:23 am PST</a>
466
+ </div>
467
+ </div>
468
+ <div class="comment_body">
469
+ <div class="comment_content">
470
+ <p>It just shows you how affective they were at making it look like Google, it wasn&#8217;t until I started reading the article that I realized it was GooglLe, not Google,</p>
471
+ </div>
472
+ <div class="comment_reply">
473
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206091#addcomment' onclick='return addComment.moveForm("comment-3206091", "3206091", "addcomment", "134776")'>reply</a> </div>
474
+ </div>
475
+ </div>
476
+ </li>
477
+ <li id="comment-3206093" class="comment odd alt thread-even depth-1">
478
+ <div id="div-comment-3206093">
479
+ <div class="comment_header ">
480
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=5fc61911f431edfb054c9d8fc1d41cb4&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
481
+ <div class="comment_header_right">
482
+ <span class="comment_author vcard">filip</span>
483
+ -
484
+ <a class="comment_permalink" href="#comment-3206093">January 10th, 2010 at 11:27 am PST</a>
485
+ </div>
486
+ </div>
487
+ <div class="comment_body">
488
+ <div class="comment_content">
489
+ <p>how the hell do you pronounce googlle ? goog ye?</p>
490
+ </div>
491
+ <div class="comment_reply">
492
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206093#addcomment' onclick='return addComment.moveForm("comment-3206093", "3206093", "addcomment", "134776")'>reply</a> </div>
493
+ </div>
494
+ </div>
495
+ <ul class='children'>
496
+ <li id="comment-3206105" class="comment byuser comment-author-mg bypostauthor even depth-2">
497
+ <div id="div-comment-3206105">
498
+ <div class="comment_header comment_official">
499
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=e790a1af2fa55105cae297506d17b399&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
500
+ <div class="comment_header_right">
501
+ <span class="comment_author vcard"><a href="http://www.crunchbase.com/person/mg-siegler" rel="external nofollow" class="url">MG Siegler</a></span>
502
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/parislemon" rel="external nofollow" class="url">&#64;parislemon</a>)</span>
503
+ -
504
+ <a class="comment_permalink" href="#comment-3206105">January 10th, 2010 at 11:32 am PST</a>
505
+ </div>
506
+ </div>
507
+ <div class="comment_body">
508
+ <div class="comment_content">
509
+ <p>ha yeah, they conveniently leave that out of their little disclaimer.</p>
510
+ </div>
511
+ <div class="comment_reply">
512
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206105#addcomment' onclick='return addComment.moveForm("comment-3206105", "3206105", "addcomment", "134776")'>reply</a> </div>
513
+ </div>
514
+ </div>
515
+ </li>
516
+ </ul>
517
+ </li>
518
+ <li id="comment-3206128" class="comment odd alt thread-odd thread-alt depth-1">
519
+ <div id="div-comment-3206128">
520
+ <div class="comment_header ">
521
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=8a6c09fc66762597e78fc95689ac0947&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
522
+ <div class="comment_header_right">
523
+ <span class="comment_author vcard">Quan</span>
524
+ -
525
+ <a class="comment_permalink" href="#comment-3206128">January 10th, 2010 at 11:37 am PST</a>
526
+ </div>
527
+ </div>
528
+ <div class="comment_body">
529
+ <div class="comment_content">
530
+ <p>What&#8217;s the tuition cost?</p>
531
+ </div>
532
+ <div class="comment_reply">
533
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206128#addcomment' onclick='return addComment.moveForm("comment-3206128", "3206128", "addcomment", "134776")'>reply</a> </div>
534
+ </div>
535
+ </div>
536
+ <ul class='children'>
537
+ <li id="comment-3206264" class="comment even depth-2">
538
+ <div id="div-comment-3206264">
539
+ <div class="comment_header ">
540
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=19d539da06813834e966490a84f46efb&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
541
+ <div class="comment_header_right">
542
+ <span class="comment_author vcard">Myself</span>
543
+ -
544
+ <a class="comment_permalink" href="#comment-3206264">January 10th, 2010 at 1:01 pm PST</a>
545
+ </div>
546
+ </div>
547
+ <div class="comment_body">
548
+ <div class="comment_content">
549
+ <p>I would pay them 100 doollars or alternatively 50 euuros. Do they take ruupees too? </p>
550
+ <p>(Not to be confused with dollar, euro, or rupee, of course. The similar name is pure coincidence.)</p>
551
+ </div>
552
+ <div class="comment_reply">
553
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206264#addcomment' onclick='return addComment.moveForm("comment-3206264", "3206264", "addcomment", "134776")'>reply</a> </div>
554
+ </div>
555
+ </div>
556
+ </li>
557
+ </ul>
558
+ </li>
559
+ <li id="comment-3206130" class="comment odd alt thread-even depth-1">
560
+ <div id="div-comment-3206130">
561
+ <div class="comment_header ">
562
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=f6677eb5d89734392c7d36d139ad0156&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
563
+ <div class="comment_header_right">
564
+ <span class="comment_author vcard">Microsoft</span>
565
+ -
566
+ <a class="comment_permalink" href="#comment-3206130">January 10th, 2010 at 11:38 am PST</a>
567
+ </div>
568
+ </div>
569
+ <div class="comment_body">
570
+ <div class="comment_content">
571
+ <p>their new logo has a lot more innovation than 90% of logos from &#8220;startups&#8221; with the same stupid alternating colors for different words, reflections, bezels, and novice photoshop filters</p>
572
+ </div>
573
+ <div class="comment_reply">
574
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206130#addcomment' onclick='return addComment.moveForm("comment-3206130", "3206130", "addcomment", "134776")'>reply</a> </div>
575
+ </div>
576
+ </div>
577
+ <ul class='children'>
578
+ <li id="comment-3206288" class="comment even depth-2">
579
+ <div id="div-comment-3206288">
580
+ <div class="comment_header ">
581
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=dfb8ba1bb69da823402e0679ee4a0cd0&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
582
+ <div class="comment_header_right">
583
+ <span class="comment_author vcard"><a href="http://www.kellykarnetsky.com" rel="external nofollow" class="url">kels</a></span>
584
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/midwestkel" rel="external nofollow" class="url">&#64;midwestkel</a>)</span>
585
+ -
586
+ <a class="comment_permalink" href="#comment-3206288">January 10th, 2010 at 1:24 pm PST</a>
587
+ </div>
588
+ </div>
589
+ <div class="comment_body">
590
+ <div class="comment_content">
591
+ <p>What? How is there logo innovating? They found a font online chose the color red and put it on a blue background. It looks like shit.</p>
592
+ </div>
593
+ <div class="comment_reply">
594
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206288#addcomment' onclick='return addComment.moveForm("comment-3206288", "3206288", "addcomment", "134776")'>reply</a> </div>
595
+ </div>
596
+ </div>
597
+ <ul class='children'>
598
+ <li id="comment-3206311" class="comment odd alt depth-3">
599
+ <div id="div-comment-3206311">
600
+ <div class="comment_header ">
601
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=f92783f1d545a718c6162871391ad24e&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
602
+ <div class="comment_header_right">
603
+ <span class="comment_author vcard">Francis Mozlow</span>
604
+ -
605
+ <a class="comment_permalink" href="#comment-3206311">January 10th, 2010 at 1:44 pm PST</a>
606
+ </div>
607
+ </div>
608
+ <div class="comment_body">
609
+ <div class="comment_content">
610
+ <p>+1 kels</p>
611
+ </div>
612
+ <div class="comment_reply">
613
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206311#addcomment' onclick='return addComment.moveForm("comment-3206311", "3206311", "addcomment", "134776")'>reply</a> </div>
614
+ </div>
615
+ </div>
616
+ </li>
617
+ </ul>
618
+ </li>
619
+ </ul>
620
+ </li>
621
+ <li id="comment-3206135" class="comment even thread-odd thread-alt depth-1">
622
+ <div id="div-comment-3206135">
623
+ <div class="comment_header ">
624
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=e4e714636049e97524b44416117cd61e&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
625
+ <div class="comment_header_right">
626
+ <span class="comment_author vcard"><a href="http://www.yahoo.com" rel="external nofollow" class="url">Wesr</a></span>
627
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/eiee" rel="external nofollow" class="url">&#64;eiee</a>)</span>
628
+ -
629
+ <a class="comment_permalink" href="#comment-3206135">January 10th, 2010 at 11:38 am PST</a>
630
+ </div>
631
+ </div>
632
+ <div class="comment_body">
633
+ <div class="comment_content">
634
+ <p>this institute is google or is another institute ?</p>
635
+ </div>
636
+ <div class="comment_reply">
637
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206135#addcomment' onclick='return addComment.moveForm("comment-3206135", "3206135", "addcomment", "134776")'>reply</a> </div>
638
+ </div>
639
+ </div>
640
+ </li>
641
+ <li id="comment-3206147" class="comment odd alt thread-even depth-1">
642
+ <div id="div-comment-3206147">
643
+ <div class="comment_header ">
644
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=23f9b71dd44ad3872dd289c29d7ec935&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
645
+ <div class="comment_header_right">
646
+ <span class="comment_author vcard"><a href="http://www.superscout.com" rel="external nofollow" class="url">Stefan Debattista</a></span>
647
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/superscout_stef" rel="external nofollow" class="url">&#64;superscout_stef</a>)</span>
648
+ -
649
+ <a class="comment_permalink" href="#comment-3206147">January 10th, 2010 at 11:41 am PST</a>
650
+ </div>
651
+ </div>
652
+ <div class="comment_body">
653
+ <div class="comment_content">
654
+ <p>How many students do they have? Who are they? Are they on twitter? .. come on TC do an investigation =D</p>
655
+ </div>
656
+ <div class="comment_reply">
657
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206147#addcomment' onclick='return addComment.moveForm("comment-3206147", "3206147", "addcomment", "134776")'>reply</a> </div>
658
+ </div>
659
+ </div>
660
+ </li>
661
+ <li id="comment-3206154" class="comment even thread-odd thread-alt depth-1">
662
+ <div id="div-comment-3206154">
663
+ <div class="comment_header ">
664
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=54eef4c801dca7c31893a2263ae2aebf&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
665
+ <div class="comment_header_right">
666
+ <span class="comment_author vcard"><a href="http://www.felipecoimbra.com" rel="external nofollow" class="url">Felipe Coimbra</a></span>
667
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/twtfelipe" rel="external nofollow" class="url">&#64;twtfelipe</a>)</span>
668
+ -
669
+ <a class="comment_permalink" href="#comment-3206154">January 10th, 2010 at 11:44 am PST</a>
670
+ </div>
671
+ </div>
672
+ <div class="comment_body">
673
+ <div class="comment_content">
674
+ <p>I swear my 15-year-old friend made a Geocities site just like that back in 1998. Color scheme/logo and everything&#8230; Interesting&#8230;</p>
675
+ </div>
676
+ <div class="comment_reply">
677
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206154#addcomment' onclick='return addComment.moveForm("comment-3206154", "3206154", "addcomment", "134776")'>reply</a> </div>
678
+ </div>
679
+ </div>
680
+ </li>
681
+ <li id="comment-3206165" class="comment odd alt thread-even depth-1">
682
+ <div id="div-comment-3206165">
683
+ <div class="comment_header ">
684
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=b56ae232f7583e9a0f76bda520f9eb58&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
685
+ <div class="comment_header_right">
686
+ <span class="comment_author vcard"><a href="http://arunshroff.com" rel="external nofollow" class="url">arunshroff</a></span>
687
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/arunshroff" rel="external nofollow" class="url">&#64;arunshroff</a>)</span>
688
+ -
689
+ <a class="comment_permalink" href="#comment-3206165">January 10th, 2010 at 11:54 am PST</a>
690
+ </div>
691
+ </div>
692
+ <div class="comment_body">
693
+ <div class="comment_content">
694
+ <p>Just a quick warning &#8211; DO NOT assume the URL of the website is googlle.in and try to visit it &#8211; as this is a malware website. Chrome gives you the warning &#8220;The website at googlle.in appears to host malware – software that can hurt your computer or otherwise operate without your consent. Just visiting a site that hosts malware can infect your computer.&#8221; Older browsers may not warn you.<br />
695
+ The domain name googlle.com redirects to a medical website, and googlle.co.in does not exist.</p>
696
+ </div>
697
+ <div class="comment_reply">
698
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206165#addcomment' onclick='return addComment.moveForm("comment-3206165", "3206165", "addcomment", "134776")'>reply</a> </div>
699
+ </div>
700
+ </div>
701
+ </li>
702
+ <li id="comment-3206219" class="comment even thread-odd thread-alt depth-1">
703
+ <div id="div-comment-3206219">
704
+ <div class="comment_header ">
705
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=6e4eafa72414ddaf717ae8f688980e66&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
706
+ <div class="comment_header_right">
707
+ <span class="comment_author vcard"><a href="http://styleguidance.com" rel="external nofollow" class="url">Andrew</a></span>
708
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/styleguidance" rel="external nofollow" class="url">&#64;styleguidance</a>)</span>
709
+ -
710
+ <a class="comment_permalink" href="#comment-3206219">January 10th, 2010 at 12:22 pm PST</a>
711
+ </div>
712
+ </div>
713
+ <div class="comment_body">
714
+ <div class="comment_content">
715
+ <p>you know what&#8217;s funny? Techcrunch is giving these guys so much Google juice, that these guys will soon rank in #1 position for &#8220;school in india&#8221;</p>
716
+ </div>
717
+ <div class="comment_reply">
718
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206219#addcomment' onclick='return addComment.moveForm("comment-3206219", "3206219", "addcomment", "134776")'>reply</a> </div>
719
+ </div>
720
+ </div>
721
+ </li>
722
+ <li id="comment-3206229" class="comment odd alt thread-even depth-1">
723
+ <div id="div-comment-3206229">
724
+ <div class="comment_header ">
725
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=3072da59837cb1d23e9774a77a2351fd&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
726
+ <div class="comment_header_right">
727
+ <span class="comment_author vcard">Christopher</span>
728
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/cdnpal" rel="external nofollow" class="url">&#64;cdnpal</a>)</span>
729
+ -
730
+ <a class="comment_permalink" href="#comment-3206229">January 10th, 2010 at 12:26 pm PST</a>
731
+ </div>
732
+ </div>
733
+ <div class="comment_body">
734
+ <div class="comment_content">
735
+ <p>hmmmm&#8230;. Now we know how to get a 2 page dreamweaver website on the cover of Techcrunch!!!</p>
736
+ </div>
737
+ <div class="comment_reply">
738
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206229#addcomment' onclick='return addComment.moveForm("comment-3206229", "3206229", "addcomment", "134776")'>reply</a> </div>
739
+ </div>
740
+ </div>
741
+ </li>
742
+ <li id="comment-3206230" class="comment byuser comment-author-fb500546796 even thread-odd thread-alt depth-1">
743
+ <div id="div-comment-3206230">
744
+ <div class="comment_header ">
745
+ <div class="comment_header_left"> <div class="avatar avatar-32">
746
+ <fb:profile-pic uid="500546796" facebook-logo="true" size="square"></fb:profile-pic>
747
+ </div></div>
748
+ <div class="comment_header_right">
749
+ <span class="comment_author vcard"><a href="http://www.facebook.com/people/lvirs_Salmanov/500546796" rel="external nofollow" class="url"><fb:name linked="false" useyou="false" uid="500546796">еlvirs Salmanov</fb:name></a></span>
750
+ -
751
+ <a class="comment_permalink" href="#comment-3206230">January 10th, 2010 at 12:26 pm PST</a>
752
+ </div>
753
+ </div>
754
+ <div class="comment_body">
755
+ <div class="comment_content">
756
+ <p>I wonder why such a ripoff school or whatever it is gets so much coverage here.</p>
757
+ </div>
758
+ <div class="comment_reply">
759
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206230#addcomment' onclick='return addComment.moveForm("comment-3206230", "3206230", "addcomment", "134776")'>reply</a> </div>
760
+ </div>
761
+ </div>
762
+ </li>
763
+ <li id="comment-3206242" class="comment odd alt thread-even depth-1">
764
+ <div id="div-comment-3206242">
765
+ <div class="comment_header ">
766
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=6100f56a7ffa9a8d04acd827c3aefb02&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
767
+ <div class="comment_header_right">
768
+ <span class="comment_author vcard">ankit</span>
769
+ -
770
+ <a class="comment_permalink" href="#comment-3206242">January 10th, 2010 at 12:32 pm PST</a>
771
+ </div>
772
+ </div>
773
+ <div class="comment_body">
774
+ <div class="comment_content">
775
+ <p>Seriously!! there is more imp. news to report than this!!!</p>
776
+ </div>
777
+ <div class="comment_reply">
778
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206242#addcomment' onclick='return addComment.moveForm("comment-3206242", "3206242", "addcomment", "134776")'>reply</a> </div>
779
+ </div>
780
+ </div>
781
+ </li>
782
+ <li id="comment-3206243" class="comment even thread-odd thread-alt depth-1">
783
+ <div id="div-comment-3206243">
784
+ <div class="comment_header ">
785
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=3d037cedad4f1d85fc8b5941bb52c0d9&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
786
+ <div class="comment_header_right">
787
+ <span class="comment_author vcard"><a href="http://www.StarMarsOnline.com" rel="external nofollow" class="url">StarMars</a></span>
788
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/starmars" rel="external nofollow" class="url">&#64;starmars</a>)</span>
789
+ -
790
+ <a class="comment_permalink" href="#comment-3206243">January 10th, 2010 at 12:33 pm PST</a>
791
+ </div>
792
+ </div>
793
+ <div class="comment_body">
794
+ <div class="comment_content">
795
+ <p>There&#8217;s no such thing as a bad publicity I guess. :)</p>
796
+ </div>
797
+ <div class="comment_reply">
798
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206243#addcomment' onclick='return addComment.moveForm("comment-3206243", "3206243", "addcomment", "134776")'>reply</a> </div>
799
+ </div>
800
+ </div>
801
+ </li>
802
+ <li id="comment-3206247" class="comment byuser comment-author-fb506848625 odd alt thread-even depth-1">
803
+ <div id="div-comment-3206247">
804
+ <div class="comment_header ">
805
+ <div class="comment_header_left"> <div class="avatar avatar-32">
806
+ <fb:profile-pic uid="506848625" facebook-logo="true" size="square"></fb:profile-pic>
807
+ </div></div>
808
+ <div class="comment_header_right">
809
+ <span class="comment_author vcard"><a href="http://www.facebook.com/people//506848625" rel="external nofollow" class="url"><fb:name linked="false" useyou="false" uid="506848625">fb506848625</fb:name></a></span>
810
+ -
811
+ <a class="comment_permalink" href="#comment-3206247">January 10th, 2010 at 12:37 pm PST</a>
812
+ </div>
813
+ </div>
814
+ <div class="comment_body">
815
+ <div class="comment_content">
816
+ <p>Who cares?</p>
817
+ </div>
818
+ <div class="comment_reply">
819
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206247#addcomment' onclick='return addComment.moveForm("comment-3206247", "3206247", "addcomment", "134776")'>reply</a> </div>
820
+ </div>
821
+ </div>
822
+ </li>
823
+ <li id="comment-3206254" class="comment byuser comment-author-fb1207245 even thread-odd thread-alt depth-1">
824
+ <div id="div-comment-3206254">
825
+ <div class="comment_header ">
826
+ <div class="comment_header_left"> <div class="avatar avatar-32">
827
+ <fb:profile-pic uid="1207245" facebook-logo="true" size="square"></fb:profile-pic>
828
+ </div></div>
829
+ <div class="comment_header_right">
830
+ <span class="comment_author vcard"><a href="http://www.facebook.com/people/Tavi_Nathanson/1207245" rel="external nofollow" class="url"><fb:name linked="false" useyou="false" uid="1207245">Tavi Nathanson</fb:name></a></span>
831
+ -
832
+ <a class="comment_permalink" href="#comment-3206254">January 10th, 2010 at 12:43 pm PST</a>
833
+ </div>
834
+ </div>
835
+ <div class="comment_body">
836
+ <div class="comment_content">
837
+ <p>I&#8217;m pretty interested in that googlle intern program, especially the &#8220;Professional tour to Abroad&#8221; and the &#8220;LIVE PROJECT, CAMPUS&#8221; project, but I can&#8217;t figure out how to apply. I guess I could paste my resume into the &#8220;Brief Your Query&#8221; section of the Contact page. Regardless, I better hustle before they stop accepting applications!</p>
838
+ </div>
839
+ <div class="comment_reply">
840
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206254#addcomment' onclick='return addComment.moveForm("comment-3206254", "3206254", "addcomment", "134776")'>reply</a> </div>
841
+ </div>
842
+ </div>
843
+ </li>
844
+ <li id="comment-3206263" class="comment odd alt thread-even depth-1">
845
+ <div id="div-comment-3206263">
846
+ <div class="comment_header ">
847
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=bfdfea4cb12278922527527eef120229&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
848
+ <div class="comment_header_right">
849
+ <span class="comment_author vcard">John Doe</span>
850
+ -
851
+ <a class="comment_permalink" href="#comment-3206263">January 10th, 2010 at 12:57 pm PST</a>
852
+ </div>
853
+ </div>
854
+ <div class="comment_body">
855
+ <div class="comment_content">
856
+ <p>Slow news day or do you actually think people care about this?</p>
857
+ </div>
858
+ <div class="comment_reply">
859
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206263#addcomment' onclick='return addComment.moveForm("comment-3206263", "3206263", "addcomment", "134776")'>reply</a> </div>
860
+ </div>
861
+ </div>
862
+ </li>
863
+ <li id="comment-3206279" class="comment even thread-odd thread-alt depth-1">
864
+ <div id="div-comment-3206279">
865
+ <div class="comment_header ">
866
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=5e4280e3c098cd9b4c2005d89df004b8&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
867
+ <div class="comment_header_right">
868
+ <span class="comment_author vcard">Mike</span>
869
+ -
870
+ <a class="comment_permalink" href="#comment-3206279">January 10th, 2010 at 1:12 pm PST</a>
871
+ </div>
872
+ </div>
873
+ <div class="comment_body">
874
+ <div class="comment_content">
875
+ <p>this isn&#8217;t news.</p>
876
+ </div>
877
+ <div class="comment_reply">
878
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206279#addcomment' onclick='return addComment.moveForm("comment-3206279", "3206279", "addcomment", "134776")'>reply</a> </div>
879
+ </div>
880
+ </div>
881
+ </li>
882
+ <li id="comment-3206280" class="comment odd alt thread-even depth-1">
883
+ <div id="div-comment-3206280">
884
+ <div class="comment_header ">
885
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=8ac7dcfdfa12f82b625350d81166c044&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
886
+ <div class="comment_header_right">
887
+ <span class="comment_author vcard">will</span>
888
+ -
889
+ <a class="comment_permalink" href="#comment-3206280">January 10th, 2010 at 1:15 pm PST</a>
890
+ </div>
891
+ </div>
892
+ <div class="comment_body">
893
+ <div class="comment_content">
894
+ <p>what the hell is the difference between a school and a learning school?</p>
895
+ </div>
896
+ <div class="comment_reply">
897
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206280#addcomment' onclick='return addComment.moveForm("comment-3206280", "3206280", "addcomment", "134776")'>reply</a> </div>
898
+ </div>
899
+ </div>
900
+ </li>
901
+ <li id="comment-3206341" class="comment even thread-odd thread-alt depth-1">
902
+ <div id="div-comment-3206341">
903
+ <div class="comment_header ">
904
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=a440224b9174e87b8bddccde34069ee2&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
905
+ <div class="comment_header_right">
906
+ <span class="comment_author vcard">Hrishika</span>
907
+ -
908
+ <a class="comment_permalink" href="#comment-3206341">January 10th, 2010 at 2:17 pm PST</a>
909
+ </div>
910
+ </div>
911
+ <div class="comment_body">
912
+ <div class="comment_content">
913
+ <p>I mean, I&#8217;ve even seen a HARVARD college in India.. For christ-sake.. No one in India even cares for stupid scams like this.. And Ya.. a legal procedure in India will take forever so don&#8217;t bother with it.</p>
914
+ <p>Just trust that Indians are way too smart to fall for idiotic stuff like this</p>
915
+ </div>
916
+ <div class="comment_reply">
917
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206341#addcomment' onclick='return addComment.moveForm("comment-3206341", "3206341", "addcomment", "134776")'>reply</a> </div>
918
+ </div>
919
+ </div>
920
+ </li>
921
+ <li id="comment-3206342" class="comment odd alt thread-even depth-1">
922
+ <div id="div-comment-3206342">
923
+ <div class="comment_header ">
924
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=db64c7387ceedcd17f276dbdbd891185&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
925
+ <div class="comment_header_right">
926
+ <span class="comment_author vcard"><a href="http://rajanand.biz" rel="external nofollow" class="url">Raj Anand</a></span>
927
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/rajanand" rel="external nofollow" class="url">&#64;rajanand</a>)</span>
928
+ -
929
+ <a class="comment_permalink" href="#comment-3206342">January 10th, 2010 at 2:18 pm PST</a>
930
+ </div>
931
+ </div>
932
+ <div class="comment_body">
933
+ <div class="comment_content">
934
+ <p>I don&#8217;t understand why Techcrunch is so obsessed with this site. Googlle (pronounced Gugg-Lee), which if you ever played cricket refers to spinning the ball. See: <a href="http://en.wikipedia.org/wiki/Googly" rel="nofollow"></a><a href='http://en.wikipedia.org/wiki/Googly'>http://en.wikip...org/wiki/Googly</a></p>
935
+ <p>Yes their logo was inspired by Google, although they realised their mistake and changed their identity. </p>
936
+ <p>Guys let&#8217;s forgive and forget :)</p>
937
+ </div>
938
+ <div class="comment_reply">
939
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206342#addcomment' onclick='return addComment.moveForm("comment-3206342", "3206342", "addcomment", "134776")'>reply</a> </div>
940
+ </div>
941
+ </div>
942
+ </li>
943
+ <li id="comment-3206364" class="comment even thread-odd thread-alt depth-1">
944
+ <div id="div-comment-3206364">
945
+ <div class="comment_header ">
946
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=7767629b77616ad950478ef293633cfb&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
947
+ <div class="comment_header_right">
948
+ <span class="comment_author vcard">mark</span>
949
+ -
950
+ <a class="comment_permalink" href="#comment-3206364">January 10th, 2010 at 2:51 pm PST</a>
951
+ </div>
952
+ </div>
953
+ <div class="comment_body">
954
+ <div class="comment_content">
955
+ <p>This school&#8217;s website is so impressive, am signing up. Can&#8217;t wait to start classes!!</p>
956
+ </div>
957
+ <div class="comment_reply">
958
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206364#addcomment' onclick='return addComment.moveForm("comment-3206364", "3206364", "addcomment", "134776")'>reply</a> </div>
959
+ </div>
960
+ </div>
961
+ </li>
962
+ <li id="comment-3206405" class="comment odd alt thread-even depth-1">
963
+ <div id="div-comment-3206405">
964
+ <div class="comment_header ">
965
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=d0e5753bb5caf97c988f3baa608685c6&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
966
+ <div class="comment_header_right">
967
+ <span class="comment_author vcard">Dave</span>
968
+ -
969
+ <a class="comment_permalink" href="#comment-3206405">January 10th, 2010 at 3:40 pm PST</a>
970
+ </div>
971
+ </div>
972
+ <div class="comment_body">
973
+ <div class="comment_content">
974
+ <p>What&#8217;s with Indians and using Shift+Insert all the time? Is that something they teach you at places like the Googlle institute, or is Ctrl+V punishable by death in your homeland?</p>
975
+ </div>
976
+ <div class="comment_reply">
977
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206405#addcomment' onclick='return addComment.moveForm("comment-3206405", "3206405", "addcomment", "134776")'>reply</a> </div>
978
+ </div>
979
+ </div>
980
+ </li>
981
+ <li id="comment-3206406" class="comment even thread-odd thread-alt depth-1">
982
+ <div id="div-comment-3206406">
983
+ <div class="comment_header ">
984
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=0a09c995c622446aafe0075733b81d11&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
985
+ <div class="comment_header_right">
986
+ <span class="comment_author vcard"><a href="http://www.freeadposting.com" rel="external nofollow" class="url">Free Ads</a></span>
987
+ -
988
+ <a class="comment_permalink" href="#comment-3206406">January 10th, 2010 at 3:41 pm PST</a>
989
+ </div>
990
+ </div>
991
+ <div class="comment_body">
992
+ <div class="comment_content">
993
+ <p>As Raj has mentioned, TechCrunch is giving too much publicity to this stupid institute which is dime a dozen in India. If a local TV station pick up the story, their enrollment will shoot through the roof and many more vicitms will lose their money and few will become really rich. Is that what TechCrunch wants?</p>
994
+ </div>
995
+ <div class="comment_reply">
996
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206406#addcomment' onclick='return addComment.moveForm("comment-3206406", "3206406", "addcomment", "134776")'>reply</a> </div>
997
+ </div>
998
+ </div>
999
+ </li>
1000
+ <li id="comment-3206148" class="comment odd alt thread-even depth-1">
1001
+ <div id="div-comment-3206148">
1002
+ <div class="comment_header ">
1003
+ <div class="comment_header_left"><img src="http://www.gravatar.com/avatar.php?gravatar_id=4bcf427ac46046e8dd3a70ca17aeec25&amp;rating=pg&amp;size=35&amp;default=http%3A%2F%2Fcache0.techcrunch.com%2Fwp-content%2Fthemes%2Ftechcrunchmu%2Fimages%2Fclear_pixel.png" /></div>
1004
+ <div class="comment_header_right">
1005
+ <span class="comment_author vcard"><a href="http://pctonic.net/" rel="external nofollow" class="url">Ashutosh Mishra</a></span>
1006
+ <span class="comment_author_twitter snap_nopreview">(<a href="http://twitter.com/twitashu" rel="external nofollow" class="url">&#64;twitashu</a>)</span>
1007
+ -
1008
+ <a class="comment_permalink" href="#comment-3206148">January 10th, 2010 at 11:41 am PST</a>
1009
+ </div>
1010
+ </div>
1011
+ <div class="comment_body">
1012
+ <div class="comment_content">
1013
+ <p>&#8230;.giving &#8216;them&#8217; not me!! God, what do I do with my typos? :(</p>
1014
+ </div>
1015
+ <div class="comment_reply">
1016
+ <a rel='nofollow' class='comment-reply-link' href='/2010/01/10/googlle-google-logo/?replytocom=3206148#addcomment' onclick='return addComment.moveForm("comment-3206148", "3206148", "addcomment", "134776")'>reply</a> </div>
1017
+ </div>
1018
+ </div>
1019
+ </li>
1020
+ </ul>
1021
+ </div>
1022
+
1023
+ <div id="addcomment">
1024
+ <a id="addcommentanchor" name="addcommentanchor"></a>
1025
+ <div id="addcomment_left">
1026
+ <h2>Leave Comment</h2>
1027
+ <form action="http://www.techcrunch.com/wp-comments-post.php" method="post" id="commentform">
1028
+ <div class="cancel-comment-reply">
1029
+ <a rel="nofollow" id="cancel-comment-reply-link" href="/2010/01/10/googlle-google-logo/#respond" style="display:none;">Click here to cancel your reply.</a> </div>
1030
+ <table id="addcomment_user_fields">
1031
+ <tr>
1032
+ <td><label for="author">Name*</label></td>
1033
+ <td><input type="text" name="author" id="author" value="" class="field" maxlength="100" /></td>
1034
+ </tr>
1035
+ <tr>
1036
+ <td><label for="email">Email*</label></td>
1037
+ <td><input type="text" name="email" id="email" value="" class="field" maxlength="100" /></td>
1038
+ </tr>
1039
+ <tr>
1040
+ <td><label for="url">Website</label></td>
1041
+ <td><input type="text" name="url" id="url" value="" class="field" maxlength="100" /></td>
1042
+ </tr>
1043
+ <tr>
1044
+ <td><label for="twitter">Twitter</label></td>
1045
+ <td><input type="text" name="twitter" id="twitter" value="" class="field" maxlength="15" /></td>
1046
+ </tr>
1047
+ </table>
1048
+ <div></div>
1049
+ <textarea name="comment" id="comment"></textarea>
1050
+ <div id="addcomment_button_area">
1051
+ <input onclick="if(typeof(onAddComment) == 'function') { onAddComment(); } else { alert('Sorry, the comments system is currently not working properly. Please notify a site administrator.'); };" name="addcommentbutton" type="button" id="addcommentbutton" class="button" value="" />
1052
+ </div>
1053
+ <input type='hidden' name='comment_post_ID' value='134776' id='comment_post_ID' />
1054
+ <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
1055
+ <input type="hidden" name="comment_post_ID" value="134776" />
1056
+ <input type="hidden" name="redirect_to" value="/2010/01/10/googlle-google-logo/" />
1057
+ </form>
1058
+ </div>
1059
+ <div id="addcomment_right">
1060
+ <h2 id="commenting_options_header">Commenting Options</h2>
1061
+ <div id="fbc_login_area"><p>Enter your personal information to the left, or sign in with your Facebook account by clicking the button below.</p><div class="fbc_del_on_login fbc_connect_button_area" id="fbc_login"><div class="dark">
1062
+ <fb:login-button size="large" background="white" length="short"
1063
+ onlogin="FBConnect.store_login()">
1064
+ </fb:login-button>
1065
+ </div> </div><p>Alternatively, you can <a rel="nofollow" target="_blank" href="http://www.gravatar.com/">create an avatar</a> that will appear whenever you leave a comment on a Gravatar-enabled blog.</p></div><div id="fbc_login_state"></div><script type="text/javascript">fbc_logout_url = 'http://www.techcrunch.com/wp-login.php?action=logout&redirect_to=http%3A%2F%2Fwww.techcrunch.com%2F2010%2F01%2F10%2Fgooglle-google-logo%2F#addcommentanchor'</script><script type="text/javascript">var wp_subscriber = false;</script><script type="text/javascript">var wp_logged_in = false;</script><script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script><script type="text/javascript">FBConnect.init('c7450cd4081fd4e576f81efa7a84d6f7', 'http://www.techcrunch.com/wp-content/themes/techcrunchmu/library/fbconnect/', '51635871258', 'http://www.techcrunch.com', 0);</script><script type="text/javascript">var fbc_post_excerpt = '\nLast week, we covered Googlle opening a school in India. Googlle, not to be confused with Google. Obviously, this was a site and service set up to trick people, as they were even ripping-off Google&#...'; var fbc_post_url = 'http://www.techcrunch.com/2010/01/10/googlle-google-logo/'; var fbc_post_image_url = 'http://www.techcrunch.com/wp-content/uploads/2010/01/Screen-shot-2010-01-10-at-11.06.43-AM-215x28.png'; </script><script type="text/javascript">FBConnect.blog_name = 'TechCrunch'; FBConnect.article_title = 'Googlle Gets A Sexy New Logo; Remains Sketchy';</script><div id="trackback_url">Trackback URL <input type="text" id="trackback_url_field" value="http://www.techcrunch.com/2010/01/10/googlle-google-logo/trackback/" rel="trackback" onClick="this.select()" /></div><div id="short_url">Short URL <input type="text" id="short_url_field" value="http://tcrn.ch/5tpljT" onClick="this.select()" /></div> </div>
1066
+ <div style="clear:both"></div>
1067
+ </div>
1068
+
1069
+ <div style="clear:both"></div>
1070
+ </div>
1071
+
1072
+ <div id="col2" class="snap_nopreview">
1073
+ <ul class="sponsor_units">
1074
+ <li>
1075
+ <script type='text/javascript'>
1076
+ GA_googleFillSlot('TC_article_sponsor1');
1077
+ </script>
1078
+ </li>
1079
+ <li>
1080
+ <script type='text/javascript'>
1081
+ GA_googleFillSlot('TC_article_sponsor2');
1082
+ </script>
1083
+ </li>
1084
+ <li>
1085
+ <script type='text/javascript'>
1086
+ GA_googleFillSlot('TC_article_sponsor3');
1087
+ </script>
1088
+ </li>
1089
+ <li>
1090
+ <script type='text/javascript'>
1091
+ GA_googleFillSlot('TC_article_sponsor4');
1092
+ </script>
1093
+ </li>
1094
+ <li>
1095
+ <script type='text/javascript'>
1096
+ GA_googleFillSlot('TC_article_sponsor5');
1097
+ </script>
1098
+ </li>
1099
+ <li>
1100
+ <script type='text/javascript'>
1101
+ GA_googleFillSlot('TC_article_sponsor6');
1102
+ </script>
1103
+ </li>
1104
+ <li>
1105
+ <script type='text/javascript'>
1106
+ GA_googleFillSlot('TC_article_sponsor7');
1107
+ </script>
1108
+ </li>
1109
+ <li>
1110
+ <script type='text/javascript'>
1111
+ GA_googleFillSlot('TC_article_sponsor8');
1112
+ </script>
1113
+ </li>
1114
+ <li>
1115
+ <script type='text/javascript'>
1116
+ GA_googleFillSlot('TC_article_sponsor9');
1117
+ </script>
1118
+ </li>
1119
+ <li>
1120
+ <script type='text/javascript'>
1121
+ GA_googleFillSlot('TC_article_sponsor10');
1122
+ </script>
1123
+ </li>
1124
+ <li>
1125
+ <script type='text/javascript'>
1126
+ GA_googleFillSlot('TC_article_sponsor11');
1127
+ </script>
1128
+ </li>
1129
+ <li>
1130
+ <script type='text/javascript'>
1131
+ GA_googleFillSlot('TC_article_sponsor12');
1132
+ </script>
1133
+ </li>
1134
+ <div style="clear:both"></div>
1135
+ </ul>
1136
+ <div class="boxy">
1137
+ <ul class="boxy_header">
1138
+ <li id="tcposts_widget_active_header" class="boxy_header_selected" onClick="tcposts_widget_toggle('active','third_column')">Actively Discussed Posts</li>
1139
+ </ul>
1140
+ <ul class="boxy_body" id="tcposts_widget_active" style="display: block">
1141
+ <li class="boxy_body_first_li"><a href="http://www.techcrunch.com/2010/01/09/android-iphone-switch/">The Switch From iPhone To Android, And Why Your First Impression Is Wrong</a><br />287 comments</li>
1142
+ <li><a href="http://www.techcrunch.com/2010/01/09/when-to-take-on-facebook-american-idol-or-virgin-mobile-in-an-ip-fight/">When To Take On Facebook, American Idol Or Virgin Mobile In An IP Fight</a><br />82 comments</li>
1143
+ <li><a href="http://www.techcrunch.com/2010/01/09/iphone-droid-nexus-one-touchscreen-performance/">iPhone Beats Droid, Nexus One And Droid Eris In Touchscreen Performance</a><br />78 comments</li>
1144
+ <li><a href="http://www.techcrunch.com/2010/01/08/crunchies-winner/">Congratulations Crunchies Winners! Facebook Takes Best Overall For The Hat Trick </a><br />74 comments</li>
1145
+ <li><a href="http://www.techcrunch.com/2010/01/08/google-nexus-one-wifi/">Google's Free Airport WiFi Is A Nexus One Promo In Disguise</a><br />49 comments</li>
1146
+ </ul>
1147
+ </div>
1148
+ <div id="bugs"><a class="bug" href="http://www.crunchgear.com/"><img width="312" height="100" alt="bug" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/bug_21_1262689108.jpg" /></a><a class="bug" href="http://trends.techcrunch.com/2009/10/19/techcrunch-dealmaker-rankings-the-top-25-most-active-vcs-in-the-third-quarter/"><img width="312" height="100" alt="bug" src="http://cache0.techcrunch.com/wp-content/uploads/2009/10/bug_13_1256260053.png" /></a><a class="bug" href="http://trends.techcrunch.com/reports/"><img width="312" height="100" alt="bug" src="http://cache0.techcrunch.com/wp-content/uploads/2009/10/bug_12_1255561959.png" /></a></div> <div id="sidebar_features">
1149
+ <ul id="sidebar_features_header">
1150
+ <li id="tcposts_widget_active_header" class="boxy_header_selected">Featured Posts</li>
1151
+ </ul>
1152
+ <div id="sidebar_features_body">
1153
+ <a class="feature" href="http://www.techcrunch.com/2010/01/09/android-iphone-switch/"><img width="125" height="86" alt="The Switch From iPhone To Android: Why Your First Impression Is Wrong" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/sidebar_feature_1671_1263097197.png" /><div class="feature_category">Old Habits Die Hard</div><div class="feature_title">The Switch From iPhone To Android: Why Your First Impression Is Wrong &#187;</div><div style="clear: both"></div></a><a class="feature" href="http://www.techcrunch.com/2010/01/09/when-to-take-on-facebook-american-idol-or-virgin-mobile-in-an-ip-fight/"><img width="125" height="86" alt="When To Take On Facebook, American Idol Or Virgin Mobile In A IP Fight" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/sidebar_feature_1670_1263097038.png" /><div class="feature_category">Predators</div><div class="feature_title">When To Take On Facebook, American Idol Or Virgin Mobile In A IP Fight &#187;</div><div style="clear: both"></div></a><a class="feature" href="http://www.techcrunch.com/2010/01/08/crunchies-winner/"><img width="125" height="86" alt="Congratulations Crunchies Winners! Facebook Takes Best Overall" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/sidebar_feature_1669_1263054364.png" /><div class="feature_category">the crunchies 2009</div><div class="feature_title">Congratulations Crunchies Winners! Facebook Takes Best Overall &#187;</div><div style="clear: both"></div></a><a class="feature" href="http://www.techcrunch.com/2010/01/08/foursquare-apps-global/"><img width="125" height="86" alt="Foursquare Goes Global, Bringing New iPhone, Pre, And Web Apps" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/sidebar_feature_1668_1263054289.png" /><div class="feature_category">spreading its wings</div><div class="feature_title">Foursquare Goes Global, Bringing New iPhone, Pre, And Web Apps &#187;</div><div style="clear: both"></div></a><a class="feature" href="http://www.techcrunch.com/2010/01/08/fbi-widgets-facebook-quiz/"><img width="125" height="86" alt="The FBI Adds New Widgets, Facebook Quizzes To Its Social Media Arsenal" src="http://cache0.techcrunch.com/wp-content/uploads/2010/01/sidebar_feature_1667_1263054199.jpg" /><div class="feature_category">expansion</div><div class="feature_title">The FBI Adds New Widgets, Facebook Quizzes To Its Social Media Arsenal &#187;</div><div style="clear: both"></div></a></div></div> <div id="vertical_ads">
1154
+ <ul>
1155
+ <li>
1156
+ <script type='text/javascript'>
1157
+ GA_googleFillSlot('TC_article_fullskyscraper');
1158
+ </script>
1159
+ </li>
1160
+ <li>
1161
+ <script type='text/javascript'>
1162
+ GA_googleFillSlot('TC_article_160skyscraper');
1163
+ </script>
1164
+ </li>
1165
+ <li>
1166
+ <script type='text/javascript'>
1167
+ GA_googleFillSlot('TC_article_120skyscraper');
1168
+ </script>
1169
+ </li>
1170
+ </ul>
1171
+ <div style="clear:both"></div>
1172
+ </div>
1173
+ <script type="text/javascript" src="http://cache0.techcrunch.com/wp-content/themes/techcrunchmu/js/crunchboard_widget_v2.js"></script>
1174
+ <script type="text/javascript">displaywidget();</script>
1175
+ <ul id="site_supporters">
1176
+ <li>
1177
+ <script type='text/javascript'>
1178
+ GA_googleFillSlot('TC_article_partner1');
1179
+ </script>
1180
+ </li>
1181
+ <li>
1182
+ <script type='text/javascript'>
1183
+ GA_googleFillSlot('TC_article_partner2');
1184
+ </script>
1185
+ </li>
1186
+ <li>
1187
+ <script type='text/javascript'>
1188
+ GA_googleFillSlot('TC_article_partner3');
1189
+ </script>
1190
+ </li>
1191
+ <li>
1192
+ <script type='text/javascript'>
1193
+ GA_googleFillSlot('TC_article_partner4');
1194
+ </script>
1195
+ </li>
1196
+ </ul>
1197
+ <div id="fbfans" style="width: 100%; text-align: center;">
1198
+ <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
1199
+ <script type="text/javascript">FB.init("a6526334039385756b0b6b4249cec876");</script>
1200
+ <fb:fan profile_id="8062627951" stream="0" connections="10" width="300"></fb:fan>
1201
+ <div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/techcrunch">Techcrunch on Facebook</a> </div>
1202
+ </div>
1203
+ <div id="fullsky2" style="width:100%; text-align: center; margin-left:14px;margin-top:10px;">
1204
+ <script type="text/javascript">
1205
+ GA_googleFillSlot("TC_home_fullsky2");
1206
+ </script>
1207
+ </div>
1208
+
1209
+ </div>
1210
+ <div style="clear: both"></div>
1211
+ </div>
1212
+ </div>
1213
+ <div id="footer" class="snap_nopreview">
1214
+ <div id="footer_right">
1215
+ <ul>
1216
+ <li>&copy; 2010 TechCrunch</li>
1217
+ <li><a rel="nofollow" href="http://feedproxy.google.com/TechCrunch"><img src="http://feedproxy.google.com/~fc/TechCrunch?bg=f59136&amp;fg=000000&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a></li>
1218
+ </ul>
1219
+ </div>
1220
+ <ul>
1221
+ <li class="page_item page-item-120"><a rel="nofollow" href="http://www.techcrunch.com/about-techcrunch/" title="About">About</a></li>
1222
+ <li class="page_item page-item-1070"><a rel="nofollow" href="http://www.techcrunch.com/advertise/" title="Advertise">Advertise</a></li>
1223
+ <li class="page_item page-item-1505"><a rel="nofollow" href="http://www.techcrunch.com/archives/" title="Archives">Archives</a></li>
1224
+ <li class="page_item page-item-640"><a rel="nofollow" href="http://www.techcrunch.com/company-index/" title="Company Index">Company Index</a></li>
1225
+ <li class="page_item page-item-672"><a rel="nofollow" href="http://www.techcrunch.com/submit-profile/" title="Contact">Contact</a></li>
1226
+ <li class="page_item page-item-62344"><a rel="nofollow" href="http://www.techcrunch.com/crunchcam/" title="CrunchCam">CrunchCam</a></li>
1227
+ <li><a href="http://www.crunchboard.com/" title="Jobs" rel="nofollow">Jobs</a></li><li><a href="http://trends.techcrunch.com/reports/" title="Trends" rel="nofollow">Trends</a></li> </ul>
1228
+ </div>
1229
+ <!-- Google Analytics Tracking by Google Analyticator 2.4: http://cavemonkey50.com/code/google-analyticator/ -->
1230
+ <script type="text/javascript">
1231
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
1232
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
1233
+ </script>
1234
+
1235
+ <script type="text/javascript">
1236
+ try {
1237
+ var pageTracker = _gat._getTracker("UA-991406-1");
1238
+ pageTracker._initData();
1239
+ pageTracker._trackPageview();
1240
+ } catch(err) {}</script>
1241
+ <script type="text/javascript">var fileTypes = [''];</script>
1242
+ <script src="http://stats.wordpress.com/e-201002.js" type="text/javascript"></script>
1243
+ <script type="text/javascript">
1244
+ st_go({blog:'1080607',v:'ext',post:'134776'});
1245
+ var load_cmc = function(){linktracker_init(1080607,134776,2);};
1246
+ if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
1247
+ else load_cmc();
1248
+ </script>
1249
+ <!-- START SNAP CODE -->
1250
+ <!-- snap preview, to except link from preview, add "class='snap_nopreview'" -->
1251
+ <script defer='defer' type='text/javascript' src="http://spa.snap.com/snap_preview_anywhere.js?ap=1&amp;key=89743df349c6c38afc3094e9566cb98e&amp;sb=1&amp;link_icon=off&amp;domain=pub-6332280-www.techcrunch.com"></script>
1252
+ <!-- END SNAP CODE -->
1253
+ <!-- Start Quantcast tag -->
1254
+ <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
1255
+ <script type="text/javascript">_qacct="p-4dUj-JZzmC-eA";quantserve();</script>
1256
+ <noscript>
1257
+ <a href="http://www.quantcast.com/p-4dUj-JZzmC-eA" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-4dUj-JZzmC-eA.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
1258
+ </noscript>
1259
+ <!-- End Quantcast tag -->
1260
+ <!-- Begin comScore Tag -->
1261
+ <script>
1262
+ document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
1263
+ </script>
1264
+
1265
+ <script>
1266
+ COMSCORE.beacon({
1267
+ c1:2,
1268
+ c2:6036210,
1269
+ c3:"",
1270
+ c4:"",
1271
+ c5:"",
1272
+ c6:"",
1273
+ c15:""
1274
+ });
1275
+ </script>
1276
+ <noscript>
1277
+ <img src="http://b.scorecardresearch.com/b?c1=2&c2=6036210&c3=&c4=&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" />
1278
+ </noscript>
1279
+ <!-- End comScore Tag -->
1280
+ <img src="http://nik.techcrunch.com/~nik/track.gif" height="0" width="0" id="tcTrack" />
1281
+ </body>
1282
+ </html>
1283
+ <!-- Dynamic page generated in 0.634 seconds. -->
1284
+ <!-- Cached page generated by WP-Super-Cache on 2010-01-10 16:26:14 -->
1285
+ <!-- super cache -->