<?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>Jeffrey Paul Designs</title>
	<atom:link href="http://jeffreypauldesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffreypauldesigns.com</link>
	<description>Jeffrey Paul Designs Blog</description>
	<lastBuildDate>Fri, 04 May 2012 01:14:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What up AdWeek?</title>
		<link>http://jeffreypauldesigns.com/2012/05/what-up-adweek/</link>
		<comments>http://jeffreypauldesigns.com/2012/05/what-up-adweek/#comments</comments>
		<pubDate>Fri, 04 May 2012 01:13:22 +0000</pubDate>
		<dc:creator>jP</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[adweek]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[wendt]]></category>

		<guid isPermaLink="false">http://jeffreypauldesigns.com/?p=124</guid>
		<description><![CDATA[Just today everyone at Wendt received our hard copies of AdWeek and featured nice and prominently on the front page and the table of contents and a double-truck preceding the article was my photography. AdWeek had contacted Brenda—Wendt&#8217;s CEO and the fly fisherman featured in the photos—a month or so earlier about an article featuring [...]]]></description>
			<content:encoded><![CDATA[<p>Just today everyone at Wendt received our hard copies of <a title="AdWeek - Big Fish, Small Ponds" href="http://www.adweek.com/news/advertising-branding/big-fish-small-ponds-139749" target="_blank">AdWeek </a>and featured nice and prominently on the front page and the table of contents and a double-truck preceding the article was my photography. AdWeek had contacted Brenda—Wendt&#8217;s CEO and the fly fisherman featured in the photos—a month or so earlier about an article featuring small town agencies. I shot Brenda fishing and sent AdWeek three of our favorite photos. What we didn&#8217;t know was that they would be featuring all three photos in the issue. Bam:</p>
<p><a href="http://jeffreypauldesigns.com/wp-content/uploads/2012/05/adweek_cover.jpg"><img class="alignnone size-full wp-image-125" title="adweek_cover" src="http://jeffreypauldesigns.com/wp-content/uploads/2012/05/adweek_cover.jpg" alt="" width="960" height="720" /></a><a href="http://jeffreypauldesigns.com/wp-content/uploads/2012/05/adweek_dt.jpg"><img class="alignnone size-full wp-image-126" title="adweek_dt" src="http://jeffreypauldesigns.com/wp-content/uploads/2012/05/adweek_dt.jpg" alt="" width="960" height="720" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffreypauldesigns.com/2012/05/what-up-adweek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Working Framework</title>
		<link>http://jeffreypauldesigns.com/2012/04/my-working-framework/</link>
		<comments>http://jeffreypauldesigns.com/2012/04/my-working-framework/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 18:26:56 +0000</pubDate>
		<dc:creator>jP</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://jeffreypauldesigns.com/?p=38</guid>
		<description><![CDATA[The last thing anybody needs is another Framework. There are tons out there (just search for &#8220;web framework&#8221;). None of them, however, seemed to fit my needs quite right, so I made my own. I&#8217;m a big fan of citing your source, so below are some of the bigger influences of this thing: I&#8217;ve borrowed [...]]]></description>
			<content:encoded><![CDATA[<p>The last thing anybody needs is another Framework. There are tons out there (just search for &#8220;web framework&#8221;). None of them, however, seemed to fit my needs quite right, so I made my own. I&#8217;m a big fan of citing your source, so below are some of the bigger influences of this thing:</p>
<p>I&#8217;ve borrowed pretty heavily from <a href="http://simplebits.com/" target="_blank">Dan Cederholm&#8217;s</a> <a href="http://handcraftedcss.com/" target="_blank">Handcrafted CSS</a> for the initial css import structure and some tricks to hide styles from IE.</p>
<p>I had been using <a href="http://meyerweb.com/" target="_blank">Eric Meyer&#8217;s</a> <a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">reset.css</a> method before I came across <a href="http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/" target="_blank"Jens Meiert's</a> and <a href="http://snook.ca/archives/html_and_css/no_css_reset/" target="_blank">Jonathan Snook&#8217;s articles arguing against them</a>. So, this framework uses the reset.css file to set default styles rather than reset them.</p>
<p>In that reset.css file, I&#8217;m using html{font-size: 16px;} and body{font-size: 62.5%} to set my measurements to a 1:10 ems:pixels ratio. I believe that idea originated with <a href="http://clagnut.com/" target="_blank">Richard Rutter</a> in <a href="http://clagnut.com/blog/348/" target="_blank">this article</a>.</p>
<p>I&#8217;m using SASS to compile my CSS these days (I&#8217;ll make a separate post about why), and I couldn&#8217;t find many other frameworks that have the SASS already set up. In my file structure, the &#8220;sass&#8221; folder compiles within the &#8220;css&#8221; structure. Depending on the CMS I&#8217;m using, I&#8217;ll usually move the &#8220;sass&#8221; folder outside of that CMS&#8217;s file structure, but at the framework stage, it&#8217;s sitting in the root.</p>
<p>There are more people that have influenced it, of course, but these are the biggies (and the ones I know of/can track down). The download file is a work in progress, of course. As I change it, I&#8217;ll update git with the new framework. Feel free to fork and make adjustments for your own. Questions/Comments? Let me know in the FB comments below.</p>
<p><a href="https://github.com/jwpaul/jP_WebFramework" target="_blank">Download my framework.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffreypauldesigns.com/2012/04/my-working-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP old external hard drive</title>
		<link>http://jeffreypauldesigns.com/2011/10/rip-old-external-hard-drive/</link>
		<comments>http://jeffreypauldesigns.com/2011/10/rip-old-external-hard-drive/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 05:09:02 +0000</pubDate>
		<dc:creator>jP</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[idiot mistakes]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://jeffreypauldesigns.com/?p=12</guid>
		<description><![CDATA[A few years ago I did something very stupid. Having recently filled my 250 gig external hard drive, I figured it was time to upgrade. I dropped something like $200 on a decent 1 terabyte drive and moved all my music, photographs and designs to the new drive. I even formatted my old drive and [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago I did something very stupid.</p>
<p>Having recently filled my 250 gig external hard drive, I figured it was time to upgrade. I dropped something like $200 on a decent 1 terabyte drive and moved all my music, photographs and designs to the new drive. I even formatted my old drive and planned on backing up my finalized files to the old drive on a weekly-ish basis.</p>
<p>Emphasis on the word &#8220;<em>planned</em>.&#8221;</p>
<p>Stupid. So, recently my aging 1T drive flatlined. And three weeks later, after a number of visits to the local computer-magic-recovery-workers, I&#8217;m coming to the realization that most of my important, valuable files are gone.</p>
<p id="firstHeading">This has caused an all-out, heightened and accelerated ride through the Kübler-Ross model. This blows.</p>
<p>So I urge you all to back up your files. Right now. Quit reading and back everything up.</p>
<p>Interestingly, though, this has given me the opportunity to step outside of my own little design world and do some honest reflection on my work. As I&#8217;m pouring through hundreds of arbitrarily named files, I&#8217;m realizing that a lot of work that I once had in my portfolio—stuff that I was once really proud of—sucks.</p>
<p>It&#8217;s just not that good. It&#8217;s not the type of work that I stumble upon online and gets my heart racing and my fingers itching for a mouse (go ahead, mock me for not using a tablet yet) or my camera. It&#8217;s not the type of work I want to be producing.</p>
<p>Maybe it&#8217;s that I&#8217;m too close to it. Maybe because I have intimate knowledge of each piece—I know exactly the methods I used to produce each one or I know roughly how much Cold Smoke I had consumed the night I made it—it&#8217;s lacking the mystery and ambiguity of others&#8217; work.</p>
<p>But then there&#8217;s the occasional piece that pulls at my heartstrings, because I know it&#8217;s among the best I&#8217;ve created, or there&#8217;s the pit in my stomach because I&#8217;m still not sure if my &#8220;Property of the State of Montana&#8221; pano has been recovered.</p>
<p>This has been a roller-coaster ride, to say the least. Out of it, though, I hope to be producing better work, with less bullshit. That&#8217;s the work that I&#8217;ll populate this new blog with.</p>
<p><em>In the meantime, my new backup plan is to store a &#8220;Current Jobs&#8221; folder on my local hard drive which would be mirrored on a new external hard drive (containing everything). Finished files will be backed up in an online storage system. I still haven&#8217;t figured out which online storage system is best, so if anyone has recommendations, let me know in the comments, <a title="jP Designs on Facebook" href="http://www.facebook.com/pages/Jeffrey-Paul-Designs-Photography/144510303101" target="_blank">on Facebook</a> or <a title="jP Designs" href="mailto:jeffrey@jeffreypauldesigns.com">shoot me an email</a>.<br />
</em></p>
<p><em>P.S. Go back up your shit.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffreypauldesigns.com/2011/10/rip-old-external-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The raw and unedited redesign process</title>
		<link>http://jeffreypauldesigns.com/2011/03/the-raw-and-unedited-redesign-process/</link>
		<comments>http://jeffreypauldesigns.com/2011/03/the-raw-and-unedited-redesign-process/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 06:47:57 +0000</pubDate>
		<dc:creator>jP</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[Chunk]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeffreypauldesigns.com/?p=4</guid>
		<description><![CDATA[I&#8217;ve been reading/talking/thinking a great deal about information and ideas lately. Mostly about how readily information is available, and how well guarded ideas can be. We&#8217;re so obsessed with answers, the end product, that the process, the development often gets lost. I&#8217;m trying to change that, at least for myself. And I thought I&#8217;d start [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading/talking/thinking a great deal about information and ideas lately. Mostly about how readily information is available, and how well guarded ideas can be.</p>
<p>We&#8217;re so obsessed with answers, the end product, that the process, the development often gets lost. I&#8217;m trying to change that, at least for myself. And I thought I&#8217;d start with this website.</p>
<p>Sometimes I wonder what clients think about the web design process. They see designs fairly early in the timeline, sign off on a direction then wait for the final product. I&#8217;m going to let you peek behind the curtain.</p>
<p>If you&#8217;re viewing this shortly after this post was published, this might look like a website void of any styling or design whatsoever. You&#8217;re right. I&#8217;m starting from scratch and am going to work through the design and development process. All live.</p>
<p>So, if you check in often, you&#8217;ll see my progress, process, and mistakes. Here&#8217;s to being transparent in my design process.</p>
<p>Timeline-wise, this could be a bit slow. I&#8217;m no longer a full-time freelancer, so (at least) eight hours of my day are dedicated to my current, wonderful employer, <a title="Wendt, Inc." href="http://www.iwendt.com/" target="_blank">Wendt</a>. Feel free to give me a hard time about my snail&#8217;s pace via the comments on this post.</p>
<p>On the tech side, this is going to be one of the first sites I develop using <a title="HTML5 Specs" href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">HTML5</a>. I&#8217;ll be using various <a title="CSS3 Specs" href="http://www.w3.org/TR/css3-roadmap/" target="_blank">CSS3</a> properties and will be integrating everything, beginning with this post, with <a title="WordPress" href="http://wordpress.org/" target="_blank">WordPress</a>.</p>
<p>If you want to view my work, feel free to visit the <a title="Dial it back a year, Doc!" href="http://jeffreypauldesigns.com/old/" target="_blank">old site</a>. Drop me a line in the comments area or <a title="Tell me I rock!" href="mailto:jeffrey@jeffreypauldesigns.com" target="_blank">shoot me an email</a>, if you like. Otherwise, enjoy the process.</p>
<p><strong>3.29.11 Update:</strong> I divided my &lt;article&gt; into two columns <a title="CSS3 Multi Column" href="http://www.alistapart.com/articles/css3multicolumn/" target="_blank">using CSS3</a>. If you only see one column of text, it&#8217;s time to update your browser. I also added the lovely orange bar to the top, some texture behind and started playing with <a title="@font-face" href="http://craigmod.com/journal/font-face/" target="_blank">@font-face</a> to stylize my headline text. Hooray, <a title="Chunk!" href="http://www.theleagueofmoveabletype.com/fonts/4-chunk" target="_blank">Chunk!</a></p>
<p><strong>9.6.11 Update:</strong> Hoofta. I had a <a title="clearfix!" href="http://www.positioniseverything.net/easyclearing.html" target="_blank">floating</a> issue that effectively killed my CSS for a while there. Fixed now, so I can get back to business. Told you this would be slow&#8230;</p>
<p><strong>10.14.11 Update:</strong> Still missing some essential pieces, obviously. But I published the second post I had been sitting on and incorporated the Facebook comments widget. It&#8217;s different from your typical &#8220;comments&#8221; area on blogs, but I think it may be more effective, at least initially. Agree? Disagree?</p>
<p>&nbsp;</p>
<p>jP</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffreypauldesigns.com/2011/03/the-raw-and-unedited-redesign-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

