pismo 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.document +5 -0
- data/.gitignore +21 -0
- data/LICENSE +32 -0
- data/README.rdoc +68 -0
- data/Rakefile +95 -0
- data/VERSION +1 -0
- data/bin/pismo +36 -0
- data/lib/pismo/document.rb +50 -0
- data/lib/pismo/external_attributes.rb +14 -0
- data/lib/pismo/internal_attributes.rb +202 -0
- data/lib/pismo/readability.rb +316 -0
- data/lib/pismo/stopwords.txt +893 -0
- data/lib/pismo.rb +44 -0
- data/pismo.gemspec +92 -0
- data/test/corpus/bbcnews.html +2131 -0
- data/test/corpus/briancray.html +269 -0
- data/test/corpus/cant_read.html +426 -0
- data/test/corpus/factor.html +1362 -0
- data/test/corpus/huffington.html +2932 -0
- data/test/corpus/metadata_expected.yaml +81 -0
- data/test/corpus/rubyinside.html +318 -0
- data/test/corpus/rww.html +1351 -0
- data/test/corpus/spolsky.html +298 -0
- data/test/corpus/techcrunch.html +1285 -0
- data/test/corpus/youtube.html +2348 -0
- data/test/helper.rb +15 -0
- data/test/test_corpus.rb +33 -0
- data/test/test_pismo_document.rb +34 -0
- data/test/test_readability.rb +152 -0
- metadata +146 -0
@@ -0,0 +1,1351 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
|
+
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
|
4
|
+
<head>
|
5
|
+
<!-- Meta Tags -->
|
6
|
+
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<meta name="generator" content="Movable Type Pro 4.23-en" />
|
9
|
+
<meta name="author" content="Richard MacManus" />
|
10
|
+
<meta name="copyright" content="2003-2009 ReadWriteWeb" />
|
11
|
+
|
12
|
+
<meta name="description" content="I'm just aching to know if the new Apple tablet (insert caveats, weasel words and qualifiers here) is a potential Cintiq competitor. I don't think it will be, ..." />
|
13
|
+
|
14
|
+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.readwriteweb.com/rss.xml" />
|
15
|
+
|
16
|
+
<!-- Icons -->
|
17
|
+
|
18
|
+
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
19
|
+
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
|
20
|
+
|
21
|
+
<!-- CSS -->
|
22
|
+
|
23
|
+
|
24
|
+
<link rel="stylesheet" href="http://www.readwriteweb.com/styles.css?version=6" type="text/css" />
|
25
|
+
<link rel="stylesheet" href="http://www.readwriteweb.com/print.css" type="text/css" media="print" />
|
26
|
+
|
27
|
+
<!-- JavaScript -->
|
28
|
+
<script type="text/javascript">
|
29
|
+
var default_text = "Subscribe to ReadWriteWeb";
|
30
|
+
|
31
|
+
function changeHeaderDesc(text)
|
32
|
+
{
|
33
|
+
descText = document.getElementById('desc_text');
|
34
|
+
descText.innerHTML = text;
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
function clearCommentLabels()
|
39
|
+
{
|
40
|
+
namefield = document.getElementById('comment-author');
|
41
|
+
emailfield = document.getElementById('comment-email');
|
42
|
+
urlfield = document.getElementById('comment-url');
|
43
|
+
|
44
|
+
if(namefield.value != '')
|
45
|
+
{
|
46
|
+
namefield.className = 'no_bg';
|
47
|
+
}
|
48
|
+
|
49
|
+
if(emailfield.value != '')
|
50
|
+
{
|
51
|
+
emailfield.className = 'no_bg';
|
52
|
+
}
|
53
|
+
|
54
|
+
if(urlfield.value != '')
|
55
|
+
{
|
56
|
+
urlfield.className = 'no_bg';
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
</script>
|
61
|
+
|
62
|
+
|
63
|
+
<!-- RSS -->
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
<title>
|
68
|
+
|
69
|
+
|
70
|
+
Cartoon: Apple Tablet: Now With Barometer and Bird Call Generator
|
71
|
+
|
72
|
+
</title>
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<link rel="prev" href="http://www.readwriteweb.com/archives/top_10_youtube_videos_of_all_time.php" title="Top 10 YouTube Videos of All Time" />
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
<script type="text/javascript" src="http://www.readwriteweb.com/mt.js"></script>
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
<link rel="alternate" type="application/atom+xml" href="http://www.readwriteweb.com/archives/2010/01/cartoon_apple_tablet_now_with_barometer_and_bird_c.xml" title="Comments">
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
<link rel="image_src" href="http://www.readwriteweb.com/caroon_sjobsmain_0110.png"/>
|
95
|
+
|
96
|
+
<script type="text/javascript">
|
97
|
+
/* <![CDATA[ */
|
98
|
+
var post_title = 'Cartoon: Apple Tablet: Now With Barometer and Bird Call Generator';
|
99
|
+
var post_url = 'http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php';
|
100
|
+
var image_src = 'http://www.readwriteweb.com/caroon_sjobsmain_0110.png';
|
101
|
+
var image_href = post_url;
|
102
|
+
var story_template_id = '57352487025';
|
103
|
+
/* ]]> */
|
104
|
+
</script>
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
<script src="http://www.google.com/jsapi"></script>
|
109
|
+
<script type="text/javascript">
|
110
|
+
google.load("jquery", "1");
|
111
|
+
</script>
|
112
|
+
<!-- Internet Explorer-specific fixes for the Country dropdown. JWS 10/5/2009 -->
|
113
|
+
<!--[if IE 6]>
|
114
|
+
<script type="text/javascript">
|
115
|
+
sfHover = function() {
|
116
|
+
var sfEls = document.getElementById("networknav").getElementsByTagName("LI");
|
117
|
+
for (var i=0; i<sfEls.length; i++) {
|
118
|
+
sfEls[i].onmouseover=function() {
|
119
|
+
this.className+=" sfHover";
|
120
|
+
}
|
121
|
+
sfEls[i].onmouseout=function() {
|
122
|
+
this.className=this.className.replace(new RegExp(" sfHover\\b"), "");
|
123
|
+
}
|
124
|
+
}
|
125
|
+
}
|
126
|
+
if (window.attachEvent) window.attachEvent("onload", sfHover);
|
127
|
+
|
128
|
+
</script>
|
129
|
+
<![endif]-->
|
130
|
+
<!--[if lt IE 8]>
|
131
|
+
<style type="text/css">
|
132
|
+
li#countrynav.sfHover ul, li#countrynav:hover ul
|
133
|
+
{
|
134
|
+
margin-left: -122px;
|
135
|
+
margin-top: 18px;
|
136
|
+
}
|
137
|
+
</style>
|
138
|
+
<![endif]-->
|
139
|
+
|
140
|
+
|
141
|
+
<!-- OpenX Single Invocation Code - JWS 11012009 -->
|
142
|
+
<script type='text/javascript'><!--// <![CDATA[
|
143
|
+
var OA_zones = {
|
144
|
+
'sp_1L' : 2,
|
145
|
+
'sp_1R' : 3,
|
146
|
+
'sp_2L' : 4,
|
147
|
+
'sp_2R' : 5,
|
148
|
+
'sp_3L' : 6,
|
149
|
+
'sp_3R' : 7,
|
150
|
+
'sp_4L' : 8,
|
151
|
+
'sp_4R' : 9,
|
152
|
+
'sp_5L' : 10,
|
153
|
+
'sp_5R' : 11,
|
154
|
+
'sp_6L' : 12,
|
155
|
+
'sp_6R' : 13,
|
156
|
+
'sky_120' : 17,
|
157
|
+
'rep': 15,
|
158
|
+
'p_wide_1' : 11203
|
159
|
+
}
|
160
|
+
// ]]> --></script>
|
161
|
+
<script type='text/javascript' src='http://d.ads.readwriteweb.com/spcjs.php?id=2&block=1&blockcampaign=1'></script>
|
162
|
+
</head>
|
163
|
+
<body onload="individualArchivesOnLoad(commenter_name);clearCommentLabels();">
|
164
|
+
<!-- Stats -->
|
165
|
+
|
166
|
+
<!-- FM Tracking Pixel -->
|
167
|
+
<script type='text/javascript' src='http://static.fmpub.net/site/readwrite'></script>
|
168
|
+
<!-- FM Tracking Pixel -->
|
169
|
+
|
170
|
+
<script type="text/javascript">
|
171
|
+
var img = new Image();
|
172
|
+
if (typeof commenter_id == 'undefined') { var commenter_id = ''; }
|
173
|
+
img.src = "http://www.readwriteweb.com/stats.php?u=" + escape(document.location.href) + "&r=" + escape(document.referrer) + "&a=" + commenter_id + "&b=1&t=entry&i=17706";
|
174
|
+
</script>
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
<!-- Google Analytics Code -->
|
179
|
+
<script type="text/javascript">
|
180
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
181
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
182
|
+
</script>
|
183
|
+
<script type="text/javascript">
|
184
|
+
var pageTracker = _gat._getTracker("UA-421291-1");
|
185
|
+
pageTracker._trackPageview();
|
186
|
+
|
187
|
+
pageTracker._trackEvent('AuthorEntryViews', 'robc', 'http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php',1);
|
188
|
+
|
189
|
+
</script>
|
190
|
+
|
191
|
+
<!-- Woopra Code Start -->
|
192
|
+
<script type="text/javascript" src="http://static.woopra.com/js/woopra.v2.js"></script>
|
193
|
+
<script type="text/javascript">
|
194
|
+
woopraTracker.track();
|
195
|
+
</script>
|
196
|
+
<!-- Woopra Code End -->
|
197
|
+
|
198
|
+
<div class="leaderboard">
|
199
|
+
<!-- FM Leaderboard Zone -->
|
200
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/637'></script>
|
201
|
+
<!-- FM Leaderboard Zone -->
|
202
|
+
</div>
|
203
|
+
|
204
|
+
<img src="http://www.readwriteweb.com/mt-static/themes/rww-ideacodes/images/logo.png" id="printlogo" />
|
205
|
+
|
206
|
+
<h1><span>ReadWriteWeb</span>
|
207
|
+
</h1>
|
208
|
+
<div id="header">
|
209
|
+
<div id="header-inner">
|
210
|
+
<div id="network_menu_left">
|
211
|
+
<ul id="networknav">
|
212
|
+
<li class="network"></li>
|
213
|
+
<li id="currentpage" class="tab2"><a href="http://www.readwriteweb.com">ReadWriteWeb</a></li>
|
214
|
+
<li class="tab3"><a href="http://www.readwriteweb.com/enterprise/">ReadWriteEnterprise</a></li>
|
215
|
+
<li class="tab4"><a href="http://r1.fmpub.net/?r=http%3A%2F%2Fwww.readwriteweb.com%2Freadwritestart%2F&k1=MSFT-BZ-SPRK&k2=RRW&k3=RRSTab/">ReadWriteStart</a></li>
|
216
|
+
<li class="tab5" id="countrynav"><a href="#">Country Channels</a>
|
217
|
+
<ul>
|
218
|
+
<li><a href="http://readwriteweb.com.br">ReadWriteBrazil</a></li>
|
219
|
+
<li><a href="http://blog.it.sohu.com/readwriteweb/">ReadWriteChina</a></li>
|
220
|
+
<li><a href="http://fr.readwriteweb.com">ReadWriteFrance</a></li>
|
221
|
+
<li><a href="http://www.readwriteweb.es">ReadWriteSpain</a></li>
|
222
|
+
</ul>
|
223
|
+
</li>
|
224
|
+
</ul>
|
225
|
+
|
226
|
+
</div>
|
227
|
+
<div id="tactical_menu_right">
|
228
|
+
|
229
|
+
<ul id="tacticalnav">
|
230
|
+
<li class="tab1"><a href="/about_readwriteweb.php">About</a></li>
|
231
|
+
<li class="tab2"><a href="/rss.xml">Subscribe</a></li>
|
232
|
+
<li class="tab3"><a href="/contact.php">Contact</a></li>
|
233
|
+
<li class="tab4"><a href="/advertise.php">Advertise</a></li>
|
234
|
+
</ul>
|
235
|
+
</div>
|
236
|
+
|
237
|
+
|
238
|
+
<br class="clear" />
|
239
|
+
|
240
|
+
<div id="logo_subscribe_box">
|
241
|
+
<div id="top-corners">
|
242
|
+
</div>
|
243
|
+
|
244
|
+
<div id="logo_left">
|
245
|
+
<div id="logo">
|
246
|
+
<a href="http://www.readwriteweb.com/" title="Home" class="logolink"></a>
|
247
|
+
</div>
|
248
|
+
</div>
|
249
|
+
|
250
|
+
<div id="subsribe_right">
|
251
|
+
<div id="desc_text">Subscribe to ReadWriteWeb</div>
|
252
|
+
<div id="icons">
|
253
|
+
<form action=" http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open(' http://www.feedburner.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
|
254
|
+
<input type="hidden" value="http://feeds.feedburner.com/~e?ffid=15887" name="url" /><input type="hidden" value="Read/Write Web" name="title"/>
|
255
|
+
<ul>
|
256
|
+
<li><a href="http://www.readwriteweb.com/rss.xml" onMouseOver="changeHeaderDesc('Subscribe to RWW via RSS');" onMouseOut="changeHeaderDesc(default_text)"><img src="http://www.readwriteweb.com/images/feed-icon-32x32.png" alt="Subscribe to RWW via RSS" width="32" height="32" /></a></li>
|
257
|
+
<li><a href="http://twitter.com/rww" target="_blank" onMouseOver="changeHeaderDesc('Follow @rww on Twitter');" onMouseOut="changeHeaderDesc(default_text)"><img src="http://www.readwriteweb.com/images/twitter-icon-32x32.png" alt="Follow @rww on Twitter" width="32" height="32" /></a></li>
|
258
|
+
<li><a href="http://www.facebook.com/ReadWriteWeb" target="_blank" onMouseOver="changeHeaderDesc('Join RWW on Facebook');" onMouseOut="changeHeaderDesc(default_text)"><img src="http://www.readwriteweb.com/mt-static/themes/rww-ideacodes/images/facebook-32x32.png" alt="Join RWW on Facebook" width="32" height="32" /></a></li>
|
259
|
+
<li><input type="image" src="http://www.readwriteweb.com/images/email-icon-32x32.png" alt="Subscribe to RWW via Email" onMouseOver="changeHeaderDesc('Subscribe to RWW via Email');" onMouseOut="changeHeaderDesc(default_text)" /></li>
|
260
|
+
</ul>
|
261
|
+
</form>
|
262
|
+
</div>
|
263
|
+
</div>
|
264
|
+
<br class="clear" />
|
265
|
+
|
266
|
+
<div id="bottom-corners">
|
267
|
+
</div>
|
268
|
+
</div>
|
269
|
+
|
270
|
+
<div id="global_menu_left">
|
271
|
+
<ul id="globalnav">
|
272
|
+
<li class="tab1"><a href="http://www.readwriteweb.com">Home</a></li>
|
273
|
+
<li class="tab2"><a href="/archives/products">Products</a></li>
|
274
|
+
<li class="tab3"><a href="/archives/trends">Trends</a></li>
|
275
|
+
<li class="tab4"><a href="/bestof.php">Best of RWW</a></li>
|
276
|
+
<li class="tab5"><a href="/categories.php">Archives</a></li>
|
277
|
+
<li class="tab6"><a href="/reports/">Reports</a></li>
|
278
|
+
</ul>
|
279
|
+
</div>
|
280
|
+
|
281
|
+
<div id="search_right">
|
282
|
+
<form method="get" name="search_form" action="http://www.readwriteweb.com/fastsearch">
|
283
|
+
<input id="search" name="search" type="text" class="search_textfield" onfocus="if(this.value==this.defaultValue)value=''" onblur="if(this.value=='')value=this.defaultValue;" value="Search ReadWriteWeb" maxlength="80" />
|
284
|
+
<input type="image" src="/images/go-button.png" class="search_button_search" />
|
285
|
+
</form>
|
286
|
+
</div>
|
287
|
+
</div>
|
288
|
+
</div>
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
<div id="fm_pushdown_wrapper"><div id="fm_pushdown_zone" style="display: none;">
|
293
|
+
<!-- FM STAMP 970x66 expands 970x417 Zone -->
|
294
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/2562'></script>
|
295
|
+
<!-- FM STAMP 970x66 expands 970x417 Zone -->
|
296
|
+
</div></div>
|
297
|
+
<script type="text/javascript">
|
298
|
+
function isAdDisplayed(addiv)
|
299
|
+
{
|
300
|
+
divToCheck = document.getElementById(addiv);
|
301
|
+
if(divToCheck.getElementsByTagName('embed').length > 0)
|
302
|
+
{
|
303
|
+
return true;
|
304
|
+
}
|
305
|
+
|
306
|
+
return false;
|
307
|
+
}
|
308
|
+
|
309
|
+
if(isAdDisplayed("fm_pushdown_zone"))
|
310
|
+
{
|
311
|
+
document.getElementById("fm_pushdown_zone").style.display = "block";
|
312
|
+
}
|
313
|
+
</script>
|
314
|
+
|
315
|
+
<!-- end header -->
|
316
|
+
|
317
|
+
|
318
|
+
<div id="wrapper">
|
319
|
+
|
320
|
+
<div id="content-column-left">
|
321
|
+
<div id="left_column_style">
|
322
|
+
<div id="entry-17706" class="entry-asset asset">
|
323
|
+
|
324
|
+
|
325
|
+
<div class="asset-header">
|
326
|
+
<div id="metadata_digg_box">
|
327
|
+
<div id="metadata_digg_left">
|
328
|
+
|
329
|
+
<h1 class="titlelink">Cartoon: Apple Tablet: Now With Barometer and Bird Call Generator</h1>
|
330
|
+
<div class="grey" id="submeta">
|
331
|
+
|
332
|
+
|
333
|
+
Written by <a href="http://www.readwriteweb.com/archives/author/rob-cottingham.php">Rob Cottingham</a> / January 10, 2010 2:30 PM
|
334
|
+
|
335
|
+
/ <a href="http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php#comments">0 Comments</a>
|
336
|
+
|
337
|
+
</div>
|
338
|
+
|
339
|
+
<div class="nextprevious" >
|
340
|
+
<a href="http://www.readwriteweb.com/archives/top_10_youtube_videos_of_all_time.php"><span>« Prior Post</span></a>
|
341
|
+
|
342
|
+
</div>
|
343
|
+
|
344
|
+
</div>
|
345
|
+
|
346
|
+
</div>
|
347
|
+
<br class="clear">
|
348
|
+
|
349
|
+
</div>
|
350
|
+
|
351
|
+
<div class="asset-content">
|
352
|
+
|
353
|
+
|
354
|
+
<div class="asset-body">
|
355
|
+
<p><img alt="caroon_sjobsmain_0110.png" src="http://www.readwriteweb.com/caroon_sjobsmain_0110.png" />I'm just aching to know if the new Apple tablet (insert caveats, weasel words and qualifiers here) is a potential Cintiq competitor. I don't think it will be, but you never know. It may also have a built in barometer and bird call generator.</p>
|
356
|
+
|
357
|
+
<p>I'm never sure if Apple does themselves more good than harm with the secrecy and anticipation that surrounds the run-up to these announcements. Unless there's something truly jaw-dropping about whatever device rises from the stage when Steve Jobs reaches that particular slide in Keynote, the reaction may be muted disappointment: "Oh." "Huh." "Wait a minute... my life is still the same miasma of thwarted potential and spiritual anomie that it was half an hour ago!"</p>
|
358
|
+
</div>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
<div id="more" class="asset-more">
|
364
|
+
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
<p>That said, what are you expecting on Jan. 27?</p>
|
372
|
+
|
373
|
+
<p><img alt="cartoon_sjobs_0110.png" src="http://www.readwriteweb.com/cartoon_sjobs_0110.png" align="center" /></p>
|
374
|
+
|
375
|
+
<p><a href="http://robcottingham.ca/">More Noise to Signal.</a></p>
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
</div>
|
386
|
+
|
387
|
+
|
388
|
+
<div id="hakiaAd"></div>
|
389
|
+
<script type="text/javascript">loadHakiaAds("")</script>
|
390
|
+
|
391
|
+
</div>
|
392
|
+
<div class="asset-footer">
|
393
|
+
|
394
|
+
|
395
|
+
<div class="nextprevious" >
|
396
|
+
|
397
|
+
<a href="http://www.readwriteweb.com/archives/top_10_youtube_videos_of_all_time.php"><span>« Prior Post</span></a>
|
398
|
+
|
399
|
+
|
400
|
+
</div>
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
Posted in <span class="delimiter">
|
405
|
+
<ul class="entry-categories-list">
|
406
|
+
<a href="http://www.readwriteweb.com/archives/cartoons/">Cartoons</a>
|
407
|
+
</ul>
|
408
|
+
</span>
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
|
414
|
+
and tagged with <span class="delimiter">
|
415
|
+
<ul class="entry-tags-list">
|
416
|
+
<a href="http://www.readwriteweb.com/tag/apple%2Btablet" rel="tag">apple tablet</a>, <a href="http://www.readwriteweb.com/tag/steve%2Bjobs" rel="tag">steve jobs</a>
|
417
|
+
</ul>
|
418
|
+
</span>
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
<ul id="pf_toolbar">
|
425
|
+
|
426
|
+
<li><a href="#comments-open" class="comment">Comment</a></li>
|
427
|
+
|
428
|
+
<li><a href="http://feeds.feedburner.com/readwriteweb" class="subscribe">Subscribe</a></li>
|
429
|
+
<li><a href="http://www.addthis.com/bookmark.php"
|
430
|
+
style="text-decoration:none;" onclick="return addthis_open(this, 'email', 'http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php', 'Cartoon: Apple Tablet: Now With Barometer and Bird Call Generator');" class="email">
|
431
|
+
Email This</a></li>
|
432
|
+
<li><a href="javascript:window.print()" class="print">Print This</a></li>
|
433
|
+
|
434
|
+
<li><a href="http://digg.com/submit?url=http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php" class="digg">Digg</a></li>
|
435
|
+
<li><!-- AddThis Button BEGIN -->
|
436
|
+
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=readwriteweb"></script>
|
437
|
+
<script type="text/javascript">
|
438
|
+
var addthis_config = {
|
439
|
+
services_compact: 'facebook, digg, twitter, reddit, delicious, hackernews, stumbleupon, slashdot, more'
|
440
|
+
}
|
441
|
+
</script>
|
442
|
+
<a href="http://www.addthis.com/bookmark.php" class="addthis_button" style="text-decoration:none;">
|
443
|
+
<img src="http://s7.addthis.com/static/btn/sm-plus.gif" width="16" height="16" border="0" alt="Share" />Share</a>
|
444
|
+
<!-- AddThis Button END -->
|
445
|
+
</li>
|
446
|
+
</ul>
|
447
|
+
<div id="fm_stamp_conversationalist">
|
448
|
+
<!-- FM Conversationalist 600x250 Zone --> <script type='text/javascript' src='http://static.fmpub.net/zone/2561'></script> <!-- FM Conversationalist 600x250 Zone -->
|
449
|
+
</div>
|
450
|
+
<div class="relleft">
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
<h3>Related Entries</h3>
|
455
|
+
<ul class="bullet">
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
<li class="widget-list-item"><a href="http://www.readwriteweb.com/archives/wheres_my_jet_pack_apple_tablet_and_future_interfa_1.php">Where's my Jet Pack? Apple Tablet and Future Interfaces</a></li>
|
461
|
+
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
<li class="widget-list-item"><a href="http://www.readwriteweb.com/archives/top_10_failures_of_2009.php">Top 10 Failures of 2009</a></li>
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
<li class="widget-list-item"><a href="http://www.readwriteweb.com/archives/maybe_apple_isnt_interested_in_ebooks_but_its_now_selling_comic_books.php">Apple Says it Isn't Interested in eBooks, But It's Now Selling an iTunes LP Comic Book</a></li>
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
<li class="widget-list-item"><a href="http://www.readwriteweb.com/archives/wheres_my_jet_pack_apple_tablet_and_future_interfa.php">Where's my Jet Pack? Apple Tablet and Future Interfaces</a></li>
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
|
480
|
+
<li class="widget-list-item"><a href="http://www.readwriteweb.com/archives/cartoon_apple_jobs.php">Cartoon: What Else Isn't Apple Telling Us?</a></li>
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
</ul>
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
</div>
|
492
|
+
|
493
|
+
<div class="adright" id="ad_right">
|
494
|
+
<!-- FM Medium Rectangle Zone -->
|
495
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/103'></script>
|
496
|
+
<!-- FM Medium Rectangle Zone -->
|
497
|
+
|
498
|
+
<!-- CrazyEgg Zone -->
|
499
|
+
<script type="text/javascript" src="http://cetrk.com/pages/scripts/0000/0431.js"> </script>
|
500
|
+
<!-- CrazyEgg Zone -->
|
501
|
+
</div>
|
502
|
+
<script type="text/javascript">
|
503
|
+
function isAdDisplayed(addiv)
|
504
|
+
{
|
505
|
+
divToCheck = document.getElementById(addiv);
|
506
|
+
if(divToCheck.getElementsByTagName('embed'))
|
507
|
+
{
|
508
|
+
return true;
|
509
|
+
}
|
510
|
+
|
511
|
+
return false;
|
512
|
+
}
|
513
|
+
|
514
|
+
if(isAdDisplayed("fm_stamp_conversationalist"))
|
515
|
+
{
|
516
|
+
relentries = document.getElementById("related_entries");
|
517
|
+
relentries.style.width="600px";
|
518
|
+
document.getElementById('ad_right').style.display = "none";
|
519
|
+
}
|
520
|
+
</script>
|
521
|
+
|
522
|
+
|
523
|
+
</div>
|
524
|
+
|
525
|
+
|
526
|
+
<br style="clear: both" />
|
527
|
+
|
528
|
+
|
529
|
+
<style type="text/css">
|
530
|
+
#vitals
|
531
|
+
{
|
532
|
+
width: 650px;
|
533
|
+
margin-bottom: 5px;
|
534
|
+
}
|
535
|
+
|
536
|
+
#vitals label
|
537
|
+
{
|
538
|
+
display: none;
|
539
|
+
}
|
540
|
+
|
541
|
+
#vitals input
|
542
|
+
{
|
543
|
+
width: 145px;
|
544
|
+
}
|
545
|
+
|
546
|
+
div#comment-form-name, div#comment-form-email, div#comment-form-url
|
547
|
+
{
|
548
|
+
float: left;
|
549
|
+
width: 160px;
|
550
|
+
padding-right: 10px;
|
551
|
+
}
|
552
|
+
|
553
|
+
div#comment-form-url
|
554
|
+
{
|
555
|
+
padding-right: 0px;
|
556
|
+
}
|
557
|
+
|
558
|
+
div.comments-open-options
|
559
|
+
{
|
560
|
+
clear: both;
|
561
|
+
}
|
562
|
+
|
563
|
+
div#comment-option-checkboxes
|
564
|
+
{
|
565
|
+
float: left;
|
566
|
+
padding-right: 10px;
|
567
|
+
margin-right: 10px;
|
568
|
+
}
|
569
|
+
|
570
|
+
div#comments-open-text
|
571
|
+
{
|
572
|
+
clear: both;
|
573
|
+
padding-top: 10px;
|
574
|
+
}
|
575
|
+
|
576
|
+
#vitals input
|
577
|
+
{
|
578
|
+
border: 1px solid rgb(192,192,192);
|
579
|
+
font-family: arial, helvetica, sans-serif;
|
580
|
+
font-size: 0.95em;
|
581
|
+
background-repeat: no-repeat;
|
582
|
+
}
|
583
|
+
|
584
|
+
.no_bg
|
585
|
+
{
|
586
|
+
background-image: none;
|
587
|
+
}
|
588
|
+
|
589
|
+
.name_on
|
590
|
+
{
|
591
|
+
background-image: url('/images/namefield.png');
|
592
|
+
}
|
593
|
+
|
594
|
+
.email_on
|
595
|
+
{
|
596
|
+
background-image: url('/images/emailfield.png');
|
597
|
+
}
|
598
|
+
|
599
|
+
.url_on
|
600
|
+
{
|
601
|
+
background-image: url('/images/urlfield.png');
|
602
|
+
}
|
603
|
+
#twitter-share {
|
604
|
+
padding-right: 10px;
|
605
|
+
margin-right: 10px;
|
606
|
+
float: left;
|
607
|
+
display: none;
|
608
|
+
}
|
609
|
+
|
610
|
+
.fbconnect_login_button img
|
611
|
+
{
|
612
|
+
vertical-align: middle;
|
613
|
+
}
|
614
|
+
|
615
|
+
</style>
|
616
|
+
<div class="comments-open" id="comments-open">
|
617
|
+
<a name="_login"></a>
|
618
|
+
<h2 class="comments-open-header">Leave a comment</h2>
|
619
|
+
<div class="comments-open-content">
|
620
|
+
|
621
|
+
<div id="comment-form-external-auth">
|
622
|
+
|
623
|
+
<div id="comments-open-not-logged-in"><!-- Facebook -->
|
624
|
+
<strong>Optional:</strong> Sign in with <a href="javascript:void(0)" onclick="FB.Connect.requireSession(signface_login); return false;">
|
625
|
+
<img id="fb_login_image"
|
626
|
+
src="http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_white_small_short.gif"
|
627
|
+
alt="Connect" align="absmiddle" /> Facebook</a> <a href="javascript:void(0)" onclick="document.getElementById('twitter-oauth').submit()"><img src="/images/twitter-logon-icon.png" alt="Sign in with Twitter" align="absmiddle" /></a> <a href="javascript:void(0)" onclick="document.getElementById('twitter-oauth').submit()">Twitter</a> <a href="javascript:void(0)" onclick="showDocumentElement('signin_with_OpenID');hideDocumentElement('vitals');"><img src="/images/openid-logon-icon.png" alt="Sign in with OpenID" align="absmiddle" /></a> <a href="javascript:void(0)" onclick="showDocumentElement('signin_with_OpenID');hideDocumentElement('vitals');">OpenID</a> | <script type="text/javascript">document.write('<a href="http://www.readwriteweb.com/cgi-bin/mt/mt-comments.cgi?__mode=login&entry_id=17706&blog_id=1&static=1">other services</a>');</script>
|
628
|
+
<form id="facebook-signin-form" method="post" name="Facebook" action="/nospam.cgi">
|
629
|
+
<input type="hidden" name="__mode" value="login_external">
|
630
|
+
<input type="hidden" name="blog_id" value="1">
|
631
|
+
<input type="hidden" name="entry_id" value="17706">
|
632
|
+
|
633
|
+
<input type="hidden" name="static" value="http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php#comments-open" />
|
634
|
+
<input type="hidden" name="return_to" value="http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php#comments-open" />
|
635
|
+
|
636
|
+
<input type="hidden" name="key" value="Facebook">
|
637
|
+
<input type="hidden" name="facebook_id" id="facebook-signin-id-input">
|
638
|
+
<input type="hidden" name="facebook_nick" id="facebook-signin-nick-input">
|
639
|
+
<input type="hidden" name="facebook_url" id="facebook-signin-url-input">
|
640
|
+
</form>
|
641
|
+
|
642
|
+
|
643
|
+
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
|
644
|
+
<script type="text/javascript" src="http://www.readwriteweb.com/mt423-static/plugins/FacebookCommenters/fbconnect.js"></script>
|
645
|
+
<script type="text/javascript">
|
646
|
+
document.Facebook.action = 'http://www.readwriteweb.com/cgi-bin/mt/' + '' + 'mt-comments.cgi';
|
647
|
+
FB.init('a95b455141f1c76d40987560fb514c1a',
|
648
|
+
'http://www.readwriteweb.com/mt423-static/plugins/FacebookCommenters/xd_receiver.html');
|
649
|
+
</script>
|
650
|
+
|
651
|
+
<!-- Twitter -->
|
652
|
+
<div id="signin_with_Twitter" style="display: none">
|
653
|
+
<form method="post" action="/cgi-bin/mt/mt-comments.cgi" id="twitter-oauth">
|
654
|
+
<input type="hidden" name="__mode" value="login_external" />
|
655
|
+
<input type="hidden" name="blog_id" value="1" />
|
656
|
+
<input type="hidden" name="entry_id" value="17706" />
|
657
|
+
<input type="hidden" name="static" value="http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php#comments-open" />
|
658
|
+
<input type="hidden" name="key" value="Twitter" />
|
659
|
+
<input type="hidden" name="oauth" value="1" />
|
660
|
+
</form>
|
661
|
+
|
662
|
+
|
663
|
+
</div>
|
664
|
+
<!-- OpenID -->
|
665
|
+
<div id="signin_with_OpenID" style="display: none; border: 1px solid rgb(235,235,235);background:rgb(250,250,250); padding: 5px; width: 450px;">
|
666
|
+
<form method="post" action="/cgi-bin/mt/mt-comments.cgi" id="openid">
|
667
|
+
<input type="hidden" name="__mode" value="login_external" />
|
668
|
+
<input type="hidden" name="blog_id" value="1" />
|
669
|
+
<input type="hidden" name="entry_id" value="17706" />
|
670
|
+
<input type="hidden" name="static" value="1" />
|
671
|
+
<fieldset>
|
672
|
+
<div id="openid_display-field" class="field field-left-label pkg ">
|
673
|
+
<div class="field-inner">
|
674
|
+
<div class="field-header">
|
675
|
+
<label id="openid_display-label" for="openid_display">OpenID URL</label>
|
676
|
+
</div>
|
677
|
+
<div class="field-content ">
|
678
|
+
|
679
|
+
|
680
|
+
<input type="hidden" name="key" value="OpenID" />
|
681
|
+
<input name="openid_url" style="background: #fff url('/mt423-static/images/comment/openid_logo.png') no-repeat left; padding-left: 18px; padding-bottom: 1px; border: 1px solid #5694b6; width: 304px; font-size: 110%;" />
|
682
|
+
<button
|
683
|
+
type="submit"
|
684
|
+
class="primary-button"
|
685
|
+
style="font-size: 0.85em; border: 1px solid #DDDDDD;color:#EE2211">Sign in</button>
|
686
|
+
|
687
|
+
|
688
|
+
</div>
|
689
|
+
</div>
|
690
|
+
|
691
|
+
</div>
|
692
|
+
<a href="javascript:void(0)" style="font-size: 0.75em;" onclick="hideDocumentElement('signin_with_OpenID');showDocumentElement('vitals');">[ close ]</a>
|
693
|
+
</fieldset>
|
694
|
+
</form>
|
695
|
+
|
696
|
+
|
697
|
+
</div> </div>
|
698
|
+
|
699
|
+
|
700
|
+
<script type="text/javascript">
|
701
|
+
<!--
|
702
|
+
|
703
|
+
if(commenter_name) { writeCommenterGreeting(commenter_name, 17706, 1, commenter_id, commenter_url); hideDocumentElement("comments-open-not-logged-in"); }
|
704
|
+
|
705
|
+
//-->
|
706
|
+
</script>
|
707
|
+
</div>
|
708
|
+
|
709
|
+
<form method="post" action="/nospam.html" name="comments_form" id="comments-form" onsubmit="if (this.bakecookie.checked) rememberMe(this); fb_send_story(this.text.value); return false;">
|
710
|
+
<input type="hidden" name="static" value="http://www.readwriteweb.com/archives/cartoon_apple_tablet_now_with_barometer_and_bird_c.php" />
|
711
|
+
<input type="hidden" name="entry_id" value="17706" />
|
712
|
+
<input type="hidden" name="__lang" value="en" />
|
713
|
+
<div id="comments-open-data">
|
714
|
+
<div id="vitals">
|
715
|
+
|
716
|
+
<div id="comment-form-name">
|
717
|
+
<label for="comment-author">Name (required)</label>
|
718
|
+
<input id="comment-author" tabindex="1" class="name_on" name="author" size="18" value="" onFocus="this.className='no_bg';" onBlur="if(this.value=='') this.className='name_on';" />
|
719
|
+
</div>
|
720
|
+
<div id="comment-form-email">
|
721
|
+
<label for="comment-email">Email Address (required)</label>
|
722
|
+
<input id="comment-email" tabindex="2" class="email_on" name="email" size="18" value="" onFocus="this.className='no_bg';" onBlur="if(this.value=='') this.className='email_on';" />
|
723
|
+
</div>
|
724
|
+
<div id="comment-form-url">
|
725
|
+
<label for="comment-url">URL</label>
|
726
|
+
<input id="comment-url" tabindex="3" class="url_on" name="url" size="18" value="" onFocus="this.className='no_bg';" onBlur="if(this.value=='') this.className='url_on';" />
|
727
|
+
</div>
|
728
|
+
</div>
|
729
|
+
<script type="text/javascript">
|
730
|
+
if(commenter_name) { hideDocumentElement("comment-form-name");hideDocumentElement("comment-form-email"); }
|
731
|
+
</script>
|
732
|
+
<div class="comments-open-options">
|
733
|
+
<div id="comment-option-checkboxes"><label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" />
|
734
|
+
Remember me</label>
|
735
|
+
</div>
|
736
|
+
<div id="twitter-share" style="display:none;float:left">
|
737
|
+
<label for="comment-cc-twitter"><input type="checkbox" id="comment-cc-twitter" name="twitter_share" value="1" /> Share on Twitter</label>
|
738
|
+
</div>
|
739
|
+
<div id="friendfeed-cc" style="padding-left: 10px">
|
740
|
+
<a href="javascript:void(0);" onclick="showDocumentElement('friendfeed-login');hideDocumentElement('friendfeed-cc')"><img src="http://www.readwriteweb.com/mt423-static/plugins/FriendFeedComments/images/friendfeedicon.png" /></a> <a href="javascript:void(0);" onclick="showDocumentElement('friendfeed-login');hideDocumentElement('friendfeed-cc')">Share on FriendFeed</a>
|
741
|
+
</div>
|
742
|
+
<div id="friendfeed-login" style="padding-left: 10px; display: none">
|
743
|
+
<img src="http://www.readwriteweb.com/mt423-static/plugins/FriendFeedComments/images/friendfeedicon.png" /> Share on FriendFeed <a href="javascript:void(0);" onclick="showDocumentElement('friendfeed-cc');hideDocumentElement('friendfeed-login')">[X]</a>
|
744
|
+
<table style="border-collapse: collapse; border-spacing: 0; padding: 0; margin: 0; font-family: Arial, sans-serif; border: 4px solid #6797d3; color: #222222">
|
745
|
+
<tr>
|
746
|
+
<td style="background-color: #ecf2fa; padding: 3px; padding-left: 5px; padding-top: 5px; border: 0; border-bottom: 1px solid #6797d3"><a href="http://friendfeed.com/" target="_blank"><img src="http://friendfeed.com/static/images/logo-api.png" width="160" height="34" alt="FriendFeed" style="padding:0; border:0; margin:0"/></a></td>
|
747
|
+
<td style="background-color: #ecf2fa; padding: 3px; padding-right: 20px; border: 0; border-bottom: 1px solid #6797d3; text-align: right; vertical-align: middle; font-size: 16pt; font-weight: bold; color: gray">remote login</td>
|
748
|
+
</tr>
|
749
|
+
<tr>
|
750
|
+
<td style="background-color: white; padding: 15px; border: 0" colspan="2">
|
751
|
+
<table style="border-collapse: collapse; border-spacing: 0; border: 0; padding: 0; margin: 0">
|
752
|
+
<tr>
|
753
|
+
<td style="border: 0; padding: 5px; font-size: 10pt">FriendFeed nickname or email:</td>
|
754
|
+
<td style="border: 0; padding: 5px; font-size: 10pt"><input type="text" name="friendfeed_user" style="width: 10em"/></td>
|
755
|
+
</tr>
|
756
|
+
<tr>
|
757
|
+
<td style="border: 0; padding: 5px; font-size: 10pt">Remote key [ <a href="http://friendfeed.com/remotekey" style="color: #1030cc" target="_blank">find your key</a> ]:</td>
|
758
|
+
<td style="border: 0; padding: 5px; font-size: 10pt"><input type="password" name="friendfeed_remote_key" style="width: 10em"/></td>
|
759
|
+
</tr>
|
760
|
+
</table>
|
761
|
+
</td>
|
762
|
+
</tr>
|
763
|
+
</table>
|
764
|
+
</div>
|
765
|
+
</div>
|
766
|
+
<script type="text/javascript">
|
767
|
+
var commenter_auth_type = getCookie("commenter_auth_type");
|
768
|
+
if (commenter_auth_type == 'Twitter') {
|
769
|
+
var el = document.getElementById('twitter-share');
|
770
|
+
if (el) el.style.display = 'inline';
|
771
|
+
}
|
772
|
+
if (commenter_auth_type == 'Twitter' || commenter_auth_type == 'Facebook') { hideDocumentElement('comment-form-url'); }
|
773
|
+
</script>
|
774
|
+
</div>
|
775
|
+
<div id="comments-open-text">
|
776
|
+
<label for="comment-text">Comments (You may use HTML tags for style)</label>
|
777
|
+
<textarea id="comment-text" name="text" rows="15" cols="50"></textarea>
|
778
|
+
</div>
|
779
|
+
|
780
|
+
<div id="comments-open-footer">
|
781
|
+
|
782
|
+
<input type="submit" accesskey="s" name="post" id="comment-submit" value="Submit" />
|
783
|
+
|
784
|
+
</div>
|
785
|
+
</form>
|
786
|
+
|
787
|
+
<script language='Javascript'>document.comments_form.action = 'http://' + 'www.readwrite' + 'web.com/cgi-bin/mt/mt-com' + 'ments.cgi'; </script>
|
788
|
+
|
789
|
+
</div>
|
790
|
+
</div>
|
791
|
+
|
792
|
+
|
793
|
+
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
|
800
|
+
</div>
|
801
|
+
</div>
|
802
|
+
</div>
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
<div id="content-column-right">
|
807
|
+
<div id="right_column_style">
|
808
|
+
<div style="padding-bottom: 20px; text-align: center">
|
809
|
+
<script type='text/javascript'><!--// <![CDATA[
|
810
|
+
/* [id15] ReadWriteWeb - Top Sidebar Banner 300x100 */
|
811
|
+
OA_show('rep');
|
812
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=9a862aa'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=15&n=9a862aa' /></a></noscript>
|
813
|
+
<br /><a href="http://d.ads.readwriteweb.com/ck.php?oaparams=2__bannerid=58__zoneid=0__cb=3e1e593410__r_id=__r_ts=__oadest=http%3A%2F%2Fwww.readwriteweb.com%2Freports%2Freal-time-web.php" style="color: rgb(0,101,178);text-decoration:underline">If you think Twitter is big, check out the <strong>Real-Time Web</strong></a><br />
|
814
|
+
</div>
|
815
|
+
<div id="home_fatboy_sidebar">
|
816
|
+
<!-- FM Medium Rectangle - Right Zone -->
|
817
|
+
<script type='text/javascript'
|
818
|
+
src='http://static.fmpub.net/zone/1798'></script>
|
819
|
+
<!-- FM Medium Rectangle - Right Zone -->
|
820
|
+
</div>
|
821
|
+
|
822
|
+
<div class="clear"><!--comment--></div>
|
823
|
+
|
824
|
+
<!-- 125 Ad Block -->
|
825
|
+
<!-- Now using single invocation from Enterprise OpenX - JWS 11012009 -->
|
826
|
+
<div id="ad_block">
|
827
|
+
<div id="ad_block_style">
|
828
|
+
<div class="grey">
|
829
|
+
RWW SPONSORS
|
830
|
+
</div>
|
831
|
+
<!-- 1L -->
|
832
|
+
<div class="openx">
|
833
|
+
|
834
|
+
<script type='text/javascript'><!--// <![CDATA[
|
835
|
+
/* [id2] ReadWriteWeb - Row1L */
|
836
|
+
OA_show('sp_1L');
|
837
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=b8fbbf9'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=2&n=b8fbbf9' /></a></noscript>
|
838
|
+
|
839
|
+
</div>
|
840
|
+
|
841
|
+
<!-- 1R -->
|
842
|
+
<div class="openx">
|
843
|
+
|
844
|
+
<script type='text/javascript'><!--// <![CDATA[
|
845
|
+
/* [id3] ReadWriteWeb - Row1R */
|
846
|
+
OA_show('sp_1R');
|
847
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=d1f2326'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=3&n=d1f2326' /></a></noscript>
|
848
|
+
</div>
|
849
|
+
|
850
|
+
<!-- 2L -->
|
851
|
+
<div class="openx">
|
852
|
+
|
853
|
+
<script type='text/javascript'><!--// <![CDATA[
|
854
|
+
/* [id4] ReadWriteWeb - Row2L */
|
855
|
+
OA_show('sp_2L');
|
856
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=9280868'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=4&n=9280868' /></a></noscript>
|
857
|
+
</div>
|
858
|
+
<!-- 2R -->
|
859
|
+
<div class="openx">
|
860
|
+
|
861
|
+
<script type='text/javascript'><!--// <![CDATA[
|
862
|
+
/* [id5] ReadWriteWeb - Row2R */
|
863
|
+
OA_show('sp_2R');
|
864
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=8372435'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=5&n=8372435' /></a></noscript>
|
865
|
+
</div>
|
866
|
+
|
867
|
+
<!-- 3L -->
|
868
|
+
<div class="openx">
|
869
|
+
|
870
|
+
<script type='text/javascript'><!--// <![CDATA[
|
871
|
+
/* [id6] ReadWriteWeb - Row3L */
|
872
|
+
OA_show('sp_3L');
|
873
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=ddfd90c'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=6&n=ddfd90c' /></a></noscript>
|
874
|
+
</div>
|
875
|
+
|
876
|
+
<!-- 3R -->
|
877
|
+
<div class="openx">
|
878
|
+
|
879
|
+
<script type='text/javascript'><!--// <![CDATA[
|
880
|
+
/* [id7] ReadWriteWeb - Row3R */
|
881
|
+
OA_show('sp_3R');
|
882
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=26fff5e'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=7&n=26fff5e' /></a></noscript>
|
883
|
+
</div>
|
884
|
+
|
885
|
+
<!-- 4L -->
|
886
|
+
<div class="openx">
|
887
|
+
|
888
|
+
<script type='text/javascript'><!--// <![CDATA[
|
889
|
+
/* [id8] ReadWriteWeb - Row4L */
|
890
|
+
OA_show('sp_4L');
|
891
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=17a114f'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=8&n=17a114f' /></a></noscript>
|
892
|
+
</div>
|
893
|
+
|
894
|
+
<!-- 4R -->
|
895
|
+
<div class="openx">
|
896
|
+
|
897
|
+
<script type='text/javascript'><!--// <![CDATA[
|
898
|
+
/* [id9] ReadWriteWeb - Row4R */
|
899
|
+
OA_show('sp_4R');
|
900
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=e204312'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=9&n=e204312' /></a></noscript>
|
901
|
+
</div>
|
902
|
+
|
903
|
+
<!-- 5L -->
|
904
|
+
<div class="openx">
|
905
|
+
|
906
|
+
<script type='text/javascript'><!--// <![CDATA[
|
907
|
+
/* [id10] ReadWriteWeb - Row5L */
|
908
|
+
OA_show('sp_5L');
|
909
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=532c3f9'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=10&n=532c3f9' /></a></noscript>
|
910
|
+
</div>
|
911
|
+
|
912
|
+
<!-- 5R -->
|
913
|
+
<div class="openx">
|
914
|
+
<script type='text/javascript'><!--// <![CDATA[
|
915
|
+
/* [id11] ReadWriteWeb - Row5R */
|
916
|
+
OA_show('sp_5R');
|
917
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=59045c3'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=11&n=59045c3' /></a></noscript>
|
918
|
+
</div>
|
919
|
+
|
920
|
+
<!-- 6L -->
|
921
|
+
<div class="openx">
|
922
|
+
|
923
|
+
<script type='text/javascript'><!--// <![CDATA[
|
924
|
+
/* [id12] ReadWriteWeb - Row6L */
|
925
|
+
OA_show('sp_6L');
|
926
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=4872874'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=12&n=4872874' /></a></noscript>
|
927
|
+
</div>
|
928
|
+
|
929
|
+
<!-- 6R -->
|
930
|
+
<div style="float: left;">
|
931
|
+
|
932
|
+
<script type='text/javascript'><!--// <![CDATA[
|
933
|
+
/* [id13] ReadWriteWeb - Row6R */
|
934
|
+
OA_show('sp_6R');
|
935
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=c86e73c'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=13&n=c86e73c' /></a></noscript>
|
936
|
+
</div>
|
937
|
+
|
938
|
+
<script language="javascript" type="text/javascript">
|
939
|
+
//<![CDATA[
|
940
|
+
$('a[href^=http://d.ads.readwriteweb.com/ck.php]').click(function(){
|
941
|
+
var url = $(this).attr('href');
|
942
|
+
var re = /oadest\=(.+)/i;
|
943
|
+
var match = re.exec(url);
|
944
|
+
url = match[1];
|
945
|
+
pageTracker._trackEvent('OpenX Ad Clicks', url, document.location.href,1);
|
946
|
+
|
947
|
+
});
|
948
|
+
//]]>
|
949
|
+
</script>
|
950
|
+
|
951
|
+
</div>
|
952
|
+
</div>
|
953
|
+
|
954
|
+
<br class="clear" />
|
955
|
+
|
956
|
+
|
957
|
+
<br class="clear" />
|
958
|
+
<!-- Begin RWW Twitter Widget -->
|
959
|
+
<br />
|
960
|
+
|
961
|
+
<h3>FOLLOW <a href="http://twitter.com/rww">@RWW</a> ON TWITTER</h3>
|
962
|
+
<style type="text/css">
|
963
|
+
div#twitter_div ul
|
964
|
+
{
|
965
|
+
list-style-type: none;
|
966
|
+
margin-left: 2px;
|
967
|
+
}
|
968
|
+
|
969
|
+
div#twitter_div ul li
|
970
|
+
{
|
971
|
+
list-style-type: none;
|
972
|
+
margin-left: 0px;
|
973
|
+
}
|
974
|
+
</style>
|
975
|
+
<div id="twitter_div">
|
976
|
+
<ul id="twitter_update_list" style="margin-bottom:3px;padding-bottom:1px"></ul>
|
977
|
+
<a href="http://twitter.com/rww" id="twitter-link" style="display:block;text-align:right;">follow @rww on Twitter</a>
|
978
|
+
</div>
|
979
|
+
<script type="text/javascript"
|
980
|
+
src="http://twitter.com/javascripts/blogger.js"></script>
|
981
|
+
<script type="text/javascript"
|
982
|
+
src="http://twitter.com/statuses/user_timeline/rww.json?callback=twitterCallback2&count=5"></script>
|
983
|
+
<!-- End RWW Twitter Widget -->
|
984
|
+
|
985
|
+
<!-- Facebook Fan Box WITHOUT fb.init() -->
|
986
|
+
<!-- For use in entry templates -->
|
987
|
+
<div style="padding-top: 10px;">
|
988
|
+
<iframe scrolling="no" frameborder="0"
|
989
|
+
src="http://www.facebook.com/connect/connect.php?id=65491870325&connections=10&stream=0"
|
990
|
+
style="border: none; width: 300px; height:250px"></iframe><div style="font-size:10px;display:none"><a href="http://www.facebook.com/ReadWriteWeb">ReadWriteWeb</a> on Facebook</div>
|
991
|
+
</div>
|
992
|
+
<!-- End Facebook Fan Box -->
|
993
|
+
|
994
|
+
<!-- FM Custom for BizWeek Widget Zone -->
|
995
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/2000'></script>
|
996
|
+
<!-- FM Custom for BizWeek Widget Zone -->
|
997
|
+
<br />
|
998
|
+
<br class="clear" />
|
999
|
+
|
1000
|
+
<div id="right_column_box2">
|
1001
|
+
<div id="right_column_left2">
|
1002
|
+
<!-- 160x600 Ad -->
|
1003
|
+
<!-- FM Skyscraper Zone -->
|
1004
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/102'></script>
|
1005
|
+
<!-- FM Skyscraper Zone -->
|
1006
|
+
</div>
|
1007
|
+
|
1008
|
+
|
1009
|
+
<div id="right_column_right2" style="padding: 0px;margin: 0px; width:120px">
|
1010
|
+
<script type='text/javascript'><!--// <![CDATA[
|
1011
|
+
/* [id17] ReadWriteWeb - 120x600 Skyscraper */
|
1012
|
+
OA_show('sky_120');
|
1013
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=aa575c9'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=17&n=aa575c9' /></a></noscript></div>
|
1014
|
+
</div>
|
1015
|
+
|
1016
|
+
|
1017
|
+
<br class="clear"/>
|
1018
|
+
|
1019
|
+
<div class="widget-cloud widget">
|
1020
|
+
<h3 class="widget-header">POPULAR TAGS</h3>
|
1021
|
+
<div class="widget-content">
|
1022
|
+
<ul class="widget-list">
|
1023
|
+
|
1024
|
+
<li class="rank-1 widget-list-item">
|
1025
|
+
<a href="http://www.readwriteweb.com/tag/google">google</a>
|
1026
|
+
</li>
|
1027
|
+
|
1028
|
+
<li class="rank-2 widget-list-item">
|
1029
|
+
<a href="http://www.readwriteweb.com/tag/twitter">twitter</a>
|
1030
|
+
</li>
|
1031
|
+
|
1032
|
+
<li class="rank-2 widget-list-item">
|
1033
|
+
<a href="http://www.readwriteweb.com/tag/facebook">facebook</a>
|
1034
|
+
</li>
|
1035
|
+
|
1036
|
+
<li class="rank-2 widget-list-item">
|
1037
|
+
<a href="http://www.readwriteweb.com/tag/iphone">iphone</a>
|
1038
|
+
</li>
|
1039
|
+
|
1040
|
+
<li class="rank-3 widget-list-item">
|
1041
|
+
<a href="http://www.readwriteweb.com/tag/mobile">mobile</a>
|
1042
|
+
</li>
|
1043
|
+
|
1044
|
+
<li class="rank-3 widget-list-item">
|
1045
|
+
<a href="http://www.readwriteweb.com/tag/search">search</a>
|
1046
|
+
</li>
|
1047
|
+
|
1048
|
+
<li class="rank-3 widget-list-item">
|
1049
|
+
<a href="http://www.readwriteweb.com/tag/microsoft">microsoft</a>
|
1050
|
+
</li>
|
1051
|
+
|
1052
|
+
<li class="rank-3 widget-list-item">
|
1053
|
+
<a href="http://www.readwriteweb.com/tag/social%2Bmedia">social media</a>
|
1054
|
+
</li>
|
1055
|
+
|
1056
|
+
<li class="rank-3 widget-list-item">
|
1057
|
+
<a href="http://www.readwriteweb.com/tag/trends">trends</a>
|
1058
|
+
</li>
|
1059
|
+
|
1060
|
+
<li class="rank-3 widget-list-item">
|
1061
|
+
<a href="http://www.readwriteweb.com/tag/apple">apple</a>
|
1062
|
+
</li>
|
1063
|
+
|
1064
|
+
<li class="rank-3 widget-list-item">
|
1065
|
+
<a href="http://www.readwriteweb.com/tag/music">music</a>
|
1066
|
+
</li>
|
1067
|
+
|
1068
|
+
<li class="rank-3 widget-list-item">
|
1069
|
+
<a href="http://www.readwriteweb.com/tag/yahoo">yahoo</a>
|
1070
|
+
</li>
|
1071
|
+
|
1072
|
+
<li class="rank-4 widget-list-item">
|
1073
|
+
<a href="http://www.readwriteweb.com/tag/youtube">youtube</a>
|
1074
|
+
</li>
|
1075
|
+
|
1076
|
+
<li class="rank-4 widget-list-item">
|
1077
|
+
<a href="http://www.readwriteweb.com/tag/myspace">myspace</a>
|
1078
|
+
</li>
|
1079
|
+
|
1080
|
+
<li class="rank-4 widget-list-item">
|
1081
|
+
<a href="http://www.readwriteweb.com/tag/video">video</a>
|
1082
|
+
</li>
|
1083
|
+
|
1084
|
+
<li class="rank-4 widget-list-item">
|
1085
|
+
<a href="http://www.readwriteweb.com/tag/advertising">advertising</a>
|
1086
|
+
</li>
|
1087
|
+
|
1088
|
+
<li class="rank-4 widget-list-item">
|
1089
|
+
<a href="http://www.readwriteweb.com/tag/firefox">firefox</a>
|
1090
|
+
</li>
|
1091
|
+
|
1092
|
+
<li class="rank-4 widget-list-item">
|
1093
|
+
<a href="http://www.readwriteweb.com/tag/amazon">amazon</a>
|
1094
|
+
</li>
|
1095
|
+
|
1096
|
+
<li class="rank-4 widget-list-item">
|
1097
|
+
<a href="http://www.readwriteweb.com/tag/android">android</a>
|
1098
|
+
</li>
|
1099
|
+
|
1100
|
+
<li class="rank-4 widget-list-item">
|
1101
|
+
<a href="http://www.readwriteweb.com/tag/social%2Bnetworking">social networking</a>
|
1102
|
+
</li>
|
1103
|
+
|
1104
|
+
<li class="rank-4 widget-list-item">
|
1105
|
+
<a href="http://www.readwriteweb.com/tag/rss">rss</a>
|
1106
|
+
</li>
|
1107
|
+
|
1108
|
+
<li class="rank-4 widget-list-item">
|
1109
|
+
<a href="http://www.readwriteweb.com/tag/semantic%2Bweb">semantic web</a>
|
1110
|
+
</li>
|
1111
|
+
|
1112
|
+
<li class="rank-4 widget-list-item">
|
1113
|
+
<a href="http://www.readwriteweb.com/tag/social%2Bnetworks">social networks</a>
|
1114
|
+
</li>
|
1115
|
+
|
1116
|
+
<li class="rank-4 widget-list-item">
|
1117
|
+
<a href="http://www.readwriteweb.com/tag/friendfeed">friendfeed</a>
|
1118
|
+
</li>
|
1119
|
+
|
1120
|
+
<li class="rank-4 widget-list-item">
|
1121
|
+
<a href="http://www.readwriteweb.com/tag/mobile%2Bweb">mobile web</a>
|
1122
|
+
</li>
|
1123
|
+
|
1124
|
+
<li class="rank-4 widget-list-item">
|
1125
|
+
<a href="http://www.readwriteweb.com/tag/privacy">privacy</a>
|
1126
|
+
</li>
|
1127
|
+
|
1128
|
+
<li class="rank-4 widget-list-item">
|
1129
|
+
<a href="http://www.readwriteweb.com/tag/security">security</a>
|
1130
|
+
</li>
|
1131
|
+
|
1132
|
+
<li class="rank-4 widget-list-item">
|
1133
|
+
<a href="http://www.readwriteweb.com/tag/blogging">blogging</a>
|
1134
|
+
</li>
|
1135
|
+
|
1136
|
+
<li class="rank-4 widget-list-item">
|
1137
|
+
<a href="http://www.readwriteweb.com/tag/digg">digg</a>
|
1138
|
+
</li>
|
1139
|
+
|
1140
|
+
<li class="rank-4 widget-list-item">
|
1141
|
+
<a href="http://www.readwriteweb.com/tag/developers">developers</a>
|
1142
|
+
</li>
|
1143
|
+
|
1144
|
+
<li class="rank-4 widget-list-item">
|
1145
|
+
<a href="http://www.readwriteweb.com/tag/politics">politics</a>
|
1146
|
+
</li>
|
1147
|
+
|
1148
|
+
<li class="rank-5 widget-list-item">
|
1149
|
+
<a href="http://www.readwriteweb.com/tag/chrome">chrome</a>
|
1150
|
+
</li>
|
1151
|
+
|
1152
|
+
<li class="rank-5 widget-list-item">
|
1153
|
+
<a href="http://www.readwriteweb.com/tag/social%2Bweb">social web</a>
|
1154
|
+
</li>
|
1155
|
+
|
1156
|
+
<li class="rank-5 widget-list-item">
|
1157
|
+
<a href="http://www.readwriteweb.com/tag/email">email</a>
|
1158
|
+
</li>
|
1159
|
+
|
1160
|
+
<li class="rank-5 widget-list-item">
|
1161
|
+
<a href="http://www.readwriteweb.com/tag/enterprise">enterprise</a>
|
1162
|
+
</li>
|
1163
|
+
|
1164
|
+
<li class="rank-5 widget-list-item">
|
1165
|
+
<a href="http://www.readwriteweb.com/tag/data%2Bportability">data portability</a>
|
1166
|
+
</li>
|
1167
|
+
|
1168
|
+
<li class="rank-5 widget-list-item">
|
1169
|
+
<a href="http://www.readwriteweb.com/tag/marketing">marketing</a>
|
1170
|
+
</li>
|
1171
|
+
|
1172
|
+
<li class="rank-5 widget-list-item">
|
1173
|
+
<a href="http://www.readwriteweb.com/tag/api">api</a>
|
1174
|
+
</li>
|
1175
|
+
|
1176
|
+
<li class="rank-5 widget-list-item">
|
1177
|
+
<a href="http://www.readwriteweb.com/tag/adobe">adobe</a>
|
1178
|
+
</li>
|
1179
|
+
|
1180
|
+
<li class="rank-5 widget-list-item">
|
1181
|
+
<a href="http://www.readwriteweb.com/tag/mozilla">mozilla</a>
|
1182
|
+
</li>
|
1183
|
+
|
1184
|
+
<li class="rank-5 widget-list-item">
|
1185
|
+
<a href="http://www.readwriteweb.com/tag/wikipedia">wikipedia</a>
|
1186
|
+
</li>
|
1187
|
+
|
1188
|
+
<li class="rank-5 widget-list-item">
|
1189
|
+
<a href="http://www.readwriteweb.com/tag/apps">apps</a>
|
1190
|
+
</li>
|
1191
|
+
|
1192
|
+
<li class="rank-5 widget-list-item">
|
1193
|
+
<a href="http://www.readwriteweb.com/tag/browsers">browsers</a>
|
1194
|
+
</li>
|
1195
|
+
|
1196
|
+
<li class="rank-5 widget-list-item">
|
1197
|
+
<a href="http://www.readwriteweb.com/tag/flickr">flickr</a>
|
1198
|
+
</li>
|
1199
|
+
|
1200
|
+
<li class="rank-5 widget-list-item">
|
1201
|
+
<a href="http://www.readwriteweb.com/tag/news">news</a>
|
1202
|
+
</li>
|
1203
|
+
|
1204
|
+
<li class="rank-5 widget-list-item">
|
1205
|
+
<a href="http://www.readwriteweb.com/tag/events">events</a>
|
1206
|
+
</li>
|
1207
|
+
|
1208
|
+
<li class="rank-5 widget-list-item">
|
1209
|
+
<a href="http://www.readwriteweb.com/tag/gmail">gmail</a>
|
1210
|
+
</li>
|
1211
|
+
|
1212
|
+
<li class="rank-5 widget-list-item">
|
1213
|
+
<a href="http://www.readwriteweb.com/tag/ebooks">ebooks</a>
|
1214
|
+
</li>
|
1215
|
+
|
1216
|
+
<li class="rank-5 widget-list-item">
|
1217
|
+
<a href="http://www.readwriteweb.com/tag/lifestreaming">lifestreaming</a>
|
1218
|
+
</li>
|
1219
|
+
|
1220
|
+
<li class="rank-5 widget-list-item">
|
1221
|
+
<a href="http://www.readwriteweb.com/tag/real-time%2Bweb">real-time web</a>
|
1222
|
+
</li>
|
1223
|
+
|
1224
|
+
</ul>
|
1225
|
+
</div>
|
1226
|
+
</div>
|
1227
|
+
|
1228
|
+
|
1229
|
+
|
1230
|
+
<div id="right_column_box">
|
1231
|
+
<div id="right_column_left">
|
1232
|
+
|
1233
|
+
<!-- FM Square Button Zone -->
|
1234
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/101'></script>
|
1235
|
+
<!-- FM Square Button Zone -->
|
1236
|
+
|
1237
|
+
<!-- FM Text Ads Zone -->
|
1238
|
+
<div class="grey">
|
1239
|
+
TEXT LINK ADS
|
1240
|
+
</div>
|
1241
|
+
<script type='text/javascript' src='http://static.fmpub.net/zone/636'></script>
|
1242
|
+
<!-- FM Text Ads Zone -->
|
1243
|
+
|
1244
|
+
<br /><br />
|
1245
|
+
|
1246
|
+
</div>
|
1247
|
+
|
1248
|
+
<div id="right_column_right">
|
1249
|
+
|
1250
|
+
</div>
|
1251
|
+
</div>
|
1252
|
+
|
1253
|
+
|
1254
|
+
<br class="clear" />
|
1255
|
+
|
1256
|
+
<script src="http://static.crowdscience.com/start.js?id=fbb6d34610"></script>
|
1257
|
+
|
1258
|
+
<!-- FM Bizspark 300x50 Zone -->
|
1259
|
+
<script type='text/javascript'
|
1260
|
+
src='http://static.fmpub.net/zone/2242'></script>
|
1261
|
+
|
1262
|
+
<!-- FM Bizspark 300x50 Zone -->
|
1263
|
+
|
1264
|
+
<!-- FM Custom MSFT Bizspark 300x250 Zone -->
|
1265
|
+
|
1266
|
+
<script type='text/javascript'
|
1267
|
+
src='http://static.fmpub.net/zone/2231'></script>
|
1268
|
+
|
1269
|
+
<!-- FM Custom MSFT Bizspark 300x250 Zone -->
|
1270
|
+
|
1271
|
+
<div id="rwwpartners">
|
1272
|
+
<div class="grey">RWW PARTNERS</div>
|
1273
|
+
<div><script type='text/javascript'><!--// <![CDATA[
|
1274
|
+
/* [id11203] ReadWriteWeb - Partners 276x50 1 */
|
1275
|
+
OA_show('p_wide_1');
|
1276
|
+
// ]]> --></script><noscript><a target='_blank' href='http://d.ads.readwriteweb.com/ck.php?n=f9a1913'><img border='0' alt='' src='http://d.ads.readwriteweb.com/avw.php?zoneid=11203&n=f9a1913' /></a></noscript></div>
|
1277
|
+
</div>
|
1278
|
+
</div>
|
1279
|
+
</div>
|
1280
|
+
</div>
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
<p class="hidden"><br class="clear" /></p>
|
1285
|
+
<!-- Footer -->
|
1286
|
+
<div id="footer">
|
1287
|
+
<div id="footer_left">
|
1288
|
+
<div id="footer_spacer">
|
1289
|
+
<p><a href="http://www.readwriteweb.com">ReadWriteWeb</a> |
|
1290
|
+
<a href="/archives/products/">Products</a> |
|
1291
|
+
<a href="/archives/trends/">Trends</a> |
|
1292
|
+
<a href="/bestof.php">Best of RWW</a> |
|
1293
|
+
<a href="/categories.php">RWW Archives</a></p>
|
1294
|
+
<p><a href="http://www.readwritetalk.com">ReadWriteTalk</a> |
|
1295
|
+
<a href="http://www.readwriteweb.com/enterprise/">ReadWriteEnterprise</a> |
|
1296
|
+
<a href="http://r1.fmpub.net/?r=http%3A%2F%2Fwww.readwriteweb.com%2Freadwritestart%2F&k1=MSFT-BZ-SPRK&k2=RRW&k3=RRSTab">ReadWriteStart</a></p>
|
1297
|
+
</div>
|
1298
|
+
</div>
|
1299
|
+
<div id="footer_right">
|
1300
|
+
<p><a href="http://www.readwriteweb.com/about_readwriteweb.php">About RWW</a> | <a href="http://www.readwriteweb.com/rss.xml">Subscribe to RWW</a> | <a href="http://www.readwriteweb.com/contact.php">Contact</a> | <a href="http://www.readwriteweb.com/advertise.php">Advertise</a></p>
|
1301
|
+
|
1302
|
+
<p>© 2003-2010 ReadWriteWeb</p>
|
1303
|
+
|
1304
|
+
<!-- StatCounter Code -->
|
1305
|
+
<script type="text/javascript" language="javascript">
|
1306
|
+
var sc_project=306741;
|
1307
|
+
var sc_partition=1;
|
1308
|
+
</script>
|
1309
|
+
|
1310
|
+
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com" target="_blank"><img src="http://c2.statcounter.com/counter.php?sc_project=306741&java=0" alt="hit counter" border="0" /></a> </noscript>
|
1311
|
+
|
1312
|
+
<script language="javascript">
|
1313
|
+
var searchDefaultValue = "Search ReadWriteWeb";
|
1314
|
+
function doQuinturaSearch()
|
1315
|
+
{
|
1316
|
+
try {
|
1317
|
+
var r = document.getElementById('quintura_request');
|
1318
|
+
if (r.value == searchDefaultValue)
|
1319
|
+
{
|
1320
|
+
return false;
|
1321
|
+
}
|
1322
|
+
}
|
1323
|
+
catch(e) { ; }
|
1324
|
+
return true;
|
1325
|
+
}
|
1326
|
+
</script>
|
1327
|
+
|
1328
|
+
<script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
|
1329
|
+
|
1330
|
+
<script language="javascript" type="text/javascript">
|
1331
|
+
//<![CDATA[
|
1332
|
+
var enqsiteid = 'f86784-lb6m645';
|
1333
|
+
var enqhost = (window.location.protocol == "https:") ? "https://logssl" : "http://log";
|
1334
|
+
document.writeln('<script language="javascript" src="'+ enqhost +'.enquisite.com/log.js?id='+ enqsiteid +'" type="text/javascript"><\/script>');
|
1335
|
+
//]]>
|
1336
|
+
</script>
|
1337
|
+
|
1338
|
+
|
1339
|
+
</div>
|
1340
|
+
</div>
|
1341
|
+
|
1342
|
+
</body>
|
1343
|
+
</html>
|
1344
|
+
|
1345
|
+
|
1346
|
+
|
1347
|
+
|
1348
|
+
|
1349
|
+
|
1350
|
+
|
1351
|
+
|