Boxee dev
Trying my hand at Boxee app development. It’s fun but the documentation is more of a discovery. So many questions left unanswered. Here are the questions that took some exploring: Question: Why can’t I...
View ArticleBuilding a Boxee App – Part 1
In this series we’ll take a look at creating a Boxee app. At the end of the series, I’ll post an archive for you to use as the starting point of a Boxee application. Boxee is an excellent OpenSource...
View ArticleBuilding a Roku Channel – Part 1
Feel like creating your own channel on the roku video player? It’s not hard! You’ll just need a decent familiarity with editing text files and possibly some comfort with unix. Or discomfort, but as...
View ArticleSimple but complete Boxee App
One of the best things about Boxee is how simple it is to build a Boxee app. In this post, I’m going to show you how to do that with a single XML file. Don’t dismiss this method of building a Boxee...
View ArticleBuilding a Roku Channel – Part 2
Last week, I started with a quick explanation of how to get your computer and roku box ready to build and deploy your first channel. Now let’s get down to lightly customizing some example roku code. In...
View ArticleChrome to drop H.264
WebM is a video codec developed by On2 then acquired by Google and made opensource. It has been gaining support due to the questionable licensing agreement of H.264. Although H.264 decoding will remain...
View ArticleFancy fonts in CSS
The web has all of us trained on the idea of “web safe” fonts. And as much as I cringe at the thought days when people collected thousands of true type or postscript fonts, our current avoidance of...
View ArticleNew HTML5 logo
W3C announced new HTML5 logo AND STICKERS. Yup thats right, stickers. Go to http://www.w3.org/html/logo/#downloads and get your free stickers. Oh, and use HTML5.
View ArticleRecaptcha
Recaptcha is a clever way to keep the SPAM bots at bay. It forces the visitor to type in a couple of random words before the visitor can submit a POST to your site. Recaptcha accomplishes a secondary...
View ArticleCustom theme options page in wordpress
Creating a custom theme options page is very simple if you follow these steps. In this lesson we will create a very basic options page. Step 1: Init the options page. In your functions.php file add...
View Article