Skip to main content

Home/ Web2.0/ Group items tagged BACK

Rss Feed Group items tagged

ignacio chehade

Influential Marketing Blog: 10 Stunning (And Useful) Stats About Twitter - 0 views

  • 21% (One Fifth) of Twitter accounts are empty placeholders.
  • Nearly 94% of all Twitter accounts have less than 100 followers.
  • March and April of 2009 were the tipping point for Twitter.
  • ...13 more annotations...
  • 150 followers is the magic numbe
  • A small minority creates most of the activity
  • 5% of users account for 75% of all activity, and 10% of users account for 86%. This seems to suggest that the site has managed to engage a mass audience beyond those who typically engage with social media.
  • Half of all Twitter users are not "active."
  • his leaves about 30% of users who have an account and have tweeted before, but happen to be inactive now.
  • Tuesday is the most active Twitter day
  • APIs have been the key to Twitter's growth & utility.
  • English still dominates Twitter
  • Twitter is being led by the social media geeks.
  • 150 followers is the magic number. In a particularly interesting data point from the survey, Sysomos found that Twitter users tended to "follow back" all their followers up until about 150 connections. Then the reciprocation rate fell off dramatically, which seems to indicate that this number may be the crossover point where people shift from using Twitter for more personal use to using it more for "lifecasting" their thoughts and actions to a community of people who they feel varying levels of connection to.
  • 150 followers is the magic number. In a particularly interesting data point from the survey, Sysomos found that Twitter users tended to "follow back" all their followers up until about 150 connections. Then the reciprocation rate fell off dramatically, which seems to indicate that this number may be the crossover point where people shift from using Twitter for more personal use to using it more for "lifecasting" their thoughts and actions to a community of people who they feel varying levels of connection to.
    • ignacio chehade
       
      So true... but so harsh
  •  
    Looking past these small points, the report does share some fairly interesting observations and stats as well if you dig a bit deeper. Here's my read on the 10 standout conclusions that the report offers to help you (and your brand) better understand the potential uses of Twitter
  •  
    See some true about twitter.
Ariel Castro

Give Your Twitter Page More Personality with Bubble Tweet - ReadWriteStart - 0 views

  •  
    As far as we can tell, Kevin Sherman (BubbleGuru on Twitter) must have loved Pop-Up Video back in the 90's, because he has no less than five different ...
ionela

An Introduction to ADC and DAC - 0 views

  •  
    The natural state of audio and video signals is analog. When digital technology was not yet around, they are recorded or played back in analog devices like vinyl discs and cassette tapes. The storage capacity of these devices is limited and doing multiple runs of re-recording and editing produced poor signal quality. Developments in digital technology like the CD, DVD, Blu-ray, flash devices and other memory devices addressed these problems.
Graham Perrin

Opinion: Google's wave drowns the bling in Microsoft's Bing - Software - iTnews Australia - 0 views

  • The browser battle renewed today
  • Go offline and the wave data stayed with you
  • much promise in connecting people to knowledge
  • ...16 more annotations...
  • the first round clearly goes to Wave
  • collaborative technology that blurs the lines between email, wiki, SMS and Twitter
  • Wave integrates many of the features of disparate systems in common use
  • application programming interfaces would make it easier for third-parties to customise web applications
  • Microsoft's Bing, launched under the NineMSN banner in Australia
  • a shift from discrete applications to just one to handle all communications
    • Graham Perrin
       
      This is almost certainly too much for me to swallow.
    • Graham Perrin
       
      I like discrete applications.
  • ultimately it would mean a user could save all their work in the browser and dump it on the intertubes when they go back online
  • waves worked best on standards-compliant, Webkit browsers
  • emails (which could be translated between languages in real time) to a wave user
  • wave that was turned back into an e-mail
  • The same held true for instant messages and tweets
  • getting people to change their rusted-on habits
  • Microsoft's hand may have been moved by the launch of Wolfram|Alpha
  • Safari
  • Mozilla
  • Chrome
Willis Wee

10 Brands Claimed By Twitter Cybersquatters | Penn Olson - 0 views

  •  
    Have you ever tried searching for your favorite brands on Twitter and all you got was a detestable default avatar (o_O)? You've cybersquatters to blame for that. They are basically people who take slums online and virtually squat on an account that is not legally theirs. Most of them are just waiting for the rightful owner to buy it back.
shibly khan

Tax Relief - Can You Get A Rebate? - 0 views

  •  
    Few events can give you the same feeling you get when you get back some of your hard earned 'dinero' from the government. For many, this may soon be a reality, with the recent passing of the Economic Stimulus Act of 2008. This Act is expected to pump a little over 150 billion dollars into the American economy. Millions of taxpayers are expected to receive rebates this year and, therefore, there's anticipation of tax relief for many.
my mashable

Do Magic With Special ALT Characters - 0 views

  •  
    ALT key, the key on a computer keyboard used to change the function other keys. I never thought of these wonders can be happen or done use the ALT keys. It's my pleasure to show what i read few min back about Special ALT Characters
my mashable

"Forget Tabs" The Future Of Tabs in Firefox 3.2 - 0 views

  •  
    Firefoxquickly became the favorite browser for most power users. But while extensions are a great way to make Firefox more functional. In January 2000, T-Online asked Oliver Reichenstein, what we'd do if we could design a browser from scratch. The answer was "Tabs". Eight years later Aza Raskin, head of user experience at Mozilla, again asked about the future of new tab. Oliver Reichenstein answer after days of mailing back and forth: "Forget tabs!"
my mashable

