<?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>Jared K Cornwall</title>
	<atom:link href="http://jaredcornwall.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaredcornwall.com</link>
	<description>Graphic &#38; Interactive Designer</description>
	<lastBuildDate>Tue, 27 Dec 2011 17:20:21 +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>Updated: Responsive &amp; Portfolio</title>
		<link>http://jaredcornwall.com/2011/12/updated-responsive-portfolio/</link>
		<comments>http://jaredcornwall.com/2011/12/updated-responsive-portfolio/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 06:02:52 +0000</pubDate>
		<dc:creator>Jared Cornwall</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredcornwall.com/?p=577</guid>
		<description><![CDATA[Yesterday I pushed some more updates to this site. The update that can be noticed is that the design is now responsive. Under the hood I am using a new plugin to manage the portfolio section. Responsive The design now adjusts for viewing on mobile and tablet browsers along with desktop browsers. I revised the&#8230; <a href="http://jaredcornwall.com/2011/12/updated-responsive-portfolio/">read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I pushed some more updates to this site. The update that can be noticed is that the design is now responsive. Under the hood I am using a new plugin to manage the portfolio section.</p>
<h2>Responsive</h2>
<p><img src="http://jaredcornwall.com/wp-content/uploads/2011/12/responsive.jpg" alt="" title="responsive" width="540" height="276" class="alignnone size-full wp-image-593" /></p>
<p>The design now adjusts for viewing on mobile and tablet browsers along with desktop browsers. I revised the approach I was taking for displaying individual projects in order to create a consistent viewing experience for all projects on all devices. If you viewing this from your desktop feel free to resize the browser window and test it out.</p>
<h2>Portfolio Plugin</h2>
<p>When I first launched this site I was using a custom post type with custom taxonomies to manage the portfolio section. I recently came across Devin Price&#8217;s <a href="http://wptheming.com/2011/08/portfolio-post-type-plugin/">Portfolio Post Type</a> plugin which is doing the same thing, just with a little more polish. I have switched to using this plugin in place of the code I had in my theme.</p>
<p>Some of the benefits of using this plugin are:</p>
<ul>
<li>It adds a portfolio count to &#8220;right now&#8221; widget on the dashboard.</li>
<li>Post thumbnails, categories and tags are displayed in the column view in the admin. This makes managing post much easier.</li>
<li>Custom icon display for Portfolio menus.</li>
<li>Having this code in a plugin and not in my theme files will make redesign&#8217;s easier in the future.</li>
<li>The plugin is <a href="https://github.com/devinsays/portfolio-post-type">also available on GitHub</a> in case I ever want to fork it to modify to my needs.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jaredcornwall.com/2011/12/updated-responsive-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Boiled with HTML5</title>
		<link>http://jaredcornwall.com/2011/09/now-boiled-with-html5/</link>
		<comments>http://jaredcornwall.com/2011/09/now-boiled-with-html5/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 05:18:33 +0000</pubDate>
		<dc:creator>Jared Cornwall</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredcornwall.com/?p=412</guid>
		<description><![CDATA[I just finished integrating the HTML5 Boilerplate into my theme. I&#8217;m a little ashamed about how long it took me to research the boilerplate. Many people have been using it but I did not want to use it just because it was the new thing to do. After spending some time reading the documentation and&#8230; <a href="http://jaredcornwall.com/2011/09/now-boiled-with-html5/">read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="spread-full size-full wp-image-413" title="html5-boilerplate-banner" src="http://jaredcornwall.com/wp-content/uploads/2011/09/html5-boilerplate-banner.png" alt="" width="980" height="190" /></p>
<p>I just finished integrating the <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> into my theme. I&#8217;m a little ashamed about how long it took me to research the boilerplate. Many people have been using it but I did not want to use it just because it was the new thing to do. After spending some time reading the documentation and seeing how easy (and encouraged) it was to customize to your needs I started updating my template files.</p>
<p>One of my favorite features is the normalization approach to CSS rather than a full reset. It never made sense to un-bold a <code>&lt;strong&gt;</code> tag or remove all bullets from <code>&lt;li&gt;</code>&#8216;s by default. The Boilerplate instead makes all the necessary changes so you know everything will have the same appearance in all browsers. It does remove styles from unordered list&#8217;s when used inside of a <code>&lt;nav&gt;</code> tag so you can quickly get started styling navigation. I also like the approach it takes for adding and organizing javascript and getting everything setup to start using HTML5 tags (which I will be adding more of).</p>
<p>If you have not yet explored the Boilerplate I suggest you check it out to start your next project. The are many more features baked in that you can go <a href="http://html5boilerplate.com/">find out more</a> about.</p>
<h2>Other Misc Improvements</h2>
<p>A number of weeks ago I also upgraded to WordPress 3.2. I had been looking forward to this release for the UI improvements alone. I started using it for some development testing at work so when it was officially release I did not hesitate to upgrade, I knew it would not break anything for this site.</p>
<p>I also improved the layout for project visuals in the my portfolio. I am having to recreate the visuals for all projects so I only have a few available for now. I will be adding more over the next couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredcornwall.com/2011/09/now-boiled-with-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site Submerging</title>
		<link>http://jaredcornwall.com/2011/06/new-site-submerging/</link>
		<comments>http://jaredcornwall.com/2011/06/new-site-submerging/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 20:30:35 +0000</pubDate>
		<dc:creator>Jared Cornwall</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredcornwall.com/?p=1</guid>
		<description><![CDATA[Wow! It has been way too long since I have had a website worthy of any self respecting designer. The previous version was a quickly thrown together when I moved to Denver so I had an online portfolio to help me land a job. It has served it&#8217;s purpose, twice. Now I am happy to&#8230; <a href="http://jaredcornwall.com/2011/06/new-site-submerging/">read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div id="divers"></div>
<p>Wow! It has been way too long since I have had a website worthy of any self respecting designer. The previous version was a quickly thrown together when I moved to Denver so I had an online portfolio to help me land a job. It has served it&#8217;s purpose, twice. Now I am happy to launch an all new version.</p>
<h2>The Soft Launch</h2>
<p>I have been working on this site off and on for months. Making design tweaks here and development changes there. It&#8217;s time to push it live and all of you can watch as I post new projects and make revisions and improvements. Oh wait, I probably need some visitors first! I guess that means I can make all sorts of changes and no one may ever know.</p>
<h2>The Work</h2>
<p>As of now the primary purpose of this site is to display my work. I am planning to keep a full archive of all my projects, not just the good ones, <em>everything</em>. I will however limit what is shown to the public. Everything else will serve as an archive for my personal reference. I am continuing to add current and past projects so keep an eye out if your interested. Oh ya, I need some visitors first!</p>
<h2>The Blog</h2>
<p>It has been almost 4 years since I&#8217;ve had a blog. It was never something that I put of a lot of time into and I am not sure if it will be much different this time around. One thing I have been struggling with is what I will blog about. I have thought about keeping all the content focused on topics related to design and development and creating new sites for other areas of interested. Let&#8217;s face it, that would take a lot of time. So, you can expect to see posts from my professional life with the occasional posts related to other areas of interest.</p>
<p>As you can see I am not following the traditional blog format. I have removed all the noise such as sidebars and widgets. This will allow me to have creative freedom to implement designs that will go along with the content (hence the submerged post). When I have a lot more content that is worth exploring I will implement a clean navigation system for browsing the archives, it&#8217;s not really necessary yet for this one lonely blog post.</p>
<h2>The Technical Stuff</h2>
<p>Everything is powered by <a href="http://wordpress.org">WordPress</a>. I have a <a href="http://codex.wordpress.org/Post_Types">custom post type</a> setup for the portfolio and the theme is hand-coded from scratch. A little <a href="http://jquery.com/">jQuery</a> is used for the animation interactions and <a href="http://typekit.com/">TypeKit</a> is used to deliver the <a href="http://www.exljbris.com/anivers.html">Anivers</a> font. <a href="http://www.mediatemple.net/go/order/?refdom=jaredcornwall.com">MediaTemple</a> is used for hosting and I&#8217;m tracking traffic with <a href="http://www.google.com/analytics/">Google Analytics</a>.</p>
<p>As things continue to move along I will post updates on design and development techniques I implement. Until then feel free to asks questions or leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredcornwall.com/2011/06/new-site-submerging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

