<?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>Archetyped &#187; Mobile</title>
	<atom:link href="http://archetyped.com/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://archetyped.com</link>
	<description>Explore, Experiment, Inspire</description>
	<lastBuildDate>Fri, 17 May 2013 21:52:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>FIR: Filtering By Mime Type</title>
		<link>http://archetyped.com/lab/fir-filtering-by-mime-type/</link>
		<comments>http://archetyped.com/lab/fir-filtering-by-mime-type/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 02:24:59 +0000</pubDate>
		<dc:creator>Sol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Favicon Rotator]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mime]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://archetyped.com/auto-draft/</guid>
		<description><![CDATA[<p>Today, we arrive at the last step to complete the work for the next release of Favicon Rotator-- filtering files displayed the media library by mime type.</p><p>The post <a href="http://archetyped.com/lab/fir-filtering-by-mime-type/">FIR: Filtering By Mime Type</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Today, we arrive at the last step to complete the work for the next release of <a href="http://archetyped.com/?p=600" rel="inturl">Favicon Rotator</a>&#8211; filtering files displayed the media library by mime type.</p>
<p>As I mentioned <a href="http://archetyped.com/?p=827" rel="inturl">yesterday</a>, some icons can only support certain file types.  For example, the <em>touch</em> icon must be a PNG file.  Therefore, for the best usability, it is important that we only present images that are compatible with the icon currently being set.</p>
<div id="attachment_829" class="wp-caption alignnone" style="width: 351px"><img class="size-full wp-image-829" title="Displaying only PNG Files" src="http://archetyped.com/wp-content/uploads/fir_2011-06-24_mime_type_filtered.png" alt="" width="341" height="163" /><p class="wp-caption-text">Displaying only PNG Files in media popup</p></div>
<p>I spent some time tracing the paths of the various media queries to determine where the best point of attack is.  It&#8217;s fairly straightforward, but I think I&#8217;m going to write a breakdown of the process so that I have a reference for the future, as I am sure to forget it.</p>
<p>So far, it&#8217;s properly filtering images when a <em>single</em> file type is allowed (e.g. PNG files for the touch icon).</p>
<p>My next step is to filter by an array of file types.</p>
<p>Which is what I&#8217;m about to work on.</p>
<p><strong>Update (15 minutes later):</strong> Well, that was faster than expected.  After a <a href="http://twitter.com/#!/archetyped/status/84454065995653120" target="_blank">quick codeblast</a>, Favicon Rotator now works with single <em>and</em> multiple file type filters.</p>
<p>Now I just need to test, test, test.</p>
<p>The post <a href="http://archetyped.com/lab/fir-filtering-by-mime-type/">FIR: Filtering By Mime Type</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://archetyped.com/lab/fir-filtering-by-mime-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIR: Nearing Release</title>
		<link>http://archetyped.com/lab/fir-nearing-release/</link>
		<comments>http://archetyped.com/lab/fir-nearing-release/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 07:19:03 +0000</pubDate>
		<dc:creator>Sol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Favicon Rotator]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://archetyped.com/auto-draft/</guid>
		<description><![CDATA[<p>The newest version of Favicon Rotator is sailing ever closer to being ready for release.</p><p>The post <a href="http://archetyped.com/lab/fir-nearing-release/">FIR: Nearing Release</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The newest version of <a href="http://archetyped.com/?p=600" rel="inturl">Favicon Rotator</a> is sailing ever closer to being ready for release.</p>
<p>Much time today was spent on determining the most elegant way to pass control of the media upload and selection processes to FIR&#8217;s code, which was unexpected because I thought I hashed all this out when I developed the media functionality code for <a href="http://archetyped.com/?p=600" rel="inturl">Cornerstone</a> (which was adapted for use in FIR).  Invariably, I found better ways to do things, so while it may have taken some time to rework the code, it will translate to more sound functionality for this and other plugins.</p>
<h2>Today</h2>
<p>FIR is now setup to handle any number of images, each with their own set of unique properties (width, height, display template, etc.).  I can only think of a couple other icons I <em>may</em> want to add support for in the future, but it now it will be very easy to do so.</p>
<h2>Next</h2>
<p>I&#8217;m working my way down my checklist (which tends to continue to grow longer and longer before it gets shorter) and am nearing completion.  The biggest set of tasks centers around limiting/filtering the upload dialog and image listing to images that match the icon that is currently being set.  For example, <em>touch</em> icons <strong>must</strong> be PNG files, so FIR will have to only allow uploading PNG files as well as only display PNG files when browsing through the library.</p>
<p>The post <a href="http://archetyped.com/lab/fir-nearing-release/">FIR: Nearing Release</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://archetyped.com/lab/fir-nearing-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIR: Touch Icon Progress</title>
		<link>http://archetyped.com/lab/fir-touch-icon-progress/</link>
		<comments>http://archetyped.com/lab/fir-touch-icon-progress/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 06:29:31 +0000</pubDate>
		<dc:creator>Sol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Favicon Rotator]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://archetyped.com/auto-draft/</guid>
		<description><![CDATA[<p>Made good progress today on my current mission of adding touch icon support to Favicon Rotator.</p><p>The post <a href="http://archetyped.com/lab/fir-touch-icon-progress/">FIR: Touch Icon Progress</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Made good progress today on my current mission of <a href="http://archetyped.com/?p=821" rel="inturl">adding touch icon support to Favicon Rotator</a>.</p>
<p>The JavaScript component of the plugin has been updated to allow for multiple icons types.  Instead of just hard-coding support for touch icons, I added support for any number of icon types, so that additional icon types can be added very easily in the future.</p>
<p>I&#8217;m now working on finalizing the PHP side of things so that icons of various types (e.g. favicon, touch icon, etc.) are properly saved to and retrieved from the database.  Similarly to the JS work, once completed, any number of different icon types will be supported.</p>
<p>No beta today, and while I&#8217;d love to, I&#8217;m not going to promise one for tomorrow.  All I can say is that a beta is coming <strong>soon</strong> and it&#8217;ll be worth it when it does.</p>
<p>The post <a href="http://archetyped.com/lab/fir-touch-icon-progress/">FIR: Touch Icon Progress</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://archetyped.com/lab/fir-touch-icon-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIR: Touching Features</title>
		<link>http://archetyped.com/lab/fir-touching-features/</link>
		<comments>http://archetyped.com/lab/fir-touching-features/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 03:59:37 +0000</pubDate>
		<dc:creator>Sol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Favicon Rotator]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://archetyped.com/auto-draft/</guid>
		<description><![CDATA[<p>I've been wanting to update Favicon Rotator to include support for setting touch icons for a little while now, so I set aside some time today to start working on it.</p><p>The post <a href="http://archetyped.com/lab/fir-touching-features/">FIR: Touching Features</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been wanting to update <a href="http://archetyped.com/?p=600" rel="inturl">Favicon Rotator</a> to include support for setting touch icons for a little while now, so I set aside some time today to start working on it.</p>
<h2>Touch Icons?</h2>
<p><em>Touch</em> icons are different than standard favicons in that they are specifically used for setting the icon when a site is bookmarked or added to the homescreen of a mobile device such as an iPhone, iPad, or Android phone/tablet.  Touch icons support a much higher resolution than standard favicons (up to 114 x 114 pixels), so simply using the favicon is not ideal.  This update will allow users to set the touch icon for their site independently of any favicons they have added.</p>
<h2>Progress</h2>
<p>I&#8217;ve made decent progress today, but have moved somewhat slower than expected because I&#8217;ve had to reacclimate myself to Favicon Rotator&#8217;s code.</p>
<p>As usual, I&#8217;m also reworking the code to be more flexible for future enhancements.  To be honest, I initially intended to just do a quick and dirty update to add support for touch icons and then clean it up later, but I just couldn&#8217;t bring myself to do it.  It may take a little bit longer, but at least it will be even easier to work with than it is today.</p>
<p>I hope to have a beta version ready to release by tomorrow.</p>
<p>Here&#8217;s a quick peek at the slightly updated UI</p>
<div id="attachment_822" class="wp-caption alignnone" style="width: 396px"><img class="size-full wp-image-822" title="Updated Favicon Rotator UI" src="http://archetyped.com/wp-content/uploads/fir_2011-06-21_updated_ui.png" alt="" width="386" height="314" /><p class="wp-caption-text">Updated UI</p></div>
<p>The post <a href="http://archetyped.com/lab/fir-touching-features/">FIR: Touching Features</a> appeared first on <a href="http://archetyped.com">Archetyped</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://archetyped.com/lab/fir-touching-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
