<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ignite Blog by Ruxton &#187; Software</title>
	<atom:link href="http://ignite.digitalignition.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://ignite.digitalignition.net</link>
	<description>by Ruxton</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:04:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Being Overly Dry..</title>
		<link>http://ignite.digitalignition.net/2011/11/22/being-overly-dry/</link>
		<comments>http://ignite.digitalignition.net/2011/11/22/being-overly-dry/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 03:41:10 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[abtracting code]]></category>
		<category><![CDATA[code abstraction]]></category>
		<category><![CDATA[DRY]]></category>
		<category><![CDATA[dry code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=63145</guid>
		<description><![CDATA[<p>An interesting discussion came up in the office today about using the ruby gem <a href="https://github.com/josevalim/inherited_resources">inherited_resources</a>. Many people I work with or have worked with love it, they love the fact it dries the controller up does all the stuff they continually have to type. I don&#8217;t.</p>
<p>As a developer I&#8217;ve always subscribed to a couple of theories and one of those is something that was drilled into me in Maths in high school; Show your working out. It&#8217;s all very well to have the answer, but if you don&#8217;t understand how you got there, you have failed.</p>
<p>This is the number one thing I hate that software developers do, they overly abstract/dry code up until it&#8217;s no longer easily readable. They sacrifice all their readability, for dry, abstracted code.</p>
<p>The <a href="https://github.com/josevalim/inherited_resources">inherited_resources</a> gem is a prime example of this, your controllers are left looking empty; It completely reverses the expected convention of having to define those restful methods. So when Newbie Programmer A arrives at your controller, there&#8217;s a whole heap of things going on he just doesn&#8217;t know about or understand.</p>
<p>By all means write dry, abstracted code, but think twice before abstracting every last inch out. Just like a lot of things in the world, abstracting and drying up your code is great when used in moderation.</p>
]]></description>
			<content:encoded><![CDATA[<p>An interesting discussion came up in the office today about using the ruby gem <a href="https://github.com/josevalim/inherited_resources">inherited_resources</a>. Many people I work with or have worked with love it, they love the fact it dries the controller up does all the stuff they continually have to type. I don&#8217;t.</p>
<p>As a developer I&#8217;ve always subscribed to a couple of theories and one of those is something that was drilled into me in Maths in high school; Show your working out. It&#8217;s all very well to have the answer, but if you don&#8217;t understand how you got there, you have failed.</p>
<p>This is the number one thing I hate that software developers do, they overly abstract/dry code up until it&#8217;s no longer easily readable. They sacrifice all their readability, for dry, abstracted code.</p>
<p>The <a href="https://github.com/josevalim/inherited_resources">inherited_resources</a> gem is a prime example of this, your controllers are left looking empty; It completely reverses the expected convention of having to define those restful methods. So when Newbie Programmer A arrives at your controller, there&#8217;s a whole heap of things going on he just doesn&#8217;t know about or understand.</p>
<p>By all means write dry, abstracted code, but think twice before abstracting every last inch out. Just like a lot of things in the world, abstracting and drying up your code is great when used in moderation.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2011/11/22/being-overly-dry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving A Minor Issue With iTALM v0.5.1</title>
		<link>http://ignite.digitalignition.net/2009/11/17/resolving-a-minor-issue-with-italm-v0-5-1/</link>
		<comments>http://ignite.digitalignition.net/2009/11/17/resolving-a-minor-issue-with-italm-v0-5-1/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 05:40:09 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[0.5.1]]></category>
		<category><![CDATA[italm]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[itunes affiliate]]></category>
		<category><![CDATA[itunes affiliate link maker]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=476</guid>
		<description><![CDATA[<p>It seems there may have been a minor issue in the last release of my <a title="iTunes Affiliate Link Maker WordPress Plugin" href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">iTunes Affiliate Link Maker wordpress plugin</a>. Quite simply, if you had an existing install and didn&#8217;t have any links in it yet, you may continue to see the upgrade warning/notification no matter what you do.  The man known to me only as daykilla has found the bug and nailed a quick solution (top work!) that&#8217;ll get you going for now.</p>
<p>If you need to work out what&#8217;s going on and how to fix it, <a href="http://www.question-defense.com/2009/11/17/warning-your-version-of-italm-requires-upgrading-please-visit-the-upgrade-page/" target="_blank">head over and check out the post describing it</a>. In the mean time I&#8217;ll be releasing an updated 0.5.2 later this evening with that fix and maybe a few extras.</p>
]]></description>
			<content:encoded><![CDATA[<p>It seems there may have been a minor issue in the last release of my <a title="iTunes Affiliate Link Maker WordPress Plugin" href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">iTunes Affiliate Link Maker wordpress plugin</a>. Quite simply, if you had an existing install and didn&#8217;t have any links in it yet, you may continue to see the upgrade warning/notification no matter what you do.  The man known to me only as daykilla has found the bug and nailed a quick solution (top work!) that&#8217;ll get you going for now.</p>
<p>If you need to work out what&#8217;s going on and how to fix it, <a href="http://www.question-defense.com/2009/11/17/warning-your-version-of-italm-requires-upgrading-please-visit-the-upgrade-page/" target="_blank">head over and check out the post describing it</a>. In the mean time I&#8217;ll be releasing an updated 0.5.2 later this evening with that fix and maybe a few extras.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/11/17/resolving-a-minor-issue-with-italm-v0-5-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Applications I&#8217;m Using On The iPhone</title>
		<link>http://ignite.digitalignition.net/2009/11/16/applications-im-using-on-the-iphone/</link>
		<comments>http://ignite.digitalignition.net/2009/11/16/applications-im-using-on-the-iphone/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 07:53:22 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[ipa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone applications]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[itms]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[itunes store]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=470</guid>
		<description><![CDATA[<p>I thought it might be a cool idea to get through a list of applicatons i&#8217;m using on the iPhone and what each application does.  Sometimes it&#8217;s hard to get an idea of what iPhone apps you should try out, so here goes my list.</p>
<ol>
<li><a title="Get Tweetdeck for iPhone Free Now!" href="http://www.rhythmandpoetry.net/itunes/TweetDeck-TweetDeck_for_iPhone">Tweetdeck</a> &#8211; Possibly the best iPhone application for Twitter, TweetDeck is great for users who are following lots of people.</li>
<li><a title="Get the free Yahoo!-flickR iPhone application from the iTunes store" href="http://www.rhythmandpoetry.net/itunes/Yahoo-Flickr">Flickr</a> &#8211; Yahoo&#8217;s Flickr iPhone application is used for browsing flickr and uploading your iPhone photos</li>
<li><a title="Get the free eBay Mobile iPhone application from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/eBay_Inc-eBay_Mobile">eBay Mobile</a> &#8211; eBay on the go, this application is great for just browsing eBay on the move or getting push reminders about watch items</li>
<li><a title="Get the iPhone radio streaming application FStream from the iTunes store now, free of charge" href="http://www.rhythmandpoetry.net/itunes/SourceMac-FStream">FStream</a> &#8211; FStream is great for listening to those streaming radio stations on the go!</li>
<li><a title="Get the free Google Earth iPhone application from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/Google-Google_Earth">Google Earth</a> &#8211; The world at your fingertips, literally!</li>
<li><a title="Get the free Google Mobile iPhone application from the iTunes store now" href="http://www.rhythmandpoetry.net/itunes/Google-Google_Mobile_App">Google Mobile Application</a> &#8211; Everything google Web App under one convenient roof, it&#8217;d be nice if the web apps launched inside this app though.</li>
<li><a title="Get the iPhone application for your WordPress blogs for free from the iTunes store!" href="http://www.rhythmandpoetry.net/itunes/Automattic-WordPress_2">WordPress 2</a> &#8211; WordPress 2 is an application to manage your WordPress blog, whether it be creating and editing posts or trashing comments.</li>
<li><a title="Buy Uno for the iPhone from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/Gameloft-UNO%25e2%2584%25a2">Uno™</a> &#8211; Do you know Uno? The great game, transformed to iPhone with multiplayer capabilities.  A free version is available if you don&#8217;t want multiplayer.</li>
<li><a title="Get the official Facebook iPhone application for free!" href="http://www.rhythmandpoetry.net/itunes/Facebook-Facebook">Facebook</a> &#8211; Facebook, duh.</li>
<li><a title="Get the free Stanza application for your iPhone and start reading on your phone today!" href="http://www.rhythmandpoetry.net/itunes/Lexcycle-Stanza">Stanza</a> &#8211; Stanza is an e-book application for the iPhone and features purchasing through FeedBooks and others, plenty of free works available.</li>
<li><a title="Get the free Remote for iTunes for your iPhone from the iTunes store now" href="http://www.rhythmandpoetry.net/itunes/Apple_Inc-Remote">Apple iTunes Remote</a> &#8211; A must for all iTunes users the remote will allow you to control iTunes over your wireless network.</li>
<li><a title="Buy the game Ramp Champ for your iPhone from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/The_Iconfactory-Ramp_Champ">RampChamp</a> &#8211; Another addictive casual game, think shooting or ball toss at the carnival</li>
<li><a title="Buy Quota for your iPhone from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/SouthFreo_Software-Quota">Quota</a> &#8211; Quota is an application for viewing your bandwidth quota with ISP&#8217;s like Telstra, iiNet, Optus, 3 Mobile, etc. free versions are available for iiNet and Optus</li>
<li><a title="Buy Popcap's casual nightmare Peggle for your iPhone from the iTunes store today" href="http://www.rhythmandpoetry.net/itunes/PopCap_Games_Inc-Peggle">Peggle</a> &#8211; The world&#8217;s most addictive casual game is now on the iPhone, waste time wherever you may be!</li>
<li><a title="Buy ozPDA's Oz Weather iPhone application from the iTunes store" href="http://www.rhythmandpoetry.net/itunes/ozPDA-Oz_Weather">Oz Weather</a> &#8211; The best weather tool for Australia on iPhone, Oz Weather data is supplied by BOM and doesn&#8217;t just provide numbers, but satellite imagery also.</li>
<li><a title="Get the free game OsXs (naughts n crosses) from the iTunes store for your iPhone today!" href="http://www.rhythmandpoetry.net/itunes/Frosty_Badger-OsXs">OsXs</a> &#8211; OsXs is a free Naught and Crosses game from some guys i know</li>
<li><a title="Buy NetNewswirePremium from the iTunes Store now!" href="http://www.rhythmandpoetry.net/itunes/NewsGator_Technologies_Inc-NetNewsWire_Premium">NetNewsWire Premium</a> <a title="Get the free NetNewsWire for iPhone from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/NewsGator_Technologies_Inc-NetNewsWire">(Free/Lite/Ad Version)</a></li>
<li><a title="Get the Domino's Pizza iPhone application from the iTunes store free of charge now!" href="http://www.rhythmandpoetry.net/itunes/Dominos_Pizza_Enterprises_Limited-Dominos">Domino&#8217;s Pizza</a> &#8211; Sometimes you just want to order cheap pizza and have it meet you at home, this iPhone application will do just that</li>
<li><a title="Buy Crash Bandicoot Nitro Kart 3D for iPhone from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/Vivendi_Games_Mobile-Crash_Bandicoot_Nitro_Kart_3D">Crash Bandicoot Nitro Kart 3D</a> &#8211; One of the first driving games to hit the iPhone, a fun little game</li>
<li><a title="Get Cardstar for iPhone for free from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/CardStar_Inc-CardStar">CardStar</a> &#8211; CardStar is an application for storing the barcodes of all those customer loyalty cards you carry around, enter them all in CardStar and never carry them around in your wallet again.</li>
<li><a title="Buy Bomberman Touch 2- Volcano Party for iPhone Now!" href="http://www.rhythmandpoetry.net/itunes/Hudson-BOMBERMAN_TOUCH_2_-VOLCANO_PARTY">Bomberman Touch 2 &#8211; Volcano Party</a> &#8211; A classic video game, the Bomberman series for iPhone is everything you&#8217;d expect it to be and then some.</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<p>I thought it might be a cool idea to get through a list of applicatons i&#8217;m using on the iPhone and what each application does.  Sometimes it&#8217;s hard to get an idea of what iPhone apps you should try out, so here goes my list.</p>
<ol>
<li><a title="Get Tweetdeck for iPhone Free Now!" href="http://www.rhythmandpoetry.net/itunes/TweetDeck-TweetDeck_for_iPhone">Tweetdeck</a> &#8211; Possibly the best iPhone application for Twitter, TweetDeck is great for users who are following lots of people.</li>
<li><a title="Get the free Yahoo!-flickR iPhone application from the iTunes store" href="http://www.rhythmandpoetry.net/itunes/Yahoo-Flickr">Flickr</a> &#8211; Yahoo&#8217;s Flickr iPhone application is used for browsing flickr and uploading your iPhone photos</li>
<li><a title="Get the free eBay Mobile iPhone application from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/eBay_Inc-eBay_Mobile">eBay Mobile</a> &#8211; eBay on the go, this application is great for just browsing eBay on the move or getting push reminders about watch items</li>
<li><a title="Get the iPhone radio streaming application FStream from the iTunes store now, free of charge" href="http://www.rhythmandpoetry.net/itunes/SourceMac-FStream">FStream</a> &#8211; FStream is great for listening to those streaming radio stations on the go!</li>
<li><a title="Get the free Google Earth iPhone application from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/Google-Google_Earth">Google Earth</a> &#8211; The world at your fingertips, literally!</li>
<li><a title="Get the free Google Mobile iPhone application from the iTunes store now" href="http://www.rhythmandpoetry.net/itunes/Google-Google_Mobile_App">Google Mobile Application</a> &#8211; Everything google Web App under one convenient roof, it&#8217;d be nice if the web apps launched inside this app though.</li>
<li><a title="Get the iPhone application for your WordPress blogs for free from the iTunes store!" href="http://www.rhythmandpoetry.net/itunes/Automattic-WordPress_2">WordPress 2</a> &#8211; WordPress 2 is an application to manage your WordPress blog, whether it be creating and editing posts or trashing comments.</li>
<li><a title="Buy Uno for the iPhone from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/Gameloft-UNO%25e2%2584%25a2">Uno™</a> &#8211; Do you know Uno? The great game, transformed to iPhone with multiplayer capabilities.  A free version is available if you don&#8217;t want multiplayer.</li>
<li><a title="Get the official Facebook iPhone application for free!" href="http://www.rhythmandpoetry.net/itunes/Facebook-Facebook">Facebook</a> &#8211; Facebook, duh.</li>
<li><a title="Get the free Stanza application for your iPhone and start reading on your phone today!" href="http://www.rhythmandpoetry.net/itunes/Lexcycle-Stanza">Stanza</a> &#8211; Stanza is an e-book application for the iPhone and features purchasing through FeedBooks and others, plenty of free works available.</li>
<li><a title="Get the free Remote for iTunes for your iPhone from the iTunes store now" href="http://www.rhythmandpoetry.net/itunes/Apple_Inc-Remote">Apple iTunes Remote</a> &#8211; A must for all iTunes users the remote will allow you to control iTunes over your wireless network.</li>
<li><a title="Buy the game Ramp Champ for your iPhone from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/The_Iconfactory-Ramp_Champ">RampChamp</a> &#8211; Another addictive casual game, think shooting or ball toss at the carnival</li>
<li><a title="Buy Quota for your iPhone from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/SouthFreo_Software-Quota">Quota</a> &#8211; Quota is an application for viewing your bandwidth quota with ISP&#8217;s like Telstra, iiNet, Optus, 3 Mobile, etc. free versions are available for iiNet and Optus</li>
<li><a title="Buy Popcap's casual nightmare Peggle for your iPhone from the iTunes store today" href="http://www.rhythmandpoetry.net/itunes/PopCap_Games_Inc-Peggle">Peggle</a> &#8211; The world&#8217;s most addictive casual game is now on the iPhone, waste time wherever you may be!</li>
<li><a title="Buy ozPDA's Oz Weather iPhone application from the iTunes store" href="http://www.rhythmandpoetry.net/itunes/ozPDA-Oz_Weather">Oz Weather</a> &#8211; The best weather tool for Australia on iPhone, Oz Weather data is supplied by BOM and doesn&#8217;t just provide numbers, but satellite imagery also.</li>
<li><a title="Get the free game OsXs (naughts n crosses) from the iTunes store for your iPhone today!" href="http://www.rhythmandpoetry.net/itunes/Frosty_Badger-OsXs">OsXs</a> &#8211; OsXs is a free Naught and Crosses game from some guys i know</li>
<li><a title="Buy NetNewswirePremium from the iTunes Store now!" href="http://www.rhythmandpoetry.net/itunes/NewsGator_Technologies_Inc-NetNewsWire_Premium">NetNewsWire Premium</a> <a title="Get the free NetNewsWire for iPhone from the iTunes store now!" href="http://www.rhythmandpoetry.net/itunes/NewsGator_Technologies_Inc-NetNewsWire">(Free/Lite/Ad Version)</a></li>
<li><a title="Get the Domino's Pizza iPhone application from the iTunes store free of charge now!" href="http://www.rhythmandpoetry.net/itunes/Dominos_Pizza_Enterprises_Limited-Dominos">Domino&#8217;s Pizza</a> &#8211; Sometimes you just want to order cheap pizza and have it meet you at home, this iPhone application will do just that</li>
<li><a title="Buy Crash Bandicoot Nitro Kart 3D for iPhone from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/Vivendi_Games_Mobile-Crash_Bandicoot_Nitro_Kart_3D">Crash Bandicoot Nitro Kart 3D</a> &#8211; One of the first driving games to hit the iPhone, a fun little game</li>
<li><a title="Get Cardstar for iPhone for free from iTunes now!" href="http://www.rhythmandpoetry.net/itunes/CardStar_Inc-CardStar">CardStar</a> &#8211; CardStar is an application for storing the barcodes of all those customer loyalty cards you carry around, enter them all in CardStar and never carry them around in your wallet again.</li>
<li><a title="Buy Bomberman Touch 2- Volcano Party for iPhone Now!" href="http://www.rhythmandpoetry.net/itunes/Hudson-BOMBERMAN_TOUCH_2_-VOLCANO_PARTY">Bomberman Touch 2 &#8211; Volcano Party</a> &#8211; A classic video game, the Bomberman series for iPhone is everything you&#8217;d expect it to be and then some.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/11/16/applications-im-using-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iTALM Plugin Update 0.5.1</title>
		<link>http://ignite.digitalignition.net/2009/10/19/italm-plugin-update-0-5-1/</link>
		<comments>http://ignite.digitalignition.net/2009/10/19/italm-plugin-update-0-5-1/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:57:55 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[0.5.1]]></category>
		<category><![CDATA[italm]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[itunes affiliate]]></category>
		<category><![CDATA[itunes affiliate link maker]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=449</guid>
		<description><![CDATA[<p>I&#8217;ve just pushed version 0.5.1 of my <a href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">WordPress plugin iTALM</a> into the WordPress SVN, it should arrive soon enough.  If you have any problems please let me know.</p>
<p>The system now works around the shortag [itunes] with the following attributes:</p>
<ul>
<li>url &#8211; <em>a mandatory attribute, this a clean itms store url, fetched via link maker or your itunes client</em></li>
<li>title &#8211; <em>the string in this field is passed into the output link as the alt tag on the image/title of the link</em></li>
<li>content &#8211; <em>if you <strong>don&#8217;t</strong> use this field, the itms link image from the settings page is displayed, if you <strong>do</strong> use this attribute the string is output instead.</em></li>
</ul>
<p>Saying all that you don&#8217;t need to type this stuff anyway, because that&#8217;s the beauty of the button being in both editors. Select text (it&#8217;ll be output as the content attribute) or don&#8217;t, click the button, search for what you want (or click manual url) and be quickly prompted through the process.  If you enter nothing in the box? It&#8217;ll still enter someting like &#60;Artist Name&#62;-&#60;Album name&#62; out for you.</p>
<p>I think this is a nice step forward for the plugin, your feedback is appreciated, the general consensus seems to be to drop feedback over at the article page but i&#8217;m now closing that, so please leave your feedback on this post.</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just pushed version 0.5.1 of my <a href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">WordPress plugin iTALM</a> into the WordPress SVN, it should arrive soon enough.  If you have any problems please let me know.</p>
<p>The system now works around the shortag [itunes] with the following attributes:</p>
<ul>
<li>url &#8211; <em>a mandatory attribute, this a clean itms store url, fetched via link maker or your itunes client</em></li>
<li>title &#8211; <em>the string in this field is passed into the output link as the alt tag on the image/title of the link</em></li>
<li>content &#8211; <em>if you <strong>don&#8217;t</strong> use this field, the itms link image from the settings page is displayed, if you <strong>do</strong> use this attribute the string is output instead.</em></li>
</ul>
<p>Saying all that you don&#8217;t need to type this stuff anyway, because that&#8217;s the beauty of the button being in both editors. Select text (it&#8217;ll be output as the content attribute) or don&#8217;t, click the button, search for what you want (or click manual url) and be quickly prompted through the process.  If you enter nothing in the box? It&#8217;ll still enter someting like &lt;Artist Name&gt;-&lt;Album name&gt; out for you.</p>
<p>I think this is a nice step forward for the plugin, your feedback is appreciated, the general consensus seems to be to drop feedback over at the article page but i&#8217;m now closing that, so please leave your feedback on this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/10/19/italm-plugin-update-0-5-1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Recycled: iTunes, iPod, iPhone.. iChoose?</title>
		<link>http://ignite.digitalignition.net/2009/08/12/recycled-itunes-ipod-iphone-ichoose/</link>
		<comments>http://ignite.digitalignition.net/2009/08/12/recycled-itunes-ipod-iphone-ichoose/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 01:30:30 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[choice]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone syncing]]></category>
		<category><![CDATA[iphone updates]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod syncing]]></category>
		<category><![CDATA[ipod updates]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[lock in]]></category>
		<category><![CDATA[monopoly tactics]]></category>
		<category><![CDATA[pda]]></category>
		<category><![CDATA[rabpd]]></category>
		<category><![CDATA[software updates]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[sync software]]></category>
		<category><![CDATA[syncing]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=422</guid>
		<description><![CDATA[<p><a title="iTunes, iPod, iPhone.. iChoose?" href="http://ignite.digitalignition.net/2008/07/15/itunes-ipod-iphone-ichoose/">Original post date: 2008-07-05</a></p>
<p><a title="Recycle A Blog Post Day 2009" href="http://ignite.digitalignition.net/2009/08/11/recycle-a-blog-post-day-2009-08-12/">Recycled for Recycle A Blog Post Day</a></p>
<div>
<p>Something just occurred to me this evening and it has to do with software companies and the monopoly ‘lock in’ tactics that some use.  Microsoft was pulled up over forcing Internet Explorer on people in XP many moons ago now and I’m sure we’re all completely happy with how it eventually turned out, most of us use Firefox and Windows now recognises something called a ‘default browser’.</p>
<p>Fast forward a few years and we’ve seen Apple since day one, ram iTunes down the throat of every ipod owner in the world. This was understandable, after all it’s a portable music player and it only ran on OSX to start with, so it’s ok to force a music player that’s already installed on the operating system along with the device to provide sync support, in fact it totally makes sense.  That is until they released on windows and iTunes wasn’t that great, also for years we’ve all been using Winamp or Windows Media Player and have no desire to switch to iTunes.</p>
<p>The one thing that always turned me off the iPod was iTunes, because on Mac it runs great but on Windows it just blows hard.  I was pretty much given a 20Gb iPod photo a while back and was glad to see Winamp supported sync of the iPod (just like it did my WM6 device), so i didn’t have to piss around with iTunes.  Wishful thinking, i still had to install iTunes just so i can restore and manage updates to my ipod, still.. i can swallow it, it’s a media player it makes sense that the program that controls the syncing is also a media player, right?</p>
<p>Here’s where it gets interesting, Apple released the iPhone, it runs it’s own flavour of iTunes/iPod and along with that is pretty much a fully blown smart phone/PDA.  So heres where i begin to question the integrity of iTunes, when i’m syncing my Calendar, Music, Contacts, Photos, Videos, Software Updates and Applications all through what used to be a media player that i will soon be forced to use 100%, just so i can keep my mobile phone up to date.  This little twist, in my opinion, makes the iTunes/iPhone(ipod) combo way worse than Microsoft ever did with Internet Explorer, yet for someone reason.. no one seems to give a shit? everyone is just copping it and dealing it with.</p>
<p>I shouldn’t have to install a media player that i don’t want to use, just because someone decided the updates for my phone should be delivered through it.  It’s high time Apple released something that synced everything on your phone without using iTunes, perhaps an extended iSync for Windows/OSX with the ability to put files into the devices media player DB without iTunes?</p>
<p>iTunes should be a media player, it should have a ’sync interface’ that any device can use (listen closely apple).  Apple should have some central ’sync software’ for their ipod/iphone collection that acts as a central point between the devices and ANY software (Yeah that’s right apple, not just iTunes).  This way apple can still maintain proprietary code in iTunes and in the way they handle the sync, but still allow people to make decisions for themselves about what software they want to use and not have something they don’t want to use, rammed down their throat.</p>
<p>Oh and please, this isn’t some debate about what’s better and what’s not, because that’s always going to come down to user preference, which is something Apple isn’t providing right now.  Yes i know most other major portable media players are playing the game the same way, but that doesn’t mean they’re playing fairly for us, the consumers.  Perhaps one day people will learn to work together a little to build great things instead of trying to win the war, whether it be a format war, a software war or just good old fashioned war.</p></div>
]]></description>
			<content:encoded><![CDATA[<p><a title="iTunes, iPod, iPhone.. iChoose?" href="http://ignite.digitalignition.net/2008/07/15/itunes-ipod-iphone-ichoose/">Original post date: 2008-07-05</a></p>
<p><a title="Recycle A Blog Post Day 2009" href="http://ignite.digitalignition.net/2009/08/11/recycle-a-blog-post-day-2009-08-12/">Recycled for Recycle A Blog Post Day</a></p>
<div>
<p>Something just occurred to me this evening and it has to do with software companies and the monopoly ‘lock in’ tactics that some use.  Microsoft was pulled up over forcing Internet Explorer on people in XP many moons ago now and I’m sure we’re all completely happy with how it eventually turned out, most of us use Firefox and Windows now recognises something called a ‘default browser’.</p>
<p>Fast forward a few years and we’ve seen Apple since day one, ram iTunes down the throat of every ipod owner in the world. This was understandable, after all it’s a portable music player and it only ran on OSX to start with, so it’s ok to force a music player that’s already installed on the operating system along with the device to provide sync support, in fact it totally makes sense.  That is until they released on windows and iTunes wasn’t that great, also for years we’ve all been using Winamp or Windows Media Player and have no desire to switch to iTunes.</p>
<p>The one thing that always turned me off the iPod was iTunes, because on Mac it runs great but on Windows it just blows hard.  I was pretty much given a 20Gb iPod photo a while back and was glad to see Winamp supported sync of the iPod (just like it did my WM6 device), so i didn’t have to piss around with iTunes.  Wishful thinking, i still had to install iTunes just so i can restore and manage updates to my ipod, still.. i can swallow it, it’s a media player it makes sense that the program that controls the syncing is also a media player, right?</p>
<p>Here’s where it gets interesting, Apple released the iPhone, it runs it’s own flavour of iTunes/iPod and along with that is pretty much a fully blown smart phone/PDA.  So heres where i begin to question the integrity of iTunes, when i’m syncing my Calendar, Music, Contacts, Photos, Videos, Software Updates and Applications all through what used to be a media player that i will soon be forced to use 100%, just so i can keep my mobile phone up to date.  This little twist, in my opinion, makes the iTunes/iPhone(ipod) combo way worse than Microsoft ever did with Internet Explorer, yet for someone reason.. no one seems to give a shit? everyone is just copping it and dealing it with.</p>
<p>I shouldn’t have to install a media player that i don’t want to use, just because someone decided the updates for my phone should be delivered through it.  It’s high time Apple released something that synced everything on your phone without using iTunes, perhaps an extended iSync for Windows/OSX with the ability to put files into the devices media player DB without iTunes?</p>
<p>iTunes should be a media player, it should have a ’sync interface’ that any device can use (listen closely apple).  Apple should have some central ’sync software’ for their ipod/iphone collection that acts as a central point between the devices and ANY software (Yeah that’s right apple, not just iTunes).  This way apple can still maintain proprietary code in iTunes and in the way they handle the sync, but still allow people to make decisions for themselves about what software they want to use and not have something they don’t want to use, rammed down their throat.</p>
<p>Oh and please, this isn’t some debate about what’s better and what’s not, because that’s always going to come down to user preference, which is something Apple isn’t providing right now.  Yes i know most other major portable media players are playing the game the same way, but that doesn’t mean they’re playing fairly for us, the consumers.  Perhaps one day people will learn to work together a little to build great things instead of trying to win the war, whether it be a format war, a software war or just good old fashioned war.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/08/12/recycled-itunes-ipod-iphone-ichoose/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Android Icons For Free</title>
		<link>http://ignite.digitalignition.net/2009/08/10/more-android-icons-for-free/</link>
		<comments>http://ignite.digitalignition.net/2009/08/10/more-android-icons-for-free/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:26:35 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[android icons]]></category>
		<category><![CDATA[common sets]]></category>
		<category><![CDATA[developer icons]]></category>
		<category><![CDATA[free icons]]></category>
		<category><![CDATA[glyfx]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[icons for android]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=412</guid>
		<description><![CDATA[<p>The team at <a title="glyFX - Stock Icon Sets For Developers" href="http://www.glyfx.com/">glyFX</a> are still working frantically as always and today they slipped out the <a title="glyFX Android Common Developer Icon Set II" href="http://www.glyfx.com/products/free_android2.html">Android Common Developer Icon Set II</a>.  This free icon set is a rework of the original <a title="Icons for Android" href="http://ignite.digitalignition.net/2008/10/02/icons-for-android/">Android Developer Common Icon Set</a>, using all the details supplied by the <a title="Android Icon Design Guidelines" href="http://developer.android.com/guide/practices/ui_guidelines/icon_design.html">Android Icon Design Guidelines</a>, which was not available when the first set was created.</p>
<p>Head over to glyFX and get your <a href="http://www.glyfx.com/products/free_android2.html">free copy of the Android Developer Common Icon Set II</a> now.</p>
]]></description>
			<content:encoded><![CDATA[<p>The team at <a title="glyFX - Stock Icon Sets For Developers" href="http://www.glyfx.com/">glyFX</a> are still working frantically as always and today they slipped out the <a title="glyFX Android Common Developer Icon Set II" href="http://www.glyfx.com/products/free_android2.html">Android Common Developer Icon Set II</a>.  This free icon set is a rework of the original <a title="Icons for Android" href="http://ignite.digitalignition.net/2008/10/02/icons-for-android/">Android Developer Common Icon Set</a>, using all the details supplied by the <a title="Android Icon Design Guidelines" href="http://developer.android.com/guide/practices/ui_guidelines/icon_design.html">Android Icon Design Guidelines</a>, which was not available when the first set was created.</p>
<p>Head over to glyFX and get your <a href="http://www.glyfx.com/products/free_android2.html">free copy of the Android Developer Common Icon Set II</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/08/10/more-android-icons-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woopra Site Analytics &#8211; First Impressions</title>
		<link>http://ignite.digitalignition.net/2009/06/10/woopra-site-analytics-first-impressions/</link>
		<comments>http://ignite.digitalignition.net/2009/06/10/woopra-site-analytics-first-impressions/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:48:40 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[website analytics]]></category>
		<category><![CDATA[woopra]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=301</guid>
		<description><![CDATA[<p>I wrote this little post quite some time ago, around the weekend my first 2 sites were accepted into the Woopra Beta.<br />
If you&#8217;re wondering how to pronounce Woopra, i like to think it has an exclamation mark on the end (Woopra!) and that it&#8217;s the sound Bruce Lee makes when he karate chops your arse. Because I get the impression thats exactly what Woopra is going to do to online analytics.</p>
<p>So heres the deal, Woopra is Live analytics for web site, just like google analytics all you do is add a javascript code. Then while i sit here with my Woopra desktop client open on my computer (this is the first win), i see you hitting the websites i have registered, i see it all while it&#8217;s happening and i see where you came from. Theres something weird about this, it creates a strange sensation for the developer of a website, the power of knowing someone is on your site RIGHT NOW!</p>
<p>I find i lose or disregard alot of the data that is in google analytics, purely because of the fact i go and &#8220;check it&#8221; and filter through it all. In Woopra i find myself rarely checking and just leaving it open on a screen at times to watch, due to this i find i&#8217;m noticing things about the websites i&#8217;ve not been paying attention too that REALLY need some attention.</p>
<p>In it&#8217;s current incarnation Woopra doesn&#8217;t seem to be doing alot more than Google Analytics, but that&#8217;s ok because they&#8217;re doing some of it better and talking about the future features. Some extras that make it that little bit better:</p>
<ul>
<li>Visitor Tagging &#8211; obviously in all analytics programs each user is &#8216;unique&#8217; so that they can see the difference between unique hits and page views. Woopra takes it one step further allowing you to Tag certain users. Of course i&#8217;m tagging repeat customers so i can see what they&#8217;re doing..why wouldn&#8217;t i? It&#8217;d be nice if woopra allowed me to add a default link on the tag so say if i wrote the tag as &#8220;</li>
<li>Live Geographical Overview &#8211; The kind of thing you push to displays and put around the office to watch</li>
<li>API&#8217;s for data access &#8211; Whats that i can build my own shiney live geographical overview using my data from your servers? take that google! (and weeks after i wrote this, google released their data api)</li>
</ul>
<p>So there you have it, my first impressions of Woopra. I&#8217;ll be posting more again on Woopra as they get the current version out of Release Candidate. If you want to check out Woopra head over to their website to check out more.</p>
]]></description>
			<content:encoded><![CDATA[<p>I wrote this little post quite some time ago, around the weekend my first 2 sites were accepted into the Woopra Beta.<br />
If you&#8217;re wondering how to pronounce Woopra, i like to think it has an exclamation mark on the end (Woopra!) and that it&#8217;s the sound Bruce Lee makes when he karate chops your arse. Because I get the impression thats exactly what Woopra is going to do to online analytics.</p>
<p>So heres the deal, Woopra is Live analytics for web site, just like google analytics all you do is add a javascript code. Then while i sit here with my Woopra desktop client open on my computer (this is the first win), i see you hitting the websites i have registered, i see it all while it&#8217;s happening and i see where you came from. Theres something weird about this, it creates a strange sensation for the developer of a website, the power of knowing someone is on your site RIGHT NOW!</p>
<p>I find i lose or disregard alot of the data that is in google analytics, purely because of the fact i go and &#8220;check it&#8221; and filter through it all. In Woopra i find myself rarely checking and just leaving it open on a screen at times to watch, due to this i find i&#8217;m noticing things about the websites i&#8217;ve not been paying attention too that REALLY need some attention.</p>
<p>In it&#8217;s current incarnation Woopra doesn&#8217;t seem to be doing alot more than Google Analytics, but that&#8217;s ok because they&#8217;re doing some of it better and talking about the future features. Some extras that make it that little bit better:</p>
<ul>
<li>Visitor Tagging &#8211; obviously in all analytics programs each user is &#8216;unique&#8217; so that they can see the difference between unique hits and page views. Woopra takes it one step further allowing you to Tag certain users. Of course i&#8217;m tagging repeat customers so i can see what they&#8217;re doing..why wouldn&#8217;t i? It&#8217;d be nice if woopra allowed me to add a default link on the tag so say if i wrote the tag as &#8220;</li>
<li>Live Geographical Overview &#8211; The kind of thing you push to displays and put around the office to watch</li>
<li>API&#8217;s for data access &#8211; Whats that i can build my own shiney live geographical overview using my data from your servers? take that google! (and weeks after i wrote this, google released their data api)</li>
</ul>
<p>So there you have it, my first impressions of Woopra. I&#8217;ll be posting more again on Woopra as they get the current version out of Release Candidate. If you want to check out Woopra head over to their website to check out more.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/06/10/woopra-site-analytics-first-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iTunes Affiliate Link Maker WordPress Plugin</title>
		<link>http://ignite.digitalignition.net/2009/05/31/itunes-affiliate-link-maker-plugin/</link>
		<comments>http://ignite.digitalignition.net/2009/05/31/itunes-affiliate-link-maker-plugin/#comments</comments>
		<pubDate>Sun, 31 May 2009 07:23:38 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[affiliate deep linking]]></category>
		<category><![CDATA[deep link]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[itms link maker]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[itunes affiliate linking]]></category>
		<category><![CDATA[itunes deep linking]]></category>
		<category><![CDATA[itunes link maker]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=354</guid>
		<description><![CDATA[<p>Got a worpdress blog? do you link to the iTunes Store with or without an affiliate program? <a title="iTunes Affiliate Link Maker WordPress Plugin" href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">this plugins for you</a>!</p>
<p>The plugin adds an itunes button to the visual editor which when clicked brings forward a dialog containing a search for the iTunes store link maker.</p>
<p>After searching, clicking on any link will ask for a title for the link and insert it into the content editor. The link also enables the ability to directly link to albums, something the standard link generator does not normally do.</p>
<p>Enough gaff, if you want it, it&#8217;s <a title="iTunes Affiliate Link Maker WordPress Plugin" href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">here</a>.  It&#8217;ll be on wordpress.org soon enough.</p>
]]></description>
			<content:encoded><![CDATA[<p>Got a worpdress blog? do you link to the iTunes Store with or without an affiliate program? <a title="iTunes Affiliate Link Maker WordPress Plugin" href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">this plugins for you</a>!</p>
<p>The plugin adds an itunes button to the visual editor which when clicked brings forward a dialog containing a search for the iTunes store link maker.</p>
<p>After searching, clicking on any link will ask for a title for the link and insert it into the content editor. The link also enables the ability to directly link to albums, something the standard link generator does not normally do.</p>
<p>Enough gaff, if you want it, it&#8217;s <a title="iTunes Affiliate Link Maker WordPress Plugin" href="http://ignite.digitalignition.net/articlesexamples/itunes-affiliate-link-plugin/">here</a>.  It&#8217;ll be on wordpress.org soon enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/05/31/itunes-affiliate-link-maker-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Tab Bar Images/Icons For iPhone Applications</title>
		<link>http://ignite.digitalignition.net/2009/05/11/custom-tab-bar-imagesicons-for-iphone-applications/</link>
		<comments>http://ignite.digitalignition.net/2009/05/11/custom-tab-bar-imagesicons-for-iphone-applications/#comments</comments>
		<pubDate>Mon, 11 May 2009 03:03:16 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[glyfx]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone buddies icon]]></category>
		<category><![CDATA[iphone chat icon]]></category>
		<category><![CDATA[iphone icon set]]></category>
		<category><![CDATA[iphone icons]]></category>
		<category><![CDATA[iphone inbox icon]]></category>
		<category><![CDATA[iphone messaging icon set]]></category>
		<category><![CDATA[iphone outbox icon]]></category>
		<category><![CDATA[iphone status icon]]></category>
		<category><![CDATA[iphone tabbar icons]]></category>
		<category><![CDATA[iphone toolbar icons]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=304</guid>
		<description><![CDATA[<p>So you&#8217;ve been making iPhone applications for a while, you&#8217;re sick and tired of the limited amount of icons the SDK gives access too and you&#8217;re over searching the for icons that are available in the codebase that you&#8217;re &#8220;not supposed to use&#8221;.  Over at <a title="iPhone TabBar &#38; Toolbar Icons for iPhone Developers" href="http://www.glyfx.com/">glyFX</a> we&#8217;re feeling your pain and coming to the rescue again.  Earlier this month we released a <a title="Free iPhone Toolbar &#38; TabBar Icons" href="http://www.glyfx.com/products/free_iphone.html">free 5 icon pack of iPhone TabBar and Toolbar icons</a> as a bit of a teaser.</p>
<p>Now we&#8217;ve came out with our first iphone commercial set, 5 icons in the <a title="iPhone TabBar/Toolbar Messaging Icon Set" href="http://www.glyfx.com/shop/detail/iphone-messaging/">iPhone Messaging Icon Set</a> that are geared towards a messaging application.  We&#8217;ve got Inbox, Outbox, Chat, Buddies &#38; Status, head over and checkout the <a title="iPhone TabBar/Toolbar Messaging Icon Set" href="http://www.glyfx.com/shop/detail/iphone-messaging/">iPhone Messaging Icon Set</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve been making iPhone applications for a while, you&#8217;re sick and tired of the limited amount of icons the SDK gives access too and you&#8217;re over searching the for icons that are available in the codebase that you&#8217;re &#8220;not supposed to use&#8221;.  Over at <a title="iPhone TabBar &amp; Toolbar Icons for iPhone Developers" href="http://www.glyfx.com/">glyFX</a> we&#8217;re feeling your pain and coming to the rescue again.  Earlier this month we released a <a title="Free iPhone Toolbar &amp; TabBar Icons" href="http://www.glyfx.com/products/free_iphone.html">free 5 icon pack of iPhone TabBar and Toolbar icons</a> as a bit of a teaser.</p>
<p>Now we&#8217;ve came out with our first iphone commercial set, 5 icons in the <a title="iPhone TabBar/Toolbar Messaging Icon Set" href="http://www.glyfx.com/shop/detail/iphone-messaging/">iPhone Messaging Icon Set</a> that are geared towards a messaging application.  We&#8217;ve got Inbox, Outbox, Chat, Buddies &amp; Status, head over and checkout the <a title="iPhone TabBar/Toolbar Messaging Icon Set" href="http://www.glyfx.com/shop/detail/iphone-messaging/">iPhone Messaging Icon Set</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/05/11/custom-tab-bar-imagesicons-for-iphone-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free iPhone Tabbar &amp; Toolbar Icons</title>
		<link>http://ignite.digitalignition.net/2009/05/02/iphone-tabbar-toolbar-icons/</link>
		<comments>http://ignite.digitalignition.net/2009/05/02/iphone-tabbar-toolbar-icons/#comments</comments>
		<pubDate>Sat, 02 May 2009 05:25:11 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone icon sets]]></category>
		<category><![CDATA[iphone icons]]></category>
		<category><![CDATA[iphone tabbar]]></category>
		<category><![CDATA[iphone tabbar icons]]></category>
		<category><![CDATA[iphone toolbar]]></category>
		<category><![CDATA[iphone toolbar icons]]></category>
		<category><![CDATA[tabbar icons]]></category>
		<category><![CDATA[toolbar icons]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=310</guid>
		<description><![CDATA[<p>Over at <a title="iphone icon sets" href="http://www.glyfx.com/">glyFX</a> we&#8217;ve been preparing to jump into the market of <a title="free iphone icon set" href="http://www.glyfx.com/products/free_iphone.html">iPhone icons</a>.  That is, <a title="iphone icons for tabbar and toolbar" href="http://www.glyfx.com/products/free_iphone.html">icons for Tabbars and Toolbars</a>.  We&#8217;ve prepared a free set for everyone to take a look at and give feedback on.  It really is important for you to give  feedback so that glyFX can produce a product that meets or exceeds expectations.</p>
<p>The <a title="free icon sets for developers" href="http://www.glyfx.com/products/free.html">free icon set</a> consists of 5 icons for the Tabbar an the Toolbar and will be followed up quite quickly with commercial iphone sets of 5 icons, for $5.  Get in, <a title="free icon sets for developers" href="http://www.glyfx.com/products/free.html">grab your free icons</a> and don&#8217;t forget to go back next week for more.</p>
]]></description>
			<content:encoded><![CDATA[<p>Over at <a title="iphone icon sets" href="http://www.glyfx.com/">glyFX</a> we&#8217;ve been preparing to jump into the market of <a title="free iphone icon set" href="http://www.glyfx.com/products/free_iphone.html">iPhone icons</a>.  That is, <a title="iphone icons for tabbar and toolbar" href="http://www.glyfx.com/products/free_iphone.html">icons for Tabbars and Toolbars</a>.  We&#8217;ve prepared a free set for everyone to take a look at and give feedback on.  It really is important for you to give  feedback so that glyFX can produce a product that meets or exceeds expectations.</p>
<p>The <a title="free icon sets for developers" href="http://www.glyfx.com/products/free.html">free icon set</a> consists of 5 icons for the Tabbar an the Toolbar and will be followed up quite quickly with commercial iphone sets of 5 icons, for $5.  Get in, <a title="free icon sets for developers" href="http://www.glyfx.com/products/free.html">grab your free icons</a> and don&#8217;t forget to go back next week for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/05/02/iphone-tabbar-toolbar-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

