All Grown Up - Jetcomx Turns 1 Year Old

[caption id=”attachment_1798” align=”aligncenter” width=”555” caption=”Kele Okereke of Bloc Party Wishes Us a Happy Birthday”]Kele Okereke of Bloc Party Wishes Us a Happy Birthday[/caption]

I can’t believe it, but 1 year ago today, Jetcomx as we know it was born. Back then, the site was more plain than vanilla ice-cream…in a cup. We were lucky to get 70 unique visitors in a week. We’ve definitely come a long way since that first post of ours. In the time since then, we’ve been featured on Digg’s front page a few times, migrated to 3 different servers, gave away some free gear, interviewed up and coming artists, picked up some new writers, and much, much more. Who knows what the next 365 days will bring?

// $(document).ready(function () { // // To get the most commented posts // var disqusPublicKey = "1gK0KABqNLANnjQPocoCIHrCPPiWkNkXanwRBOPF4XDu4NNCuoivLa25x2wZL5g9"; // var disqusShortname = "jetcomx"; // var mostCommentedArray = []; // // $('article').each(function () { // var url = $(this).attr('data-disqus-url'); // mostCommentedArray.push('link:' + url); // }); // // $.ajax({ // type: 'GET', // url: "https://disqus.com/api/3.0/threads/set.jsonp", // data: { api_key: disqusPublicKey, forum : disqusShortname, thread : mostCommentedArray }, // cache: false, // dataType: 'jsonp', // success: function (result) { // for (var i in result.response) { // var countText = " comments"; // var count = result.response[i].posts; // if (count === 1) // countText = " comment"; // $('article[data-disqus-url="' + result.response[i].link + '"]').html('

' + count + countText + '

'); // } // } // }); // });