<?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 Visual Work of Kathryn Thomas</title>
	<atom:link href="http://kathrynthomas.org/feed" rel="self" type="application/rss+xml" />
	<link>http://kathrynthomas.org</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 03:51:10 +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>Actively present in the moment</title>
		<link>http://kathrynthomas.org/archives/42906</link>
		<comments>http://kathrynthomas.org/archives/42906#comments</comments>
		<pubDate>Sat, 19 May 2012 03:49:20 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=42906</guid>
		<description><![CDATA[Like most days, walking home I was nearly ran over by a pedestrian too busy talking on his phone to notice his near collision with me. Afterward, two more people in similar fashion did the same, only much &#8230;]]></description>
			<content:encoded><![CDATA[<p>Like most days, walking home I was nearly ran over by a pedestrian too busy talking on his phone to notice his near collision with me. Afterward, two more people in similar fashion did the same, only much less pronounced. My walk home was approximately twenty minutes, and the sidewalks were not particularly crowded.</p>
<p>If I could ask the world a single thing, I would be ask others to <strong>be present</strong>.</p>
<p>I often find this a sometimes insurmountable feat in my own life. <em>At work</em>, I am too busy trying to get through the never-ending firestorms of &#8220;must be done&#8221; to be present in the lives of my colleagues and friends. <em>At home</em>, I am too busy trying to do a number of things that I feel need to be done or playing with the mass amounts of technology I surround myself with, rather than spending quality time just being with the people around me.</p>
<p>Do you ever feel the same?</p>
<p>As a side note, <a href="http://instagr.am/p/Kl5RRWl09m/">I do sometimes make strides</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/42906/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing the WP Post Admin</title>
		<link>http://kathrynthomas.org/archives/42830</link>
		<comments>http://kathrynthomas.org/archives/42830#comments</comments>
		<pubDate>Mon, 02 Apr 2012 03:55:53 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=42830</guid>
		<description><![CDATA[I&#8217;m working on a WordPress template for a collaborative project, needing to make the CMS experience as fool proof as possible. Two current goals and the solutions I found and detailed below. The fruits of my labors&#8230; enjoy. &#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a WordPress template for a collaborative project, needing to make the CMS experience as fool proof as possible. Two current goals and the solutions I found and detailed below. The fruits of my labors&#8230; enjoy.</p>
<h3>Disable the Visual Editor</h3>
<p>Add the following line of code to the &#8220;functions.php&#8221; file in your theme:</p>
<pre>add_filter ( 'user_can_richedit' , create_function ( '$a' , 'return false;' ) , 50 );</pre>
<h3>Disable Quicktags and Media Button</h3>
<p>The Quicktags (b, i, link, b-quote&#8230;) are in the HTML Editor and the &#8220;Upload/Insert&#8221; media &#8220;button&#8221;. (My friend Paris has <a href="http://www.parisvega.com/if-ya-wanna-click-it-ya-better-put-a-button-it/">thoughts</a> on the accuracy of calling it a button that he wrote the <a href="http://www.parisvega.com/button-it-up/">Button It Up</a> plugin to address.)</p>
<p>Add the following code to the &#8220;functions.php&#8221; file in your theme:</p>
<pre>add_action( 'admin_head', 'hide_admin' );
function hide_admin() {
	global $post_type;
	remove_action( 'media_buttons', 'media_buttons' );

	$hide_editor = "&lt;style type=\"text/css\"&gt;#ed_toolbar { display: none; }&lt;/style&gt;";
	print($hide_editor);
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/42830/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still Life by Scott Garner</title>
		<link>http://kathrynthomas.org/archives/6868</link>
		<comments>http://kathrynthomas.org/archives/6868#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:48:43 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=6868</guid>
		<description><![CDATA[Loving this project; I would have too much fun with one of these in my house. Scott did a beautiful job, as always. Read more about this project.]]></description>
			<content:encoded><![CDATA[<p>Loving this project; I would have too much fun with one of these in my house. <a href="http://scott.j38.net/about/">Scott</a> did a beautiful job, as always. <a href="http://scott.j38.net/work/interactive/still_life/">Read more about this project.</a></p>
<p><iframe src="http://player.vimeo.com/video/35109750?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/6868/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh Thoughts for a New Year</title>
		<link>http://kathrynthomas.org/archives/1241</link>
		<comments>http://kathrynthomas.org/archives/1241#comments</comments>
		<pubDate>Sun, 15 Jan 2012 04:41:34 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1241</guid>
		<description><![CDATA[I ran across an article, &#8220;10 New Year&#8217;s resolutions for designers&#8221; by Mike Monteiro. I am not one for new year&#8217;s resolutions, nor the lists that often are generated this time of year, yet this one is worth &#8230;]]></description>
			<content:encoded><![CDATA[<p>I ran across an article, <a href="http://www.netmagazine.com/features/10-new-year-s-resolutions-designers">&#8220;10 New Year&#8217;s resolutions for designers&#8221;</a> by Mike Monteiro. I am not one for new year&#8217;s resolutions, nor the lists that often are generated this time of year, yet this one is worth the read for anyone who considers him/herself a designer.</p>
<p>From the article: </p>
<blockquote><p><span class="hanging-indent">&#8220;</span>We have more processing power, affordable tools, and combined intelligence right this very minute than at any point in the history of design. We are using it to build shit. It’s time to aim higher. Let’s find problems to solve that actually improve people’s lives.&#8221;</p>
</blockquote>
<blockquote><p><span class="hanging-indent">&#8220;</span>How horrible for a client to have gone out and found a good designer and then get handed work that looks like something they would have done. Clients deserve your best work, not their best work. Really good clients, the ones I want you to work with, would rather be challenged than pandered to.&#8221;</p>
</blockquote>
<blockquote><p><span class="hanging-indent">&#8220;</span>Ninety percent of design is communication. Half of that will be done in writing. A designer who can’t write can’t defend their work. And work that can’t be defended will die.&#8221;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/1241/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kate Bingham Burt</title>
		<link>http://kathrynthomas.org/archives/1232</link>
		<comments>http://kathrynthomas.org/archives/1232#comments</comments>
		<pubDate>Sat, 14 Jan 2012 03:21:26 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1232</guid>
		<description><![CDATA[Illustrator Kate Bingham Burt recently spoke at Portland Creating Mornings. I&#8217;m looking forward to watching her talk. &#8220;You should start projects because you feel like you are going to either explode, or vomit, or both. You&#8217;ve gotta have &#8230;]]></description>
			<content:encoded><![CDATA[<p>Illustrator <a href="http://katebingamanburt.com/">Kate Bingham Burt</a> recently spoke at Portland Creating Mornings. I&#8217;m looking forward to watching her talk.</p>
<blockquote><p><span class="hanging-indent">&#8220;</span>You should start projects because you feel like you are going to either explode, or vomit, or both. You&#8217;ve gotta have that kind of burning desire in your stomach to do it.&#8221;</p>
<p> <cite>Kate Bingham Burt</cite></p></blockquote>
<p><iframe src="http://player.vimeo.com/video/31610153?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/1232/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Little JavaScript Lesson</title>
		<link>http://kathrynthomas.org/archives/1204</link>
		<comments>http://kathrynthomas.org/archives/1204#comments</comments>
		<pubDate>Wed, 30 Nov 2011 00:44:49 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1204</guid>
		<description><![CDATA[A conversation between Robert and I this afternoon&#8230; if (&#8216;designer&#8217; != &#8216;google&#8217;) { window.location = &#8216;http://google.com&#8217;; } else { answer = question + designer; designer += frustration; } Or correspondingly, if (google_search_easiness &#62; web_designer_willingness_to_answer) { location.href = &#8216;http://google.com&#8217;; &#8230;]]></description>
			<content:encoded><![CDATA[<p>A conversation between <a href="http://robertbrodrecht.com/">Robert</a> and I this afternoon&#8230;</p>
<blockquote class="code"><p>if (&#8216;designer&#8217; != &#8216;google&#8217;) {<br />
window.location = &#8216;http://google.com&#8217;;<br />
}<br />
else {<br />
answer = question + designer;<br />
designer += frustration;<br />
}</p></blockquote>
<p>Or correspondingly,</p>
<blockquote class="code"><p>if (google_search_easiness &gt; web_designer_willingness_to_answer) {<br />
location.href = &#8216;http://google.com&#8217;;<br />
}<br />
else {<br />
question = prompt(&#8216;What&#8217;s your question&#8217;);<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/1204/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Halloween</title>
		<link>http://kathrynthomas.org/archives/1137</link>
		<comments>http://kathrynthomas.org/archives/1137#comments</comments>
		<pubDate>Mon, 31 Oct 2011 23:48:45 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1137</guid>
		<description><![CDATA[Love, Capitol Hill&#8230; And from Broadway:]]></description>
			<content:encoded><![CDATA[<p><iframe width="420" height="315" src="http://www.youtube.com/embed/KzZLt3kZ_bY" frameborder="0" allowfullscreen></iframe></p>
<p>Love, Capitol Hill&#8230;</p>
<p>And from Broadway:</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/MQEd3TAuhZM" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/1137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sugru, anyone?</title>
		<link>http://kathrynthomas.org/archives/1121</link>
		<comments>http://kathrynthomas.org/archives/1121#comments</comments>
		<pubDate>Wed, 05 Oct 2011 12:55:05 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1121</guid>
		<description><![CDATA[Think of the possibilities.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/82_mFqRlE6g" frameborder="0" allowfullscreen></iframe></p>
<p>Think of the <a href="http://sugru.com/us/gallery">possibilities</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/1121/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Businesses Versus the Internet</title>
		<link>http://kathrynthomas.org/archives/13419</link>
		<comments>http://kathrynthomas.org/archives/13419#comments</comments>
		<pubDate>Wed, 05 Oct 2011 12:37:56 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1111</guid>
		<description><![CDATA[I&#8217;m sad to hear that Izilla Toys, after consolidating to its Wallingford location two months ago, announced it&#8217;s going out of business. From an email to their customers: &#8220;As we struggled with this decision, many thoughtful people asked &#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sad to hear that Izilla Toys, after consolidating to its Wallingford location two months ago, announced it&#8217;s going out of business. From an <a href="http://www.capitolhillseattle.com/2011/10/04/leaving-capitol-hill-wasnt-enough-izilla-toys-isnt-needed-these-days">email to their customers</a>: </p>
<blockquote><p><span class="hanging-indent">&#8220;</span>As we struggled with this decision, many thoughtful people asked what they could do to help. Here is the simple answer. If you want interesting and unique local shops to survive and eventually thrive you must do your shopping there. Go to your local shops BEFORE you go online. Go to them with the understanding that you may not get the same diversity of selection, but what you DO get is so much more important. You get expertise, passion and equity in the growth of your community. Locally owned business are the first to donate to your schools. Locally owned business are the first to reinvest in your neighborhoods. Locally owned businesses believed in your unique tastes and values enough to risk it all. They invested both in their own dreams and in the belief that you value your community&#8217;s uniqueness. Please shop local. It&#8217;s really, really important.&#8221;</p>
</blockquote>
<p>Well said.</p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/13419/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here Comes Trouble</title>
		<link>http://kathrynthomas.org/archives/1094</link>
		<comments>http://kathrynthomas.org/archives/1094#comments</comments>
		<pubDate>Mon, 12 Sep 2011 18:21:12 +0000</pubDate>
		<dc:creator>Kathryn</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://kathrynthomas.org/?p=1094</guid>
		<description><![CDATA[From an article in the Guardian, &#8220;Michael Moore: I was the most hated man in America&#8221;: &#8220;But the worst moments were when people came on to our property. These individuals would just walk down the driveway, always looking &#8230;]]></description>
			<content:encoded><![CDATA[<p>From an <a href="http://www.guardian.co.uk/books/2011/sep/07/michael-moore-hated-man-america">article</a> in the Guardian, &#8220;Michael Moore: I was the most hated man in America&#8221;:</p>
<blockquote><p><span class="hanging-indent">&#8220;</span>But the worst moments were when people came on to our property. These individuals would just walk down the driveway, always looking like rejects from the cast of Night of the Living Dead, never moving very fast, but always advancing with singleminded purposefulness. Few were actual haters; most were just crazy. We kept the sheriff&#8217;s deputies busy until they finally suggested we might want to get our own security, or perhaps our own police force. Which we did.</p>
</blockquote>
<p>And:</p>
<blockquote><p><span class="hanging-indent">&#8220;</span>I chose not to give up. I wanted to give up, badly. Instead I got fit. If you take a punch at me now, I can assure you three things will happen: 1) You will break your hand. That&#8217;s the beauty of spending just a half hour a day on your muscular-skeletal structure – it turns into kryptonite; 2) I will fall on you. I&#8217;m still working on my core and balance issues, so after you slug me I will tip over and crush you; 3) My Seals will spray mace or their own homemade concoction of jalapeño spider spray directly into your eye sockets while you are on the ground. As a pacifist, please accept my apologies in advance &mdash; and never, ever use violence against me or anyone else again.</p>
</blockquote>
<p><a href="http://www.amazon.com/Here-Comes-Trouble-Stories-Life/dp/044653224X/ref=tmm_hrd_title_0">Here Comes Trouble: Stories from My Life</a> is scheduled to be released tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://kathrynthomas.org/archives/1094/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

