Author Archive

Kevin McCarthy

Foursquare, SCVNGR and Gowalla Comparison: Check-in Wars in the News

Boston’s FutureM week of panels in October created a wave of discussion about location-based services like Foursquare, SCVNGR and Gowalla. While questions like ‘Which service is best?’ is a subjective matter, questions like ‘Which gets the most media attention?’ is not. Using Pinyadda’s index we compared content from thousands of news sites and blogs, tracking the amount of headline mentions of Foursquare, SCVNGR and Gowalla. The results are represented in the graph below.

Here are some of my take-aways from this graph, and two other comparison graphs you’ll enjoy:

(more…)

Kevin McCarthy

Boston Startup Buzzwords and Popular Organizations [Data]

After my post yesterday on summer’s slowdown, I got curious about what the Boston start-up community was talking about.  I went back to Pinyadda’s index and identified the most popular words in article titles.  Chart 1 displays the 20 most popular words and their frequency over the summer of 2010 (side note: there were 3385 total Boston start-up articles during this time frame)

Chart 1 – Popular words

Some thoughts:

  • ‘Marketing’ was pretty high on this list.  Brian Halligan of HubSpot might be correct when he claimed “… Madison Avenue is to marketing over the last 50 years as Boston is to marketing over the next 50 years.” (Bostinnovation article)
  • ‘Drugs’ making the top 20 was originally surprising but MassHighTech produced over 40 articles this summer pertaining to pharmaceutical drugs

Which companies and organizations were most popular?  Chart 2 displays the 10 most.

Chart 2 – Popular Organizations

I think Chart 2 is pretty indicative of the Boston ecosystem in general.  Represented in Chart 2 are biotech companies, an educational institution and a couple of cool internet-based start-ups, which would be a fairly accurate description of Boston’s scene.

Thoughts:

  • Although not strictly Boston-based, you’d be hard-pressed to find people not writing about Google, Facebook or Twitter anywhere in the world.
  • Apple was number 11 on the list while Harvard came in with a frequency value of 5.

How do you feel about this data? Is it surprising to see Google, Facebook and Twitter atop the list?

Kevin McCarthy

Blogging Summer Slow-down

Across the web on various blogs about web activity, and activity in general, it seems that there is a common theme that ‘things will pick up come September’.  Particularly here in Boston where Pinyadda’s headquarters are located, there is a lot of chatter about how no one does much in the summer months – especially August.  From taking a look at Pinyadda’s index data from the “Boston startup” topic, the summer months are certainly a little slower (see complete list of sites indexed here).

Below you will see that I was able to compare how active the Boston start-up scene was month to month (see Graph 1 below).

Graph 1- Comparing the number of items by Boston start-up bloggers/sites over 4 months of 2010.

Boston start-up content creation in August 2010 will be down 32% from what it was in May 2010, clearly indicating a summer-slowdown.

I was interested in seeing which sites/blogs created the most content over these summer months as well.  Chart 1 below holds the twenty most productive content producers from June 1st, 2010 to August 23rd, 2010.

Chart 1- Boston start-up site/blogs with their summer 2010 content creation

Anyone surprised by the data?  Let’s get some predictions on how much of a bounce back we will see in September.

If you’d like more data from Boston’s Summer Start-up Scene content creation or would like to use Pinyadda’s data in some other way, please leave a comment below.

Kevin McCarthy

5 Easy Tricks with Apache’s .htaccess File

The odds are that your blog is using an Apache web server to store files and handle your viewer’s request. Given its popularity, I figured I’d go over 5 easy modifications to Apache’s .htaccess file, where many of Apache’s configurations can be stored.

(more…)

Kevin McCarthy

How to Speed Up Your Blog- the Frontend changes

