<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0">

<channel>
	<title>berchman.com</title>
	
	<link>http://www.berchman.com</link>
	<description>WordPress and Thesis Expert. First things first but not necessarily in that order. (Topics may shift while in flight)</description>
	<lastBuildDate>Tue, 06 Jul 2010 04:16:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/berchman" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="berchman" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>34.456957</geo:lat><geo:long>-119.253072</geo:long><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">berchman</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>A new portfolio solution in more than one place.</title>
		<link>http://www.berchman.com/a-new-portfolio-solution-in-more-than-one-place/</link>
		<comments>http://www.berchman.com/a-new-portfolio-solution-in-more-than-one-place/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:11:39 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[A Website Redesign]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=926</guid>
		<description><![CDATA[Ever since I started to focus on Berchman.com I realized that my former &#8220;company&#8221; website, HamiltonBerchman Design Group, Inc., was no longer maintained, correct, or relevant. However, at the time I was fortunately too busy to even think about doing anything to the site. Then one day I was doing research on a project and [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.berchman.com/a-new-portfolio-solution-in-more-than-one-place/" title="Permanent link to A new portfolio solution in more than one place."><img class="post_image alignnone" src="http://www.berchman.com/wp-content/uploads/2010/06/berchman-pollock.jpg" width="480" height="354" alt="Berchman standing in front of a Jackson Pollock, Chicago Art Institute" /></a>
</p><p>Ever since I started to focus on <a title="Link to Berchman.com" href="http://berchman.com">Berchman.com</a> I realized that my former &#8220;company&#8221; website, <a title="Link to HamiltonBerchman Design Group, Inc." href="http://www.hamiltonberchman.com">HamiltonBerchman Design Group, Inc.</a>, was no longer maintained, correct, or relevant. However, at the time I was <em>fortunately</em> too busy to even think about doing anything to the site.</p>
<p>Then one day I was doing research on a project and stumbled across a free portfolio template that stood out to me in more than one way. The template is called <a title="Link to medifolio template" href="http://www.logomoose.com/blog/free-xhtml-css-portfolio-template/"><em>medifolio</em></a>, by <a title="Link to medifolio creator Dirk Leys" href="http://www.dirkleys.nl/">Dirk Leys</a> who generously <a title="Link to original medifolio" href="http://dirkleys.nl/medifolio/">posted it online</a>. I was particularly drawn to the &#8220;sliding&#8221; action when you click on a portfolio thumbnail image, and the return to the main page. There was a simple elegance to the whole thing. I looked at it and thought, &#8220;how can I do this type of page in WordPress and <a href="http://diythemes.com/?a_aid=hbdg">Thesis</a>?&#8221; The original medifolio is a single, flat html page. How could I generate all the content, in the right order, with the right tags and syntax? I thought about it a while. <em>A long while</em>.</p>
<p>In the time since I first saw <em>medifolio</em> I was working on a client project requiring the listing of individual portfolio pieces, complete with images and text. It required a complete custom solution. By creatively using categories as parents I created blog posts that then occupied specific categories. I could then create custom loops to not only create a listing of the portfolio pieces at the top of the page, but I could have them link to the actual full description and image display further down the page (by using custom generated anchor links). You can see the work in action <a title="Link to ckwrites.com" href="http://www.ckwrites.com/copywriter-portfolio-samples/">here on the website ckwrites.com</a>. There are four custom lists generated across the top of the page after introductory text. All done within WordPress and <a href="http://diythemes.com/?a_aid=hbdg">Thesis</a> with categories and custom page templates, and custom loops.</p>
<p>Since I had completed design and development of ckwrites.com I looked back at <em>medifolio</em> and the previous experience lent itself directly to making <em>medifolio</em> a reality. After some long nights tinkering with custom php and css solutions I got the basic page to work as the original static medifolio page. All the content was being dynamically generated from individual posts for each and every portfolio piece. All the tags, divs, etc. were being dynamically generated as well.</p>
<p>Once I had a basic working model the next thing to do was to implement. I&#8217;ve done this right now in two places where it lives, live on the Internet. The first implementation was at <a title="Link to HamiltonBerchman Design Group, Inc." href="http://www.hamiltonberchman.com">HamiltonBerchman Design Group, Inc.</a></p>
<p>I set out to rework, or basically remove, all the non-relevant content from the website and was left with a stripped down, single web page that tells what the current state of affairs is, and shows a sample of work that I completed in my time operating <a title="Link to HamiltonBerchman Design Group, Inc." href="http://www.hamiltonberchman.com">HamiltonBerchman Design Group, Inc.</a></p>
<p>Once I had this complete, I wanted to take it to another place and that was on the <a title="Link to Dennison+Wolfe Internet Group" href="http://www.dennisonwolfe.com/">Dennison+Wolfe Internet Group</a> website where I am a partner. <a title="Link to Dennison+Wolfe portfolio" href="http://www.dennisonwolfe.com/portfolio/">This implementation</a> allowed me to refine and rethink some things to how the portfolio is implemented.</p>
<p>I think both of these came out looking quite nice.</p>
<p>It will be a part of the new, upcoming Berchman.com redesign.</p>
<p>My next step, I think, is to clean this up, write a tutorial on how to implement this, and release it on an &#8220;as-is&#8221; basis. What does that mean? It means if you want it, download it, and figure it out.</p>
<p>That is what I had to do. <img src='http://www.berchman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Let me know what you think.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=U5soTbGBb4Q:i9UsRFcJLVM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=U5soTbGBb4Q:i9UsRFcJLVM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=U5soTbGBb4Q:i9UsRFcJLVM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=U5soTbGBb4Q:i9UsRFcJLVM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=U5soTbGBb4Q:i9UsRFcJLVM:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=U5soTbGBb4Q:i9UsRFcJLVM:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/a-new-portfolio-solution-in-more-than-one-place/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Where have I been?</title>
		<link>http://www.berchman.com/where-have-i-been/</link>
		<comments>http://www.berchman.com/where-have-i-been/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 01:44:29 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=913</guid>
		<description><![CDATA[I have been busy on many projects recently. What is great is I am ready to share them and the new things I&#8217;ve learned with Thesis and WordPress. My two most recent projects made me push my personal envelope of what I thought was possible within the WordPress/Thesis environment. Not that I&#8217;ve ever had any [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.berchman.com/where-have-i-been/" title="Permanent link to Where have I been?"><img class="post_image aligncenter" src="http://www.berchman.com/wp-content/uploads/2010/06/brand-new-and-fresh-sign.jpg" width="388" height="309" alt="Image of Brand New and Fresh sign" /></a>
</p><p>I have been busy on many projects recently. What is great is I am ready to share them and the new things I&#8217;ve learned with <a title="Link to get yourself some Thesis" href="http://www.shareasale.com/r.cfm?b=210935&amp;u=403575&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis</a> and <a title="Link to WordPress' main website" href="http://www.wordpress.org" target="_blank">WordPress</a>. My two most recent projects made me push my personal envelope of what I thought was possible within the WordPress/Thesis environment. Not that I&#8217;ve ever had any doubts, rather just plain figuring out &#8220;<em><strong>how the h*ll are you going to do this?</strong></em>&#8220;—and then doing it. So much fun.</p>
<p>Over the next few weeks I am going to share the projects, their scope, the questions presented, and their solutions. Not every project will go into minute detail, but I will give you enough info to maybe help you figure out how to do your own solutions to your own WordPress/Thesis challenges. I&#8217;ve noticed in the time that I&#8217;ve been using <a title="Link to get yourself some Thesis" href="http://www.shareasale.com/r.cfm?b=210935&amp;u=403575&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis</a> there are more and more people trying it out, and trying to do-it-yourself, which is great. I have found that its not a perfect fit for everyone but if you&#8217;re like me the fit is great and learning never ends. So stay tuned to see the projects.</p>
<p>Also, I&#8217;ll let the cat out of the bag and now state that I have a new website design for berchman.com coming soon (design is done and now in CSS) along with a custom portfolio solution rolled right into WordPress/Thesis. There is a fair amount of setup and labor in this process (basing things off an open-source solution), but I think the end result is clean and attractive. Thinking about doing a detailed tutorial and maybe releasing everything into the open. We&#8217;ll see what my time looks like. I&#8217;ve had very little time to write tutorials, or anything for that matter. But believe me there is lots to share and I&#8217;m hoping time will cooperate with me.</p>
<p>That&#8217;s it for now. Summer is here and I hope yours is going well.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=KvnEZomElqo:Vfg2eG03x_c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=KvnEZomElqo:Vfg2eG03x_c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=KvnEZomElqo:Vfg2eG03x_c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=KvnEZomElqo:Vfg2eG03x_c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=KvnEZomElqo:Vfg2eG03x_c:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=KvnEZomElqo:Vfg2eG03x_c:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/where-have-i-been/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Time to Reflect. You’re soaking in it.</title>
		<link>http://www.berchman.com/time-for-reflection-youre-soaking-in-it/</link>
		<comments>http://www.berchman.com/time-for-reflection-youre-soaking-in-it/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 17:31:22 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[digital lifestyle]]></category>
		<category><![CDATA[information overload]]></category>
		<category><![CDATA[pauses]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[project tracking systems]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[reflect]]></category>
		<category><![CDATA[reflections]]></category>
		<category><![CDATA[soak]]></category>
		<category><![CDATA[sometimes]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=903</guid>
		<description><![CDATA[In today&#8217;s information overloaded, fast paced, digital lifestyle there can be little opportunity to pause and reflect. The mindset of &#8220;just have to keep up&#8221; can dominate one&#8217;s thinking if your are not careful. Every once and a while I get present to the fact that I spend too little time &#8220;reflecting&#8221; on things be [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignnone size-full wp-image-904" title="madge_soaking_in_it" src="http://www.berchman.com/wp-content/uploads/2010/04/madge_soaking_in_it.jpg" alt="Madge. &quot;You're soaking in it&quot;" width="480" /></p>
<p>In today&#8217;s <a href="http://en.wikipedia.org/wiki/Information_overload" target="_blank">information overloaded</a>, fast paced, digital lifestyle there can be little opportunity to <em><strong>pause</strong> </em>and <em><strong>reflect</strong></em>. The mindset of &#8220;<em>just have to keep up</em>&#8221; can dominate one&#8217;s thinking if your are not careful. Every once and a while I get present to the fact that I spend too little time &#8220;reflecting&#8221; on things be they family, work, and life in general.</p>
<h2>I&#8217;m soaking in it.</h2>
<p>Like the image above, (I am showing my age and if you know &#8216;Madge&#8217; you are too), sometimes you may find yourself &#8220;soaking in it&#8221; and not knowing what is going on, or the benefits of what you are in the middle of doing. Being a married, father of  3 boys, self employed business owner/pixel pusher can impose virtual blinders that, if I let it, will limit what I know, see, and what is possible.</p>
<p><strong>So why am I rambling on about this?</strong> Recently I became aware of just how much I am soaking in it. My <em>&#8216;inner Madge</em>&#8216; woke up and reminded me of what was going on. And sharing this with others might remind them to stop, look around, and take stock.</p>
<p>I set some measurable goals at the end of 2009. These were goals I <em>mentally </em>planned on completing by the end of  the first quarter of 2010. Well guess what? Today is the start of the <strong>second quarter of 2010</strong>. And those three goals? Not met. I went through piles of paperwork over the weekend and found them written down. I got them out of my head not just as ideas and things to do, but <em>completely out of my head</em>. I was soaking in it so completely that I lost track of these goals.</p>
<h3>What are, or were, the goals?</h3>
<ul>
<li>Publish new <a href="http://www.wordpress.org" target="_blank">WordPress</a>/<a href="http://www.shareasale.com/r.cfm?b=210935&amp;amp;u=403575&amp;amp;m=24570&amp;amp;urllink=&amp;amp;afftrack=" target="_blank">Thesis </a>tutorials based on recently completed projects</li>
<li>Design, develop, and publish a visual overhaul to berchman.com</li>
<li>Release a free <a href="http://www.shareasale.com/r.cfm?b=210935&amp;amp;u=403575&amp;amp;m=24570&amp;amp;urllink=&amp;amp;afftrack=" target="_blank">Thesis</a> portfolio theme</li>
</ul>
<p>I had planned on these three things to be completed <strong><em>yesterday</em></strong>.</p>
<h2>So what&#8217;s the lesson in all this?</h2>
<p>Two things:</p>
<ol>
<li><strong>Use your systems</strong>. These three goals were never put into project tracking systems I use and broken down into smaller, manageable tasks (basic <a href="http://www.davidco.com/" target="_blank">productivity</a>, duh). I am remedying that THIS quarter.</li>
<li><strong>Reflect more often</strong>. I failed to check in with myself on personal projects. All things in the client and family world are moving along quite well. I dropped the ball on myself.</li>
</ol>
<p>Reflection time is over. I will now return to my regularly scheduled program.</p>
<p><strong><em>Get back to work.</em></strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=1NzVmH6VSw0:eQG1aN0B_s0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=1NzVmH6VSw0:eQG1aN0B_s0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=1NzVmH6VSw0:eQG1aN0B_s0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=1NzVmH6VSw0:eQG1aN0B_s0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=1NzVmH6VSw0:eQG1aN0B_s0:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=1NzVmH6VSw0:eQG1aN0B_s0:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/time-for-reflection-youre-soaking-in-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your vacation is over, get back-to-work.</title>
		<link>http://www.berchman.com/your-vacation-is-over-get-back-to-work/</link>
		<comments>http://www.berchman.com/your-vacation-is-over-get-back-to-work/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 00:40:09 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=894</guid>
		<description><![CDATA[You always experience feelings when you return to work after being away for a week. Whether anxiety, dread, excitement, clarity, fatigue, surprise, etc. you are feeling something. Typically I feel anxious and the feeling of overwhelm can be gigantic&#8211;but not this time. I feel different than usual in a way that I have yet to fully [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><img class="aligncenter" title="back-to-work" src="http://www.berchman.com/wp-content/uploads/2010/03/back-to-work.png" alt="Illustration of congenial monster carrying briefcase going &quot;back to work&quot;" width="280" height="352" /></p>
<p>You always experience feelings when you return to work after being away for a week. Whether anxiety, dread, excitement, clarity, fatigue, surprise, etc. you are feeling something. Typically I feel anxious and the feeling of overwhelm can be gigantic&#8211;but not this time. I feel different than usual in a way that I have yet to fully understand. It&#8217;s not anxiety, it&#8217;s a calm. What I do know is that something is different and I need to get back to work.</p>
<p>You always have a good vacation when you actually vacate. This means not working over vacation. No checking email. No replying to text messages and voicemails. I took this to heart for the first time in a long while.</p>
<p>I spent a week away from routine, a week away from ruts.</p>
<ul>
<li>I stayed offline</li>
<li>I ignored my cellphone (except non-work)</li>
<li>I slept</li>
<li>I ate and drank well</li>
<li>I hiked</li>
<li>I went sledding</li>
<li>I built a snowman</li>
<li>I spent time with my wife</li>
<li>I went skiing with my kids</li>
<li>I had a snowball fight with them too</li>
<li>I cooked</li>
<li>I read and listened to audio books</li>
<li>I watched the beginning of &#8220;March Madness&#8221;</li>
</ul>
<p>Now I&#8217;ll be honest. I did have my moments during the week where I was in a psychological slump, but I would attribute that to my brain unwinding from the routine. On the day of my actual return back home I drove the whole way. Gave me time to listen to an audiobook called <a href="http://www.amazon.com/gp/product/0307463745?ie=UTF8&amp;tag=berchmancom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0307463745">Rework</a><img src="http://www.assoc-amazon.com/e/ir?t=berchmancom-20&amp;l=as2&amp;o=1&amp;a=0307463745" border="0" alt="" width="1" height="1" /> that caused me to reconsider many things that I have been brooding over for quite some time.</p>
<ul>
<li>I can&#8217;t make every web idea I have come to life</li>
<li>It&#8217;s OK to stop working at 5 o&#8217;clock</li>
<li>People will not die if I don&#8217;t get a task done right away</li>
<li>Things can wait</li>
<li>Everything is not very important</li>
<li>Worrying solves nothing</li>
<li>There is enough time to get it done, but I need to prioritize</li>
<li>Turn off distractions (yes that means you Twitter, Facebook, iPhone)</li>
<li>Rest and time away from working is essential</li>
<li>Be grateful</li>
</ul>
<p>I&#8217;m happy to say that I am more relaxed returning  to work this week, and for that fact alone I am extremely grateful. Needless to say I am changing a few things.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=bCFDhGcQdqI:YlOiVRB6L1s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=bCFDhGcQdqI:YlOiVRB6L1s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=bCFDhGcQdqI:YlOiVRB6L1s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=bCFDhGcQdqI:YlOiVRB6L1s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=bCFDhGcQdqI:YlOiVRB6L1s:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=bCFDhGcQdqI:YlOiVRB6L1s:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/your-vacation-is-over-get-back-to-work/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress + Thesis Tutorial: Finding and fixing phantom spacing on your web page</title>
		<link>http://www.berchman.com/wordpress-thesis-tutorial-finding-and-fixing-phantom-spacing-on-your-web-page/</link>
		<comments>http://www.berchman.com/wordpress-thesis-tutorial-finding-and-fixing-phantom-spacing-on-your-web-page/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 07:04:39 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[page elements]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=877</guid>
		<description><![CDATA[I came across something while working with WordPress and Thesis that I know will help at least one person and possibly save them hours of frustration. So here is the tutorial. I was working on a revision to a visual layout of a website I previously helped develop on the Thesis theme framework. I spent more [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I came across something while working with <a href="http://www.wordpress.org" target="_blank">WordPress</a> and <a href="http://www.shareasale.com/r.cfm?b=210935&amp;u=403575&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis</a> that I know will help at least one person and possibly save them hours of frustration. So here is the tutorial.</p>
<p>I was working on a revision to a visual layout of a website I previously helped develop on the <a href="http://www.shareasale.com/r.cfm?b=210935&amp;u=403575&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis</a> theme framework. I spent more time than I should trying to find out where the extra space between webpage elements was coming from. Was it the <a href="http://www.w3.org/Style/CSS/" target="_blank">CSS</a>? It had to be.</p>
<p>I checked the CSS using my editing tools. No extra margin, no extra padding, yet I still could not get page elements aligned the way I wanted. There was a mysterious &#8220;gap&#8221; between page elements. No matter what I tried with my <a href="http://www.w3.org/Style/CSS/" target="_blank">CSS</a> (other than negative margins—no bueno in this case) the gap would not go away.</p>
<p>I finally got smart and looked as source code—the html. Typically I get to the source code earlier in the process, but this time I thought all my issues were in <a href="http://www.w3.org/Style/CSS/" target="_blank">CSS</a> but they were not. The key to the solution lie inside the <a href="http://www.w3.org/html/" target="_blank">HTML</a>.</p>
<p>I recorded the video tutorial below in hopes that it might help you. If it does, let me know in the comments.</p>
<p>Be sure to click on the small, 4-arrow button in the bottom right corner of the video (as shown in the graphic below) to see the video at full size. Hope this helps.</p>
<p><img class="alignnone size-full wp-image-880" title="video expand button" src="http://www.berchman.com/wp-content/uploads/2010/02/Picture-19.png" alt="" width="88" height="68" /></p>
<p><a href="http://www.berchman.com/wordpress-thesis-tutorial-finding-and-fixing-phantom-spacing-on-your-web-page/"><em>Click here to view the embedded video.</em></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=Q4S8p1UdkI0:Kw12n9t2KQk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=Q4S8p1UdkI0:Kw12n9t2KQk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=Q4S8p1UdkI0:Kw12n9t2KQk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=Q4S8p1UdkI0:Kw12n9t2KQk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=Q4S8p1UdkI0:Kw12n9t2KQk:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=Q4S8p1UdkI0:Kw12n9t2KQk:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/wordpress-thesis-tutorial-finding-and-fixing-phantom-spacing-on-your-web-page/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Make Lemonade from the Lemons</title>
		<link>http://www.berchman.com/make-lemonade-from-the-lemons/</link>
		<comments>http://www.berchman.com/make-lemonade-from-the-lemons/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:06:23 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=869</guid>
		<description><![CDATA[I knew about this video a while back when it was in production. I had read about it somewhere in an RSS feed, or was it Twitter?, or Facebook?, or LinkedIn?&#8230; anyhow I did know that this video was being created. Day before yesterday Seth Godin brought it to back to my attention. I took [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I knew about this video a while back when it was in production. I had read about it somewhere in an <a href="http://feeds.feedburner.com/berchman" target="_blank">RSS feed</a>, or was it <a href="http://twitter.com/berchman" target="_blank">Twitter</a>?, or <a href="http://www.facebook.com/bert.mahoney" target="_blank">Facebook</a>?, or <a href="http://www.linkedin.com/in/bertmahoney" target="_blank">LinkedIn</a>?&#8230; anyhow I did know that this video was being created. Day before yesterday <a title="Link to Seth Godin's blog" href="http://sethgodin.typepad.com/seths_blog/2010/02/bonus-inspiration-and-insight.html" target="_blank">Seth Godin brought it to back to my attention</a>. I took some time to watch the entire video and was really struck by these people who were handed the &#8220;pink slip&#8221; and in turn made something come of it. Each person has their own story, and you have the power to write the ending.</p>
<p><strong>Watch this</strong>. If anything it will get you thinking.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="475" height="274" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.hulu.com/embed/U_odwAUsThscpcw2HvAxhA/i665" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="475" height="274" src="http://www.hulu.com/embed/U_odwAUsThscpcw2HvAxhA/i665" allowfullscreen="true"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=5tuFU-p2drY:2ro1-vSNpzY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=5tuFU-p2drY:2ro1-vSNpzY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=5tuFU-p2drY:2ro1-vSNpzY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=5tuFU-p2drY:2ro1-vSNpzY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=5tuFU-p2drY:2ro1-vSNpzY:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=5tuFU-p2drY:2ro1-vSNpzY:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/make-lemonade-from-the-lemons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Web Site Published</title>
		<link>http://www.berchman.com/new-web-site-published/</link>
		<comments>http://www.berchman.com/new-web-site-published/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 06:00:33 +0000</pubDate>
		<dc:creator>berchman</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.berchman.com/?p=840</guid>
		<description><![CDATA[Today was a big day of sorts. I completed design and development work on new website. It is a custom designed website in form and function. It&#8217;s a significantly modified version of Thesis [ #thesiswp ] running on the latest install of WordPress (presently 2.9.1). The site is http://www.ckwrites.com I learned a great deal more about [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.berchman.com/new-web-site-published/" title="Permanent link to New Web Site Published"><img class="post_image alignnone" src="http://www.berchman.com/wp-content/uploads/2010/01/ckwrites.png" width="475" height="250" alt="Post image for New Web Site Published" /></a>
</p><p>Today was a big day of sorts. I completed design and development work on new website. It is a custom designed website in form and function. It&#8217;s a significantly modified version of <a href="http://bit.ly/4WzboJ">Thesis</a> [ <a title="Link to the Thesis community on Twitter" href="http://search.twitter.com/search?q=%23thesiswp" target="_blank">#thesiswp</a> ] running on the latest install of <a class="zem_slink freebase/en/wordpress" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> (presently 2.9.1).</p>
<p>The site is <a title="Link to the recently published http://www.ckwrites.com" href="http://bit.ly/5DEuND" target="_blank">http://www.ckwrites.com</a></p>
<p>I learned a great deal more about <a href="http://bit.ly/4WzboJ">Thesis</a> and what&#8217;s possible. New tools and techniques that I plan to share with the <a title="Link to the Thesis community on Twitter" href="http://search.twitter.com/search?q=%23thesiswp" target="_blank">#thesiswp</a> community in the coming months. I already have at least 4 new tutorials coming; from the simple to the complex.</p>
<p>I&#8217;m very happy with the results of my work with <a title="Link to ck at LinkedIn" href="http://www.linkedin.com/in/christopherkorody" target="_blank">Christopher Korody</a>, a.k.a. &#8216;ck&#8217; of <a title="Link to the recently published http://www.ckwrites.com" href="http://bit.ly/5DEuND" target="_blank">http://www.ckwrites.com</a>. I&#8217;m sure he would agree that it was a <em>tough slog</em> but well worth the results. In fact you could just <a title="Link to ck's contact page." href="http://www.ckwrites.com/contact-ckwrites-com/" target="_blank">ask him</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/berchman?a=QyN_b3Eqqes:tjTWjY23zpQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/berchman?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=QyN_b3Eqqes:tjTWjY23zpQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/berchman?i=QyN_b3Eqqes:tjTWjY23zpQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=QyN_b3Eqqes:tjTWjY23zpQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/berchman?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/berchman?a=QyN_b3Eqqes:tjTWjY23zpQ:1jZaZlgAUxk"><img src="http://feeds.feedburner.com/~ff/berchman?i=QyN_b3Eqqes:tjTWjY23zpQ:1jZaZlgAUxk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.berchman.com/new-web-site-published/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
