<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Studio Sedition: Designing with Code</title>
	
	<link>http://blog.studiosedition.com</link>
	<description>Studio Sedition Blog</description>
	<lastBuildDate>Fri, 06 Nov 2009 19:24:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/krishadlocksblog" type="application/rss+xml" /><feedburner:emailServiceId>krishadlocksblog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>The imagetoolbar meta tag</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/9ckKDQqSuZY/</link>
		<comments>http://blog.studiosedition.com/2009/11/imagetoolbar-meta-tag/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 19:24:04 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=46</guid>
		<description>Here&amp;#8217;s an oldie, but a goodie. Remove the pop-up that appears over images in Internet Explorer 6:
&amp;#60;meta http-equiv="imagetoolbar" content="no" /&amp;#62;</description>
			<content:encoded><![CDATA[<p>Here&#8217;s an oldie, but a goodie. Remove the pop-up that appears over images in Internet Explorer 6:</p>
<pre>&lt;meta http-equiv="imagetoolbar" content="no" /&gt;</pre>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/9ckKDQqSuZY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/11/imagetoolbar-meta-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/11/imagetoolbar-meta-tag/</feedburner:origLink></item>
		<item>
		<title>Twitter’s API whitelist</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/2BkmCz1sLl4/</link>
		<comments>http://blog.studiosedition.com/2009/11/twitters-api-whitelist/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:27:56 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[BlogToTweet]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=37</guid>
		<description>One of our product&amp;#8217;s BlogToTweet.com has been approved for the Twitter API whitelist, meaning any rate limits no longer apply to authenticated requests made through BlogToTweet.
This was never an issue, but our user base is quickly growing, so we were proactive in achieving whitelist status to prevent any problems from creeping up for our users.
If [...]</description>
			<content:encoded><![CDATA[<p>One of our product&#8217;s <a href="http://www.BlogToTweet.com">BlogToTweet.com</a> has been approved for the Twitter API whitelist, meaning any rate limits no longer apply to authenticated requests made through BlogToTweet.</p>
<p>This was never an issue, but our user base is quickly growing, so we were proactive in achieving whitelist status to prevent any problems from creeping up for our users.</p>
<p>If you use the Twitter API and are wondering how to get approved for the Twitter API whitelist, visit <a href="http://twitter.com/help/request_whitelisting">http://twitter.com/help/request_whitelisting</a></p>
<p>To learn more about BlogToTweet you can visit our product page at <a href="http://www.studiosedition.com/product/BlogToTweet">http://www.studiosedition.com/product/BlogToTweet</a></p>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/2BkmCz1sLl4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/11/twitters-api-whitelist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/11/twitters-api-whitelist/</feedburner:origLink></item>
		<item>
		<title>decompress gz with php</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/xFLcYPz_PZs/</link>
		<comments>http://blog.studiosedition.com/2009/11/decompress-gz-php/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:14:51 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[gunzip]]></category>
		<category><![CDATA[gzip]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=30</guid>
		<description>I had a lot of trouble getting zlib to work today with PHP on our Media Temple DV server, but after a lot of testing discovered an easy solution to decompressing/unzipping .gz files.
exec("gunzip Filename.gz", $results);
Once decompressed I can read the file contents using fopen, file_get_contents, etc.
More information on the gzip commands can be found at [...]</description>
			<content:encoded><![CDATA[<p>I had a lot of trouble getting zlib to work today with PHP on our Media Temple DV server, but after a lot of testing discovered an easy solution to decompressing/unzipping .gz files.</p>
<pre>exec("gunzip Filename.gz", $results);</pre>
<p>Once decompressed I can read the file contents using fopen, file_get_contents, etc.</p>
<p>More information on the gzip commands can be found at <a href="http://en.wikipedia.org/wiki/Gzip">http://en.wikipedia.org/wiki/Gzip</a></p>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/xFLcYPz_PZs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/11/decompress-gz-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/11/decompress-gz-php/</feedburner:origLink></item>
		<item>
		<title>Remove empty array values in PHP</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/2XIVI5F1R2s/</link>
		<comments>http://blog.studiosedition.com/2009/11/empty-php-array-values/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:51:09 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=24</guid>
		<description>Here&amp;#8217;s a super easy way to remove empty values from an array in PHP:
$a = array_diff($a, array(""));
In a recent project we were reading in a text file and creating an array based on each new line, so we used the same method to remove any new lines that were empty.
$a = array_diff($a, array("\n"));</description>
			<content:encoded><![CDATA[<p>Here&#8217;s a super easy way to remove empty values from an array in PHP:</p>
<pre>$a = array_diff($a, array(""));</pre>
<p>In a recent project we were reading in a text file and creating an array based on each new line, so we used the same method to remove any new lines that were empty.</p>
<pre>$a = array_diff($a, array("\n"));</pre>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/2XIVI5F1R2s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/11/empty-php-array-values/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/11/empty-php-array-values/</feedburner:origLink></item>
		<item>
		<title>Custom CSS Signatures</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/eM4FFDXbM_4/</link>
		<comments>http://blog.studiosedition.com/2009/11/css-signatures/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 21:52:33 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=22</guid>
		<description>I feel that any form of branding is important, especially when it comes to sending emails. Think about it, how many emails do you send a day? This post has been around for a while, but I often refer to it when designing a new email signature and thought it was worth sharing: http://allforces.com/2006/04/14/css-signatures/ It&amp;#8217;s so [...]</description>
			<content:encoded><![CDATA[<p>I feel that any form of branding is important, especially when it comes to sending emails. Think about it, how many emails do you send a day? This post has been around for a while, but I often refer to it when designing a new email signature and thought it was worth sharing: <a href="http://allforces.com/2006/04/14/css-signatures/">http://allforces.com/2006/04/14/css-signatures/</a> It&#8217;s so easy to follow if you use Apple Mail.</p>
<p>Here&#8217;s the new one I&#8217;m using based on this article: <a href="http://www.studiosedition.com/branding/email-signature.html">http://www.studiosedition.com/branding/email-signature.html</a></p>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/eM4FFDXbM_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/11/css-signatures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/11/css-signatures/</feedburner:origLink></item>
		<item>
		<title>WordPress RSS feeds</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/WD2MGvGBFYo/</link>
		<comments>http://blog.studiosedition.com/2009/10/wordpress-rss-feeds/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 22:56:42 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=15</guid>
		<description>There are numerous built-in RSS feeds available through WordPress that can be added to your theme for visitors to subscribe to, all of which can be found here:  http://codex.wordpress.org/WordPress_Feeds
To get your feed to display as a subscription option in modern browsers, one of the following lines of code can be added to the head [...]</description>
			<content:encoded><![CDATA[<p>There are numerous built-in RSS feeds available through WordPress that can be added to your theme for visitors to subscribe to, all of which can be found here: <a href="http://codex.wordpress.org/WordPress_Feeds"> http://codex.wordpress.org/WordPress_Feeds</a></p>
<p>To get your feed to display as a subscription option in modern browsers, one of the following lines of code can be added to the head of your current theme, or you can add all of the lines of code to provide multiple subscription options.</p>
<p><strong>RSS 0.92 feed</strong></p>
<p>&lt;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;Subscribe to &lt;?php bloginfo(&#8217;name&#8217;); ?&gt;&#8221; href=&#8221;&lt;?php bloginfo(&#8217;rss_url&#8217;); ?&gt;&#8221; /&gt;</p>
<p><strong>RSS 2.0 feed</strong></p>
<p>&lt;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;Subscribe to &lt;?php bloginfo(&#8217;name&#8217;); ?&gt;&#8221; href=&#8221;&lt;?php bloginfo(&#8217;rss2_url&#8217;); ?&gt;&#8221; /&gt;</p>
<p><strong>Atom feed</strong></p>
<p>&lt;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;Subscribe to &lt;?php bloginfo(&#8217;name&#8217;); ?&gt;&#8221; href=&#8221;&lt;?php bloginfo(&#8217;atom_url&#8217;); ?&gt;&#8221; /&gt;</p>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/WD2MGvGBFYo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/10/wordpress-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/10/wordpress-rss-feeds/</feedburner:origLink></item>
		<item>
		<title>MDM Zinc v2.5 Intrinsic Classes</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/A1oali33prk/</link>
		<comments>http://blog.studiosedition.com/2009/10/mdm-zinc-intrinsic-classes/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:42:49 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[MDM Zinc]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=9</guid>
		<description>I always misplace the URL to the Intrinsic classes for MDM Zinc, which are required by Flash when publishing AS2 classes that use the MDM library. So, I&amp;#8217;m posting them here for myself and any
http://www.multidmedia.com/support/exchange/?action=detail&amp;#038;id=116</description>
			<content:encoded><![CDATA[<p>I always misplace the URL to the Intrinsic classes for MDM Zinc, which are required by Flash when publishing AS2 classes that use the MDM library. So, I&#8217;m posting them here for myself and any</p>
<p><a href="http://www.multidmedia.com/support/exchange/?action=detail&#038;id=116">http://www.multidmedia.com/support/exchange/?action=detail&#038;id=116</a></p>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/A1oali33prk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/10/mdm-zinc-intrinsic-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/10/mdm-zinc-intrinsic-classes/</feedburner:origLink></item>
		<item>
		<title>My first WordPress blog</title>
		<link>http://feedproxy.google.com/~r/krishadlocksblog/~3/nJHhfb6FL5c/</link>
		<comments>http://blog.studiosedition.com/2009/10/my-first-wordpress-blog/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:28:25 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=3</guid>
		<description>Believe it or not, this is my first WordPress blog, I&amp;#8217;ve created themes and plugins, but never used it myself. I&amp;#8217;ll post my findings along with my usual code and design examples.</description>
			<content:encoded><![CDATA[<p>Believe it or not, this is my first WordPress blog, I&#8217;ve created themes and plugins, but never used it myself. I&#8217;ll post my findings along with my usual code and design examples.</p>
<img src="http://feeds.feedburner.com/~r/krishadlocksblog/~4/nJHhfb6FL5c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/10/my-first-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiosedition.com/2009/10/my-first-wordpress-blog/</feedburner:origLink></item>
	</channel>
</rss>
