<?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>Soma Design &#187; News</title>
	<atom:link href="http://somadesign.ca/blog/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://somadesign.ca</link>
	<description>Winnipeg Web Design · WordPress Development</description>
	<lastBuildDate>Thu, 19 Jan 2012 01:56:34 +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>FontFriend 3.2 Released: Now With More Google</title>
		<link>http://somadesign.ca/2011/fontfriend-3-2-released-now-with-more-google/</link>
		<comments>http://somadesign.ca/2011/fontfriend-3-2-released-now-with-more-google/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 03:28:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[fontfriend]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[webfonts]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=730</guid>
		<description><![CDATA[When I released FontFriend 3.1, I mentioned that Google Web Fonts didn’t have a proper API, making things difficult. They still don’t have a public API, but on Thursday I was given “trusted tester” access to the new API. It won’t look that much different, but there’ll be a few fonts working now that weren’t [...]]]></description>
			<content:encoded><![CDATA[<p>When I released <a href="http://somadesign.ca/2011/fontfriend-3-1-loves-google-webfonts/">FontFriend 3.1</a>, I mentioned that Google Web Fonts didn’t have a proper API, making things difficult. They still don’t have a <em>public</em> API, but on Thursday I was given “trusted tester” access to the new API. It won’t look that much different, but there’ll be a few fonts working now that weren’t before (multi-variants like <a href="http://www.google.com/webfonts/list?family=PT+Sans&amp;subset=latin">PT Sans</a> and <a href="http://www.google.com/webfonts/list?family=IM+Fell&amp;subset=latin">IM Fell</a>).</p>
<p>I’ve started using FontFriend extensively on my <a href="http://somadesign.ca/demos/fontfriend/google.html">Soma Web Font Specimen</a> (or, if you like, on <a href="http://webfontspecimen.com/demo/">the original</a>) as a great way to evaluate Google Web Fonts, as the directory looks like an app, not a web page (although v2 of the directory <a href="http://www.youtube.com/watch?v=QTX1lU97z08">looks awesome</a>). If you have FontFriend installed already, you’re already up to date. If you don’t, <a href="http://somadesign.ca/projects/fontfriend/">go install it now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2011/fontfriend-3-2-released-now-with-more-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FontFriend 3.1 Loves Google Webfonts</title>
		<link>http://somadesign.ca/2011/fontfriend-3-1-loves-google-webfonts/</link>
		<comments>http://somadesign.ca/2011/fontfriend-3-1-loves-google-webfonts/#comments</comments>
		<pubDate>Fri, 13 May 2011 17:07:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[fontfriend]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[webfonts]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=715</guid>
		<description><![CDATA[I’ve had a number of requests to better integrate Google Webfonts into FontFriend. They keep adding all these great fonts that anyone can use for free, and should be part of a tool like FontFriend. The trouble was that they didn’t have an API, making it difficult. More on that later, because I got it [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve had a number of requests to better integrate <a href="http://www.google.com/webfonts">Google Webfonts</a> into <a href="http://somadesign.ca/projects/fontfriend/">FontFriend</a>. They keep adding all these great fonts that anyone can use for free, and should be part of a tool like FontFriend. The trouble was that they didn’t have an API, making it difficult. More on that later, because I got it working:</p>
<p><div id="attachment_716" class="wp-caption alignnone" style="width: 450px"><img class="size-full wp-image-716" title="fontfriend-goes-google" src="http://somadesign.ca/wp-content/uploads/2011/05/fontfriend-goes-google.png" alt="" width="440" height="266" /><p class="wp-caption-text">Just pick a font from the dropdown list</p></div></p>
<p>Invoke the bookmarklet as usual (it’s always up to date), and you’ll see a fancy new Google Webfonts dropdown. Pick a font and it’ll appear in the custom Font Families list. All variants (all weights, both roman &amp; italic) are automatically pulled in.</p>
<p>How was I able to do this without an API? <a title="Yahoo Query Language" href="http://developer.yahoo.com/yql/">YQL</a> to the rescue, which it turns out is awesome for tasks like this. But, after posting a <a href="http://dribbble.com/shots/167307-FontFriend-Goes-Google">teaser on Dribbble</a>, <a href="http://www.impallari.com/">Pablo Impallari</a> hooked me up with the Google Webfonts teams, who will have an API for this in place soon. I debated waiting to release until then, but I’d already done the work, so why not let everyone play already?</p>
<p>One other little nugget: FontFriend will detect already-embedded Google Webfonts on your page and throw them into the custom fonts list automatically. See a <a href="http://somadesign.ca/demos/fontfriend/google.html">demo of Google Webfont detection</a>.</p>
<p>Finally, after <a href="http://twitter.com/mattwiebe/statuses/57994815815696384">tweeting</a> about it,  I’ve had representatives from a few webfont services reach out to me about better integration once they get their APIs in place. There should be more ways to play in the future!</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2011/fontfriend-3-1-loves-google-webfonts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FontFriend 3.0 Released</title>
		<link>http://somadesign.ca/2011/fontfriend-3-0-released/</link>
		<comments>http://somadesign.ca/2011/fontfriend-3-0-released/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 23:46:59 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Soma Design]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[fontfriend]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[webfonts]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=700</guid>
		<description><![CDATA[I’m pleased to announce the immediate release of FontFriend 3.0, the Typekit integration edition. Invoking the bookmarklet on any Typekit-enabled page will automagically throw all the fonts in your kit into the custom families list. I’ve set up a demo page with FontFriend embedded and a big Typekit kit. My main imagined use-case for this [...]]]></description>
			<content:encoded><![CDATA[<p>I’m pleased to announce the immediate release of FontFriend 3.0, the Typekit integration edition. Invoking the bookmarklet on any Typekit-enabled page will automagically throw all the fonts in your kit into the custom families list. I’ve set up a <a href="http://somadesign.ca/demos/fontfriend/">demo page</a> with FontFriend embedded and a big Typekit kit.</p>
<p><div id="attachment_701" class="wp-caption alignnone" style="width: 450px"><img class="size-full wp-image-701" title="fontfriend-in-action-on-typekit" src="http://somadesign.ca/wp-content/uploads/2011/04/fontfriend-in-action-on-typekit.png" alt="" width="440" height="334" /><p class="wp-caption-text">Typekit.com uses Rosewood Fill and Chaparral</p></div></p>
<p>My main imagined use-case for this feature is the designer trying to test out a variety of webfonts on their page. I’d introduced custom lists in <a href="http://somadesign.ca/2011/fontfriend-2-5/">FontFriend 2.5</a>, but they didn’t play well with Typekit, as I discovered when <a title="Redesign of mattwie.be" href="http://somadesign.ca/2011/redesign-of-mattwie-be/">redesigning my personal blog</a>. I’d hacked in a feature for my own use, but was never really happy with it.</p>
<p>But then I remembered that Typekit <a href="http://typekit.com/docs/api">has an API</a>.  They even have an <a href="https://github.com/typekit/typekit-api-examples/tree/master/bookmarklet">example bookmarklet</a> that lists every font in your site’s kit, doing most of the work for me. A couple of short weekend coding sessions later, the feature was integrated. Just activate FontFriend on a Typekit-enabled page and you’ll see the Typekit logo and your kit’s fonts in the custom list. Check out the <a href="http://somadesign.ca/demos/fontfriend/">demo page</a> to see this in action on a page with a big Typekit kit.</p>
<p>But wait, there’s more! FontFriend 3.0 also populates your custom font list with every <code>@font-face</code>–declared font family currently active on your page. <a href="http://somadesign.ca/demos/fontfriend/local.html">See a demo</a>. This only applies to rules declared in stylesheets on the same domain due to cross-domain security restrictions, which means that most third party webfont services are left out in the cold.</p>
<p>Other 3.0 features/changes:</p>
<ul>
<li>Reorganization of the modules to better suit my imagined optimum workflow</li>
<li>Font weight is now a dropdown to give you numeric access to all weights</li>
<li>All dropdowns have arrow toggles beside them for speedier changing. (I dislike the tedious “click, move mouse, click again” flow of dropdowns, so this should help.)</li>
<li>Drag and dropped @font-face fonts now get thrown in the custom font family list</li>
<li>Drag and drop now uses the asynchronous <a href="https://developer.mozilla.org/en/DOM/FileReader">FileReader API</a>, which should be much more performant, especially when dragging in multiple font files at once. (Thanks to <a href="http://www.thecssninja.com/javascript/font-dragr">Ryan Seddon</a> for his work on <a href="http://labs.thecssninja.com/font_dragr/">FontDragr</a> that showed me the way.)</li>
<li>The previously missing Font Style module is now included. Hello italics.</li>
<li>Big reorganization of the code. It’s still a bit squirrely, but better organization will make it easier to add (good) features in the future.</li>
</ul>
<p>I’d love to support other webfont services, but none of them have APIs that can do what I’ve done with the Typekit API (or at least not that I’ve discovered). Other services: please let me know if/when that changes!</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2011/fontfriend-3-0-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seth Godin Chooses The Erudite</title>
		<link>http://somadesign.ca/2010/seth-godin-chooses-the-erudite/</link>
		<comments>http://somadesign.ca/2010/seth-godin-chooses-the-erudite/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 01:53:58 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[seth godin]]></category>
		<category><![CDATA[the erudite]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=599</guid>
		<description><![CDATA[Seth Godin should need no introduction to anyone on the web. What might need introduction is his new venture called the Domino Project, in which he’s partnering with Amazon to rethink the fatally flawed current publishing model. And, to get it up and running, he’s running WordPress and a lightly tweaked version of The Erudite. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sethgodin.com/sg/">Seth Godin</a> should need no introduction to anyone on the web. What might need introduction is his new venture called <a href="http://www.thedominoproject.com/">the Domino Project</a>, in which he’s partnering with <a href="http://amazon.com/">Amazon</a> to <a href="http://sethgodin.typepad.com/seths_blog/2010/12/the-domino-project.html">rethink</a> the fatally flawed current publishing model. And, to get it up and running, he’s running <a href="http://wordpress.org/">WordPress</a> and a lightly tweaked version of <a href="http://somadesign.ca/projects/the-erudite/">The Erudite</a>. Fun to see it used on a high-profile site!</p>
<p>HT Rick from <a href="http://www.stylesheeter.com/">Stylesheeter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2010/seth-godin-chooses-the-erudite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Panic Goes Nuts</title>
		<link>http://somadesign.ca/2009/panic-goes-nuts/</link>
		<comments>http://somadesign.ca/2009/panic-goes-nuts/#comments</comments>
		<pubDate>Thu, 28 May 2009 05:31:40 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[panic]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[transmit]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=294</guid>
		<description><![CDATA[Well, maybe not, but the folks at Panic have just initiated a 50% off sale. Of particular interest for web designers and/or developers are their lovely Transmit (best FTP client ever) and Coda (one window web development) offerings.]]></description>
			<content:encoded><![CDATA[<p>Well, maybe not, but the folks at <a href="http://www.panic.com">Panic</a> have just initiated a <a href="http://www.panic.com/sale/">50% off sale</a>. Of particular interest for web designers and/or developers are their lovely <a href="http://www.panic.com/transmit/">Transmit</a> (best FTP client ever) and <a href="http://www.panic.com/coda/">Coda</a> (one window web development) offerings.</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2009/panic-goes-nuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A List Apart Survey</title>
		<link>http://somadesign.ca/2008/a-list-apart-survey/</link>
		<comments>http://somadesign.ca/2008/a-list-apart-survey/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 20:02:18 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[a list apart]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=80</guid>
		<description><![CDATA[A List Apart is running their 2nd annual Survey for People Who Make Websites. If you make websites (we do!) go take the survey (we did!).]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-81" title="i-took-the-2008-survey" src="http://somadesign.ca/wp-content/uploads/2008/07/i-took-the-2008-survey.gif" alt="" width="180" height="46" /></p>
<p>A List Apart has just announced their 2nd annual <a href="http://alistapart.com/articles/survey2008">Survey for People Who Make Websites</a>, after getting a whopping 33,000 people to do so last year. If you’re reading this, and you do web work, <a href="http://alistapart.com/articles/survey2008">go take the survey</a>. They publish the results for free (see <a href="http://alistapart.com/articles/2007surveyresults">last year’s results</a>), and the data this produces is a tremendous help for understanding the makeup of our field.</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2008/a-list-apart-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Million Domains</title>
		<link>http://somadesign.ca/2008/one-million-domains/</link>
		<comments>http://somadesign.ca/2008/one-million-domains/#comments</comments>
		<pubDate>Tue, 06 May 2008 20:20:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cira]]></category>
		<category><![CDATA[tld]]></category>
		<category><![CDATA[top level domain]]></category>

		<guid isPermaLink="false">http://somadesign.ca/?p=48</guid>
		<description><![CDATA[CIRA celebrates One Million Domains, and Soma Design gets featured in the fun.]]></description>
			<content:encoded><![CDATA[<p>The dot-ca top-level domain (<a title="Top-level domain" href="http://en.wikipedia.org/wiki/Tld">TLD</a>) has just surpassed 1,000,000 domains, and to celebrate, the Canadian Internet Registration Authority (<a title="CIRA" href="http://cira.ca/">CIRA</a>) has launched the <a title="One Million Domains" href="http://onemilliondomains.ca/">One Million Domains</a> campaign. Soma Design was featured in this promotional site alongside many other interesting uses of the dot-ca TLD.</p>
<p>I was also recently <a title="IT Business" href="http://www.itbusiness.ca/it/client/en/home/News.asp?id=48187">interviewed by IT Business</a> in connection with this campaign, which was a pleasant experience. Later in the same article, it is claimed that <a title="IT Business" href="http://www.itbusiness.ca/it/client/en/home/News.asp?id=48187&amp;PageMem=3">3 in 4 Canadians prefer a dot-ca website</a> when shopping online. That means that you have an instant “in” with your fellow Canadians, if that is indeed your target market.</p>
<p>All in all, I’m quite happy to be on the dot-ca domain, and look forward to the interesting opportunities afforded by being sure that every dot-ca domain is owned by a Canadian individual or business.</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2008/one-million-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automattic Raises $29.5 Million</title>
		<link>http://somadesign.ca/2008/automattic-raises-295-million/</link>
		<comments>http://somadesign.ca/2008/automattic-raises-295-million/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 13:25:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[automattic]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[ny times]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://somadesign.ca/blog/news/automattic-raises-295-million/</guid>
		<description><![CDATA[Automattic, the company behind the WordPress.com service and open-source blogging software, just announced a second round of funding. What are the implications?]]></description>
			<content:encoded><![CDATA[<p>Automattic, the fast-growing company behind the popular WordPress blogging software (heavily endorsed by Soma Design) and the free WordPress.com blogging service, just announced a <a href="http://ma.tt/2008/01/act-two/" title="More info on funding at Matt Mullenweg's blog">$29.5 million round of funding</a>.</p>
<p>One of the fascinating things is that the NY Times, that bastion of old media, was one of the investors. This makes total sense once you look a little deeper and realize that the NY Times are using WordPress to power their <a href="http://www.nytimes.com/ref/topnews/blog-index.html" title="NY Times Blogs">ever-expanding collection of blogs</a>.</p>
<p>What this means is that WordPress has a long, bright future ahead of it with the people who loved it before they had any idea that they could make money off it still right in the thick of things and getting paid well to boot. It means that small web design shops like ours can expect WordPress to continue being a terrific and evolving platform upon which to build websites (like this one) for years to come.</p>
<p>On more personal note, I must extend a hearty congratulations to Matt and the team at Automattic for being rewarded for their terrific work. Good job!</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2008/automattic-raises-295-million/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#7 in Google Search!</title>
		<link>http://somadesign.ca/2008/7-in-google-search/</link>
		<comments>http://somadesign.ca/2008/7-in-google-search/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 18:30:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[Soma Design]]></category>

		<guid isPermaLink="false">http://somadesign.ca/blog/news/7-in-google-search/</guid>
		<description><![CDATA[After a mere week online, Soma Design now shows up on the front page of a Google search for soma design. We're #7 and hopefully moving up!]]></description>
			<content:encoded><![CDATA[<p>After a mere week online, Soma Design now shows up on the front page of a <a href="http://www.google.com/search?q=soma+design" title="search for soma design on google.ca">Google search for soma design</a>. We’re doing even better on google.ca, where <a href="http://www.google.ca/search?hl=en&amp;q=soma+design" title="search for soma design on google.ca">we currently come up as #2</a>. (We come up as #1 if you restrict the search to <a href="http://www.google.ca/search?hl=en&amp;q=soma+design&amp;meta=cr%3DcountryCA" title="restrict search for soma design on google.ca to canadian pages">canada only</a>.)</p>
<p>While there are numerous other organizations out there with some variation on the moniker “soma design,” we felt that the world was big enough for another one. Also, since somadesign.ca was still available, we decided that there was definitely room in Canada for us. It’s a big country!</p>
<p>As for the name, why did we choose it? It’s short, catchy, easy to remember and hard to spell wrong. It also allows me to indulge my nerdy side, as it’s a <a href="http://bible.crosswalk.com/Lexicons/Greek/grk.cgi?number=4983&amp;version=nas" title="'soma' in greek lexicon">greek word</a> that translates to <em>body</em>. Body conjures up associations of organic, unity in diversity, simplicity in complexity and a flair for sensible (yet quirky) design that I hope will pervade all that we do here.</p>
]]></content:encoded>
			<wfw:commentRss>http://somadesign.ca/2008/7-in-google-search/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 822/968 objects using apc

Served from: somadesign.ca @ 2012-02-01 18:18:07 -->
