<?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>JasonCypret.com &#187; Web Design</title>
	<atom:link href="http://jasoncypret.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasoncypret.com</link>
	<description>I am a designer, developer, photographer, and filmmaker based in Dallas, Texas. I create clean websites that get noticed!</description>
	<lastBuildDate>Sat, 12 May 2012 19:31:33 +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>Target IE with CSS Hacks</title>
		<link>http://jasoncypret.com/target-ie-with-css-hacks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=target-ie-with-css-hacks</link>
		<comments>http://jasoncypret.com/target-ie-with-css-hacks/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 15:44:59 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Snippits]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2672</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/code/" title="Code">Code</a><a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Note: these hacks should only be used as a last resort. You should always use conditional comments over hacks. But if you are limited in the codebase, and cannot add comments then these hacks will come in handy. These are pretty widely available, so this is more of a bookmark for me.</p>

.selector {
	background: red; /*  ... <a href="http://jasoncypret.com/target-ie-with-css-hacks/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/code/" title="Code">Code</a><a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Note: these hacks should only be used as a last resort. You should always use conditional comments over hacks. But if you are limited in the codebase, and cannot add comments then these hacks will come in handy. These are pretty widely available, so this is more of a bookmark for me.</p>
<pre name="code" class="css">
.selector {
	background: red; /* all browsers */
	background : green\9; /* IE8 and below */
	*background : yellow; /* IE7 and below */
	_background : orange; /* IE6 */
}
</pre>
<p>via: <a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/">NetTuts</a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Development on Your Mac Via VirtualBox</title>
		<link>http://jasoncypret.com/windows-development-on-your-mac-via-virtualbox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-development-on-your-mac-via-virtualbox</link>
		<comments>http://jasoncypret.com/windows-development-on-your-mac-via-virtualbox/#comments</comments>
		<pubDate>Tue, 24 May 2011 17:31:55 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2592</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/tumblog/articles/">Articles</a></p><p>I&#8217;m currently consulting in a Windows environment. I love using the web development, and designs tools on OSX, so I didn&#8217;t want to give that up. Since I&#8217;m 100% OSX, dual boot is not a good option for me. I already use VirtualBox for browser testing so I wanted to see if I could make use  ... <a href="http://jasoncypret.com/windows-development-on-your-mac-via-virtualbox/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/tumblog/articles/">Articles</a></p><p>I&#8217;m currently consulting in a Windows environment. I love using the web development, and designs tools on OSX, so I didn&#8217;t want to give that up. Since I&#8217;m 100% OSX, dual boot is not a good option for me. I already use VirtualBox for browser testing so I wanted to see if I could make use of it, but still do my development on OSX. After <a href="http://twitter.com/amirrajan">@amirrajan</a> helped me set up all the Windows environment foo on my VM, I started working to see if I could hit that server running on VirtualBox. After a lot of Google foo and browsing bad posts I found a solution that worked for me. Here it is:</p>
