<?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>Design In Flux</title>
	<atom:link href="http://dinflux.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dinflux.com</link>
	<description>A Beautiful Design Blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:02:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Setting Up A Local Web Server</title>
		<link>http://dinflux.com/setting-up-a-local-web-server/</link>
		<comments>http://dinflux.com/setting-up-a-local-web-server/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 03:10:19 +0000</pubDate>
		<dc:creator>dinfluxEd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://dinflux.com/?p=68</guid>
		<description><![CDATA[Setting Up A Local Web Server Reply Setting Up A...]]></description>
			<content:encoded><![CDATA[   <h1 style="display: none;"><a href="/setting-up-a-local-web-server/" title="Setting Up A Local Webserver">Setting Up A Local Web Server</a></h1>
                        <div class="comments-link">
                            <a href="/setting-up-a-local-web-server/#respond" title="Comment on branding myself on the internet">
                            <span class="leave-reply">Reply</span></a>					
                        </div>
                        <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
                            <h1 style="font-family: 'Gloria Hallelujah', cursive; color: black; font-size: 32px; text-align: center; margin: 30px 0px 70px 0px; text-transform: capitalize;">
                                <a href="http://dinflux.com/setting-up-a-local-web-server/">Setting Up A Local Web Server</a>
                            </h1>
                        <div style="font-family: 'Gloria Hallelujah', cursive; width: 100px; margin: 0 auto;  margin-bottom: 50px; margin-top: 50px; color: black; font-size: 22px;">10110101001</div>
                        <img src="/wp-content/uploads/post6/post6-headerimage.png" style="width: 448px; margin-left: 100px; margin-bottom: 50px;"/>   
                        <style>
                        p.code { background-color: #232323; padding: 4px; color: #4ac500; margin-top: 50px; margin-bottom: 50px; width: 85%; clear: left; margin-left: 40px; }
                        span.dropcap { font-size: 60px; float:left; display: inline-block; line-height: 39px; }
                        </style>
                        <div style="width: 385px; float: left; padding-left: 50px; ">
                           
                            <span class="dropcap">I</span><p> recently setup a local web server at home and am incredibly happy with it. 
                            This is not so much a guide but an outline of the steps involved. While it may 
                            appear to be total overkill and a hassle, I’ve found there to be many great 
                            benefits to working like this:</p>
                            
                            <ul style="list-style: disc; margin-left: 20px;">
                                <li>The setup mirrors very closely my setup at work. This allows me to 
                                practice and learn things on my side projects at home and apply them at 
                                work, and also vice versa.</li>
                                <li>You can make changes and see them on your local version much faster, 
                                pages refresh instantly, you don&#8217;t have to wait to upload files, you don’t 
                                have to worry about visitors viewing your work in progress. You can even 
                                work without being connected to the internet.</li>
                                <li>It allows me to have accurate mirrors of my sites locally running the 
                                same server side technology as the live sites. Before to style my 
                                WordPress posts I had a static HTML version of a post that I would 
                                style and then mirror that on the blog, but now I have a whole test 
                                version of the blog that behaves identically to this blog.</li>
                                <li>It is a great opportunity to learn how to use Linux.</li>
                                <li>This  setup will also be a crash course in server technologies. If 
                                you want to know the basics of the LAMP setup, and if you are a web 
                                developer you should, then this setup will definitely be a great place 
                                to learn that. I’ve learned more about web servers just setting this up 
                                than I ever knew before. You get a great deal of experience working with Apache: 
                                setting up vhost files, etc etc.</li>
                            </ul>
                            
                            <div style="font-family: 'Gloria Hallelujah', cursive; width: 100px; margin: 0 auto;  color: black; font-size: 22px;  margin-bottom: 50px; margin-top: 50px; ">10110101001</div>

                            <span class="dropcap">I</span><p> do all my designing and general tomfoolery on a windows 7 machine. So 
                            the first step is to create a virtual machine on that machine to act as the 
                            server, a large majority of web servers are Linux servers so it only makes 
                            sense to do the same. </p>
                            
                            
                            <p class="code">Download and Install <a href="https://www.virtualbox.org/wiki/Downloads">Virtual Box</a><br/>
                            Download the <a href="http://www.ubuntu.com/download/ubuntu/download">Ubuntu ISO file.</a></p>

                            <p>I am running Ubuntu 10.04 Lucid Lynx. I tried installing the latest version 
                            and found the new Unity UI to be completely unacceptable. I also downloaded the 
                            64 bit version of Ubuntu, but it may have been a mistake, and I think the 32 bit 
                            version would have run faster.</p>

                            <p class="code">Create a new virtual machine using the Ubuntu iso.</p> 

                            <p>I found VirtualBox to be super easy to use. I&#8217;m running pretty much the default 
                            options, nothing too crazy. For the networking options I found that a bridged 
                            adapter setup works best. This allows your host (windows) machine and your 
                            guest (linux) machine to have different IP addresses.</p>

                            <p>After you get Ubuntu up and running you’re gonna want to install guest additions 
                            from the VirtualBox Devices menu. This will allow things like seamless display and 
                            more importantly the cross-machine clipboard, guaranteed to make your life easier.</p>

                            <p>Next step is to give your Linux machine a static IP. You can do this in your reuter.</p>

                            <p>Now that your Ubuntu VM is up and running you need to make it a web server. This is 
                            by far the biggest hurdle. Luckily it is such a common procedure that Ubuntu has 
                            documented it on a single page much better than I could ever do.</p>

                            <p><em>It puts the AMP in LAMP.</em></p>
                           
                            <p class="code"><a href="https://help.ubuntu.com/community/ApacheMySQLPHP">ApacheMySQLPHP</a></p> 
                            
                            <p>Now you should be able to go to a browser on your windows machine, and put the 
                            ip address of your Linux machine, and if you followed the instructions on the link 
                            above you should see your php info file.</p>

                            <p>To make this easier you can edit your windows hosts file and set your linux ip 
                            address equal to whatever domain you make up, here my addition to my windows 
                            hosts file mine:</p>
                            
                            <p class="code">192.168.1.3 eddie.test.internal</p>
                            
                            <p>Now eddie.test.internal on my windows machine will point to my virtual machine.</p>
                            
                            <div style="font-family: 'Gloria Hallelujah', cursive; width: 100px; margin: 0 auto;  color: black; font-size: 22px;  margin-bottom: 50px; margin-top: 50px; ">10110101001</div>

                            <span class="dropcap">E</span><p>verything was working fine up to this point, I did a local install of wordpress, 
                            imported a database dump from dinflux.com into MySQL. and had a local copy of WordPress 
                            going. With one big problem, I could not access any links, if i went to /post_name, for 
                            example, I would get a 404.</p>

                            <p>After some troubleshooting discovered that when I installed Apache following the guide 
                            from Ubuntu’s site, the ReWrite Mod was not installed. I installed it using:
                            
                            <p class="code">sudo a2enmod rewrite</p>

                            <p>This allows the .htaccess file in the WordPress installation to redirect the 
                            browser. This doesn&#8217;t make sense to me because I was under the impression that 
                            Mod Rewrite is pretty much essential these days, why wouldn’t it come pre-installed? 
                            Get your shit together Ubuntu.</p> 

                            <p>And that is it. I actually share the site folders from my Linux machine back to 
                            my windows machine so that I can edit the files in windows.</p> 

                            <p>I hate writing guides, so this is more of an outline that might get people 
                            thinking about doing this for their own setups, and pointed in the right direction. 
                            If you have any specific questions I’d be glad to help.</p>

                            <p class="signature">- ECF</p>
                            
                        </div>
                        
                        <div style="width: 135px; height: 2525px; float: left; background-image: url('/wp-content/uploads/post6/post6-background.png'); "></div>  
            
            
            
            <!-- COPY UP TOP -->]]></content:encoded>
			<wfw:commentRss>http://dinflux.com/setting-up-a-local-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21st Amendment Product Design</title>
		<link>http://dinflux.com/21st-amendment-product-design/</link>
		<comments>http://dinflux.com/21st-amendment-product-design/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 04:44:24 +0000</pubDate>
		<dc:creator>dinfluxEd</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[21st amendment]]></category>
		<category><![CDATA[americana]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[cans]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[vintage]]></category>

		<guid isPermaLink="false">http://dinflux.com/?p=58</guid>
		<description><![CDATA[jQuery(function(){ jQuery('#backgroundcans') .css( {backgroundPosition: "0 0"} ) .mouseover(function(){ jQuery(this).stop().animate( {backgroundPosition:"(0...]]></description>
			<content:encoded><![CDATA[				    <script type="text/javascript" src="http://dinflux.com/wp-content/uploads/post5/jquery.backgroundPosition.js"></script>


	<script type="text/javascript">
	jQuery(function(){
jQuery('#backgroundcans')
	.css( {backgroundPosition: "0 0"} )
	.mouseover(function(){
		jQuery(this).stop().animate(
			{backgroundPosition:"(0 -950px)"}, 
			{duration:4500})
		})
	.mouseout(function(){
		jQuery(this).stop().animate(
			{backgroundPosition:"(0 0px)"}, 
			{duration:2500})
		})
});
</script>
				    	<script type="text/javascript">
					  WebFontConfig = {
					    google: { families: [ 'Petrona::latin' ] }
					  };
					  (function() {
					    var wf = document.createElement('script');
					    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
					      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
					    wf.type = 'text/javascript';
					    wf.async = 'true';
					    var s = document.getElementsByTagName('script')[0];
					    s.parentNode.insertBefore(wf, s);
					  })(); </script>
					  
					<div style="width: 632px; padding-top: 0px; overflow: hidden; background: url(/wp-content/uploads/post5/entry5header.png) -20px 0px no-repeat; z-index: 0;">
					<a href="http://dinflux.com/21st-amendment-product-design/" style="display: block; height: 110px;"></a>
					<h1 style="font-size: 0px; color: black; margin-left: 10px;">21st Amendment Product Design</h1>	
					 
		<div id="backgroundcans" style="width: 285px; height: 1253px; padding-top: 0px; float: left; background: url(/wp-content/uploads/post5/entry5background.png) no-repeat; background-position: 0px 0px; z-index: 2000; position: relative;">	
		</div>
	<div style="padding: 0px; padding-top: 0px; float: right; width: 339px;">
	<p></p>
		
	<p style="text-indent: 13px;">These days the educated craft beer drinker knows that craft beer from a can can be as good as beer from a bottle.  
	And one of the companies that is helping to reinforce this notion is 21st Amendment Brewing from San Francisco California.</p>
	
	<p style="text-indent: 13px;">A name like 21st Amendment brings to mind images of post prohibition America, of a time when beer 
	popularity was exploding, and when almost all beer came in cans. 21st Amendment has taken these images and wrapped them up with 
	beautiful graphic design and marketing.</p>
	
	<p style="text-indent: 13px;">Each of their distinct brews come in cans, and mostly in 6 packs from what I’ve seen. Each brew has 
	gorgeous art on the boxes as well as a smaller version of that same art on each can. They are all images of Americana with a vintage 
	flavor and a modern playful twist. Take the Statue of Liberty taking a break on the job, Paul Revere ridding into town on a hog, Mt. 
	Rushmore kicking ass, or Teddy Roosevelt sitting down by the fireplace enjoying a winter ale. The art style is complemented beautifully 
	by great typography that tells you everything you need to know about the can of beer that you hold in your hand. The text is logically 
	divided by the direction it reads in, which works wondrously on a medium like a can which you can easily turn in your hand and read 
	the text clearly.</p>
	
	<p style="text-indent: 13px;">If you can find 21st Amendement in your area bring a 6 pack home and appreciate the art on the cans.
	They are also conveniently really great beers, so feel free to pour one can while you appreciate another.  But I would guess that if 
	there was 21st Amendment in your area, you would’ve already seen it, because the packaging really does a good job of standing out and
	saying “Hey this can really does hold something special”.  </p>
	
		
	<p class="signature">- ECF</p>
	<br/>
		<blockquote style="color: #F07800; font-size: 1.2em;">Mouse over the images on the left to see more</blockquote><br/>
	</div>
	<div style="background-color: black; width: 383px; height: 145px; position: relative; margin-left: -36px;  z-index: 50; float: right;">
		
		<p style="color: white; margin-left: 40px; width: 333px;"><br/><span style="color: white; font-family: 'Petrona', serif; font-size: 26px;">December 5th, 1933</span><br/> The 21st Amendment to the US Constitution is ratified when Utah becomes the 36th state to approve it.  Prohibition officially ends. </p>
	</div>

	<div style="clear: both;"></div>

		
	
		
</div>]]></content:encoded>
			<wfw:commentRss>http://dinflux.com/21st-amendment-product-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The One Graphic Novel All Designers Must Read</title>
		<link>http://dinflux.com/graphic-novel-all-designers-must-read/</link>
		<comments>http://dinflux.com/graphic-novel-all-designers-must-read/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 02:51:16 +0000</pubDate>
		<dc:creator>dinfluxEd</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[graphic novels]]></category>
		<category><![CDATA[nightly news]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://dinflux.com/?p=47</guid>
		<description><![CDATA[The One Graphic Novel All Designers Must Read *1./ DINFLUX...]]></description>
			<content:encoded><![CDATA[				    <!-- COPY FROM HERE -->
					<div style="width: 632px; padding-top: 24px; background: url(http://dinflux.com/wp-content/uploads/post4/entry4background.jpg) 0px 0px no-repeat; overflow: hidden; ">
					<a href="http://dinflux.com/graphic-novel-all-designers-must-read/" style="text-decoration: none;">
					<h1 style="font-family: 'Impact', 'Verdana', sans-serif; font-size: 50px; color: black; margin-left: 10px;">
					 The One Graphic Novel 
					</h1>
					<h1 style="font-family: 'Arial', sans-serif; font-size: 40px; font-style: italic; text-transform: capitalize; margin-left: 10px;">
					 <em>All Designers Must Read</em>
					</h1></a>	
					
<div style="padding: 12px; padding-top: 0px; float: right;
	background: url(http://dinflux.com/wp-content/uploads/post4/entry4image.png) 214px 140px no-repeat; ">
	
	<div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:0px"></div>
	<div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:0px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:0px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:0px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:0px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:0px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:275px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:312px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:340px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:373px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:402px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:406px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:414px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:415px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:387px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:391px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:358px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:362px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:378px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:368px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:364px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:361px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:357px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:354px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:350px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:351px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:352px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:353px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:354px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:353px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:350px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:347px"></div><div style="float:left;clear:left;height:26px;width:0px"></div>
	<div style="float:right;clear:right;height:26px;width:345px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:352px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:359px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:351px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:353px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:361px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:341px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:329px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:259px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:253px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:244px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:246px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:249px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:252px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:252px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:246px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:326px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:336px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:319px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:287px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:269px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>
	<div style="float:right;clear:right;height:26px;width:262px"></div><div style="float:left;clear:left;height:26px;width:1px"></div>

	<div style="float:right;clear:right;height:170px;width:200px;  border-radius: 0px 7px 0px 7px; -moz-border-radius: 0px 7px 0px 7px; -webkit-border-radius: 0px 7px 0px 7px; border: 2px solid #000000; background-color: #FEFEFE; margin: 10px;">
	<div style="width: 79px; height: 13px; float: left; margin: 4px; border: 1px solid #333333; color: #f07800; background-color: #333333; ">*1./ DINFLUX</div>
	<p style="padding: 10px; font-size: 1.2em; line-height: 1.71em;  clear: both;  padding-top: 0px; text-align: justify;">This post is in tribute to “The Nightly News”. All images used without permission, but with good intentions. Hopefully the positive review will dissuade lawsuits.</p>
	</div>
	
	
<p style="text-indent: 13px;">It’s pretty incredible how long it took me to appreciate graphic novels. For many years I simply had disregarded them, 
to be honest, i don’t even know why. I had assumed they all came as small comics so I will chuck it up to laziness and youthful 
lack of means. The first graphic novel I sorta read was 100 Bullets Issue #1, around 6 years ago, maybe more. The issue was released 
online as a promotion for the rest of the series. I thought it was pretty damn good! and then quickly got distracted by other interests&#8230; </p>



<p style="text-indent: 13px;">Over time comics were always there, friends would say “oh have you read this comic” and many people I knew/know would 
say they were into comics, whatever that means. And of course when the watchmen movie came out it escalated to a frenzy and 
it was impossible to walk to the grocery store without seeing that yellow smiley face. </p>

<p style="text-indent: 13px;">Finally this past year I decided to give in. I read watchmen. I felt I had to pay my dues. For the record I enjoyed 
tremendously. The story is fantastic, and it is in fact much better than the movie. The art I wasn’t particularly impressed 
by. It has that classic “drawn” look. Like the art lacks polish or the story was put before the art and printing. Which is 
fine, I would still recommend it to anyone. After the obligatory watchmen I did an inordinate amount of research and 
compiled a list of novels that I think I would like, but one stuck out on that list. The Nightly News by Jonathan Hickman.</p>

<p style="text-indent: 13px;">Hickman wrote, lettered, drew, colored, and inked this short run comic. It originally ran 6 issues and is now 
available as a trade paperback. </p>

<p style="text-indent: 13px;">You can immediately tell that this comic was the project Hickman wanted to work on all his life. </p>

<p style="text-indent: 13px;">The story is passable, in my opinion Hickman isn’t the best writer, but lets move on because if you wanted good 
story you would read a book. (jk)</p>

<p style="text-indent: 13px;">This graphic novel is visually stunning. Each page looks like a poster, and in fact could actually be a poster. 
The whole book is printed on glossy paper and the coloring is sharp.</p> 

<p style="text-indent: 13px;">A lot of disciplines of graphic design carry over exactly into graphic novels. For example, focusing the readers 
vision. Hickman completely ditches the panel approach for the most part. You would imagine that it would be hard 
to keep the readers eyes following the page in order, but it’s handled expertly, and the reader is never lost trying to read the page. </p>

<p style="text-indent: 13px;">The book is also riddled with simple vector style graphics and patterns. This is so reminiscent of web design 
that sometimes I would look at the pages and think, “hmm that pattern would make a good background.” There is 
also good use of layering and elements are reused in different opacities it  gives the book an overall grunge 
feel, all while straddling the line of being too visually busy.  To top it all off, Hickman actually has pages 
that are infographics. </p>

<p style="text-indent: 13px;">Another aspect I was greatly impressed by is Hickman’s attention to detail. It is often the very little 
things that take a design from good to great. There are tasteful little things all over the book: Page 
numbers randomly positioned on the page, sarcastic disclaimers that begin each chapter, or little notes directed at the reader. </p>


	<div style="float:left;clear:left;height:85px;width:180px;  border-radius: 0px 7px 0px 7px; -moz-border-radius: 0px 7px 0px 7px; -webkit-border-radius: 0px 7px 0px 7px; border: 2px solid #000000; background-color: #FEFEFE; margin: 10px;">
	<div style="width: 79px; height: 13px; float: left; margin: 4px; border: 1px solid #333333; color: #f07800; background-color: #333333; ">*2./ DINFLUX</div><br/>
	<p style="padding: 10px; padding-top: 0px; font-size: 1.2em; line-height: 1.71em; clear: both; text-align: justify;">Some circles above and all the boxes have being rendered with CSS.</p>
	</div>
<p style="text-indent: 13px;">Go get it, it&#8217;s a visually stunning read. I dare any design professional to read this comic and not be impressed. </p>

	
<p class="signature">- ECF</p>
<br/><br/>

	<div style="clear: both;"></div>
	
		</div>
		
		</div>
			
		
		<div style="border-radius: 70px; -moz-border-radius: 70px; -webkit-border-radius: 50px; background-color: #dc0600; height: 140px; width: 140px; position: absolute; margin-top: -1180px; margin-left: 484px;"></div>
		<div style="border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; background-color: #fe9955; height: 100px; width: 100px; position: absolute; margin-top: -1160px; margin-left: 504px;"></div>
		<div style="border-radius: 31px; -moz-border-radius: 31px; -webkit-border-radius: 50px; background-color: #dc0600; height: 62px; width: 62px; position: absolute; margin-top: -1140px; margin-left: 523px;"></div>
		<div style="border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 50px; background-color: #fe9955; height: 50px; width: 50px; position: absolute; margin-top: -1134px; margin-left: 529px;"></div>
	
	<div style="position: relative; left: -12px; height: 120px; width:636px; border: 2px solid #000000; background: url('http://dinflux.com/wp-content/uploads/post4/entry4galleryback.jpg'); border-left: 0px; border-right: 0px; padding: 10px; ">
	<h2 style="border-radius: 0px 10px 0px 10px; -moz-border-radius: 0px 10px 0px 10px; -webkit-border-radius: 0px 10px 0px 10px; background-color: white; float: left; width: 150px; padding: 12px; background-color: #333333; color: white;">Sample Pages</h2>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic1.jpg" rel="shadowbox[NNews]"><h2 style="float: right; width: 400px; background-color: #FEFEFE; padding: 12px;
	border-radius: 0px 10px 0px 10px; -moz-border-radius: 0px 10px 0px 10px; -webkit-border-radius: 0px 10px 0px 10px; border: 2px solid black;">To view a gallery of the pages from the book click here.</h2></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic2.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic3.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic4.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic5.jpg" rel="shadowbox[NNews]"></a>	
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic6.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic7.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic8.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic9.jpg" rel="shadowbox[NNews]"></a>
	<a href="http://dinflux.com/wp-content/uploads/post4/NNpic10.jpg" rel="shadowbox[NNews]"></a>

	

	</div>
	
	

	
				    <!-- COPY FROM HERE -->]]></content:encoded>
			<wfw:commentRss>http://dinflux.com/graphic-novel-all-designers-must-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding A Portfolio Site</title>
		<link>http://dinflux.com/coding-a-portfolio-site/</link>
		<comments>http://dinflux.com/coding-a-portfolio-site/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 02:36:11 +0000</pubDate>
		<dc:creator>dinfluxEd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[barf]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[eferrer.info]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[side scrolling]]></category>

		<guid isPermaLink="false">http://dinflux.com/?p=38</guid>
		<description><![CDATA[CODING A PORTFOLIO SITE With a well planned design already...]]></description>
			<content:encoded><![CDATA[    <!-- COPY FROM HERE -->
					<div style="width: 632px; padding-top: 24px; height: 1562px; 
					background: url(http://dinflux.com/wp-content/uploads/post3/backgroundpost3.png) -12px -20px no-repeat;
					padding-top: 300px;">
					
					
					<h1 style="font-family: 'Verdana', sans-serif; display: hidden; font-size: 0px;">
					 CODING A PORTFOLIO SITE
					</h1>
					<!-- CSS test wrap styling -->
					
					<div style="float:right;clear:right;height:24px;width:159px"></div>
					<div style="float:right;clear:right;height:24px;width:160px"></div>
					<div style="float:right;clear:right;height:24px;width:161px"></div>
					<div style="float:right;clear:right;height:24px;width:162px"></div>
					<div style="float:right;clear:right;height:24px;width:164px"></div>
					<div style="float:right;clear:right;height:24px;width:152px"></div>
					<div style="float:right;clear:right;height:24px;width:135px"></div>
					<div style="float:right;clear:right;height:24px;width:124px"></div>
					<div style="float:right;clear:right;height:24px;width:128px"></div>
					<div style="float:right;clear:right;height:24px;width:132px"></div>
					<div style="float:right;clear:right;height:24px;width:136px"></div>
					<div style="float:right;clear:right;height:24px;width:140px"></div>
					<div style="float:right;clear:right;height:24px;width:144px"></div>
					<div style="float:right;clear:right;height:24px;width:148px"></div>
					<div style="float:right;clear:right;height:24px;width:163px"></div>
					<div style="float:right;clear:right;height:24px;width:183px"></div>
					<div style="float:right;clear:right;height:24px;width:200px"></div>
					<div style="float:right;clear:right;height:24px;width:215px"></div>
					<div style="float:right;clear:right;height:24px;width:231px"></div>
					<div style="float:right;clear:right;height:24px;width:255px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:271px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					<div style="float:right;clear:right;height:24px;width:272px"></div>
					
					
					
					<p style="margin-bottom: 1.4em;">
					 With a well planned design already in mind, the next step was to recreate the photoshop layout using HTML and CSS.</p>

					 <p>Here is our layout once more:<br/>
					 <a href="http://dinflux.com/envision-yourself-as-a-website">Envision Yourself As A Website</a>
					 </p>
					 <p style="font-family: 'Sigmar One', sans-serif; font-size: 20px; color: black;">Starting from a clean modular slate</p>

					 <p>I will be using PHP to create this site, and not 
					 because of any of the more advanced features of PHP, 
					 but just because of the PHP include function. I highly 
					 recommend that any novice web designers start using 
					 these functions as it allows you to modularize your code.</p>
					 
					 <p>This is incredibly useful if you know you will be 
					 having many individual pages on your site. I will admit 
					 that I used to be one to just copy and paste or use the 
					 “save-as-and-change” method to create similarly coded content pages. 
					 The problem here arises when you have to make changes down the road, 
					 you have to go back to every page and change it, as opposed to 
					 just changing the included PHP code.   We will see how PHP includes 
					 come into play later on in the coding of this site.</p>
					 
					<p>The first step is create a blank HTML file, 
					and then attach 3 CSS files. They are also attached 
					in order so that I know which files will supersede others. 
					CSS links that come first will have their declarations 
					replaced by the ones that come after if it is the same 
					declaration.</p>
					
					<p>First, I attach a reset file (if you do not know what a <a href="http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/">reset file</a> is, please check out this great link).
					I have been using Eric Meyer’s reset file for a long time, it suits the way I usually code things in CSS 
					and I have not found a need to modify it yet. You can check it out <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/">here</a> and read Eric’s reasoning behind
					the elements in the reset file.</p>
<p>After the reset I attach a layout file and a text file. I like to split my CSS so that later on I can easily find declarations and make changes. </p>
<p style="font-family: 'Sigmar One', sans-serif; font-size: 20px; color: black;">Lay me out layout</p>
<p>We now have a skeleton of the index page and similarly all the sub pages, click on the code barf box on the right to see all the code with some annotations, or <a href="http://dinflux.com/wp-content/uploads/post3/post3image4.jpg">click here to see the full code</a>.</p>	
<p class="signature">- ECF</p>

					<div style="height: 675px; width: 240px; position: relative; margin-top: -665px; margin-left: 375px; border: 0px solid red;">
					
					<a href="http://dinflux.com/wp-content/uploads/post3/post3image1.png" rel="shadowbox[CodeBarf]" style="height: 100%; width: 100%; display: block;">&nbsp;</a>
					<a href="http://dinflux.com/wp-content/uploads/post3/post3image2.jpg" rel="shadowbox[CodeBarf]"></a>
					<a href="http://dinflux.com/wp-content/uploads/post3/post3image4.jpg" rel="shadowbox[CodeBarf]"></a>
					 </div>
					 
					<div style="height: 265px; width: 495px; position: relative; margin-top: -1425px; margin-left: 0px; border: 0px solid red;">					
					<a href="http://dinflux.com/coding-a-portfolio-site/" style="height: 100%; width: 100%; display: block;">&nbsp;</a>
					 </div>




			
				
				</div>

				    <!-- COPY FROM HERE -->]]></content:encoded>
			<wfw:commentRss>http://dinflux.com/coding-a-portfolio-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>envision yourself as a website</title>
		<link>http://dinflux.com/envision-yourself-as-a-website/</link>
		<comments>http://dinflux.com/envision-yourself-as-a-website/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:26:50 +0000</pubDate>
		<dc:creator>dinfluxEd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[eferrer.info]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dinflux.com/?p=12</guid>
		<description><![CDATA[envision yourself as a website When I tried to envision...]]></description>
			<content:encoded><![CDATA[	<div style="width: 632px; padding-top: 24px; height: 1612px; background: url(http://dinflux.com/wp-content/uploads/post2/post2lineback.png) 545px -210px no-repeat;">
					 <h1 style="font-family: 'Verdana', sans-serif; color: red; font-size: 50px; line-height: 8px;">
					 <a href="http://dinflux.com/envision-yourself-as-a-website">envision yourself<br /> 
					 <h2 style="font-family: 'Verdana', sans-serif; color: red; font-size: 29px; letter-spacing: 29px;">as a website</h2></a></h1>
					
					 <div style="width: 363px; padding-right: 269px; float: left; background: url(http://dinflux.com/wp-content/uploads/post2/post2sitedesigns.png) 319px 0px no-repeat;">
					 
					 <p style="text-indent: 30px; margin-bottom: 1.4em;">
					 When I tried to envision my new portfolio site, I pictured a very clean design. 
					 The visual focus of the site had to be on the portfolio work, this was my number 
					 one priority, and accordingly, the focus of the design as well. With that in mind 
					 I started working backwards – I did not want the page to <br/>
					 be cluttered up with video descriptions, or an overwhelming gallery of works. 
					 </p>
					
					<p style="text-indent: 30px; margin-bottom: 1.4em;">
					I decided to split the site into 3 pages: One <br/>
					for video, one for web designs and one for print<br/>
					designs, each one sharing an almost identical<br/>
					layout. This way, I always had the option of <br/>sending an interested client a URL to just my <br/>
					video work, or just my web work. I started <br/>
					creating the video page as a basis for the other <br/>
					pages.
					</p>
					<p style="text-indent: 30px; margin-bottom: 1.4em;">
					I knew I would want to implement a <br/>
					thumbnail display for my works, and have the <br/>
					videos and images pop up in a light box. This<br/>
					would help keep the page clean and free of <br/>
					descriptions. Any information related to a portfolio<br/>
					work would be dealt with in that work’s lightbox<br/>
					display. 
					</p>
					<p style="text-indent: 30px; margin-bottom: 1.4em;">
					For the video section of the site, I wanted my<br/>
					reel to be the most prominent element. While the<br/>
					site will include most of my work, I understand <br/>
					that most people don’t want to go through all of <br/>
					my work, they just want to watch the compilation<br/>
					reel. This is specially true if I plan on using the<br/>
					site to try to garner employment. So the<br/>
					design was always focused around making<br/>
					the reel the most prominent element on the<br/>
					page.
					</p>
					<p style="text-indent: 30px; margin-bottom: 1.4em;">
					Initially I had the idea of a vertical navigation<br/>
					menu, and you can see that in some of the<br/>
					designs to the right. After some experimenting I<br/>
					realized that the vertical navigation did not look<br/>
					as good and most importantly created some very<br/>
					weird spacing. The weird spacing issues eventually <br/>
					lead to the idea of using side scrolling and in<br/>
					the end I went back to designing on a very tight<br/>
					grid with fixed top elements and side scrolling to<br/>
					showcase my work.	
						</p>				 
					 
					<div style="height: 175px; width: 260px; position: relative; margin-top: -1129px; margin-left: 370px;">
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign1.jpg" rel="shadowbox" style="height: 100%; width: 100%; display: block;"></a>
					 </div>
						
					<div style="height: 175px; width: 260px; position: relative; margin-top: 0px; margin-left: 370px;">
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign2.jpg" rel="shadowbox" style="height: 100%; width: 100%; display: block;"></a>
					 </div>
					 					 
					 <div style="height: 175px; width: 260px; position: relative; margin-top: 0px; margin-left: 370px;">
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign3.jpg" rel="shadowbox" style="height: 100%; width: 100%; display: block;"></a>
					 </div>
					 
					 <div style="height: 175px; width: 260px; position: relative; margin-top: 0px; margin-left: 370px;">
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign4.jpg" rel="shadowbox" style="height: 100%; width: 100%; display: block;"></a>
					 </div>
					 
					 <div style="height: 220px; width: 260px; position: relative; margin-top: 0px; margin-left: 370px;">
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign5.jpg" rel="shadowbox" style="height: 100%; width: 100%; display: block;"></a>
					 </div>
					 
					  <div style="height: 175px; width: 260px; position: relative; margin-top: 0px; margin-left: 370px;">
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign6.jpg" rel="shadowbox" style="height: 100%; width: 100%; display: block;"></a>
					 </div>
					 <div style="clear: both; height: 50px; "></div>
					 </div>
					<br/>
					<a href="http://dinflux.com/wp-content/uploads/post2/SiteRedesign5Grid.jpg" rel="shadowbox"><img src="http://dinflux.com/wp-content/uploads/post2/SiteRedesign5GridThumb.jpg"></a>
					 
					<h2 style="font-family: 'Verdana', sans-serif; color: red; font-size: 29px; letter-spacing: 8px; float: right; padding-right: 85px; "> the final design</h2>
					
					</div><!-- div for red line-->
					 
				<p style="text-indent: 30px; margin-bottom: 1.4em;">The final design is based on a 975px width. 
				The columns are 95px wide and have 12px wide margins. The main video area and the right area 
				widths are based on the divine proportion. And come in at 642px wide and 333px wide respectively.
				</p>
				<p style="text-indent: 30px; margin-bottom: 1.4em;">Once I was happy and done with the design,
				I thought about the other pages &#8211; the web section and still section. What would take the place
				of my video reel in those pages? I came up with an unorthodox solution. The same reel. 
				I decided instead of making a video about video to try to make a design reel which 
				highlighted most of my work. I’m happy with how it came out, and think that if a visitor 
				comes to the site and only views the video, they can get a pretty decent idea of my work. 
				</p>
				<p style="text-indent: 30px; margin-bottom: 1.4em;">You can of course see the design live at
				my portfolio site: <A href="http://eferrer.info">eferrer.info</a>. Below are some more notes about specific elements in the design.			    					
				</p>
				<div style="width: 656px; margin-left: -12px; height: 612px; background: url(http://dinflux.com/wp-content/uploads/post2/finalback.png) 0px 40px repeat-x transparent; overflow: visible;">
						<div style="width: 536px; padding-right: 12px; padding-left: 100px; height: 510px; background: url(http://dinflux.com/wp-content/uploads/post2/post2lineback2.png) 30px 0px no-repeat;">
						<h2 style="font-family: 'Verdana', sans-serif; color: red; font-size: 29px; letter-spacing: 8px; float: left; margin-top: -22px; "> elements</h2>
							
								<div style="clear: both;"></div>
							
								<div>
								<img style="float: right;" src="http://dinflux.com/wp-content/uploads/post2/backgroundcircle.png">						
								<p style="text-align: right;"><span style="color: red; margin-right: -10px;">Background</span><br/>
								Image I had on my computer, if it is yours let me know and I will credit you, I honestly don’t remember where I got it.</p>
								
								</div>
								
								<div style="text-align: left; margin-left: -90px;">
								<img style="float: left;" src="http://dinflux.com/wp-content/uploads/post2/colorcircle.png">
								<p style="padding-left: 90px;"><span style="color: red; margin-left: -6px;">Color</span><br/>
								This was a theme I remember seeing on Kuler for a 
								&nbsp;&nbsp;previous freelance project I had done, I tried 
								searching for it again and couldn’t find it, so I recreated the 
								colors from memory. I’m really in love with the colors. For 
								anyone interested these are the color codes:
								<span style="color: #fefefe">#FEFEFE</span>, <span style="color: #a1b70d">#a1b70d</span>, <span style="color: #e44025">#e44025</span>, 
								<span style="color: #9e9e9e">#9e9e9e</span>, <span style="color: #cecece">#cecece</span>, <span style="color: #000000">#000000</span>
								</p>
								</div>
								<div>
								<img style="float: right;" src="http://dinflux.com/wp-content/uploads/post2/fontcircle.png">
								<p style="text-align: right;"><span style="color: red; margin-right: -10px;">Font</span><br/>
								Helvetica. I do think Helvetica is getting really over &nbsp;
								used. I tried searching for another font, but I really like the&nbsp; 
								capital R’s in Helvetica and the font just fit really well. All
								<span style="margin-right: -6px;">the titles are actually stretched vertically, so we could say</span><br/><span style="margin-right: 80px;"> it is a modified Helvetica.</span>
								</p>
								</div>
						</div><!-- div for red line-->
						
						
						<div style="padding: 12px; padding-bottom: 0px;">
						<p style="text-indent: 30px;">I took my time with the design of this site, and when I thought 
						I had a design I liked, I would let it sit for a couple days and 
						then come back to it. This is a great practice that often times is made 
						impossible by project deadlines, but I believe it really helps. When I 
						come back to a design a week later and still think there is nothing I 
						can do to improve it, that is a design I can really stand behind. I as I 
						look at the portfolio site, I think that is still the case. Except for some minor 
						tweaks I would like to do &#8211; sigh, a designer is never done after all&#8230;</p>
						
						
						</div>
						
						<div style="width: 536px; padding-right: 12px; padding-left: 100px; height: 60px; background: url(http://dinflux.com/wp-content/uploads/post2/post2lineback2.png) 30px -20px no-repeat;">
						<p class="signature">- ECF</p>
						</div>
				
				
				</div>
				<div style="clear: both; height: 150px; "></div>]]></content:encoded>
			<wfw:commentRss>http://dinflux.com/envision-yourself-as-a-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

