<?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>Indie_preneur&#187; code</title>
	<atom:link href="http://indie-preneur.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://indie-preneur.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 24 Mar 2010 03:38:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>An FPO&#039;ed image with HTML + CSS3</title>
		<link>http://indie-preneur.com/code/an-fpoed-image-with-html-css3/</link>
		<comments>http://indie-preneur.com/code/an-fpoed-image-with-html-css3/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 23:57:54 +0000</pubDate>
		<dc:creator>indie_preneur</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[fpo]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://indie-preneur.com/?p=367</guid>
		<description><![CDATA[I know I&#8217;ve had many projects that I had to create an extra step in Photoshop to accomplish. Whenever I used to comp a layout and the images either weren&#8217;t approved, or even  in a remote ballpark of being approved, I used to find an image similar to what I thought the client would want, [...]]]></description>
			<content:encoded><![CDATA[<p>I know I&#8217;ve had many projects that I had to create an extra step in Photoshop to accomplish. Whenever I used to comp a layout and the images either weren&#8217;t approved, or even  in a remote ballpark of being approved, I used to find an image similar to what I thought the client would want, and then &#8216;FPO&#8217; it in Photoshop. And seeing as how I&#8217;m trying to design in the browser as much as I can, and with CSS3s awesomeness, I thought how could I skip this step in Photoshop.</p>
<p>This was never a hugely time-consuming step, but it was a whee bit annoying. For the record, I&#8217;m not sure if other people have done this before, I&#8217;m sure someone has, but after a quick search on google, I didn&#8217;t see anything.</p>
<p><span id="more-367"></span></p>
<p>I created some dummy content and explained what I was doing and then pulled a dummy pic from a previous (also FPO) project. I marked it up without any major CSS, just normal body stylings. Here&#8217;s the HTML:</p>
<pre>&lt;div id="demoWrap"&gt;

	&lt;div class="fpo"&gt;

		&lt;img src="images/holderOne.jpg" height="164" width="249" alt="" /&gt;

		&lt;abbr&gt;FPO&lt;/abbr&gt;

	&lt;/div&gt;

	&lt;h1&gt;This is cool stuff.&lt;/h1&gt;

	&lt;p&gt;This way, you don’t need to create a PSD file with FPO and then

	remove it later.&lt;/p&gt;

&lt;/div&gt;</pre>
<p>Here&#8217;s the before look:</p>
<p><img class="alignnone size-full wp-image-372" style="padding: 2px; border: 1px solid #e4e1d7;" title="FPO BeforeCSS3" src="http://indie-preneur.com/wp-content/uploads/2010/01/fpoBefore.png" alt="FPO BeforeCSS3" width="588" height="387" /></p>
<p>Then I added a bit of CSS:</p>
<pre>#demoWrap .fpo { float:right; margin:10px 0 -50px; }

#demoWrap .fpo image { display:block; position:relative; z-index:1; }

#demoWrap .fpo abbr { display:block; font-size:300%; font-family:Helvetica,

Arial, sans serif; font-weight:bold; position:relative; z-index:100; top:-115px;

left:75px; color:rgba(255, 255, 255, 0.8); text-shadow:#101010 0 1px 2px; }</pre>
<p>And voila, I got just what I was looking for:</p>
<p><img class="alignnone size-full wp-image-372" style="padding: 2px; border: 1px solid #e4e1d7;" title="FPO After CSS3" src="http://indie-preneur.com/wp-content/uploads/2010/01/fpoDone.png" alt="FPO After CSS3" width="588" height="366" /></p>
<p>Like in the image, in modern browsers, this adds a nice flavor that we used to get only in Photoshop. Older browsers will ignore them and this effect will still be effective, just not as glamorous.</p>
<p><a href="http://www.twitter.com/home/?status=An+FPO%27ed+image+with+HTML+CSS3+http://bit.ly/caoo06+/via+@indie_preneur">Post  this goodness to twitter.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://indie-preneur.com/code/an-fpoed-image-with-html-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Love To Write Cleaner Code Each Day, It&#039;s Rad.</title>
		<link>http://indie-preneur.com/code/i-love-to-write-cleaner-code-each-day-its-rad/</link>
		<comments>http://indie-preneur.com/code/i-love-to-write-cleaner-code-each-day-its-rad/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:33:41 +0000</pubDate>
		<dc:creator>indie_preneur</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[improvement]]></category>
		<category><![CDATA[seinfeld]]></category>

		<guid isPermaLink="false">http://indie-preneur.com/?p=189</guid>
		<description><![CDATA[I have to confess, I love many things about the phenomenon that is the interweb. If there&#8217;s a word I&#8217;m not quite sure what it means, I dictionary.com it, and then act like I knew what it meant. If I&#8217;m watching one of my favorite episodes of Seinfeld, and I forget who really invaded Spain [...]]]></description>
			<content:encoded><![CDATA[<p>I have to confess, I love many things about the phenomenon that is the interweb. If there&#8217;s a word I&#8217;m not quite sure what it means, I dictionary.com it, and then act like I knew what it meant. If I&#8217;m watching one of my favorite episodes of Seinfeld, and I forget <a title="The Bubble Boy Episode" rel="nofollow" href="http://en.wikipedia.org/wiki/The_Bubble_Boy_%28Seinfeld_episode%29" target="_self">who really invaded Spain in the 8th century</a>, Wikipedia waits to comfort my nerves. It&#8217;s relatively easy to find a new indie band, and then proclaim to your friends you were listening to them before they actually formed. I love the immediacy of this medium. It&#8217;s very plug + play in a sense.</p>
<p>Why I say this is because I came to web from a fine arts / print background. And as much as I love print, I was just drawn to web, and I wasn&#8217;t always sure why. Lately, however, I&#8217;ve begun to realize what it is.</p>
<p>Although I thrive on feedback and criticism (from a design point of view), rarely is the code ever seen by clients, thus rarely is it ever reviewed. So, as it stands, I am my best and worst critic. I constantly critique my code by the fact that I read blogs and tweets all day relating to newer and cleaner coding techniques and how I may have done this or that in a less-than-ideal way previously.</p>
<p><span id="more-189"></span></p>
<p>Each day I strive to try something new, whether it&#8217;s relieving myself of divitis, figuring out how to make sites more accessible, trying some new CSS3 tricks, or testing the latest web fonts trend. Unfortunately this is not usually paid work, but as semi-wise old man once said to me &#8220;if it is to be, it&#8217;s up to me.&#8221;</p>
<p>These personal projects are a really nice creative outlet (for all those ideas too out-there for the clients, or that have just been floating around my head), and are a great way to help me break through any kind of designers block I might be having. But more importantly, with each and every project, I implement something I learned from the last time, and usually do it better.</p>
<p>Additionally, being able to create and test a new page right then and there, each project helps me feel more confident in my own skills, and helps me to be able to better communicate with the client as to why we should always strive for the cleanest, most semantic code.</p>
<p>Bonus&#8211;another reason why I strive to do this is because I really dislike the word &#8220;expert.&#8221; There are definitely some people out there who are experts at what they do. And while there are even a lot more who are <em>really good</em> at what they do, I&#8217;ve always been of the opinion that you should be constantly getting better, and learning new things, thus not worrying over labels. Let your work and your clients do the labeling, I say spend your time getting better.</p>
<p><em>Also, I&#8217;m not saying I&#8217;m a so-called expert, just my thoughts on the matter.</em></p>
<p>Any suggestions on other ways / tips to constantly improve the development side of web work?<em></p>
<p></em></p>
]]></content:encoded>
			<wfw:commentRss>http://indie-preneur.com/code/i-love-to-write-cleaner-code-each-day-its-rad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