Will Skype Founders Buy it Back From eBay - 0 views

  •  
    Niklas Zennstrom and Janus Friis, the founders of Skype sold it to eBay in 2005 for $2.6 billion. The founders now, have approached several private equity firms and are pooling their own substantial resources to make a bid for the Internet calling service, say several people with knowledge of their plans.
awqi zar

5 Insightful TED Talks on Social Media - 12 views

  •  
    As social media has become a game changer for industries across the board, you can bet the experts at this year's TED conference will have their sights set on peeling back the hype and getting at the core of what social technology has in store for this year and beyond.
Hendy Irawan

JDojo < Main < TWiki - 0 views

  •  
    The idea of JDojo is to bring JavaScript and Dojo to Java. To achieve this, JDojo provides Java stubs for existing Dojo and JavaScript types a compiler participant to the Eclipse Java compiler that emits JavaScript files for each Java file compiled The programmer does not program against the Java JDK classes, but against Dojo and JavaScript stubs that JDojo provides. The compiler participant only allows a subset of the existing JDK classes and also limits the Java language constructs that can be used. To support important features that exist in JavaScript but are not available in Java, JDojo provides Java annotations that the programmer can use to instruct the compiler how to translate code. While the compiler still produces class files, what is of interest is the JavaScript code. Only the generated JavaScript code is executable, the Java code is not. Contrary to Java-JavaScript cross compilers, JDojo does not add anything on top of the JavaScript and Dojo types. JDojo programmers program against the DOM, Dojo widget and other existing Dojo classes the same way as they would do it when programming JavaScript. Therefore, the Java code a JDojo programmer writes looks very similar to the JavaScript code he would have written. However, the programmer now can take advantage of a typed programming environment and benefit from the Eclipse Java Tooling. The translator produces JavaScript that looks as similar as possible to the Java code (without the types), and matches what a JavaScript programmer would have written. This is important when executing and debugging the generated JavaScript; it is still easy to understand the JavaScript code and map a bug back to the Java code. JDojo also fits nicely in the existing Jazz web bundles. JDojo code is placed in a new Java source folder, while the generated JavaScript is inserted in 'resources' folder that also holds existing JavaScript code. To use existing JavaScript code in JDojo, 'Stub' classes can be added, containing only th
Hendy Irawan

paper.li - read Twitter and Facebook as a daily newspaper - 0 views

  •  
    " Heard on Twitter... NateLefebvre profile NateLefebvre Pruning the follow/follower lists. I always hate removing people who don't follow back, but thanks to lists & paper.li I can still read them 30 minutes ago · reply fbraswell profile fbraswell Will Rogers regularly mentioned in All the news that fits http://bit.ly/gJiQ6E @designerdaze 28 minutes ago · reply Unblogparjour profile Unblogparjour Un blog par jour, le Journal est sorti de presse! http://bit.ly/g3yL4B 27 minutes ago · reply sillysallyjt profile sillysallyjt http://paper.li/eddieizz... Eddie's take :) 27 minutes ago · reply titiabruning profile titiabruning @jolandaverburg http://bit.ly/eJ88H4,jouw blogpost;) 22 minutes ago · reply Join the conversation Read Twitter and Facebook as a daily newspaper paper.li organizes links shared on Twitter and Facebook into an easy to read newspaper-style format. A great way to discover content that matters to you - even if you are not connected 24/7!"
helen troy

Blue Screen of Death - 1 views

I was working with my school project and doing my part time job at the same time, so it happened that I opened numerous windows and tabs one after another. When all of a sudden my computer displaye...

Need Computer Help

started by helen troy on 07 Jun 11 no follow-up yet
avivajazz  jazzaviva

ClaimID has been DOWN for 40+ hours...are they dead (with MY DATA in their grave?) - 6 views

  •  
    http://t.co/ZTN3yPb has been DOWN for 40+ hours...and I'm scared that I'll never see my data again. Are you guys ever coming back online? This happened to me with Ma.gnolia.com. In one day, years of work and data...GONE! Kaput. They never recovered.
LUCIAN DUMA

Google Plus, Chrome Apps and Tools gateway to knowledge in #education20: Complete #edte... - 0 views

  •  
    Complete #edtech20 guide to #googleplus in #education20 . Please add comments , feed-back and your thoughts related to google plus 
seth kutcher

The Best Remote PC Support I Ever Had - 1 views

The Remote PC Support Now excellent remote PC support services are the best. They have skilled computer tech professionals who can fix your PC while you wait or just go back to work or just simpl...

remote PC support

started by seth kutcher on 12 Sep 11 no follow-up yet
Willis Wee

Twitter To "CONQUER" Japan And More - 0 views

  •  
    Having launched Twitter in Japanese back in April 2008, the micro-blogging giant has accumulated more than 783,000 Japanese users in its portfolio. Out of which, 95% of them tweet via their mobile phone; a statistic that probably inspired Twitter to launch a Japanese mobile site just yesterday!
Willis Wee

The Social Media Revolution [Video] - 8 views

  •  
    Is social media a fad? Apparently not, according to this video, and it's being backed by strong reasons!
Donna Baumbach

Avatars Everywhere: 27 of the Best Avatar Makers - 10 views

  •  
    Avatar creator Meez is back in the news this week, but there are dozens more avatar creation tools gunning for this market. Today we attempt an overview of that market: please add more suggestions in the comment section.
zisimo

Keeping your blog or website and avoid downtime - 0 views

  •  
    Have you ever suggested to someone, a friend, a customer or potential customer to visit your blog or website and business to bring them back to you and let you know that your site is down? If this happened to you, then you know how it can be annoying and a blow to the pocket book. In many cases , it is something you can do to prevent this happening .....
« First ‹ Previous 101 - 120 of 352 Next › Last »
Showing 20 items per page