As a tech guy, I’ve made my fair share of mistakes.  Worse than these mistakes was the time I ignorantly spent on technical tasks that didn’t produce results.  So, I figured I’d help out those searching for what to do next.  Here are 5 things you can do on the frontend of your blog to increase its performance.
  1. Cache your pages: First off, what does cache mean?  Simply enough, it means that your blog or site saves a version of a certain page for faster delivery to viewers.  For example, check out Bostinnovation’s About Page, which is cached.  Instead of different viewers asking Bostinnovation’s server for the same text and the same images, Bostinnovation delivers a saved version of this page which makes the page load more quickly.  If you are using WordPress, there is an awesome plugin called WP Super Cache, which I highly recommend
  2. Compress your CSS:  The less lines of CSS the better.  With this in mind, check out Icyboard’s CSS Compressor tool.  Simply copy-and-paste your CSS and it will reduce the size of your CSS.  A couple of notes: First is to keep an uncompressed version of your CSS somewhere as well.  Making changes to compressed CSS is not pretty.  Second, always check out your site in Chrome, Internet Explorer, Firefox and Safari.  CSS is handled a little differently by these browsers, so it is best to check all of them right after a compression
  3. Reduce the Amount of External Javascript:  Google Analytics, Facebook plugins and Twitter follower widgets all use javascript code inserted into your blog’s code.  For example, check out the Yadda Blog’s Google Analytics and Disqus source code here.  These plugins can be extremely useful and quite necessary, but they can also degrade the speed of your site.  When Twitter is down, it’s javascript code in your blog can stall, thus affecting your readership’s ability to use your site.  If you must use these external javascript calls, be sure to place them in the <footer> of your blog.  This ensures that the rest of your site loads properly before getting to these external plugins.
  4. Compress your images: Like CSS, a compressed image is quicker to load than an uncompressed one.  An uncompressed image usually looks better, but if you can withstand a little image degradtion, then definitely compress the image.  Here is a pretty decent tutorial on how to compress an image
  5. Add forward slashes to your internal links: Believe it or not, clicking “http://blog.pinyadda.com/” is actually faster than “http://blog.pinyadda.com“.  Basically, the forward slash clarifies that the current link is the end of the road and doesn’t look for more stuff.  Notice how links without a “/” will redirect to the same link but with a “/” appended. It’s a small change, but a professional one.

Stay tuned for next week’s installment, where I’ll go into server-side changes you can make to open-source languages like PHP and MySQL as well as must-use tools to monitor your site’s performance.

Kevin McCarthy

Inputting an RSS feed on Pinyadda

As September 2010, Pinyadda accepts the RSS, RDF and ATOM RSS feeds.  In addition, we have a ‘catch-all’ feature that enables Pinyadda to grow with developing RSS technologies.  Currently, however, we can not import OPML (a feature we plan on including in the future).

If you are having any trouble adding a RSS feed or have any other questions, feel free to email me directy at kevin at pinyadda dot com.

Kevin McCarthy

Media Coverage of the Paywall

After learning my lesson last week about asking Austin to write an introduction, I decided to go with a more standard intro:  Call me Ishmael.  Here is a data post about paywalls.

Here are the amount of articles that mention “paywall” or “paid content” in the title since June 1st, 2010:

(click image to enlarge)

(more…)

Kevin McCarthy

Publisher Spotlight: ProPublica

Investigative journalism might be the most important type of content on the internet.  It transmits the most important information and this takes time, critical thinking and courage to investigate large and very powerful institutions.  So when ProPublica, the investigative journalism beacon, agreed to speak with us, we jumped at the opportunity.

YaddaBlog: So what is ProPublica?

ProPublica: ProPublica is an independent, non-profit newsroom that produces investigative journalism in the public interest. Our work focuses exclusively on truly important stories, stories with “moral force.” We do this by producing journalism that shines a light on exploitation of the weak by the strong and on the failures of those with power to vindicate the trust placed in them.

(more…)

Kevin McCarthy

Wikileaks Media Data

So I asked Austin to write an intro for this piece.  He said “No”.  Then Chase and Cheryl laughed.  Then Greg said that the internet was everywhere.  So, in light of all of this, I’ve decided to forgo a introduction and just jump into some data revolving around the latest Wikileaks shenanigans.

First off, what’s the deal with Wikileaks recently and why is it being talked about everywhere?  To get a good snapshot on what is going on, I searched for the most popular words in articles about Wikileaks from the Pinyadda index.

(more…)

Kevin McCarthy

ProBlogger vs. Copyblogger: Sites to Follow to be a Better Blogger

*Author’s update:  the Compete.com data should be dismissed.  Darren Rowse of Problogger states that his site receives upwards of 500,000 uniques, not the 28,000 uniques as reported by Compete.com.  Shame on me for trusting Compete.com.  Anyone have a (much) better public web traffic tool?

There are many, many sites that produce helpful content for bloggers.  How does a blogger determine which blog is right for them?  To help out our readers who blog themselves, I figured I’d dive deep into two blogs that have been indexed by Pinyadda for over 6 months: ProBlogger.net (PB) and Copyblogger.com (CB).

Since June 1st, here is some data for both PB and CB:

(more…)