<?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>Lednine &#187; blog</title>
	<atom:link href="http://www.lednine.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lednine.com</link>
	<description>Creativity. Development. Crazy Ideas</description>
	<lastBuildDate>Mon, 01 Mar 2010 18:12:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails Or Cake? You Should Care?</title>
		<link>http://www.lednine.com/blog/rails-or-cake-you-should-care/</link>
		<comments>http://www.lednine.com/blog/rails-or-cake-you-should-care/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 04:11:13 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.lednine.com/misc/rails-or-cake-you-should-care/</guid>
		<description><![CDATA[I have a personal project I have been waiting&#8230; trying&#8230; or hoping to start. I guess I&#8217;ve made the realization that I need to expand my ability in order to build something that could be considered a web application. I&#8217;ve done the simple php stuff, wordpress hacks, and even a little java (not so much). [...]]]></description>
			<content:encoded><![CDATA[<p>I have a personal project I have been waiting&#8230; trying&#8230; or hoping to start. I guess I&#8217;ve made the realization that I need to expand my ability in order to build something that could be considered a web application. I&#8217;ve done the simple php stuff, wordpress hacks, and even a little java (not so much). I have even built a stupid simple cms for myself back in the day. It sucked. So the big question on my mind is do I take up Ruby on Rails or do I go the Cake PHP route.</p>
<p>As a part of the &#8220;What is this whole Interactive thing?&#8221; post, I think its important to understand whats behind the scenes. As a CD in an interactive firm I find it very important to understand the limitations of all aspects of the work. Some people scoff at understanding the backend and only concern themselves with the appearance. I&#8217;d encourage any creative on the interactive side of things to really dig into the dev side of life.</p>
<p>So Rails or Cake? I&#8217;m thinking Rails.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/blog/rails-or-cake-you-should-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Tricks</title>
		<link>http://www.lednine.com/misc/wordpress-tricks/</link>
		<comments>http://www.lednine.com/misc/wordpress-tricks/#comments</comments>
		<pubDate>Sat, 23 May 2009 04:53:25 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[infromation]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=1428</guid>
		<description><![CDATA[I have received a couple emails about how I built portions of this site with wordpress so I&#8217;ve decided to put together a quick post with some of the things I&#8217;ve learned over the past couple sites I&#8217;ve built.
1. What theme should I use?
There are two ways to go about this question and it depends [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I have received a couple emails about how I built portions of this site with wordpress so I&#8217;ve decided to put together a quick post with some of the things I&#8217;ve learned over the past couple sites I&#8217;ve built.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1. What theme should I use?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">There are two ways to go about this question and it depends largely on your comfort level with PHP and CSS. If you feel like you can layout your own css and manipulate the PHP I would start with a blank template. It&#8217;s easier to set up the CSS, easier to change the PHP if you need. Start by checking out http://wpframework.com. They have a pretty little set up running.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2. How do you create multiple single pages?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">It&#8217;s actually really simple. In your current single.php page delete everything and turn it into an &#8220;if&#8221; statement (other logical ways exist but you get the idea). All you&#8217;d need to do is the following to have two different single pages for your theme. In this code I have separated them based on the different category of content.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;?php</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$post = $wp_query-&gt;post;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>if ( in_category(&#8216;23&#8242;) ) {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>include (TEMPLATEPATH . &#8216;/single_folioPersonal.php&#8217;);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>} elseif ( in_category(&#8216;22&#8242;) ) {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>include (TEMPLATEPATH . &#8216;/single_folio.php&#8217;);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>}</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">?&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3. What Plugins are you using?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">A bunch actually. Here is a partial list</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- All in one SEO Pack</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- del.icio.us for WordPress</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Disqus</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Title Capitalization</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Akismet</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Regenerate Thumbnails</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Twitter Tools</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 134px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Thats a start for now. I&#8217;ll update this post as I continue to change things and have more time to talk about how I setup the templates. Hope this helps.</div>
<p>I have received a couple emails about how I built portions of this site with wordpress so I&#8217;ve decided to put together a quick post with some of the things I&#8217;ve learned over the past couple sites I&#8217;ve built.</p>
<p>1. What theme should I use?</p>
<p>There are two ways to go about this question and it depends largely on your comfort level with PHP and CSS. If you feel like you can layout your own css and manipulate the PHP I would start with a blank template. It&#8217;s easier to set up the CSS, easier to change the PHP if you need. Start by checking out http://wpframework.com. They have a pretty little set up running.</p>
<p>2. How do you create multiple single pages?</p>
<p>It&#8217;s actually really simple. In your current single.php page delete everything and turn it into an &#8220;if&#8221; statement (other logical ways exist but you get the idea). All you&#8217;d need to do is the following to have two different single pages for your theme. In this code I have separated them based on the different category of content.</p>
<p>&lt;?php</p>
<p>$post = $wp_query-&gt;post;</p>
<p><span style="white-space: pre;"> </span>if ( in_category(&#8216;23&#8242;) ) {</p>
<p><span style="white-space: pre;"> </span>include (TEMPLATEPATH . &#8216;/single_folioPersonal.php&#8217;);</p>
<p><span style="white-space: pre;"> </span>} elseif ( in_category(&#8216;22&#8242;) ) {</p>
<p><span style="white-space: pre;"> </span>include (TEMPLATEPATH . &#8216;/single_folio.php&#8217;);</p>
<p><span style="white-space: pre;"> </span>}</p>
<p>?&gt;</p>
<p>3. What Plugins are you using?</p>
<p>A bunch actually. Here is a partial list</p>
<p>- All in one SEO Pack</p>
<p>- del.icio.us for WordPress</p>
<p>- Disqus</p>
<p>- Title Capitalization</p>
<p>- Akismet</p>
<p>- Regenerate Thumbnails</p>
<p>- Twitter Tools</p>
<p>Thats a start for now. I&#8217;ll update this post as I continue to change things and have more time to talk about how I setup the templates. Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/misc/wordpress-tricks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moved My RSS Feed</title>
		<link>http://www.lednine.com/misc/moved-my-rss-feed/</link>
		<comments>http://www.lednine.com/misc/moved-my-rss-feed/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 15:56:55 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[lednine.com]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=905</guid>
		<description><![CDATA[I have moved my RSS feed to another service. Please subscribe to my RSS feed at this URL: http://feeds2.feedburner.com/Lednine
Thanks
]]></description>
			<content:encoded><![CDATA[<p>I have moved my RSS feed to another service. Please subscribe to my RSS feed at this URL: <a href="http://feeds2.feedburner.com/Lednine">http://feeds2.feedburner.com/Lednine</a></p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/misc/moved-my-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Rough Day&#8230;</title>
		<link>http://www.lednine.com/news/a-rough-day/</link>
		<comments>http://www.lednine.com/news/a-rough-day/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:46:29 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Xylem]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=900</guid>
		<description><![CDATA[Yesterday was a really hard for me at Xylem. Tough economic times have hit every aspect of the nation and Xylem was no exception. In the last 4 months we have seen the sales pipeline slow, clients push out payables, and client decisions take longer than expected. We have been staffed for a larger company [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was a really hard for me at Xylem. Tough economic times have hit every aspect of the nation and Xylem was no exception. In the last 4 months we have seen the sales pipeline slow, clients push out payables, and client decisions take longer than expected. We have been staffed for a larger company and larger work load for some time and finally had to make the hard decision to re-build the company around the work we have. We had to see a lot of very talented people move on yesterday. All I can say is thanks to everyone. We&#8217;ll work together again some day. I&#8217;ll miss everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/news/a-rough-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Look New Ideas</title>
		<link>http://www.lednine.com/news/new-look-new-ideas/</link>
		<comments>http://www.lednine.com/news/new-look-new-ideas/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 05:39:03 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=839</guid>
		<description><![CDATA[So I am in the middle ofÂ updatingÂ the look andÂ functionalityÂ of Lednine. I&#8217;ll go ahead andÂ apologizeÂ now for some of the css and js bugs. Still working out the kinks and I wanted to upload something tonight. In the next week I&#8217;ll re-release my work and otherÂ functionalityÂ as well as a few blog postings to start in a new [...]]]></description>
			<content:encoded><![CDATA[<p>So I am in the middle ofÂ updatingÂ the look andÂ functionalityÂ of Lednine. I&#8217;ll go ahead andÂ apologizeÂ now for some of the css and js bugs. Still working out the kinks and I wanted to upload something tonight. In the next week I&#8217;ll re-release my work and otherÂ functionalityÂ as well as a few blog postings to start in a new direction. Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/news/new-look-new-ideas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress</title>
		<link>http://www.lednine.com/blog/wirdpress/</link>
		<comments>http://www.lednine.com/blog/wirdpress/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 05:06:36 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lednine.com/misc/wirdpress/</guid>
		<description><![CDATA[I have been rebuilding this blog and I can&#8217;t say enough about how cool wordpress is as a blog/cms. It&#8217;s been so easy to make changes and so easy to configure. Anyways &#8211; I know this is nothing but I&#8217;m excited to get something up that I can update more frequently. I like what I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been rebuilding this blog and I can&#8217;t say enough about how cool wordpress is as a blog/cms. It&#8217;s been so easy to make changes and so easy to configure. Anyways &#8211; I know this is nothing but I&#8217;m excited to get something up that I can update more frequently. I like what I have but it&#8217;s a pain to update. This new version will be cake to work with. Later</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/blog/wirdpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GE&#8217;s Smart Grid</title>
		<link>http://www.lednine.com/blog/ges-smart-grid/</link>
		<comments>http://www.lednine.com/blog/ges-smart-grid/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 04:13:18 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[papervision]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=726</guid>
		<description><![CDATA[Very cool site:Â http://ge.ecomagination.com/smartgrid. Great use of motion and sound to tell the story. Not to mention the rest of the crazy as3 andÂ paper-vision.
]]></description>
			<content:encoded><![CDATA[<p>Very cool site:Â <a href="http://ge.ecomagination.com/smartgrid" target="_blank">http://ge.ecomagination.com/smartgrid</a>. Great use of motion and sound to tell the story. Not to mention the rest of the crazy as3 andÂ paper-vision.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/blog/ges-smart-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It Been a While</title>
		<link>http://www.lednine.com/blog/it-been-a-while/</link>
		<comments>http://www.lednine.com/blog/it-been-a-while/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:37:02 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.lednine.com/misc/it-been-a-while/</guid>
		<description><![CDATA[So its been a while since I updated lednine. Time to get back on the wagon. In a first attempt to leave you with something a little different check thjis out. Anyone out there that is a typography nerd will get a kick out of this: http://www.maxkerning.com/
]]></description>
			<content:encoded><![CDATA[<p>So its been a while since I updated lednine. Time to get back on the wagon. In a first attempt to leave you with something a little different check thjis out. Anyone out there that is a typography nerd will get a kick out of this: http://www.maxkerning.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/blog/it-been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally a Break in the Madness&#8230;</title>
		<link>http://www.lednine.com/misc/finally-a-break-in-the-madness/</link>
		<comments>http://www.lednine.com/misc/finally-a-break-in-the-madness/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 03:50:20 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=681</guid>
		<description><![CDATA[Wow. Its has been one of those years. I have been so busy the last couple months that it has seemed impossible to even think about writing anything on this site. Well now that I will have some time over break I intend to post a few things that have been on my mind, some [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. Its has been one of those years. I have been so busy the last couple months that it has seemed impossible to even think about writing anything on this site. Well now that I will have some time over break I intend to post a few things that have been on my mind, some new work, and maybe even a couple functional updates. Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/misc/finally-a-break-in-the-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Work with Quartz Composer And C++</title>
		<link>http://www.lednine.com/blog/amazing-work-with-quartz-composer-and-c/</link>
		<comments>http://www.lednine.com/blog/amazing-work-with-quartz-composer-and-c/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:44:16 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.lednine.com/?p=620</guid>
		<description><![CDATA[
Webcam Piano with Quartz Composer from Memo Akten on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="302" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=948726&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="302" src="http://vimeo.com/moogaloop.swf?clip_id=948726&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/948726">Webcam Piano with Quartz Composer</a> from <a href="http://vimeo.com/memotv">Memo Akten</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lednine.com/blog/amazing-work-with-quartz-composer-and-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
