Subscribe to Jetcomx via Feedburner

Here at Jetcomx we are announcing the launch of our new Feedburner feed and email subscription feature.You3d RSS Icon can subscribe to our RSS feed by clicking on ‘RSS’ in the top right hand corner. Or, If you wish to have periodic Jetcomx updates sent directly to your inbox, enter your email address in the box on the right. Don’t worry, we won’t sell your email or use it for anything nasty. You won’t get any SPAM. We think that SPAM should die. You may be asking yourself, “What exactly does subscribing to Jetcomx’s RSS feed do?” The answer is simple. A live bookmark will be added to your browser. This means that you can quickly skim through all of our recent articles and check out the ones that interest you. Subscribe or add your email now!

Mail Server Down

[caption id=”attachment_805” align=”aligncenter” width=”400” caption=”Mail Server Down”]Mail Server Down[/caption]
Hey guys, admin here. We were having some trouble with our email for some time, but it has since been fixed. If you tried to contact us within the past 15 days and we haven’t responded to you, please contact us again. Your original message did not get through to us. We apologize for the inconvenience and are doing everything in our power to make sure it doesn’t happen again. Thanks!

// $(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 + '

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