<?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>Illumifi Interactive &#187; codex</title>
	<atom:link href="http://www.illumifi.net/category/codex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.illumifi.net</link>
	<description>interactive</description>
	<lastBuildDate>Sun, 19 Jun 2011 07:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Air for Android CS5 Extension</title>
		<link>http://www.illumifi.net/codex/air-for-android-cs5-extension/</link>
		<comments>http://www.illumifi.net/codex/air-for-android-cs5-extension/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 01:45:58 +0000</pubDate>
		<dc:creator>Cam Tullos</dc:creator>
				<category><![CDATA[codex]]></category>

		<guid isPermaLink="false">http://www.illumifi.net/?p=1211</guid>
		<description><![CDATA[If you haven&#8217;t heard yet, there&#8217;s an update out for the Adobe Air for Android pre-release. What? Adobe® AIR® will let you publish ActionScript 3 projects to run as native applications (.apk) for the Android OS. These AIR applications can be delivered to Android devices through Android application stores such as the Android Market. Developers [...]]]></description>
		<wfw:commentRss>http://www.illumifi.net/codex/air-for-android-cs5-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing SWFObject Border around Flash&#174;</title>
		<link>http://www.illumifi.net/codex/removing-swfobject-border/</link>
		<comments>http://www.illumifi.net/codex/removing-swfobject-border/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:42:34 +0000</pubDate>
		<dc:creator>Cam Tullos</dc:creator>
				<category><![CDATA[codex]]></category>

		<guid isPermaLink="false">http://www.illumifi.net/?p=607</guid>
		<description><![CDATA[If you&#8217;re like me and use SWFObject to embed flash into your web pages, then you&#8217;ve noticed the thin border around the swf when it has focus. Well that can easily be removed by using a little CSS. object &#123; outline:none; &#125; That&#8217;s it! Hope it helps.]]></description>
		<wfw:commentRss>http://www.illumifi.net/codex/removing-swfobject-border/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the WordPress Admin Logo</title>
		<link>http://www.illumifi.net/codex/admin-logo/</link>
		<comments>http://www.illumifi.net/codex/admin-logo/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:06:34 +0000</pubDate>
		<dc:creator>Cam Tullos</dc:creator>
				<category><![CDATA[codex]]></category>

		<guid isPermaLink="false">http://www.illumifi.net/?p=547</guid>
		<description><![CDATA[One of the most useful snippets I&#8217;ve found gives you the ability to change the WordPress admin logo. /** * Custom admin logo &#38; remove thank you footer */ add_action&#40;'admin_head', 'adminLogo'&#41;; function adminLogo&#40;&#41; &#123; echo '&#60;style type=&#34;text/css&#34;&#62; #header-logo { background-image: url('.get_bloginfo&#40;'url'&#41;.'/LOGOIMAGE.png) !important; } #footer-left { display: none; } &#60;/style&#62;'; &#125; *Note: The logo image should [...]]]></description>
		<wfw:commentRss>http://www.illumifi.net/codex/admin-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing WordPress Databases</title>
		<link>http://www.illumifi.net/codex/access-wordpress-db/</link>
		<comments>http://www.illumifi.net/codex/access-wordpress-db/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 01:33:00 +0000</pubDate>
		<dc:creator>Cam Tullos</dc:creator>
				<category><![CDATA[codex]]></category>

		<guid isPermaLink="false">http://www.illumifi.net/?p=464</guid>
		<description><![CDATA[One of the more useful things I&#8217;ve learned while developing with WordPress is the use of the $wpdb class which allows you to use the WordPress database functions in your plugin without including the header and footer. This is useful when you&#8217;re using a bit of jQuery or AJAX to submit a form and get [...]]]></description>
		<wfw:commentRss>http://www.illumifi.net/codex/access-wordpress-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE in WordPress Plugin</title>
		<link>http://www.illumifi.net/codex/tinymce-wordpress/</link>
		<comments>http://www.illumifi.net/codex/tinymce-wordpress/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 03:13:08 +0000</pubDate>
		<dc:creator>Cam Tullos</dc:creator>
				<category><![CDATA[codex]]></category>

		<guid isPermaLink="false">http://www.illumifi.net/uncategorized/tinymce-in-wordpress-plugin/</guid>
		<description><![CDATA[I&#8217;ve been to the edge of the internet and back, before I found this tidbit of code that will allow you to use TinyMCE in your WordPress plugins! 1. Add the following code to your plugin add_filter&#40;'admin_head','myplugin_tinymce'&#41;; &#160; function myplugin_tinymce&#40;&#41; &#123; wp_admin_css&#40;'thickbox'&#41;; wp_print_scripts&#40;'jquery-ui-core'&#41;; wp_print_scripts&#40;'jquery-ui-tabs'&#41;; wp_print_scripts&#40;'post'&#41;; wp_print_scripts&#40;'editor'&#41;; add_thickbox&#40;&#41;; wp_print_scripts&#40;'media-upload'&#41;; if &#40;function_exists&#40;'wp_tiny_mce'&#41;&#41; &#123; wp_tiny_mce&#40;&#41;; &#125; &#125; 2. [...]]]></description>
		<wfw:commentRss>http://www.illumifi.net/codex/tinymce-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

