Data is still the new currency. A few years ago I wrote a blog post about Open Networks and how that impacted the companies that produced consumer generated content (CGC)….
- Posted in
Service Companies, Open Networks & the Global Data Supply Chain
- Posted byby John Steinmetz
- 4 min
I cringe when I see beautiful maps, charts and graphs that provide no value. For a truly valuable visualization, you need to make sure you account for the aspects that…
- Posted in
Only have Sysomos tweet context? Extract username from URL.
- Posted byby John Steinmetz
- 1 min
Using regular expressions you can extract the username from a twitter URL. var twitterURL = item.link; var twitterName = twitterURL.match(/https?:\/\/(www\.)?twitter\.com\/(#!\/)?@?([^\/]*)/)[3];