<?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>TK Studios &#187; layout</title>
	<atom:link href="http://www.tkstudios.com/tag/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tkstudios.com</link>
	<description>Web Application Design &#38; Development</description>
	<lastBuildDate>Mon, 20 Jun 2011 16:07:28 +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>New Theme and a Project Name</title>
		<link>http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/</link>
		<comments>http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:44:08 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Listy]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[TK Studios]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code samples]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[listy.us]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.tkstudios.com/?p=60</guid>
		<description><![CDATA[The new blog theme has been live for a couple days now. It still has a few tweaks to be done (single post page lacks styles for the next/previous links, for example), possibly some component rearranging, but it&#8217;s okay for now. The look and feel now matches the background on my twitter page, or you [...]]]></description>
			<content:encoded><![CDATA[<p>The new blog theme has been live for a couple days now. It still has a few tweaks to be done (single post page lacks styles for the next/previous links, for example), possibly some component rearranging, but it&#8217;s okay for now. The look and feel now matches the background on <a href="http://www.twitter.com/tkstudios">my twitter page</a>, or you could say the background on the twitter page now matches the blog, as it was the blog that was designed first.</p>
<p>This is probably my first real attempt at a grid-based layout. Vertically it falls short of perfect baseline alignment, simply because I didn&#8217;t feel it was worth the effort to get it perfect. This is a blog. If it were a corporate product page, then yes, it would be worth the trouble to get everything in a perfect rhythm, but it&#8217;s not.</p>
<p>Also, I have not tested this in IE 6 or 7. Out of curiosity, I tested it in 8 a few seconds ago and it looks fine. Obviously, ignoring IE isn&#8217;t a luxury I can afford in the future, but in the current &#8220;<em>I </em><em>just want to get this WP theme done so I&#8217;m using something more appropriate than a public theme</em>&#8221; context, it works.</p>
<p><span id="more-60"></span></p>
<p>I&#8217;ve also added a link to Listy.us, my primary project. There&#8217;s nothing there yet, so don&#8217;t bother clicking the link. The logo is a result of a number of failed attempts and a number of discussions with my girlfriend. The logo&#8217;s meant to be warm, playful, and casual. Most importantly casual. Other list services out there—my would-be competition, at any rate—are too impersonal, too boring. I want Listy.us to be fun. That&#8217;s my goal. If I can make some money along the way, peachy.</p>
<p>Somewhat related, here&#8217;s the Zend_Db Table cheatsheet I promised in Twitter:</p>
<pre>public Thingies extends Zend_Db_Table_Abstract {

	protected $_name	= 'thingies'; // actual table name

	// for a standard primary key:
	protected $_primary	= 'id';	// our primary key

	// OR, for multiple keys, omit above and use:
	protected $_primary	= array('widget_id','thingy_id');
	protected $_sequence	= false;

	// for tables referencing this one:
	protected $_dependantTables = array('Widgets','Thingies');
	// note use of class names instead of table names

	// for tables this references:
	protected $_referenceMap = array(
		'Doodad'	=&gt; array(
			'columns' =&gt; 'doodad_id',  // column name that references doodads table
			'refTableClass' =&gt; 'Doodads',  // class that encapsulates doodads table
			'refColumns' =&gt; 'id'  // column in doodads table that doodad_id references
		)
	);

	// all your CRUD goes here

}</pre>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=New+Theme+and+a+Project+Name+http%3A%2F%2Fis.gd%2FbPwAa9+%28%40tkstudios%29" title="Post to Twitter"><img class="nothumb" src="http://www.tkstudios.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=New+Theme+and+a+Project+Name+http%3A%2F%2Fis.gd%2FbPwAa9+%28%40tkstudios%29" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/&amp;title=New+Theme+and+a+Project+Name" title="Post to Digg"><img class="nothumb" src="http://www.tkstudios.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/&amp;title=New+Theme+and+a+Project+Name" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/&amp;title=New+Theme+and+a+Project+Name" title="Post to Reddit"><img class="nothumb" src="http://www.tkstudios.com/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/&amp;title=New+Theme+and+a+Project+Name" title="Post to Reddit">Post to Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/&amp;title=New+Theme+and+a+Project+Name" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tkstudios.com/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/&amp;title=New+Theme+and+a+Project+Name" title="Post to StumbleUpon">Stumble This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.tkstudios.com/2009/04/07/new-theme-and-a-project-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

