Feed on
Posts
Comments

Category Archive for 'Programming'

Google’s Analytics Mistake

So, as I said earlier, I have started using Google Analytics. Google now suggests some new code to use in running the analytics. The problem: it’s broken! Here’s their code:
<script type=”text/javascript”>
var gaJsHost = ((”https:” == document.location.protocol) ? ” https://ssl.” : “http://www.”);
document.write(”\<script src=’” + gaJsHost + ” google-analytics.com/ga.js’ type=’text/javascript’>\<\/script>” );
var pageTracker = _gat._getTracker(”UA-xxxxxx-x”);
pageTracker._initData();
pageTracker._trackPageview();
</script>
Now [...]

Read Full Post »

Sapphire Plugin

Well, it’s official. Sapphire, one of the best AppleTV plugins, has released beta 4. This is a major upgrade from beta 3, adding support for movies and improvements overall. One of the most interesting features is that this version also works as a frontrow plugin in Leopard. As far as I [...]

Read Full Post »

Custom RSS Feeds

So, lets break down the problem. I use RSS feeds a lot to read the news. For the uninitiated, RSS feeds (which stands for Really Simple Syndication), are a nice way to aggregate multiple sources and see changes from said sources in a convenient manner. Basically, I can see the headlines from many [...]

Read Full Post »

Ripping DVDs to play on the AppleTV

First, I should start off with the prerequisites for the AppleTV itself.

I have hacked my ATV and installed Perian.
I also have installed Sapphire to play back the content.
And lastly, I have installed the USB kernel extensions to allow use of an external hard drive, but this piece is not a necessity.

The second piece I used [...]

Read Full Post »

New Hardware

It has been a while since I updated this. I promise a followup to my previous post about open source attitudes is coming up. I realized from the comments that a few of my statements didn’t come across exactly as I had intended them.
Well, with the Perian donations, Chris and I went to [...]

Read Full Post »

« Prev - Next »