<?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>Winn &#187; Design &amp; Layout</title>
	<atom:link href="http://winn.ws/archives/category/design-layout/feed" rel="self" type="application/rss+xml" />
	<link>http://winn.ws</link>
	<description>Standards-based design &#38; development</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:30:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Font face in CSS</title>
		<link>http://winn.ws/archives/931</link>
		<comments>http://winn.ws/archives/931#comments</comments>
		<pubDate>Fri, 17 Jun 2011 13:08:42 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://winn.ws/?p=931</guid>
		<description><![CDATA[Use @font-face in your CSS Computers have been capable of displaying multiple fonts for several decades now, so it might seem odd that fonts are only just now becoming standardised on the web. However, disagreement on file formats along with complex font licensing issues have turned this into quite a difficult challenge to overcome. Fortunately, [...]]]></description>
			<content:encoded><![CDATA[<h3>Use @font-face in your CSS</h3>
<p>Computers have been capable of displaying multiple fonts for several decades now, so it might seem odd that fonts are only just now becoming standardised on the web. However, disagreement on file formats along with complex font licensing issues have turned this into quite a difficult challenge to overcome. Fortunately, CSS 3 has put the spotlight back on web fonts, and the web is rapidly moving into a multi-font future.
<p>
<span id="more-931"></span></p>
<p>Applying various fonts to blocks of text is nothing new. However, the ability to include new font faces is indeed new, where as before, we were limited to the browser defaults. To include a new font, download the font file that you’d like to include, and then use the @font-face rule to specify a name for the font along with a file path. After that, you can use the font as you normally would.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@font-face {</span>
   <span style="color: #808080; font-style: italic;">/* Select a name for your font */</span>
  <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> special-<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">;</span>
&nbsp;
  <span style="color: #808080; font-style: italic;">/* Point to the font file */</span>
  src<span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'myfont.otf'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Now use it! */</span>
body <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> special-<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<h3>Browser Compatibility</h3>
<p>This seems simple enough, and indeed, the @font-face rule works in every browser going all the way back to early versions of Internet Explorer. Including fonts isn’t quite that straightforward due to a few lingering file format compatibility issues, but fortunately, several font services have greatly simplified the process and abstracted away these problems. My favourite font service is Google Web Fonts, and I highly recommend you check it out. You can pick any fully licensed font for free, and then all you have to do is include a CSS file from Google’s fast content delivery network. Once the external CSS file has been included, the new font is available to use in other CSS documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/931/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wave goodbye</title>
		<link>http://winn.ws/archives/473</link>
		<comments>http://winn.ws/archives/473#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:34:34 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://winn.ws/?p=473</guid>
		<description><![CDATA[From the official <a href="http://googleblog.blogspot.com/2010/08/update-on-google-wave.html">Google blog</a>. They announced today that they will no longer be supporting Google Wave by the end of the year.]]></description>
			<content:encoded><![CDATA[<p>From the official <a href="http://googleblog.blogspot.com/2010/08/update-on-google-wave.html">Google blog</a>. They announced today that they will no longer be supporting Google Wave by the end of the year.</p>
<blockquote><p>But despite these wins, and numerous loyal fans, Wave has not seen the user adoption we would have liked. We don’t plan to continue developing Wave as a standalone product, but we will maintain the site at least through the end of the year and extend the technology for use in other Google projects. The central parts of the code, as well as the protocols that have driven many of Wave’s innovations, like drag-and-drop and character-by-character live typing, are already available as open source, so customers and partners can continue the innovation we began. In addition, we will work on tools so that users can easily “liberate” their content from Wave.</p></blockquote>
<p><small><a href="http://googleblog.blogspot.com/2010/08/update-on-google-wave.html">From the official Google blog.</a></small></p>
<p>I for one am a huge Google Wave fan and hate to see this go. Why Google? Why!?</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/473/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Paulette Greene</title>
		<link>http://winn.ws/archives/454</link>
		<comments>http://winn.ws/archives/454#comments</comments>
		<pubDate>Sat, 17 Jul 2010 04:27:35 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Mail Chimp]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://winn.ws/?p=454</guid>
		<description><![CDATA[One of the latest project i have done for <a href="http://scottcoleinteractive.com/">SCI</a> is for a client named Paulette Greene. They are a large realtor shop here in the DFW (Dallas/Fort Worth) area.]]></description>
			<content:encoded><![CDATA[<p>One of the latest project i have done for <a href="http://scottcoleinteractive.com/">SCI</a> is for a client named Paulette Greene. They are a large realtor shop here in the DFW (Dallas/Fort Worth) area. The site was not built on any CMS per customer request but did have an integration with Mail Chimp for a newsletter.</p>
<p style="text-align:center;"><a class="colorbox" href="http://d45jz936mo8n8.cloudfront.net/wp-content/uploads/2010/07/pg_large.jpg"><img src="http://d45jz936mo8n8.cloudfront.net/wp-content/uploads/2010/07/pg_small.jpg" alt="" title="pg_small" width="560" height="100" class="alignnone size-full wp-image-456" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/454/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 “Thelonious”</title>
		<link>http://winn.ws/archives/432</link>
		<comments>http://winn.ws/archives/432#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:32:12 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://winn.ws/?p=432</guid>
		<description><![CDATA[The new Wordpress 3.0 is out and full of new stuff to play with! It's a great improvement for us as developers and as the end user.]]></description>
			<content:encoded><![CDATA[<p>The new WordPress 3.0 is out and full of new stuff to play with! It&#8217;s a great improvement for us as developers and as the end user. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies.</p>
<blockquote><p>Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten&#8230;</p></blockquote>
<p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></p>
<p>This is great news for me as I use WordPress for many projects and have been waiting on this for some time now. I have downloaded a copy and have already played with it.</p>
<p><a href="http://wrdbx.es/2736my">Visit the WordPress site for more information</a><br />
<a href="http://wordpress.org/development/2010/06/thelonious/">Download the new WordPress 3.0!</a></p>
<p>If you&#8217;re a new developer looking to get into WordPress development i recommend <a href="http://www.amazon.com/gp/product/0470560541?ie=UTF8&#038;tag=winnws-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0470560541">Professional WordPress (Wrox Programmer to Programmer)</a><img src="http://www.assoc-amazon.com/e/ir?t=winnws-20&#038;l=as2&#038;o=1&#038;a=0470560541" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
 for getting started.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/432/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New short url service</title>
		<link>http://winn.ws/archives/367</link>
		<comments>http://winn.ws/archives/367#comments</comments>
		<pubDate>Fri, 28 May 2010 15:23:06 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Home Page]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=367</guid>
		<description><![CDATA[Turn large annoying urls into short and simple ones! Your short url will go directly to the page of your choice, and last forever.]]></description>
			<content:encoded><![CDATA[<p>Turn large annoying urls into short and simple ones! Your short url will go directly to the page of your choice, and last forever.</p>
<p>Wordboxes LLC launches it’s first product a short url service. The service offers to turn long urls that tend to break when sending in an email to short more manageable ones. The site will also remember the urls you have created for about fifteen minuets, so if you forget you can go back and look at the url you made. That “Saved url” feature will also tie in with the main application and tie direct to your Wordboxes account.</p>
<p>Also in the short future there is plan for a small light weight desktop &amp; iPhone application for the short url service. This will also tie into the main Wordboxes app once live.</p>
<p>Visit <a href="http://wrdbx.es">Wrdbx.es</a></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/367/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to the future</title>
		<link>http://winn.ws/archives/250</link>
		<comments>http://winn.ws/archives/250#comments</comments>
		<pubDate>Wed, 23 Sep 2009 20:35:37 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=250</guid>
		<description><![CDATA[A thorn in the side of many web developers is Internet Explorer 6. It&#8217;s an old browser that has many annoyances that cause those creating websites to have to add additional code just to have things render as they should. Google, being a company that develops a web browser, has taken it upon themselves to [...]]]></description>
			<content:encoded><![CDATA[<p>A thorn in the side of many web developers is Internet Explorer 6. It&#8217;s an old browser that has many annoyances that cause those creating websites to have to add additional code just to have things render as they should. Google, being a company that develops a web browser, has taken it upon themselves to solve this problem somewhat. It has just released an early version of a project called Google Chrome Frame, which, when used, will cause Internet Explorers 6 through 8 to use Chrome&#8217;s rendering engine, not their default one. This allows stubborn users (or those in a workplace environment) to continue using the browser they want to, and no longer aggravate web developers.</p>
<p><a href="http://blog.chromium.org/2009/09/introducing-google-chrome-frame.html">Read more about Google&#8217;s Chrome Frame</a></p>
<p>Thanks Google!</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vetteblock &#8211; invite only Beta</title>
		<link>http://winn.ws/archives/181</link>
		<comments>http://winn.ws/archives/181#comments</comments>
		<pubDate>Wed, 17 Dec 2008 03:36:46 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[VetteBlock]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=181</guid>
		<description><![CDATA[Vetteblock a project that myself and Scott Cole have been working on for about a year now is finally come to life! The beta phase is invite only, but we will be moving to public soon, once we smash most of the bugs. I will be sure to keep you posted on this project as [...]]]></description>
			<content:encoded><![CDATA[<p>Vetteblock a project that myself and Scott Cole have been working on for about a year now is finally come to life! The beta phase is invite only, but we will be moving to public soon, once we smash most of the bugs. I will be sure to keep you posted on this project as we move along.</p>
<p><a href="http://d45jz936mo8n8.cloudfront.net/wp-content/uploads/2008/12/large_beta.gif" rel="lightbox"><img src="http://d45jz936mo8n8.cloudfront.net/wp-content/uploads/2008/12/small_beta.gif" alt="Vetteblock.com" /></a></p>
<p><a href="http://vetteblock.com">Vetteblock Online Corvette Social Utility</a></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phasing out support for IE 6</title>
		<link>http://winn.ws/archives/180</link>
		<comments>http://winn.ws/archives/180#comments</comments>
		<pubDate>Wed, 10 Dec 2008 19:48:46 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=180</guid>
		<description><![CDATA[37Signals is dropping all support for ie6! This will be a good move, as most company&#8217;s are still stuck on supporting ie6 costing millions in time and effort. On August 15th, 2008 October 1, 2008 we will begin phasing out support for Internet Explorer 6 across all 37signals products. In order to continue using the [...]]]></description>
			<content:encoded><![CDATA[<p>37Signals is dropping all support for ie6! This will be a good move, as most company&#8217;s are still stuck on supporting ie6 costing millions in time and effort.</p>
<blockquote><p>
On August 15th, 2008 October 1, 2008 we will begin phasing out support for Internet Explorer 6 across all 37signals products. In order to continue using the products without any hiccups, Internet Explorer 6 users should upgrade to a newer browser:
</p></blockquote>
<p><a href="http://37signals.blogs.com/products/2008/07/basecamp-phasin.html">Read it all at 37Signals.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 3 talk &#8211; Rounded corners</title>
		<link>http://winn.ws/archives/178</link>
		<comments>http://winn.ws/archives/178#comments</comments>
		<pubDate>Tue, 11 Nov 2008 04:50:13 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=178</guid>
		<description><![CDATA[So the last few years have brought amazing things, with the standards movement and getting companies to pay attention to the importance of following standards. In that time, I have seen over five big changes in PHP, three great changes in rails and only one in CSS. Why are we not seeing css3? Why does [...]]]></description>
			<content:encoded><![CDATA[<p>So the last few years have brought amazing things, with the standards movement and getting companies to pay attention to the importance of following standards. In that time, I have seen over five big changes in PHP, three great changes in rails and only one in CSS. Why are we not seeing css3? Why does IE 8 beta still barley work with CSS 2.1? Crazy!</p>
<p>Well, time for a CSS 3 trick! I will cover rounded corners! This is only supported by Firefox and Safari. Below you should see a box with rounded corners!</p>
<div style="-moz-border-radius: 5px;background-color: #333; -webkit-border-radius: 5px;border: 1px solid #fff; padding:0 6px;">
<p>This box has rounded corners!</p>
</div>
<blockquote><p>Here is the code:</p></blockquote>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div style=&quot;-moz-border-radius: 5px;
background-color: #333;
-webkit-border-radius: 5px;
border: 1px solid #fff;&quot;&gt;
&nbsp;
This box has rounded corners!&lt;/div&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surge in traffic from IL?</title>
		<link>http://winn.ws/archives/159</link>
		<comments>http://winn.ws/archives/159#comments</comments>
		<pubDate>Wed, 24 Sep 2008 03:10:09 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=159</guid>
		<description><![CDATA[The past few days i have been receiving large amounts of traffic from the US state of Illinois! I would like to say to all my readers in IL &#8220;Thanks for the traffic!!!&#8221;.]]></description>
			<content:encoded><![CDATA[<p>The past few days i have been receiving large amounts of traffic from the US state of Illinois! I would like to say to all my readers in IL &#8220;Thanks for the traffic!!!&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 1/58 queries in 0.013 seconds using disk: basic
Object Caching 616/754 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d45jz936mo8n8.cloudfront.net

Served from: winn.ws @ 2012-02-07 19:55:58 -->
