<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Nathan Gilder</title>
	
	<link>http://www.nathangilder.com</link>
	<description>Life, Business, and Creativity</description>
	<lastBuildDate>Tue, 25 May 2010 14:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/nathangilder" /><feedburner:info uri="nathangilder" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Expect Success Coaching &amp; Training (aka Smarter Web Design Business)</title>
		<link>http://feedproxy.google.com/~r/nathangilder/~3/7Crfme5K0fg/</link>
		<comments>http://www.nathangilder.com/2010/05/25/expect-success-coaching-training-aka-smarter-web-design-business/#comments</comments>
		<pubDate>Tue, 25 May 2010 14:05:19 +0000</pubDate>
		<dc:creator>Nathan Gilder</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.nathangilder.com/?p=56</guid>
		<description><![CDATA[Happy to report that Expect Success Coaching and Training went live over this past weekend. Created by Steve Thornton and Lynn D Spencer, Expect Success is a business coaching and personal development training system hosted online. It includes over 100 video and audio &#34;modules&#34; on topics such as gaining and increasing wealth, managing a team [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.nathangilder.com/2010/05/25/expect-success-coaching-training-aka-smarter-web-design-business/" title="Permanent link to Expect Success Coaching &#038; Training (aka Smarter Web Design Business)"><div class="custom-frame"><div class="custom-frame-top"><div class="custom-frame-bottom"><img class="post_image alignnone remove_bottom_margin" src="http://www.nathangilder.com/wp-content/uploads/2010/05/expect-success-5-25-10.jpg" width="470" height="350" alt="Post image for Expect Success Coaching &#038; Training (aka Smarter Web Design Business)" /></div></div></div></a>
</p><p>Happy to report that <a href="http://www.nathangilder.com/expect-success" target="_blank">Expect Success Coaching and Training</a> went live over this past weekend. Created by Steve Thornton and Lynn D Spencer, <a href="http://www.nathangilder.com/expect-success" target="_blank">Expect Success</a> is a business coaching and personal development training system hosted online.</p>
<p>It includes over 100 video and audio &quot;modules&quot; on topics such as gaining and increasing wealth, managing a team effectively, setting and achieving life goals, and many  related topics.</p>
<p>Going one-step further, to the benefit myself and many other business owners, Steve and Lynn address these topics from the Christian worldview. That&#8217;s not to say the principles are unapplicable to non-Christians. On the contrary, I think the spiritual grounding will provide unique insights not found in many other books and coaching materials.</p>
<p>The content is delivered via video, audio sessions, and weekly live webinars &#8211; and each module is nearly one hour long.</p>
<p>Currently the team is adding about 10 new modules every month, often directed by the needs and requests of those members who are actively involved with the program.</p>
<p>My role with Expect Success was an afterthought, and only happened because I called Steve one afternoon last April to catch up and discuss new business opportunities. Eventually I was brought on-board to fill their website conversion needs and offer guidance with the marketing overall.</p>
<p>The result was an entirely new website design, auto-responder sequence, testing and tracking guidelines, SEO, and the list goes on.</p>
<p>Accepting work from a client where I&#8217;m not an equity partner is a rare choice these days. However, the system was  rolling, the men leading have a good track record, and affiliates were already promoting.</p>
<p>Without sharing details, I agreed to be paid based on results, on-going. This aligns with my firm belief that designers should look for projects that provide long-term income after the initial work has been completed.</p>
<p>This topic will be expanded in the future, but the bottom-line principle is to find clients where you can deliver value and get paid more than once. The obvious (and greatly discouraged) alternative is to work hourly &#8211; or flat-rate &#8211; for a client and not get a dime more once the project has been uploaded to the server.</p>
<h2>Website Design / Development</h2>
<p>The website was developed using WordPress and the Thesis theme. It was my second Thesis theme customization, after my personal blog, and required I dig further into hooks and custom functions &#8211; especially for a homepage template that was greatly different from the inner pages.</p>
<p>One trick required adding a div region for the drop shadow &#8211; seen along the left and right side of the inner pages, and around the opt-in box on the <a href="http://www.nathangilder.com/expect-success" target="_blank">homepage</a>.</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;">/* CUSTOM BACKGROUND */<br />
function dropshadow_background() {<br />
if (is_home() || is_front_page()) { ?&gt;<br />
&lt;div id=&quot;homepage_dropshadow&quot;&gt;<br />
<span class="kw2">&lt;?php</span> <span class="br0">&#125;</span> <span class="kw1">elseif</span> <span class="br0">&#40;</span>is_page<span class="br0">&#40;</span><span class="st_h">&#8216;blog&#8217;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span> <span class="sy1">?&gt;</span><br />
&lt;div id=&quot;dropshadow_background&quot;&gt;<br />
<span class="kw2">&lt;?php</span> <span class="br0">&#125;</span> <span class="kw1">else</span> <span class="br0">&#123;</span> <span class="sy1">?&gt;</span><br />
&lt;div id=&quot;dropshadow_background&quot;&gt;<br />
<span class="kw2">&lt;?php</span> <span class="br0">&#125;</span><br />
<span class="br0">&#125;</span><br />
add_action<span class="br0">&#40;</span><span class="st_h">&#8216;thesis_hook_before_content_area&#8217;</span><span class="sy0">,</span> <span class="st_h">&#8216;dropshadow_background&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
<p>That allows a different background (in this case, a dropshadow) on the homepage, blog, and inner pages.</p>
<p>Followed by:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;">/* CLOSE THE CUSTOM BACKGROUND */<br />
function close_dropshadow() { ?&gt;<br />
&lt;/div&gt;<br />
<span class="kw2">&lt;?php</span> <span class="br0">&#125;</span><br />
add_action<span class="br0">&#40;</span><span class="st_h">&#8216;thesis_hook_after_content_area&#8217;</span><span class="sy0">,</span> <span class="st_h">&#8216;close_dropshadow&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
<p>That closes the div opened by the first set of code. Without this, your page layout is likely to break.</p>
<p>Also, I&#8217;ve joined the club that officially refuses to consider IE6 in the development pipeline. If you  visit the site with decade-old software, you&#8217;ll receive <a href="http://www.ie6nomore.com/" target="_blank">a kind greeting and reminder</a> that you should embrace 2010 by upgrading your browser.</p>
<p>On a side note, I impressed the management team (and myself) when I remembered the name of the font used in their logo. For whatever reason, I&#8217;ve always considered font memorization as a sign that you need more time <em>away</em> from the computer&#8230;</p>
<img src="http://feeds.feedburner.com/~r/nathangilder/~4/7Crfme5K0fg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nathangilder.com/2010/05/25/expect-success-coaching-training-aka-smarter-web-design-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.nathangilder.com/2010/05/25/expect-success-coaching-training-aka-smarter-web-design-business/</feedburner:origLink></item>
		<item>
		<title>Six Years and Counting</title>
		<link>http://feedproxy.google.com/~r/nathangilder/~3/2KE8yLRqAw0/</link>
		<comments>http://www.nathangilder.com/2010/05/21/six-years-and-counting/#comments</comments>
		<pubDate>Fri, 21 May 2010 14:16:55 +0000</pubDate>
		<dc:creator>Nathan Gilder</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.nathangilder.com/?p=49</guid>
		<description><![CDATA[Six years (plus six days) ago Heather and I said &#8220;I do&#8221;. We wish to express our thanks to the friends and family that sent cards, gave presents, and took a moment in their day to think about us and say congratulations. Each year has presented its own circumstances and challenges as we begin our [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.nathangilder.com/2010/05/21/six-years-and-counting/" title="Permanent link to Six Years and Counting"><div class="custom-frame"><div class="custom-frame-top"><div class="custom-frame-bottom"><img class="post_image alignnone remove_bottom_margin" src="http://www.nathangilder.com/wp-content/uploads/2010/05/2010-anniversary-cards.jpg" width="470" height="290" alt="Post image for Six Years and Counting" /></div></div></div></a>
</p><p>Six years (plus six days) ago Heather and I said &#8220;I do&#8221;. We wish to express our thanks to the friends and family that sent cards, gave presents, and took a moment in their day to think about us and say congratulations.</p>
<p>Each year has presented its own circumstances and challenges as we begin our life together. When we started, I was still in graduate school, and since then Heather is well on her way to completing another degree. Eventually we&#8217;ll get to spend time together without the prospect of homework looming in the background!</p>
<p>We&#8217;ve started to plan the next steps for when she graduates, including the idea of moving to an entirely new and different location. (More on that another time.) And we both are looking forward to the future and the blessings to be experienced.</p>
<p>I love you, Heather! Thanks for six years of love and support.</p>
<img src="http://feeds.feedburner.com/~r/nathangilder/~4/2KE8yLRqAw0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nathangilder.com/2010/05/21/six-years-and-counting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.nathangilder.com/2010/05/21/six-years-and-counting/</feedburner:origLink></item>
		<item>
		<title>The Fears and Time Constraints of Personal Blogging</title>
		<link>http://feedproxy.google.com/~r/nathangilder/~3/eljCAVlHYgw/</link>
		<comments>http://www.nathangilder.com/2010/05/21/fears-and-time-constraints-of-personal-blogging/#comments</comments>
		<pubDate>Fri, 21 May 2010 04:19:43 +0000</pubDate>
		<dc:creator>Nathan Gilder</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.nathangilder.com/?p=38</guid>
		<description><![CDATA[This blog redesign has been in the works for many, many months&#8230; probably as early as May 2009 I was beginning to play with a variety of WordPress themes in search for the right balance of design, functionality&#8230; and design. I finally settled on Thesis. But Thesis is far too &#8220;plain&#8221; out of the box. [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.nathangilder.com/2010/05/21/fears-and-time-constraints-of-personal-blogging/" title="Permanent link to The Fears and Time Constraints of Personal Blogging"><div class="custom-frame"><div class="custom-frame-top"><div class="custom-frame-bottom"><img class="post_image alignnone remove_bottom_margin" src="http://www.nathangilder.com/wp-content/uploads/2010/05/2010-nathan-hand-website.jpg" width="470" height="304" alt="Post image for The Fears and Time Constraints of Personal Blogging" /></div></div></div></a>
</p><p>This blog redesign has been in the works for many, many months&#8230; probably as early as May 2009 I was beginning to play with a variety of WordPress themes in search for the right balance of design, functionality&#8230; and design.</p>
<p>I finally settled on <a href="http://diythemes.com/" target="_blank">Thesis</a>.</p>
<p>But Thesis is far too &#8220;plain&#8221; out of the box. Getting it to behave and display content as you see now took countless hours of tweaking and playing around. The positive is the experience gained: the <a href="http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters" target="_blank">hooks</a> are tamed!</p>
<p>The direction of the blog itself, and frequency of posts, has been in flux as I scratch out ideas for content. The bottom-line is that I don&#8217;t want to have too much &#8220;work&#8221; stuff posted here.</p>
<p>[Going to cut this one short for now, it's late...]</p>
<img src="http://feeds.feedburner.com/~r/nathangilder/~4/eljCAVlHYgw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nathangilder.com/2010/05/21/fears-and-time-constraints-of-personal-blogging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.nathangilder.com/2010/05/21/fears-and-time-constraints-of-personal-blogging/</feedburner:origLink></item>
	</channel>
</rss>