<p>Shut down your VM.</p>
<p><img class="alignnone size-full wp-image-2595" title="Screen shot 2011-05-24 at 11.31.22 AM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-11.31.22-AM.png" alt="" width="358" height="327" /></p>
<p>Right click on the VM and go to settings &gt; Network. Change  the network adapter &#8220;Attached to:&#8221; from NAT to &#8220;Bridged Adapter&#8221;. I have mine connected to the Ethernet port. Save and start back up your VM.</p>
<p><img class="alignnone size-full wp-image-2596" title="Screen shot 2011-05-24 at 11.36.33 AM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-11.36.33-AM.png" alt="" width="655" height="518" /></p>
<p>Open the command line on your VM and run &#8220;ipconfig&#8221;. Get the IP address.</p>
<p><img class="alignnone size-full wp-image-2603" title="Screen shot 2011-05-24 at 11.41.38 AM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-11.41.38-AM1.png" alt="" width="719" height="445" /></p>
<p>Got to finder and connect to server.</p>
<p><img class="alignnone size-full wp-image-2604" title="Screen shot 2011-05-24 at 12.06.07 PM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-12.06.07-PM.png" alt="" width="379" height="388" /></p>
<p>Type in smb://YOUR_IP_HERE</p>
<p><img class="alignnone size-full wp-image-2605" title="Screen shot 2011-05-24 at 12.09.07 PM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-12.09.07-PM.png" alt="" width="532" height="284" /></p>
<p><img class="alignnone size-full wp-image-2606" title="Screen shot 2011-05-24 at 12.09.51 PM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-12.09.51-PM.png" alt="" width="437" height="127" /></p>
<p><img class="alignnone size-full wp-image-2607" title="Screen shot 2011-05-24 at 12.10.22 PM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-12.10.22-PM.png" alt="" width="273" height="176" /></p>
<p>Now that you&#8217;re connected and your server is running on the VM try and hit that ip in your favorite browser.</p>
<p><img class="alignnone size-full wp-image-2608" title="Screen shot 2011-05-24 at 12.13.48 PM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-12.13.48-PM.png" alt="" width="252" height="59" /></p>
<p>If that doesn&#8217;t get you there make sure your firewall is turned off on the VM.</p>
<p><img class="alignnone size-full wp-image-2609" title="Screen shot 2011-05-24 at 12.15.25 PM" src="http://jasoncypret.com/wp-content/uploads/2011/05/Screen-shot-2011-05-24-at-12.15.25-PM.png" alt="" width="618" height="224" /></p>
<p>I am using <a href="http://www.teamprise.com/">Mac TeamPrise</a> in terminal to check in and out my files. I just have Windows VM running the server and refreshing the build every time I make a change on my Mac. It&#8217;s working pretty smoothly so far thanks to <a href="http://twitter.com/amirrajan">@amirrajan</a> for getting up a watcher on windows to refresh my build and setting up my environment!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vertical Rhythm: Setting A Baseline</title>
		<link>http://jasoncypret.com/vertical-rhythm-setting-a-baseline/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vertical-rhythm-setting-a-baseline</link>
		<comments>http://jasoncypret.com/vertical-rhythm-setting-a-baseline/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 17:01:00 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[1.5 em]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Line height]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/vertical-rhythm-setting-a-baseline/</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p>
html, body {
	line-height: 1.5em;
}



Leading (which rhymes with “wedding”) is a typographical term from way back when typographers manually set type in letterpress machines and the like. The term refers to the act of placing lead between lines of type in order to add vertical space. In CSS, we call this line-height.

Line height should be around  ... <a href="http://jasoncypret.com/vertical-rhythm-setting-a-baseline/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><div>
<pre name="code" class="css">html, body {
	line-height: 1.5em;
}
</pre>
</div>
<div></div>
<div>Leading (which rhymes with “wedding”) is a typographical term from way back when typographers manually set type in letterpress machines and the like. The term refers to the act of placing lead between lines of type in order to add vertical space. In CSS, we call this line-height.</div>
<div></div>
<div>Line height should be around 140%. This isn’t a great number to work with, and it’s only a general rule, so we’ll use 150% (or 1.5 em). This way, we simply need to multiply the font size by one and a half to determine our leading.</div>
<div></div>
<div>Some general rules for leading:</div>
<div></div>
<div>
<ul>
<li><span class="Apple-style-span" style="font-size: 13px; line-height: 13px; ">with continuous copy, use large leading;</span></li>
<li><span class="Apple-style-span" style="font-size: 13px; line-height: 13px; ">with light text on dark background, use large leading;</span></li>
<li><span class="Apple-style-span" style="font-size: 13px; line-height: 13px; ">with long line lengths, use large leading;</span></li>
<li><span class="Apple-style-span" style="font-size: 13px; line-height: 13px; ">with large x-height, use large leading;</span></li>
<li><span class="Apple-style-span" style="font-size: 13px; line-height: 13px; ">with short burst of information, use small leading.</span></li>
<li><span class="Apple-style-span" style="font-size: 13px; line-height: 13px; ">If you used a 16-pixel font size, then your line height will be 24 pixels (16 pixels × 1.5 em = 24 pixels). If you used a 12-pixel font size, then your line height will be 18 pixels (12 pixels × 1.5 em = 18 pixels).</span></li>
</ul>
</div>
<div>Via <a href="http://www.smashingmagazine.com/2011/03/14/technical-web-typography-guidelines-and-techniques/">Smashing</a></div>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuoteGoat</title>
		<link>http://jasoncypret.com/quotegoat/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quotegoat</link>
		<comments>http://jasoncypret.com/quotegoat/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 06:10:12 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2342</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Quotegoat, Insurance Quotes&#8230;Fast! QuoteGoat is a new way to get you insurance quotes. There are several different places you could choose to shop for your insurance needs. However Quotegoat&#8217;s fast and simple online form will efficiently navigate you through what could otherwise be a very dreaded and tedious process. Whether you are shopping for Auto,  ... <a href="http://jasoncypret.com/quotegoat/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p><a href="http://quotegoat.com">Quotegoat</a>, Insurance Quotes&#8230;Fast! QuoteGoat is a new way to get you insurance quotes. There are several different places you could choose to shop for your insurance needs. However Quotegoat&#8217;s fast and simple online form will efficiently navigate you through what could otherwise be a very dreaded and tedious process. Whether you are shopping for Auto, Homeowners, Renters, Life, Health, or Business insurance our service is 100% free!</p>

