<?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>Blog &#124; WirthDesign &#187; My Work</title>
	<atom:link href="http://wirthdesign.com/blog/category/my-work/feed" rel="self" type="application/rss+xml" />
	<link>http://wirthdesign.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 23 Jun 2010 02:51:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Freelancer Turned Co-Worker Pt. 1</title>
		<link>http://wirthdesign.com/blog/freelancer-turned-co-worker-pt-1.html</link>
		<comments>http://wirthdesign.com/blog/freelancer-turned-co-worker-pt-1.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 02:51:19 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[teamwork]]></category>

		<guid isPermaLink="false">http://wirthdesign.com/blog/?p=130</guid>
		<description><![CDATA[As a freelancer my only source of feedback was from the client and anyone in my Twitter feed who took notice of my project. Feedback is crucial in this line of work because it's very easy to get lost in what your doing and lose sight of the big picture.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been over a month now that I&#8217;ve started my first full time position as a front end programmer/designer. Now that I&#8217;ve had a taste of working within a company I&#8217;ll share my experiences thus far.</p>
<h2>Working with a team</h2>
<p>In the past my experience working with other designers/developers has been limited. I now work directly with programmers as well as a few graphic designers from time to time. Having like minded people to bounce ideas off of has helped me think differently about how and why I do things as I&#8217;m designing.</p>
<p>As a freelancer my only source of feedback was from the client and anyone in my Twitter feed who took notice of my project. Feedback is crucial in this line of work because it&#8217;s very easy to get lost in what your doing and lose sight of the big picture.<span id="more-130"></span></p>
<h2>Designing with less restraints</h2>
<p>During my first big project with the company one of my interviewers had commented that my work was looking better than what I had in my portfolio. The reason for this is that a majority of my clients were interested in web design packages that were competitively priced.  With keeping things competitive I could only produce a limited number concepts. I&#8217;m now in an environment where I am free to conceptualize my ideas.</p>
<h2>In conclusion</h2>
<p>Making the switch from freelancer to full time employee has been a great move for me personally. It&#8217;s shown me that on my previous career path that I could not have gotten as far on my own as I have now. I feel more challenged now than I have in the past six months and I feel this is where I need to be. If I were to have chosen full time freelancer over taking a position I think I would have had to work even harder to keep from becoming stagnant. I see how important it is for freelancers to network and take on bigger fish than they&#8217;re used to.</p>
<p>I&#8217;d love to hear your comments or questions, thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://wirthdesign.com/blog/freelancer-turned-co-worker-pt-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you code CSS?</title>
		<link>http://wirthdesign.com/blog/how-do-you-code-css.html</link>
		<comments>http://wirthdesign.com/blog/how-do-you-code-css.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:23:57 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://wirthdesign.com/blog/?p=108</guid>
		<description><![CDATA[Over the past year I have seen CSS coded in various ways. I started out learning what I consider to be the most common method. body { &#160;&#160;&#160;&#160;&#160;background-color: #000; &#160;&#160;&#160;&#160;&#160;color: #fff; } &#160; #container { &#160;&#160;&#160;&#160;&#160;height: auto; &#160;&#160;&#160;&#160;&#160;width: 960px; &#160;&#160;&#160;&#160;&#160;margin: 0 auto; } If using Adobe Dreamweaver&#8217;s Source Formatting it will appear like the above. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past year I have seen CSS coded in various ways. I started out learning what I consider to be the most common method.</p>
<p><code><br />
body {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background-color: #000;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: #fff;<br />
}<br />
&nbsp;<br />
#container {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height: auto;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 960px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin: 0 auto;<br />
}<br />
</code></p>
<p>If using Adobe Dreamweaver&#8217;s Source Formatting <span id="more-108"></span> it will appear like the above. Now when I started getting into WordPress style sheets I found that some authors would code a little different.</p>
<p><code><br />
body {background-color: #000; color: #fff;}<br />
&nbsp;<br />
#container {height: auto; width: 960px; margin: 0 auto;}<br />
</code></p>
<p>This code writing style is a result of the WordPress coding environment. Since your probably at some time or another going to be modifying your style sheet through the WordPress Admin you won&#8217;t be able to use the Tab key in order to space your properties below your selectors. Even though this is a coding style that is a result of problem solving around the Tab key function, it also has some things I find attractive about it. This technique significantly reduces your lines of code. Since the code is being entered in a horizontal orientation you also benefit from heavy vertical scrolling. The first example I find much easier to scan through to find the desired selector.</p>
<p>The last thing I want to touch on is order of the properties. When I first start writing a style sheet I try to organize them but I sometimes end up breaking that order. I always try to keep related things together like dimensions, visual elements, sorting functions etc. In some of the books I read they recommend having multiple style sheets like one for appearances, fonts etc but I just don&#8217;t find that to be very efficient sometimes.</p>
<p>In conclusion I use a combination of these two methods. If a selector only has one property below it for example&#8230;</p>
<p><code>p {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding: 10px 5px;<br />
}</code></p>
<p>I will sometimes make it one line like this</p>
<p><code>p {padding: 10px 5px;}</code></p>
<p>There is no confusion for me to find that property because it&#8217;s singular. Only thing I don&#8217;t like about making it one line is that it sticks out and is not consistent but I do like that it takes up less space. I am pretty particular and always striving to do things that make the most sense. Of course it&#8217;s going to work either way but I like to have a higher standard and good reason for doing anything.</p>
<p>I&#8217;d love to hear your thoughts on this, please leave a comment if you have something to contribute. Do you use the first or second example?</p>
]]></content:encoded>
			<wfw:commentRss>http://wirthdesign.com/blog/how-do-you-code-css.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Growing Pains of a Pet Project</title>
		<link>http://wirthdesign.com/blog/growing-pains-of-a-pet-project.html</link>
		<comments>http://wirthdesign.com/blog/growing-pains-of-a-pet-project.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 22:10:53 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://wirthdesign.com/blog/?p=98</guid>
		<description><![CDATA[Some of you may know I also run a comic blog called PissMeOffAnd.com. It&#8217;s been a lot of fun so far and the greatest thing about it is that I am learning a lot in the process. One of the hardest tasks so far has been answering the question of just who my target audience [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may know I also run a comic blog called PissMeOffAnd.com. It&#8217;s been a lot of fun so far and the greatest thing about it is that I am learning a lot in the process. One of the hardest tasks so far has been answering the question of just who my target audience is. Are people over 30 going to find this funny or find it pointless? It&#8217;s too early to tell but to my partial surprise there a few people so far who are interested in these comics.</p>
<p>The site is built on a WordPress install and I modified a free theme called ComicPress to my likings. Now that I&#8217;ve had a few months to see how this is going to shape out <span id="more-98"></span>I&#8217;ve come to the conclusion that this blog style format is really not the best solution. Since these comics are not sensitive to time I can use them out of order without it making a difference. Recycling content is going to be a key factor because those unfamiliar with the site aren&#8217;t going to dig three pages back unless they&#8217;re really seeking it out.</p>
<p>So after finding some sources of inspiration I have created a new concept which I am hoping to improve upon some of the things I have mentioned. We (The other authors and myself) have also talked about expanding the site to include videos, store front and possibly a blog. So below you can see that we have the current design (top) and the new concept design (bottom).</p>
<p><a href="http://wirthdesign.com/blog/wp-content/uploads/2010/01/PMOA-layout-current.jpg"><img class="alignnone size-medium wp-image-99" title="PMOA-layout-current" src="http://wirthdesign.com/blog/wp-content/uploads/2010/01/PMOA-layout-current-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://wirthdesign.com/blog/wp-content/uploads/2010/01/PMOA-layout-2.jpg"></a></p>
<p><a href="http://wirthdesign.com/blog/wp-content/uploads/2010/01/PMOA-layout-21.jpg"><img class="alignnone size-medium wp-image-103" title="PMOA-layout-2" src="http://wirthdesign.com/blog/wp-content/uploads/2010/01/PMOA-layout-21-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h3>Header</h3>
<p>The old design is dark and doesn&#8217;t reproduce well between monitor settings, so in this new design I made improvements to the look and play of the navigation. The site will grow by two pages and I think this works well.</p>
<h3>Content Area</h3>
<p>One thing I&#8217;m not happy with in this new design is that the comics are roughly 40 pixels smaller in width. Not a huge loss but a reduction is a reduction. The content to the right of the comic is going to go through some changes as I&#8217;m not happy with it at the moment. I&#8217;ve thought about putting the comic title above everything else and running the width of the content area. I do like the new look of the highly visible social media button which will illuminate into their respective colors upon hover. The images below the main comic will be a gallery of old comics that scroll to the right.</p>
<h3>Footer</h3>
<p>The footer will be the new home of the twitter feed. Some other ideas could be to post a user submited #pissmeoffand tag line and possibly have the users vote on it they like it or and maybe award the winner with a prize. The new blog post section at the moment works for me and helps get the new content up front.</p>
<p>So in conclusion I think this new design is going perform better and improve the look of the site. If you have any comments or suggestions I would love to hear them. I also might be creating a VLog of this process because I&#8217;d really like to share more of what I am doing for others to benefit from. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://wirthdesign.com/blog/growing-pains-of-a-pet-project.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
