<?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>Thoughts on WordPress &#187; Development</title>
	<atom:link href="http://wp.michaelwalsh.org/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.michaelwalsh.org</link>
	<description>Stuff of interest to me for WordPress developers</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:13:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sandbox LEGO Theme beta</title>
		<link>http://wp.michaelwalsh.org/2009/10/22/sandbox-lego-theme-beta/</link>
		<comments>http://wp.michaelwalsh.org/2009/10/22/sandbox-lego-theme-beta/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 12:55:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[LEGO]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2009/10/22/sandbox-lego-theme-beta/</guid>
		<description><![CDATA[Off an on I have been working on a new Sandbox based LEGO theme for a while.&#160; I wanted something I could use for my own LEGO blog as well as the NCLUG and NCLTC sites and possibly the ILTCO site as well.&#160; I wanted to make it fairly easy to customize it by selecting [...]]]></description>
			<content:encoded><![CDATA[<p>Off an on I have been working on a new Sandbox based LEGO theme for a while.&#160; I wanted something I could use for my own LEGO blog as well as the <a href="http://www.nclug.us">NCLUG</a> and <a href="http://www.ncltc.us">NCLTC</a> sites and possibly the <a href="http://www.iltco.org">ILTCO</a> site as well.&#160; I wanted to make it fairly easy to customize it by selecting a color scheme and allowing custom header images.</p>
<p>Color schemes were pretty straight forward.&#160; I wanted to base them on the <a href="http://www.lugnet.com/fibblesnork/lego/backgrounds/">Fibblesnork Backgrounds</a> which I like a lot.&#160; The Fibblesnork backgrounds are very small images designed to tile across a web page.&#160; In my case, I wanted to use them to frame the content area.&#160; There are 18 different colors and two sizes for a total of 36 different background color choices.&#160; At some point I plan to support all 18 colors but initially I am only offering three:&#160; Red, Green, and Blue.&#160; Setting up a theme options page to select a color scheme was pretty straight forward, I had done that previously with my Soccer Theme.</p>
<p>WordPress has some built in functionality to do custom header images but it didn’t really do what I wanted.&#160; I wanted to allow a fair amount of control over the look and layout of the header.&#160; I decided to support three header images:&#160; Left, center, and right.&#160; I didn’t want to manage the header images so I decided to leverage the built in media management capability.</p>
<p>The theme options page will present any image that is in the media library as a potential header image.&#160; But how?&#160; I wanted to make it fairly simple to use.&#160; I decided to implement a drag and drop scheme based on the jQuery UI and discussed it in detail in a <a href="http://wp.michaelwalsh.org/2009/09/17/header-image-options-in-lego-theme/">prior post</a>.&#160; It took a little while to work it all out as I had done very little with jQuery previously.</p>
<p>The last thing I wanted to allow was the ability to tweak the header layout with CSS.&#160; For this I added what I referred to as “CSS Overrides” for the blog title, blog tagline, and the three header images.&#160; The combination of color schemes, custom header images, and CSS Overrides allows the Sandbox LEGO theme to take on a fairly distinct look.</p>
<p><a href="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image_thumb.png" width="478" height="484" /></a> </p>
<p><a href="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image_thumb1.png" width="478" height="484" /></a> </p>
<p><a href="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image_thumb2.png" width="478" height="484" /></a> </p>
<p><a href="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://wp.michaelwalsh.org/wp-content/uploads/2009/10/image_thumb3.png" width="478" height="484" /></a> </p>
<p>The theme is currently in use on three blogs, I expect to make it available for download in the next few days.&#160; There are a couple issues I know of that need some styling help and I want to get two more color schemes finished before I release it.&#160; Color schemes aren’t too bad – I just need to pick the proper values.&#160; I have a script that actually generates the CSS files.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.michaelwalsh.org/2009/10/22/sandbox-lego-theme-beta/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is Sandbox dead?</title>
		<link>http://wp.michaelwalsh.org/2009/08/27/is-sandbox-dead/</link>
		<comments>http://wp.michaelwalsh.org/2009/08/27/is-sandbox-dead/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:05:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[Soccer]]></category>

		<guid isPermaLink="false">http://wp.michaelwalsh.org/2009/08/27/is-sandbox-dead/</guid>
		<description><![CDATA[I had really hoped that Sandbox would see new life when ownership of the domain and it’s assets changed hands (see Scott Wallick’s post on offering plaintxt.org for sale).&#160; The link to the posting on plaintxt.org no longer exists, apparently the new owner deleted the original post.
There hadn’t been any posts on plaintxt.org or sndbx.org [...]]]></description>
			<content:encoded><![CDATA[<p>I had really hoped that Sandbox would see new life when ownership of the domain and it’s assets changed hands (<a href="http://scottwallick.com/blog/2009/01/on-selling-something-i-sort-of-own/">see Scott Wallick’s post on offering plaintxt.org for sale</a>).&#160; The link to the posting on plaintxt.org no longer exists, apparently the new owner deleted the original post.</p>
<p>There hadn’t been any posts on plaintxt.org or sndbx.org in a long time.&#160; There was a small amount of traffic in the Sandbox Forum but nothing substantial.&#160; I really like the simplicity of the Sandbox theme and gone ahead and used it on a couple projects even though it hadn’t been updated in a while.&#160; I figured with new ownership, it was bound to start again at some point.</p>
<p>Maybe I was wrong?&#160; I don’t know.&#160; I have been thinking of revisiting my Soccer theme since after using it for the <a href="http://www.caslambassadors.org">CASL Ambassadors</a> over the summer, I found a few minor issues with it.&#160; As I thought about updating it I kept thinking I should switch to a framework actively being worked (e.g. the <a href="http://carringtontheme.com/">Carrington</a> theme?).&#160; So I went back and took a look at the PlainTxt blog and what do you know?&#160; A post!&#160; <a href="http://www.plaintxt.org/2009/06/vulnerability-in-sandbox-fixed/">A minor security update was added to the Sandbox theme</a> back in July.&#160; Was development active again?&#160; Poking around it appears that no, not really.&#160; Scott Wallick had made the change not the new owner who ever that is.&#160; Other than a couple comments asking the same questions I was pondering (has development started again?)( there wasn’t anything else.&#160; Bummer.</p>
<p>Now what to do?&#160; Continue?&#160; Fork?&#160; Pack up and move on?&#160;&#160; Decisions, decisions …</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.michaelwalsh.org/2009/08/27/is-sandbox-dead/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

