<?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>Erik's Lab &#187; Web-Development</title>
	<atom:link href="http://erikslab.com/category/development/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://erikslab.com</link>
	<description>Things I'm working on, not necessarily functioning yet.</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:20:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Joost&#8217;s WordPress-Bundle for TextMate gets the fun back into theme-hacking</title>
		<link>http://erikslab.com/2008/07/16/joosts-wordpress-bundle-for-textmate-gets-the-fun-back-into-theme-hacking/</link>
		<comments>http://erikslab.com/2008/07/16/joosts-wordpress-bundle-for-textmate-gets-the-fun-back-into-theme-hacking/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 12:36:11 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Web-Development]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/07/16/joosts-wordpress-bundle-for-textmate-gets-the-fun-back-into-theme-hacking/</guid>
		<description><![CDATA[I told you about Joost&#8217;s great WordPress-Bundle for TextMate in the post A WordPress-Bundle for TextMate and I stand by the title of this post. It really brings back the fun in hacking WordPress-themes. I found one deprecated call (in two incarnations): listcats expands to list_cats, but the beauty in using the Bundle is, I [...]]]></description>
			<content:encoded><![CDATA[<p>I told you about <a href="http://yoast.com">Joost&#8217;s</a> great <a href="http://yoast.com/articles/wordpress-textmate-bundle/">WordPress-Bundle for TextMate</a> in the post <a href="http://erikslab.com/2008/06/17/a-wordpress-bundle-for-textmate/">A WordPress-Bundle for TextMate</a> and I stand by the title of this post. It really brings back the fun in hacking <a href="http://wordpress.org">WordPress</a>-themes.</p>
<p>I found one deprecated call (in two incarnations): <code>listcats</code> expands to <code>list_cats</code>, but the beauty in using the Bundle is, I just exchanged it to expand to <code>wp_list_categories</code> and I was done. I don&#8217;t have to remember which calls are deprecated, I&#8217;ll just have to make sure to check the Bundle as soon as new lists with deprecated calls show up and exchange them. The only &#8220;clear and present danger&#8221; I see in this approach is: <i>What do i do, while not using TextMate?</i> But that holds true for almost anything handled by a Bundle in <em>TextMate</em>. (I just found out, that the editor in WordPress <i>does not close HTML-Tags</i> when <kbd>&#x2318;</kbd> – <kbd>&#x2325;</kbd> – <kbd>.</kbd> is pressed. <img src='http://erikslab.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  )</p>
<p>Kudos to Joost for picking up the task. Thanks, really.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/07/16/joosts-wordpress-bundle-for-textmate-gets-the-fun-back-into-theme-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A WordPress-Bundle for TextMate</title>
		<link>http://erikslab.com/2008/06/17/a-wordpress-bundle-for-textmate/</link>
		<comments>http://erikslab.com/2008/06/17/a-wordpress-bundle-for-textmate/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 10:40:38 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Web-Development]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/06/17/a-wordpress-bundle-for-textmate/</guid>
		<description><![CDATA[I just found a WordPress-Bundle for my favorite editor, TextMate. Download it from the Website of SEO-/Wordpress-wizzard extraordinaire Joost de Valk. I&#8217;m going to test it later today.]]></description>
			<content:encoded><![CDATA[<p>I just found a <em>WordPress-Bundle</em> for my favorite editor, <a href="http://macromates.com/">TextMate</a>. <a href="http://yoast.com/articles/wordpress-textmate-bundle/">Download it</a> from the Website of SEO-/Wordpress-wizzard extraordinaire <a href="http://yoast.com/">Joost de Valk</a>.</p>
<p>I&#8217;m going to test it later today.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/06/17/a-wordpress-bundle-for-textmate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finding Redundant CSS-Code</title>
		<link>http://erikslab.com/2007/07/09/finding-redundant-css-code/</link>
		<comments>http://erikslab.com/2007/07/09/finding-redundant-css-code/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 08:31:05 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Web-Development]]></category>

		<guid isPermaLink="false">http://erikslab.com/2007/07/09/finding-redundant-css-code/</guid>
		<description><![CDATA[So you are one hundred percent sure, that you are using all the CSS-classes you defined in your stylesheet(s)? Great. Move on. Nothing to see here. Or did the question made you uneasy? If you could scrape some definitions from your stylesheet, then—depending on the traffic on your website—getting rid of some stuff might mean [...]]]></description>
			<content:encoded><![CDATA[<p>So you are one hundred percent sure, that you are using all the CSS-classes you defined in your stylesheet(s)? Great. Move on. Nothing to see here. Or did the question made you uneasy?</p>
<p>If you could scrape some definitions from your stylesheet, then—depending on the traffic on your website—getting rid of some stuff might mean less traffic. Besides, knowing your code is clean makes you feel better, believe me. The idea is so obvious, I wonder why nobody came up with something like <a href="http://infovore.org/archives/2007/07/06/the-css-redundancy-checker/">The CSS Redundancy Checker</a> a long time ago. IMHO, the work of a genius.</p>
<p>The author hints, that the functionality might come as a TextMate-Plugin in the future, BTW.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1214196350274987";
//lab content small
google_ad_slot = "3229647765";
google_ad_width = 234;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2007/07/09/finding-redundant-css-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

