Quora will be bigger than Twitter*
*Let’s see.
“You sign up, ask a question and before you know it other users are chiming in with their knowledge, experience and opinions. The site describes itself as “a continually improving collection of questions and answers created, edited, and organized by everyone who uses it”, but in business terms it’s more useful to think of it as a knowledge market. And it’s smart. Really smart.”
Read more…
http://www.telegraph.co.uk/technology/social-media/8238788/Quora-will-be-bigger-than-Twitter.html
Wednesday Jan 5th
Twitter mouseover exploit
Watch out for masked tweets in the web version of twitter:
The exploit seems to take advantage of the ampersand in url’s to inject scripts into the clickable tweet thus opening up dom doom.
http://www.sophos.com/blogs/gc/g/2010/09/21/twitter-onmouseover-security-flaw-widely-exploited/
Tuesday Sep 21st
If Twitter was 100 People…

Sourced from ‘Information is Beautiful’.
http://www.informationisbeautiful.net/2009/if-twitter-was-100-people/
Thursday Sep 2nd
Twitter embed
Ok, things rolling on the blog theme and i’ve just added twitter.
It’s clearly the easiest and nicest way to do it:
<script src=”http://widgets.twimg.com/j/2/widget.js” type=”text/javascript”></script>
<script type=”text/javascript”>
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 4,
interval: 8000,
width: 227,
height: 300,
theme: {
shell: {
background: ‘white’,
color: ‘#5C5C5C’
},
tweets: {
background: ‘white’,
color: ‘#5C5C5C’,
links: ‘#EF0277’
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘default’
}
}).render().setUser(‘restlessmedia’).start();
</script>
Friday Jul 30th

