Posted on April 21st, 2008 by lost-in-code
I am busy writing a podCast plugin for Wordpress and figured that it would be most efficient if I created a Category model which will hold all the podCast feed categories which can be specified in the feed specifically for the iTunes store.
addthis_url = ‘http%3A%2F%2Fwww.lost-in-code.com%2F32%2Fitunes-podcast-categories-sql%2F’;
addthis_title = ‘iTunes+podCast+Categories+SQL’;
[...]
Tags: categories, itunes, MySQL, podcast, queries, sql
Filed under: Software, Web Development | 1 Comment »
Posted on April 12th, 2008 by lost-in-code
At some stage, you might need to change the podcast feed URL of your podcast listed in the iTunes directory. In order to do so, you’ll need to tell the iTunes podcast directory that a new feed URL is available by inserting a <itunes:new-feed-url /> tag into your XML structure. See the example below.
[...]
Tags: change, feed, itunes, podcast, rss, url, xml
Filed under: Software | No Comments »
Posted on February 29th, 2008 by lost-in-code
If you’ve been trying to write posts in the Wordpress TinyMCE editor using the Safari web browser, you might have noticed that breaklines are not correctly treated and that your posts end up being a single block of text rather than paragraphs as expected.
addthis_url = ‘http%3A%2F%2Fwww.lost-in-code.com%2F28%2Fwordpress-safari%2F’;
addthis_title = [...]
Tags: breaklines, js, paragraphs, safari, tinymce, Wordpress
Filed under: Software, Wordpress | No Comments »
Posted on December 8th, 2007 by lost-in-code
There are probably other ways to convert OGG format to MP3, including some opensource/freeware command line scripts, but I managed to achieve this with an application called EasyWMA which is most definitely worth the $10 for a full license. Not only does it convert OGG to MP3, but it encodes/decodes many other formats as well.
[...]
Tags: easywma, itunes, mac os, macintosh, mp3, ogg
Filed under: Software | No Comments »
Posted on September 13th, 2007 by lost-in-code
With iTunes, it only allows you to retrieve album artwork and lyrics with a valid account into which you are logged in. Getting an iTunes account is not a problem, but it is not supported in all countries and without being able to add your credit cart to Apple’s system, you simply cannot get these [...]
Tags: account, album, artwork, dashboard, itunes, widget
Filed under: Software | No Comments »