<?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>The Daily Llama &#187; Theme</title>
	<atom:link href="http://llamaslayers.net/daily-llama/tag/theme/feed" rel="self" type="application/rss+xml" />
	<link>http://llamaslayers.net</link>
	<description>The ramblings on of a cat loving programmer</description>
	<lastBuildDate>Fri, 03 Sep 2010 23:04:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Daily Llama 3.0</title>
		<link>http://llamaslayers.net/daily-llama/717/daily-llama-3-point-0</link>
		<comments>http://llamaslayers.net/daily-llama/717/daily-llama-3-point-0#comments</comments>
		<pubDate>Sun, 09 Nov 2008 03:00:27 +0000</pubDate>
		<dc:creator>Ben L.</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog updates]]></category>
		<category><![CDATA[Daily llama]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://llamaslayers.net/daily-llama/?p=717</guid>
		<description><![CDATA[The all new Daily Llama &#8212; it&#8217;s more flashy, more semantic, and best of all, more purple! While I have nothing against my own creation, Modern-Blue just wasn&#8217;t my style.  I had been looking into themes that developers could use &#8230; <a href="http://llamaslayers.net/daily-llama/717/daily-llama-3-point-0">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The all new Daily Llama &#8212; it&#8217;s more flashy, more semantic, and best of all, more purple!</p>
<p>While I have nothing against my own creation, Modern-Blue just wasn&#8217;t my style.  I had been looking into themes that developers could use &#8212; so I wouldn&#8217;t need to start from scratch &#8212; and I settled upon <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>.  It has so many CSS classes built in that I hardly had to modify the template at all!  I changed the page.php and single.php templates to link to themselves, footer.php to show the page generation stats (for example, &#8220;<span id="server-stats">25 queries in 1.732 seconds&#8221;), and </span>the comments.php template to upgrade to threaded comments.<span id="more-717"></span></p>
<p>But enough with the technical gibberish.  Here are my favorite things about the new theme:</p>
<h1>It&#8217;s purple</h1>
<p>This goes without saying.  (My favorite color is purple)</p>
<h1>All headings are accessible</h1>
<p>With the new style, I can use any heading from 1 to 6  &#8212; yep, that&#8217;s all of them &#8212; in any post.  This means that I get an additional two headings from the top that used to be too big, plus the two from the bottom that used to be smaller than the main text of the post.</p>
<h1>The big flashy logo</h1>
<p>I always liked big flashy logos. <img src='http://llamaslayers.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   This one isn&#8217;t even made in flash!</p>
<h1>I can make nested pages to infinity and beyond</h1>
<p>Just when you thought this blog couldn&#8217;t get any more <span style="text-decoration: line-through;">annoying</span> awesome, <a href="http://llamaslayers.net/daily-llama/wp-content/uploads/2008/11/again.png">this</a> happens.</p>
<h1>The template is somebody else&#8217;s</h1>
<p>Although that may seem like a bad thing, it&#8217;s actually very good.  It means that I don&#8217;t have to worry about figuring out the code if a new version of WordPress breaks the theme.  All I have to do is download a patched version of Sandbox, and I&#8217;m ready to roll.</p>
<h1>What do you like about it?</h1>
<p>I&#8217;ve listed my favorite things about Daily Llama 3.0, what are yours?</p>
]]></content:encoded>
			<wfw:commentRss>http://llamaslayers.net/daily-llama/717/daily-llama-3-point-0/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A cool templating idea</title>
		<link>http://llamaslayers.net/daily-llama/433/a-cool-templating-idea</link>
		<comments>http://llamaslayers.net/daily-llama/433/a-cool-templating-idea#comments</comments>
		<pubDate>Sun, 13 Apr 2008 00:29:14 +0000</pubDate>
		<dc:creator>Ben L.</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://llamaslayers.net/daily-llama/?p=433</guid>
		<description><![CDATA[A very popular theme on WordPress.com is Sandbox.  Why?  Because (for security reasons), WordPress μ does not allow template editing, to prevent all types of malicious scripting.  However, with the release of WordPress 2.5 and the shortcode system, I've been thinking that someone should make a templating system that could be used on MU without a risk of cross site scripting.

Instead of being a plugin, it would probably need to be a theme to prevent the "WTF" response when either your custom template is destroyed when you change a theme, or when you change a theme and your old custom one shows up.

I think I might be able to attempt creating this system, however I won't need to if someone has already released something similar&#8230;  <a href="http://llamaslayers.net/daily-llama/433/a-cool-templating-idea">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A very popular theme on WordPress.com is Sandbox.  Why?  Because (for security reasons), WordPress μ does not allow template editing, to prevent all types of malicious scripting.  However, with the release of WordPress 2.5 and the shortcode system, I&#8217;ve been thinking that someone should make a templating system that could be used on MU without a risk of cross site scripting.</p>
<p>Instead of being a plugin, it would probably need to be a theme to prevent the &#8220;WTF&#8221; response when either your custom template is destroyed when you change a theme, or when you change a theme and your old custom one shows up.</p>
<p>I think I might be able to attempt creating this system, however I won&#8217;t need to if someone has already released something similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://llamaslayers.net/daily-llama/433/a-cool-templating-idea/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve moved!</title>
		<link>http://llamaslayers.net/daily-llama/237/weve-moved</link>
		<comments>http://llamaslayers.net/daily-llama/237/weve-moved#comments</comments>
		<pubDate>Sat, 17 Nov 2007 15:37:24 +0000</pubDate>
		<dc:creator>Ben L.</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog updates]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[FreeHostia]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://llamaslayers.net/daily-llama/2007/11/17/weve-moved/</guid>
		<description><![CDATA[Since this blog is in a new place, the theme that I had does not work here as well as I would like it to.  Even though I am using a slightly different theme, I'm not liking this one particularly either.  I'll just need to see what I need to do.

P.S.  Does anyone know the php code to make one of these?

<img src="http://mq.rsbandb.com/mqsig/sig.png" alt="mq's sig" height="100" width="450" />

P.P.S. Does anyone actually read this blog?  If you do, make a comment on this post, please <a href="http://llamaslayers.net/daily-llama/237/weve-moved">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since this blog is in a new place, the theme that I had does not work here as well as I would like it to.  Even though I am using a slightly different theme, I&#8217;m not liking this one particularly either.  I&#8217;ll just need to see what I need to do.</p>
<p>P.S.  Does anyone know the php code to make one of these?</p>
<p><img src="http://mq.rsbandb.com/mqsig/sig.png" alt="mq's sig" height="100" width="450" /></p>
<p>P.P.S. Does anyone actually read this blog?  If you do, make a comment on this post, <span style="font-style: italic">please</span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://llamaslayers.net/daily-llama/237/weve-moved/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some big changes around here.</title>
		<link>http://llamaslayers.net/daily-llama/235/some-big-changes-around-here</link>
		<comments>http://llamaslayers.net/daily-llama/235/some-big-changes-around-here#comments</comments>
		<pubDate>Mon, 12 Nov 2007 23:10:11 +0000</pubDate>
		<dc:creator>Ben L.</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[In-Depth]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blog updates]]></category>
		<category><![CDATA[FreeHostia]]></category>
		<category><![CDATA[Stupidity]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://llamaslayers.net/daily-llama/2007/11/12/some-big-changes-around-here/</guid>
		<description><![CDATA[<img src="http://i155.photobucket.com/albums/s300/btbbbjl/Opticalillusionimpossiblebox.jpg" alt="[Image]" style="float: left; margin-right: 10px" align="left" height="207" width="200" />
First of all, I would like to say that <a href="http://freehostia.com" target="_blank">FreeHostia</a> is dumb.  But what do you expect from a free web host?  If you try out <a href="http://freewebs.com" target="_blank">Freewebs</a>, you'll see that things can be worse.

All webhost stupidity claims aside, I'm going to make as many changes for the better as I can just on this blog.

First of all, I'm going to make the new theme that I was planning on making.  Also, I'll need to see where I can host this blog elsewhere that might be a better host.  Okay, I see that I'm drifting back into I-hate-this-webhost land, so I'll try to pull myself out of it.

The new template will be purple <a href="http://llamaslayers.net/daily-llama/235/some-big-changes-around-here">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i155.photobucket.com/albums/s300/btbbbjl/Opticalillusionimpossiblebox.jpg" alt="[Image]" style="float: left; margin-right: 10px" align="left" height="207" width="200" /><br />
First of all, I would like to say that <a href="http://freehostia.com" target="_blank">FreeHostia</a> is dumb.  But what do you expect from a free web host?  If you try out <a href="http://freewebs.com" target="_blank">Freewebs</a>, you&#8217;ll see that things can be worse.</p>
<p>All webhost stupidity claims aside, I&#8217;m going to make as many changes for the better as I can just on this blog.</p>
<p>First of all, I&#8217;m going to make the new theme that I was planning on making.  Also, I&#8217;ll need to see where I can host this blog elsewhere that might be a better host.  Okay, I see that I&#8217;m drifting back into I-hate-this-webhost land, so I&#8217;ll try to pull myself out of it.</p>
<p>The new template will be purple, and it will have rounded corners, but the most important part of it will be that I&#8217;m going to publish it under the gpl license.  (This means you can tear it apart and I won&#8217;t care.)</p>
<p>I know it&#8217;s going to be hard to re-program my whole blog, but I&#8217;m up for it.</p>
<p>Over and out.</p>
]]></content:encoded>
			<wfw:commentRss>http://llamaslayers.net/daily-llama/235/some-big-changes-around-here/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ok, maybe not an ENTIRE new theme&#8230;</title>
		<link>http://llamaslayers.net/daily-llama/224/ok-maybe-not-an-entire-new-theme</link>
		<comments>http://llamaslayers.net/daily-llama/224/ok-maybe-not-an-entire-new-theme#comments</comments>
		<pubDate>Sun, 28 Oct 2007 17:41:06 +0000</pubDate>
		<dc:creator>Ben L.</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blog updates]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://llamaslayers.net/daily-llama/2007/10/28/ok-maybe-not-an-entire-new-theme/</guid>
		<description><![CDATA[So I'm not going to make an entire new theme for my blog...  I'll just make a few tweaks to make the theme I have the best it can be without losing the theme's feel.  One of the first updates I'm doing is banning a certain user agent from my blog because I think they're trying to DDoS me...  I've had about 20 404 errors in my 404 log in a row yesterday from the same user agent.

But for now, let's just hope that I've fixed the problem.  One of the other things I am going to do to my theme is implement more colors into my comments css.

<img src="http://i155.photobucket.com/albums/s300/btbbbjl/oldcomments.png" alt="Old comments looked like this." title="Old comments looked like this." align="right" height="102" width="225" />

The old comments <a href="http://llamaslayers.net/daily-llama/224/ok-maybe-not-an-entire-new-theme">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m not going to make an entire new theme for my blog&#8230;  I&#8217;ll just make a few tweaks to make the theme I have the best it can be without losing the theme&#8217;s feel.  One of the first updates I&#8217;m doing is banning a certain user agent from my blog because I think they&#8217;re trying to DDoS me&#8230;  I&#8217;ve had about 20 404 errors in my 404 log in a row yesterday from the same user agent.</p>
<p>But for now, let&#8217;s just hope that I&#8217;ve fixed the problem.  One of the other things I am going to do to my theme is implement more colors into my comments css.</p>
<p><img src="http://i155.photobucket.com/albums/s300/btbbbjl/oldcomments.png" alt="Old comments looked like this." title="Old comments looked like this." align="right" height="102" width="225" /></p>
<p>The old comments (current comments at the time that I&#8217;m writing this) looked like one of the three boxes shown to the right.  I&#8217;m going to make them so they can be any color of the rainbow, going from pale red to pale orange to pale yellow to pale green to pale blue to pale purple, or if the person who made the comment was a Daily Llama official, it would be a more prominent version of the color.  Of course, nobody can use the name of a Daily Llama official unless they are logged in as that user or have access to my database.  <img src='http://llamaslayers.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>If it&#8217;s really going well, I&#8217;ll even try to make the corners rounded!  Do you have any ideas about the theme that I should implement?  What css colors should I use for the comment backgrounds?</p>
<p>[poll=13]</p>
<p>Changelog:</p>
<ol>
<li>Made the gradient on the comment boxes stand out more</li>
<li>Made the new colors</li>
<li>Gave up on rounded corners</li>
<li>Random first color</li>
</ol>
<p>I think I&#8217;m done for now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://llamaslayers.net/daily-llama/224/ok-maybe-not-an-entire-new-theme/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