<a href='http://jasoncypret.com/quotegoat/quotegoat-2/' title='quotegoat'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/quotegoat-265x265.jpg" class="attachment-thumbnail" alt="quotegoat" title="quotegoat" /></a>
<a href='http://jasoncypret.com/quotegoat/formpage/' title='formpage'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/formpage-265x265.jpg" class="attachment-thumbnail" alt="formpage" title="formpage" /></a>
<a href='http://jasoncypret.com/quotegoat/formpage-processing/' title='formpage-processing'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/formpage-processing-265x265.jpg" class="attachment-thumbnail" alt="formpage-processing" title="formpage-processing" /></a>
<a href='http://jasoncypret.com/quotegoat/agent-signup/' title='agent-signup'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/agent-signup-265x265.jpg" class="attachment-thumbnail" alt="agent-signup" title="agent-signup" /></a>
<a href='http://jasoncypret.com/quotegoat/agent-signup-pop/' title='agent-signup-pop'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/agent-signup-pop-265x265.jpg" class="attachment-thumbnail" alt="agent-signup-pop" title="agent-signup-pop" /></a>
<a href='http://jasoncypret.com/quotegoat/agent-dashboard/' title='agent-dashboard'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/agent-dashboard-265x265.jpg" class="attachment-thumbnail" alt="agent-dashboard" title="agent-dashboard" /></a>

]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MedFactory V2</title>
		<link>http://jasoncypret.com/medfactory-v2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=medfactory-v2</link>
		<comments>http://jasoncypret.com/medfactory-v2/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 06:05:39 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[MedFactory]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[TinyPress]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2432</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Here&#8217;s a little sneak peek at MedFactory V2. MedFactory&#8217;s initial launch has been highly successful but we have held back the bulk of the features and design till V2. V2 will not only be getting a makeover, but a framework &#038; database redesign as well, to make MedFactory more streamlined than ever. We will be  ... <a href="http://jasoncypret.com/medfactory-v2/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Here&#8217;s a little sneak peek at MedFactory V2. MedFactory&#8217;s initial launch has been highly successful but we have held back the bulk of the features and design till V2. V2 will not only be getting a makeover, but a framework &#038; database redesign as well, to make MedFactory more streamlined than ever. We will be working on it over the next several month to make sure it&#8217;s stable. We will release V2 when its fully stable. Stay tuned!</p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/MedFactory-V2-JOB-Admin.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/MedFactory-V2-JOB-Admin-639x1024.jpg" alt="" title="MedFactory-V2-JOB-Admin" width="639" height="1024" class="aligncenter size-large wp-image-2501" /></a></p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/MedFactory-V2.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/MedFactory-V2-752x776.jpg" alt="" title="MedFactory-V2" width="752" height="776" class="aligncenter size-large wp-image-2434" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picashio</title>
		<link>http://jasoncypret.com/picashio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=picashio</link>
		<comments>http://jasoncypret.com/picashio/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 05:55:44 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Picashio]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2437</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/mobile/" title="Mobile">Mobile</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Picashio is a social photo sharing experience that allows anyone to make money from their everyday photos. Got a phone with a camera. Great, you can too. Just snap a photo using our app, set a price, and share it. Picashio also has a request feature that allows users looking for stock photography to ping  ... <a href="http://jasoncypret.com/picashio/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/mobile/" title="Mobile">Mobile</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Picashio is a social photo sharing experience that allows anyone to make money from their everyday photos. Got a phone with a camera. Great, you can too. Just snap a photo using our app, set a price, and share it. Picashio also has a request feature that allows users looking for stock photography to ping Picashio&#8217;s user network to request specific photos for a set price. Enhanced with great stats, socials networking, and badges, Picashio is the best way to share photos on the web.</p>

