content_focus 0.1.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.
@@ -0,0 +1,24 @@
1
+ <html>
2
+ <head>
3
+ <title>XML to JSONML Client-side Proxy</title>
4
+ </head>
5
+ <body>
6
+ <div id="navigation">
7
+ <ul>
8
+ <li>Blabla</li>
9
+ </ul>
10
+ </div>
11
+ <div id="content">
12
+ <h1>XML to JSONML Client-side Proxy</h1>
13
+ <div class="post" id="post_1">
14
+ <p>When integrating with other web services, there are often shortcomings in third-party API’s. One of the most common ones I’ve had to deal with is the lack of JSON+callback support. To circumvent this problem, I wrote a tool that can use an API’s XML calls to do the same trick.</p>
15
+
16
+ <p>JSON+callback allows you to do loose integrations in Javascript, requiring no development on the server-side of things. This is really useful if you for example, quickly want to fetch Lastfm’s track information and render a player, like on this Kakuteru page. Lastfm didn’t support JSON+callback support in their API until recently. After a lot of whining by developers, they finally dadded support.</p>
17
+
18
+ <p>Still, services like Imeem, don’t support the JSON callback yet. So for those service, you can use this tool. Basically, it is a Adobe Flash based converter (written in ActionsScript 3) that converts the XML to a JSONML compatible Javascript Object (JSON).</p>
19
+
20
+ <p>All you have to do is put a swf_to_json.swf and a swf_to_json.js file in your codebase, and use simple Javascript syntax to do remote calls.</p>
21
+ </div>
22
+ </div>
23
+ </body>
24
+ </html>
@@ -0,0 +1,548 @@
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" xml:lang="en" lang="en">
4
+
5
+ <head>
6
+ <meta content="text/html; charset => utf-8" http-equiv="Content-Type" />
7
+ <meta content="en-us" http-equiv="Content-Language" />
8
+ <meta content="Twitter is a free social messaging utility for staying connected in real-time" name="description" />
9
+ <meta content="no" http-equiv="imagetoolbar" />
10
+ <meta content="width => 780" name="viewport" />
11
+ <meta content="y" name="session-loggedin" />
12
+ <meta content="8620452" name="session-userid" />
13
+ <meta content="dominiek" name="session-user-screen_name" />
14
+ <meta content="dominiek" name="page-user-screen_name" />
15
+
16
+ <title>Twitter / dominiek</title>
17
+ <link href="http://assets1.twitter.com/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
18
+ <link href="http://assets1.twitter.com/images/twitter_57.png" rel="apple-touch-icon" />
19
+ <link href="http://assets0.twitter.com/stylesheets/timeline.css?1231180515" media="screen, projection" rel="stylesheet" type="text/css" />
20
+ <link href="http://assets1.twitter.com/stylesheets/master.css?1231180521" media="screen, projection" rel="stylesheet" type="text/css" />
21
+ <style type="text/css">
22
+ /* begin custom css */
23
+ a { color: #2F1FF5; }
24
+ body {
25
+ color: #000000;
26
+ background-color: #FFFFFF;
27
+ background: #FFFFFF}
28
+ #side_base {
29
+ border-left:1px solid #93A9BC;
30
+ background-color: #93A9BC;
31
+ width: 199px; line-height: 1.2; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
32
+ }
33
+ #side div.last { border-top: 1px solid #93A9BC; }
34
+ ul#tabMenu li {
35
+ display: block; width: 100%;
36
+ border-top: 1px solid #93A9BC;
37
+ }
38
+ ul#tabMenu li a { color:#000000; }
39
+ #content tr.hentry:hover a { color:#2F1FF5; }
40
+ body#profile #content div.hentry:hover a { color:#2F1FF5;}
41
+ #side .actions { border: 1px solid #93A9BC; }
42
+ #side .promotion {
43
+ background-image:url('http://static.twitter.com/images/pale.png');
44
+ border: 1px solid #93A9BC;
45
+ text-align: left; font-size: 11px; margin-top: 7px; padding: 6px 10px; width: 152px;
46
+ }
47
+ #side .promo { border: 1px solid #93A9BC; }
48
+ #side table.stats td+td {
49
+ border-left: solid 1px #93A9BC;
50
+ border-right: solid 1px #93A9BC; }
51
+ #side div.section-header h1 { color: #000000; }
52
+ #side div.section-header h3.faq-header {
53
+ border-bottom: 1px solid #93A9BC;
54
+ color: #000000;
55
+ }
56
+ #side .stat a {color: #000000; }
57
+ /* end custom css */
58
+
59
+ div.content-bubble-arrow { margin-top: 6px; padding-top: 11px; background: url(http://static.twitter.com/images/arr2.gif) no-repeat 25px 0px; }
60
+ .status-btn input.round-btn { background: url('http://static.twitter.com/images/round-btn.gif'); }
61
+ .status-btn input.round-btn:hover { background: url('http://static.twitter.com/images/round-btn-hover.gif'); }
62
+ .status-btn input.disabled, .status-btn input.disabled:hover { background: url('http://static.twitter.com/images/round-btn.gif'); }
63
+ .hentry .actions .fav { background-image: url('http://static.twitter.com/images/icon_star_full.gif'); }
64
+ .hentry .actions .non-fav { background-image: url('http://static.twitter.com/images/icon_star_empty.gif'); }
65
+ .hentry .actions .fav-throb, .hentry .actions a.del-throb { background-image: url('http://static.twitter.com/images/icon_throbber.gif'); }
66
+ .hentry .actions .del { background-image: url('http://static.twitter.com/images/icon_trash.gif'); }
67
+ body#show .repl, .hentry .actions .repl { background-image: url('http://static.twitter.com/images/icon_reply.gif'); }
68
+ .direct_message .actions .repl { background-image: url('http://static.twitter.com/images/icon_direct_reply.gif'); }
69
+ .direct_message .actions .del { background-image: url('http://static.twitter.com/images/icon_trash.gif'); }
70
+ .notify { background-image: url('http://static.twitter.com/images/girl.gif'); }
71
+ .promotion, ul#tabMenu a#keyword_search_tab.hover, ul#tabMenu a:hover { background-image: url('http://static.twitter.com/images/pale.png'); }
72
+ div#follow-toggle.closed { background-image: url('http://static.twitter.com/images/toggle_closed.gif'); }
73
+ div#follow-toggle.opened { background-image: url('http://static.twitter.com/images/toggle_opened.gif'); }
74
+ .follow-actions .following { background-image: url('http://static.twitter.com/images/checkmark.gif'); }
75
+
76
+ </style>
77
+ <link rel="alternate" type="application/rss+xml" title="dominiek (RSS)" href="http://twitter.com/statuses/user_timeline/8620452.rss" />
78
+ <link rel="alternate" type="application/atom+xml" title="dominiek (Atom)" href="http://twitter.com/statuses/user_timeline/8620452.atom" />
79
+
80
+
81
+ </head>
82
+
83
+ <body class="account" id="profile">
84
+ <div id="dim-screen"></div>
85
+ <ul id="accessibility">
86
+ <li>On a mobile phone? Check out <a href="http://m.twitter.com/">m.twitter.com</a>!</li>
87
+ <li><a href="#footer" accesskey="2">Skip to navigation</a></li>
88
+ <li><a href="#tabMenu" accesskey="3">Jump to the sidebar</a></li> <li><a href="#signin">Skip to sign in form</a></li>
89
+
90
+ </ul>
91
+
92
+
93
+ <div id="container" class="subpage">
94
+ <span id="loader" style="display:none"><img alt="Loader" src="http://assets0.twitter.com/images/loader.gif" /></span>
95
+ <h1 id="header">
96
+ <a href="/home" title="Twitter: home" accesskey="1">
97
+
98
+ <img alt="Twitter.com" height="41" src="http://assets1.twitter.com/images/twitter_logo_s.png" width="175" />
99
+
100
+ </a>
101
+ </h1>
102
+
103
+
104
+ <div id="flash" style="display:none;">
105
+
106
+ </div>
107
+ <div class="content-bubble-arrow"></div>
108
+
109
+ <table cellspacing="0" class="columns">
110
+ <tbody>
111
+ <tr>
112
+ <td id="content" class="column">
113
+ <div class="wrapper">
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+ <div class="profile-head">
122
+
123
+
124
+
125
+
126
+
127
+ <h2 class="thumb" >
128
+ <a href="/account/profile_image/dominiek"><img alt="" border="0" height="73" id="profile-image" src="http://s3.amazonaws.com/twitter_production/profile_images/63161664/Photo_65_bigger.jpg" valign="middle" width="73" /></a>
129
+
130
+ dominiek
131
+ </h2>
132
+ <div class="clear"></div>
133
+ <div id="follow_actions_8620452" class="follow-actions dominiek">
134
+
135
+ </div>
136
+
137
+ <div class="hentry">
138
+
139
+
140
+ </div>
141
+ </div>
142
+
143
+ <div class="tab">
144
+ <table cellspacing="0" class="doing" id="timeline"><tbody id="timeline_body_for_update" style="display: none"></tbody>
145
+ <tbody id="timeline_body"><tr class="hentry status reply u-dominiek mine latest-status" id="status_1098257127"><td class="status-body"><div><span class="entry-content">@<a href="/kimtaro">kimtaro</a>, @<a href="/bohto">bohto</a> Thanks! will check them out!</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1098257127" class="entry-date" rel="bookmark"><span class="published" title="2009-01-05T23:40:59+00:00">about 15 hours ago</span></a> <span>from web</span> <a href="http://twitter.com/Kimtaro/status/1098237769">in reply to Kimtaro</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1098257127" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
146
+
147
+ <tr class="hentry status u-dominiek mine" id="status_1098195700"><td class="status-body"><div><span class="entry-content">Writing some code to extract the relevant blocks of information (div, p etc.) from an HTML page. Any tricks or tools I should be aware of?</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1098195700" class="entry-date" rel="bookmark"><span class="published" title="2009-01-05T23:08:14+00:00">about 15 hours ago</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1098195700" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
148
+ <tr class="hentry status reply u-dominiek mine" id="status_1097429118"><td class="status-body"><div><span class="entry-content">@<a href="/sjoert">sjoert</a> cool! Kakuteru still needs a lot of work, but I hope it can be useful already :]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1097429118" class="entry-date" rel="bookmark"><span class="published" title="2009-01-05T16:44:18+00:00">about 22 hours ago</span></a> <span>from web</span> <a href="http://twitter.com/sjoert/status/1097398220">in reply to sjoert</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1097429118" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
149
+
150
+ <tr class="hentry status reply u-dominiek mine" id="status_1097398580"><td class="status-body"><div><span class="entry-content">@<a href="/styletime">styletime</a> Thanks for giving me the @<a href="/kakuteru">kakuteru</a> Twitter account :]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1097398580" class="entry-date" rel="bookmark"><span class="published" title="2009-01-05T16:29:51+00:00">about 22 hours ago</span></a> <span>from web</span> <a href="http://twitter.com/styletime/status/1097388472">in reply to styletime</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1097398580" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
151
+ <tr class="hentry status u-dominiek mine" id="status_1097216277"><td class="status-body"><div><span class="entry-content">Kakuteru is on the frontpage of RWW - <a href="http://www.readwriteweb.com/" rel="nofollow" target="_blank">http://www.readwriteweb.com/</a> - I guess the name is a bit hard to spell :]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1097216277" class="entry-date" rel="bookmark"><span class="published" title="2009-01-05T14:58:53+00:00">about 23 hours ago</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1097216277" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
152
+
153
+ <tr class="hentry status reply u-dominiek mine" id="status_1095909330"><td class="status-body"><div><span class="entry-content">@<a href="/mcmurrak">mcmurrak</a> I should start planning my next trip to Smokio soon too! Coding it hard now in Amsterdam though :]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1095909330" class="entry-date" rel="bookmark"><span class="published" title="2009-01-04T22:48:57+00:00">7:48 AM yesterday</span></a> <span>from web</span> <a href="http://twitter.com/mcmurrak/status/1095318209">in reply to mcmurrak</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1095909330" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
154
+ <tr class="hentry status u-dominiek mine" id="status_1092430461"><td class="status-body"><div><span class="entry-content">Having a beer and talking with @<a href="/ptegelaar">ptegelaar</a> about the Dutch startup climate. Exciting times lie ahead!</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1092430461" class="entry-date" rel="bookmark"><span class="published" title="2009-01-02T23:10:25+00:00">8:10 AM Jan 3rd</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1092430461" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
155
+
156
+ <tr class="hentry status u-dominiek mine" id="status_1090491689"><td class="status-body"><div><span class="entry-content">Today I finished my XML to JSONML Client-side Proxy. <a href="http://tinyurl.com/7k4728" rel="nofollow" target="_blank">http://tinyurl.com/7k4728</a></span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1090491689" class="entry-date" rel="bookmark"><span class="published" title="2009-01-01T21:26:41+00:00">6:26 AM Jan 2nd</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1090491689" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
157
+ <tr class="hentry status reply u-dominiek mine" id="status_1088791306"><td class="status-body"><div><span class="entry-content">@<a href="/mcmurrak">mcmurrak</a> have a good year change in NYC!</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1088791306" class="entry-date" rel="bookmark"><span class="published" title="2008-12-31T21:27:34+00:00">6:27 AM Jan 1st</span></a> <span>from web</span> <a href="http://twitter.com/mcmurrak/status/1088787910">in reply to mcmurrak</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1088791306" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
158
+
159
+ <tr class="hentry status u-dominiek mine" id="status_1088790550"><td class="status-body"><div><span class="entry-content">In my hometown, eating, drinking, chatting and coding. Will go out for hanabi later</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1088790550" class="entry-date" rel="bookmark"><span class="published" title="2008-12-31T21:27:06+00:00">6:27 AM Jan 1st</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1088790550" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
160
+ <tr class="hentry status u-dominiek mine" id="status_1084867562"><td class="status-body"><div><span class="entry-content">just published "Privacy in an Information Abundant World": <a href="http://tinyurl.com/9log7j" rel="nofollow" target="_blank">http://tinyurl.com/9log7j</a></span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1084867562" class="entry-date" rel="bookmark"><span class="published" title="2008-12-29T23:34:47+00:00">8:34 AM Dec 30th, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1084867562" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
161
+ <tr class="hentry status u-dominiek mine" id="status_1082134660"><td class="status-body"><div><span class="entry-content">At #CCC, joining talks on 'Embracing Post-Privacy' and 'Exploiting Rich Internet Applications'. But where is the #Kraftwerk?!</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1082134660" class="entry-date" rel="bookmark"><span class="published" title="2008-12-28T10:27:05+00:00">7:27 PM Dec 28th, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1082134660" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
162
+
163
+ <tr class="hentry status u-dominiek mine" id="status_1081106196"><td class="status-body"><div><span class="entry-content">Getting some traditional German food & of course the necessary beers!</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1081106196" class="entry-date" rel="bookmark"><span class="published" title="2008-12-27T18:24:47+00:00">3:24 AM Dec 28th, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1081106196" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
164
+ <tr class="hentry status u-dominiek mine" id="status_1079935781"><td class="status-body"><div><span class="entry-content">Preparing for departure to Berlin tomorrow. A good weekend of reading, beer and a Hacker Congress (CCC)</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1079935781" class="entry-date" rel="bookmark"><span class="published" title="2008-12-26T22:27:56+00:00">7:27 AM Dec 27th, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1079935781" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
165
+ <tr class="hentry status u-dominiek mine" id="status_1077847951"><td class="status-body"><div><span class="entry-content">Someone hijacked Kakuteru on twitter <a href="http://twitter.com/kakuteru" rel="nofollow" target="_blank">http://twitter.com/kakuteru</a> Ah well, I guess I should be flattered :]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1077847951" class="entry-date" rel="bookmark"><span class="published" title="2008-12-25T11:54:22+00:00">8:54 PM Dec 25th, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1077847951" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
166
+
167
+ <tr class="hentry status u-dominiek mine" id="status_1076185078"><td class="status-body"><div><span class="entry-content">Aah, x-mas is here. Code, Web, a lot of Food and getting drunk on Gluhwein</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1076185078" class="entry-date" rel="bookmark"><span class="published" title="2008-12-24T12:47:12+00:00">9:47 PM Dec 24th, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1076185078" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
168
+ <tr class="hentry status u-dominiek mine" id="status_1070880269"><td class="status-body"><div><span class="entry-content">Background workers + Rails are still a bitch :(</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1070880269" class="entry-date" rel="bookmark"><span class="published" title="2008-12-21T18:38:36+00:00">3:38 AM Dec 22nd, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1070880269" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
169
+ <tr class="hentry status u-dominiek mine" id="status_1070814192"><td class="status-body"><div><span class="entry-content">@<a href="/russelreno">russelreno</a> try reloading that page, it needs a kick every now and then</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1070814192" class="entry-date" rel="bookmark"><span class="published" title="2008-12-21T17:49:50+00:00">2:49 AM Dec 22nd, 2008</span></a> <span>from web</span></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1070814192" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
170
+
171
+ <tr class="hentry status reply u-dominiek mine" id="status_1070811922"><td class="status-body"><div><span class="entry-content">@<a href="/marcusnelson">marcusnelson</a> thanks! I love your product, it kicks getsatisfaction in the butt ;]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1070811922" class="entry-date" rel="bookmark"><span class="published" title="2008-12-21T17:48:04+00:00">2:48 AM Dec 22nd, 2008</span></a> <span>from web</span> <a href="http://twitter.com/marcusnelson/status/1070744504">in reply to marcusnelson</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1070811922" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr>
172
+ <tr class="hentry status reply u-dominiek mine" id="status_1070693997"><td class="status-body"><div><span class="entry-content">@<a href="/tizzle">tizzle</a> no problemo, if it's a big list you can e-mail em too. It's all bugfixing and happy hacking from now :]</span> <span class="meta entry-meta"><a href="http://twitter.com/dominiek/status/1070693997" class="entry-date" rel="bookmark"><span class="published" title="2008-12-21T16:16:47+00:00">1:16 AM Dec 22nd, 2008</span></a> <span>from web</span> <a href="http://twitter.com/tizzle/status/1070656039">in reply to tizzle</a></span></div></td><td class="actions"><div><a class="non-fav" id="status_star_1070693997" title="favorite this update">&nbsp;&nbsp;</a><a class="del" title="delete this update">&nbsp;&nbsp;</a></div></td></tr></tbody></table>
173
+
174
+ <div class="bottom_nav">
175
+ <div class="pagination" id="pagination">
176
+
177
+
178
+ <a href="/dominiek?page=2" class="section_links" rel="prev">Older &#187;</a>
179
+
180
+ </div>
181
+ <span class="statuses_options">
182
+ <a href="http://twitter.com/statuses/user_timeline/8620452.rss" class="section_links">RSS</a>
183
+ </span>
184
+
185
+ </div>
186
+ </div>
187
+
188
+
189
+ </div>
190
+ </td>
191
+
192
+ <td id="side_base" class="column">
193
+
194
+ <div id="side">
195
+
196
+ <div class="section">
197
+ <span class="section-links">
198
+
199
+ </span>
200
+ <address>
201
+ <ul class="about vcard entry-author">
202
+ <li><span class="label">Name</span> <span class="fn">dominiek</span></li>
203
+ <li><span class="label">Location</span> <span class="adr">Tokyo, Japan</span></li>
204
+ <li><span class="label">Web</span> <a href="http://dominiek.com/" class="url" rel="me nofollow">http://dominiek.com/</a></li>
205
+
206
+
207
+ <li id="bio"><span class="label">Bio</span> <span class="bio">Folksemantic Web 2.8 Technologist, navigating the Chaos everyday</span></li>
208
+ </ul>
209
+ </address>
210
+ <table class="stats" cellspacing="0">
211
+ <tr>
212
+ <td>
213
+
214
+ <a href="/dominiek/friends" id="following_count_link" rel="me">
215
+
216
+ <span id="following_count" class="stats_count numeric">162</span>
217
+ <br/>
218
+ <span class="label">Following</span>
219
+ </a>
220
+ </td>
221
+ <td>
222
+
223
+ <a href="/dominiek/followers" id="follower_count_link" rel="me">
224
+ <span id="follower_count" class="stats_count numeric">206</span>
225
+
226
+ <br/>
227
+ <span class="label">Followers</span>
228
+ </a>
229
+ </td><td>
230
+ <a href="/dominiek" rel="me"><span id="update_count" class="stats_count numeric">366</span><br/>
231
+ <span class="label">Updates</span></a>
232
+ </td>
233
+ </tr>
234
+
235
+ </table>
236
+
237
+ </div>
238
+
239
+ <ul id="tabMenu">
240
+ <li>
241
+ <a href="/dominiek" id="updates_tab">Updates</a> </li>
242
+ <li>
243
+ <a href="/dominiek/favourites" id="favorites_tab">Favorites</a> </li>
244
+
245
+ </ul>
246
+
247
+ <div class="section last">
248
+
249
+
250
+
251
+ <div class="section-header">
252
+ <h1>Following</h1>
253
+ </div>
254
+
255
+
256
+
257
+
258
+ <div id="friends">
259
+
260
+ <span class="vcard">
261
+ <a href="http://twitter.com/factoryjoe" class="url" rel="contact" title="Mr Messina"><img alt="Mr Messina" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/61151090/graffiti_512_mini.jpg" width="24" /></a>
262
+
263
+ </span>
264
+
265
+
266
+ <span class="vcard">
267
+ <a href="http://twitter.com/JasonCalacanis" class="url" rel="contact" title="Jason Calacanis"><img alt="Jason Calacanis" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/61767514/Picture_8_mini.png" width="24" /></a>
268
+ </span>
269
+
270
+
271
+ <span class="vcard">
272
+ <a href="http://twitter.com/edmundedgar" class="url" rel="contact" title="Edmund Edgar"><img alt="Edmund Edgar" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/14952342/53076_649143556_mini.jpg" width="24" /></a>
273
+ </span>
274
+
275
+
276
+ <span class="vcard">
277
+ <a href="http://twitter.com/ocean" class="url" rel="contact" title="drew robinson"><img alt="drew robinson" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/63068448/drew-avatar-pic-nofilter_mini.png" width="24" /></a>
278
+ </span>
279
+
280
+
281
+ <span class="vcard">
282
+ <a href="http://twitter.com/al3x" class="url" rel="contact" title="Alex Payne"><img alt="Alex Payne" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/63199585/3__mini.png" width="24" /></a>
283
+ </span>
284
+
285
+ <span class="vcard">
286
+ <a href="http://twitter.com/mattt" class="url" rel="contact" title="Mattt Thompson"><img alt="Mattt Thompson" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/56611996/CRW_6133_2_2_mini.jpg" width="24" /></a>
287
+ </span>
288
+
289
+
290
+ <span class="vcard">
291
+ <a href="http://twitter.com/NeilCauldwell" class="url" rel="contact" title="Neil Cauldwell"><img alt="Neil Cauldwell" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/40045492/me_in_tux_mini.jpg" width="24" /></a>
292
+ </span>
293
+
294
+
295
+ <span class="vcard">
296
+ <a href="http://twitter.com/gen" class="url" rel="contact" title="Gen Kanai"><img alt="Gen Kanai" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/16527512/kittyak_mini.jpg" width="24" /></a>
297
+ </span>
298
+
299
+
300
+ <span class="vcard">
301
+ <a href="http://twitter.com/oliverg" class="url" rel="contact" title="Oliver Gassner"><img alt="Oliver Gassner" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/53641099/og_bcjena_square100px_rechts_mini.jpg" width="24" /></a>
302
+ </span>
303
+
304
+
305
+ <span class="vcard">
306
+
307
+ <a href="http://twitter.com/iMorpheus" class="url" rel="contact" title="Derek A."><img alt="Derek A." class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/58421537/Photo_1_mini.jpg" width="24" /></a>
308
+ </span>
309
+
310
+
311
+ <span class="vcard">
312
+ <a href="http://twitter.com/kristopher" class="url" rel="contact" title="Kristopher"><img alt="Kristopher" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/37752422/kristopher_portait_140px_mini.jpg" width="24" /></a>
313
+ </span>
314
+
315
+
316
+ <span class="vcard">
317
+ <a href="http://twitter.com/ashuttleworth" class="url" rel="contact" title="Andrew Shuttleworth"><img alt="Andrew Shuttleworth" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/18508572/andrew_shuttleworth_photo_mini.jpg" width="24" /></a>
318
+
319
+ </span>
320
+
321
+
322
+ <span class="vcard">
323
+ <a href="http://twitter.com/robinwauters" class="url" rel="contact" title="Robin Wauters"><img alt="Robin Wauters" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/68897815/Robin_wauters_mini.jpg" width="24" /></a>
324
+ </span>
325
+
326
+
327
+ <span class="vcard">
328
+ <a href="http://twitter.com/kungfootv" class="url" rel="contact" title="Adriaan Tijsseling"><img alt="Adriaan Tijsseling" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/58491443/ado_mini.jpg" width="24" /></a>
329
+ </span>
330
+
331
+
332
+ <span class="vcard">
333
+ <a href="http://twitter.com/parislemon" class="url" rel="contact" title="MG Siegler"><img alt="MG Siegler" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/58835125/icontw_mini.jpg" width="24" /></a>
334
+ </span>
335
+
336
+
337
+ <span class="vcard">
338
+ <a href="http://twitter.com/mcmurrak" class="url" rel="contact" title="Kirk McMurray"><img alt="Kirk McMurray" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/19792812/kirk_mini.jpg" width="24" /></a>
339
+ </span>
340
+
341
+ <span class="vcard">
342
+ <a href="http://twitter.com/sarahintampa" class="url" rel="contact" title="Sarah Perez"><img alt="Sarah Perez" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/55339823/y1pozpjMRAmMo_Z3BqZiFgBMsGFvIoHXNU9v2q3qbQHDHibDfs5JP9go_clbrbNn2sQxTePd5rELvA_mini.jpg" width="24" /></a>
343
+ </span>
344
+
345
+
346
+ <span class="vcard">
347
+ <a href="http://twitter.com/dda" class="url" rel="contact" title="dda"><img alt="dda" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/58356727/dbvic_mac.com_11db7a02_mini.jpg" width="24" /></a>
348
+ </span>
349
+
350
+
351
+ <span class="vcard">
352
+ <a href="http://twitter.com/Joi" class="url" rel="contact" title="Joi Ito"><img alt="Joi Ito" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/51502009/jump_mini.gif" width="24" /></a>
353
+ </span>
354
+
355
+
356
+ <span class="vcard">
357
+ <a href="http://twitter.com/loic" class="url" rel="contact" title="Loic Le Meur"><img alt="Loic Le Meur" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/54436717/LoicHeadShot_mini.jpg" width="24" /></a>
358
+ </span>
359
+
360
+
361
+ <span class="vcard">
362
+
363
+ <a href="http://twitter.com/eidorien" class="url" rel="contact" title="Adrienne"><img alt="Adrienne" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/22411962/twitter_mini.jpg" width="24" /></a>
364
+ </span>
365
+
366
+
367
+ <span class="vcard">
368
+ <a href="http://twitter.com/Kimtaro" class="url" rel="contact" title="Kim Ahlström"><img alt="Kim Ahlström" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/22444702/286660607_6505e9b09e_mini.jpg" width="24" /></a>
369
+ </span>
370
+
371
+
372
+ <span class="vcard">
373
+ <a href="http://twitter.com/marcusnelson" class="url" rel="contact" title="marcus nelson"><img alt="marcus nelson" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/69299096/Marcus_9-20-08_mini.png" width="24" /></a>
374
+
375
+ </span>
376
+
377
+
378
+ <span class="vcard">
379
+ <a href="http://twitter.com/pacificIT" class="url" rel="contact" title="Robert Sanzalone"><img alt="Robert Sanzalone" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/54010927/robert_mini.jpg" width="24" /></a>
380
+ </span>
381
+
382
+
383
+ <span class="vcard">
384
+ <a href="http://twitter.com/krynsky" class="url" rel="contact" title="Mark Krynsky"><img alt="Mark Krynsky" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/65018454/lucha_mini.jpg" width="24" /></a>
385
+ </span>
386
+
387
+
388
+ <span class="vcard">
389
+ <a href="http://twitter.com/sixapart" class="url" rel="contact" title="Six Apart"><img alt="Six Apart" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/53793764/sixapart-logo-small-square_mini.png" width="24" /></a>
390
+ </span>
391
+
392
+
393
+ <span class="vcard">
394
+ <a href="http://twitter.com/winson" class="url" rel="contact" title="winson"><img alt="winson" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/67606582/images_mini.jpg" width="24" /></a>
395
+ </span>
396
+
397
+ <span class="vcard">
398
+ <a href="http://twitter.com/Marston" class="url" rel="contact" title="Marston A."><img alt="Marston A." class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/64874600/marston6_mini.jpg" width="24" /></a>
399
+ </span>
400
+
401
+
402
+ <span class="vcard">
403
+ <a href="http://twitter.com/steepdecline" class="url" rel="contact" title="Tyler Crowley"><img alt="Tyler Crowley" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/51746911/IMG_0499_copy_2_mini.jpg" width="24" /></a>
404
+ </span>
405
+
406
+
407
+ <span class="vcard">
408
+ <a href="http://twitter.com/akky" class="url" rel="contact" title="Akky AKIMOTO"><img alt="Akky AKIMOTO" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/27909882/akky_96x96_mini.jpg" width="24" /></a>
409
+ </span>
410
+
411
+
412
+ <span class="vcard">
413
+ <a href="http://twitter.com/rgaidot" class="url" rel="contact" title="Régis Gaidot"><img alt="Régis Gaidot" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/54099811/avatar-05_mini.jpg" width="24" /></a>
414
+ </span>
415
+
416
+
417
+ <span class="vcard">
418
+
419
+ <a href="http://twitter.com/woutr" class="url" rel="contact" title="Wouter"><img alt="Wouter" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/48081112/me2_mini.jpg" width="24" /></a>
420
+ </span>
421
+
422
+
423
+ <span class="vcard">
424
+ <a href="http://twitter.com/gilesgoatboy" class="url" rel="contact" title="Giles"><img alt="Giles" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/66381392/giles_morning_mini.jpg" width="24" /></a>
425
+ </span>
426
+
427
+
428
+ <span class="vcard">
429
+ <a href="http://twitter.com/keyist" class="url" rel="contact" title="Tim Goh"><img alt="Tim Goh" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/68039615/xmonad_mini.png" width="24" /></a>
430
+
431
+ </span>
432
+
433
+
434
+ <span class="vcard">
435
+ <a href="http://twitter.com/toyky" class="url" rel="contact" title="toyky"><img alt="toyky" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/44366492/6_80_mini.jpg" width="24" /></a>
436
+ </span>
437
+
438
+
439
+ <span class="vcard">
440
+ <a href="http://twitter.com/tizzle" class="url" rel="contact" title="Tijs Teulings"><img alt="Tijs Teulings" class="photo fn" height="24" src="http://s3.amazonaws.com/twitter_production/profile_images/52745698/march08_mini.jpg" width="24" /></a>
441
+ </span>
442
+
443
+
444
+ </div>
445
+ <small><a href="/dominiek/friends" rel="me">View All&hellip;</a></small>
446
+ <br/>
447
+ </div>
448
+
449
+
450
+
451
+
452
+
453
+ </div>
454
+
455
+ <hr />
456
+ </td>
457
+
458
+ </tr>
459
+ </tbody>
460
+ </table>
461
+
462
+
463
+ <div id="footer" >
464
+ <h3>Footer</h3>
465
+
466
+ <ul>
467
+
468
+ <li class="first">&copy; 2008 Twitter</li>
469
+ <li><a href="/about#about">About Us</a></li>
470
+ <li><a href="/about#contact">Contact</a></li>
471
+ <li><a href="http://blog.twitter.com">Blog</a></li>
472
+ <li><a href="http://status.twitter.com">Status</a></li>
473
+ <li><a href="/downloads">Apps</a></li>
474
+
475
+ <li><a href="http://apiwiki.twitter.com/">API</a></li>
476
+ <li><a href="http://search.twitter.com">Search</a></li>
477
+ <li><a href="http://help.twitter.com">Help</a></li>
478
+ <li><a href="/jobs">Jobs</a></li>
479
+ <li><a href="/terms">Terms</a></li>
480
+ <li><a href="/privacy">Privacy</a></li>
481
+
482
+ </ul>
483
+ </div>
484
+
485
+ <hr />
486
+
487
+ <div id="navigation">
488
+ <ul>
489
+ <li class="first"><a href="http://twitter.com/home" id="home_link">Home</a></li>
490
+ <li><a href="http://twitter.com/dominiek" id="profile_link">Profile</a></li>
491
+ <li><a href="http://twitter.com/invitations" id="find_people_link">Find People</a></li>
492
+
493
+ <li><a href="/account/settings" id="settings_link">Settings</a></li>
494
+ <li><a href="http://help.twitter.com" id="help_link">Help</a></li>
495
+ <li><a id="sign_out_link" href="#" onclick="document.getElementById('sign_out_form').submit(); return false;">Sign out</a></li>
496
+
497
+
498
+ </ul>
499
+
500
+ </div>
501
+
502
+
503
+
504
+ </div>
505
+
506
+
507
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script><script src="http://assets3.twitter.com/javascripts/application.js?1231180480" type="text/javascript"></script><script src="http://assets0.twitter.com/javascripts/jquery.color.js?1231180486" type="text/javascript"></script>
508
+ <script src="http://assets1.twitter.com/javascripts/timeline.js?1231180496" type="text/javascript"></script>
509
+ <script type="text/javascript">
510
+ //<![CDATA[
511
+ twttr.form_authenticity_token = 'ca92e3fb00ca63e95f2366682964f300129c9839';
512
+
513
+ //]]>
514
+ </script><script type="text/javascript">
515
+ //<![CDATA[
516
+
517
+ $( function () {
518
+ $('body#profile ul#tabMenu li a#updates_tab, body#favourings ul#tabMenu li a#favorites_tab').isSidebarTab();
519
+
520
+ });
521
+
522
+ //]]>
523
+ </script>
524
+ <!-- BEGIN google analytics -->
525
+
526
+ <script type="text/javascript">
527
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
528
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
529
+ </script>
530
+ <script type="text/javascript">
531
+ var pageTracker = _gat._getTracker("UA-30775-6");
532
+ pageTracker._setDomainName("twitter.com");
533
+ url = '/profile/dominiek';
534
+ pageTracker._setVar('Logged In');
535
+
536
+ pageTracker._setVar('lang: en');
537
+ pageTracker._trackPageview(url);
538
+
539
+ </script>
540
+
541
+ <!-- END google analytics -->
542
+
543
+
544
+
545
+
546
+ </body>
547
+
548
+ </html>