<a href='http://jasoncypret.com/picashio/iphone/' title='iphone'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/iphone-265x265.jpg" class="attachment-thumbnail" alt="iphone" title="iphone" /></a>
<a href='http://jasoncypret.com/picashio/picashio/' title='PICASHIO'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/PICASHIO-265x265.jpg" class="attachment-thumbnail" alt="PICASHIO" title="PICASHIO" /></a>
<a href='http://jasoncypret.com/picashio/picashio-media-detail/' title='Picashio-Media-Detail'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/Picashio-Media-Detail-265x265.jpg" class="attachment-thumbnail" alt="Picashio-Media-Detail" title="Picashio-Media-Detail" /></a>
<a href='http://jasoncypret.com/picashio/picashio-photos/' title='Picashio-photos'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/Picashio-photos-265x265.jpg" class="attachment-thumbnail" alt="Picashio-photos" title="Picashio-photos" /></a>
<a href='http://jasoncypret.com/picashio/picashio-overview/' title='Picashio-overview'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/Picashio-overview-265x265.jpg" class="attachment-thumbnail" alt="Picashio-overview" title="Picashio-overview" /></a>
<a href='http://jasoncypret.com/picashio/picashio-followers/' title='Picashio-followers'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/Picashio-followers-265x265.jpg" class="attachment-thumbnail" alt="Picashio-followers" title="Picashio-followers" /></a>
<a href='http://jasoncypret.com/picashio/picashio-favorites/' title='Picashio-favorites'><img width="265" height="265" src="http://jasoncypret.com/wp-content/uploads/2010/11/Picashio-favorites-265x265.jpg" class="attachment-thumbnail" alt="Picashio-favorites" title="Picashio-favorites" /></a>

]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MedFactory Email and Wallpaper</title>
		<link>http://jasoncypret.com/medfactory-email-and-wallpaper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=medfactory-email-and-wallpaper</link>
		<comments>http://jasoncypret.com/medfactory-email-and-wallpaper/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 05:29:51 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[MedFactory]]></category>
		<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2416</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Just wanted to show you a little MedFactory marketing I&#8217;ve been working on. First of an announcement email for MedFactory. This is where we explain all of our services as well as show off our different packages. I had a lot of fun creating the banner that goes across the screenshot of the website. I  ... <a href="http://jasoncypret.com/medfactory-email-and-wallpaper/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>Just wanted to show you a little <a href="http://medfactory.com">MedFactory</a> marketing I&#8217;ve been working on. First of an announcement email for MedFactory. This is where we explain all of our services as well as show off our different packages. I had a lot of fun creating the banner that goes across the screenshot of the website. I hope you can see the detail I added to it. I aslo made a quick wallpaper for MedFactory. These are always fun to have if your working for MedFactory, but hopefully others will like the service enough to make it their desktop as well.</p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/medfactory-email.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/medfactory-email-400x1024.jpg" alt="" title="medfactory-email" width="400" height="1024" class="aligncenter size-large wp-image-2497" /></a></p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/MedFactory-LightStacks.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/MedFactory-LightStacks-752x493.jpg" alt="" title="MedFactory-LightStacks" width="752" height="493" class="aligncenter size-large wp-image-2418" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kate Mefford : Feel the Love</title>
		<link>http://jasoncypret.com/kate-mefford-feel-the-love/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kate-mefford-feel-the-love</link>
		<comments>http://jasoncypret.com/kate-mefford-feel-the-love/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 05:15:16 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Kate Mefford]]></category>
		<category><![CDATA[Photography Gallery]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[Vintage]]></category>
		<category><![CDATA[Vivero Boxing Gym]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2411</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/logo/" title="Logo">Logo</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>I helped out my good friend Kate Mefford with a couple of logos for her photo gallery show and reception. The Mokah Gallery inside Life in Deep Ellum was hosting Kate&#8217;s killer gallery show entitled &#8220;Feel the Love: The Little Big Men of Vivero Boxing Gym&#8221;. It was a great reception and Kate&#8217;s pictures turned  ... <a href="http://jasoncypret.com/kate-mefford-feel-the-love/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/logo/" title="Logo">Logo</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>I helped out my good friend <a href="http://katemefford.com">Kate Mefford</a> with a couple of logos for her photo gallery show and reception. The Mokah Gallery inside Life in Deep Ellum was hosting Kate&#8217;s killer gallery show entitled &#8220;Feel the Love: The Little Big Men of Vivero Boxing Gym&#8221;. It was a great reception and Kate&#8217;s pictures turned out amazing as usual. She actually found old gym lockers and boxing equipment on display at the show as well. For the logos, we went for a vintage sports look. She absolutely loved it and had the logos printed on T-shirts and sport towels.
</p>
<p>
<a href="http://jasoncypret.com/wp-content/uploads/2010/11/KATE-FEEL-THE-LOVE-LOGO.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/KATE-FEEL-THE-LOVE-LOGO-752x438.jpg" alt="" title="KATE-FEEL-THE-LOVE-LOGO" width="752" height="438" class="aligncenter size-large wp-image-2412" /></a>
</p>
<p>
<a href="http://jasoncypret.com/wp-content/uploads/2010/11/LoveRound.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/LoveRound-752x752.jpg" alt="" title="LoveRound" width="752" height="752" class="aligncenter size-large wp-image-2413" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyPress</title>
		<link>http://jasoncypret.com/tinypress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tinypress</link>
		<comments>http://jasoncypret.com/tinypress/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 23:03:56 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[TinyPress]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2448</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>TinyPress is a PHP framework we built to rapidly speed up our development process. TinyPress&#8217;s mission is to make developing dynamic web applications easy. TinyPress lets you use standard HTML5 syntax, and simple PHP tags, to rapidly develop dynamic web applications. TinyPress is based off of CakePHP and inspired by WordPress. TinyPress is a FREE,  ... <a href="http://jasoncypret.com/tinypress/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p><a href="http://tinypress.org">TinyPress</a> is a PHP framework we built to rapidly speed up our development process. TinyPress&#8217;s mission is to make developing dynamic web applications easy. TinyPress lets you use standard HTML5 syntax, and simple PHP tags, to rapidly develop dynamic web applications. TinyPress is based off of CakePHP and inspired by WordPress. TinyPress is a FREE, open-source, RAD framework released under the MIT License. Like our Dog?</p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/TinyPress.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/TinyPress-752x434.jpg" alt="" title="TinyPress" width="752" height="434" class="aligncenter size-large wp-image-2452" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Countdown</title>
		<link>http://jasoncypret.com/top-ten-countdown/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-ten-countdown</link>
		<comments>http://jasoncypret.com/top-ten-countdown/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 20:19:26 +0000</pubDate>
		<dc:creator>Jason Cypret</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[HTGuys]]></category>
		<category><![CDATA[Pixelmator]]></category>
		<category><![CDATA[SquareSpace]]></category>
		<category><![CDATA[Top Ten Countdown]]></category>

		<guid isPermaLink="false">http://jasoncypret.com/?p=2402</guid>
		<description><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p>The Top Ten Countdown is a project of the highly popular HTGuys home theater podcast. The HTGuys wanted the site to have a futuristic look and feel, and well as display videos in a unique way. We accomplished both. The space scene I made in Pixelmator and Fireworks. Pixelmator has some excellent lighting effects and  ... <a href="http://jasoncypret.com/top-ten-countdown/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://jasoncypret.com/category/development/" title="Development">Development</a><a href="http://jasoncypret.com/category/portfolio/" title="Portfolio">Portfolio</a><a href="http://jasoncypret.com/category/portfolio/web-portfolio/" title="Web">Web</a><a href="http://jasoncypret.com/category/web-design/" title="Web Design">Web Design</a></p><p><a href="http://www.thetoptencountdown.com/">The Top Ten Countdown</a> is a project of the highly popular HTGuys home theater podcast. The HTGuys wanted the site to have a futuristic look and feel, and well as display videos in a unique way. We accomplished both. The space scene I made in Pixelmator and Fireworks. Pixelmator has some excellent lighting effects and fireworks is my go to for web development. The site is a SquareSpace site, which makes it really easy for the guys to manage. All in all, I love the design.</p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/TopTenLogo.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/TopTenLogo.jpg" alt="" title="TopTenLogo" width="372" height="592" class="aligncenter size-full wp-image-2403" /></a></p>
<p><a href="http://jasoncypret.com/wp-content/uploads/2010/11/TopTen.jpg"><img src="http://jasoncypret.com/wp-content/uploads/2010/11/TopTen-733x1024.jpg" alt="" title="TopTen" width="733" height="1024" class="aligncenter size-large wp-image-2407" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

