<?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>Alvin / Aedis.Ju &#187; Google API</title>
	<atom:link href="http://blog.richmediaplus.com/tag/google-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.richmediaplus.com</link>
	<description>About the Adobe&#039;s RIA related solution and technology, like Adobe Air, Adobe Flex. You also can find the SEO for Flex, RIA, User Ex in this blog.</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:23:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Font API</title>
		<link>http://blog.richmediaplus.com/2010/05/google-font-api/</link>
		<comments>http://blog.richmediaplus.com/2010/05/google-font-api/#comments</comments>
		<pubDate>Thu, 20 May 2010 08:09:24 +0000</pubDate>
		<dc:creator>Alvin / Aedis.Ju</dc:creator>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Font API]]></category>

		<guid isPermaLink="false">http://blog.richmediaplus.com/?p=570</guid>
		<description><![CDATA[目前 Google Labs 开放了 Google Font API，把 Open Source Font 做了个集合。 使用 Link-StyleSheet 的方式加载： 加载 Tangerine： &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://fonts.googleapis.com/css?family=Tangerine&#34;&#62; 同时加载 Tangerine, Inconsolata, and Droid Sans： &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://fonts.googleapis.com/css?family=Tangerine&#124;Inconsolata&#124;Droid+Sans&#34;&#62; 另外有使用 WebFont Loader 的加载方式，不过还是 Link-StyleSheet 简单啊。 Google Font API 可以让一些 Font Geek 们有展示自己能力的好地方，额外的好处是，除了出名，把 FONT.TTF 扔到了 Google 的服务器上，流量也省，速度也快。 Related posts:Loading external html and css in ActionScript [...]


Related posts:<ol><li><a href='http://blog.richmediaplus.com/2009/07/loading-external-html-and-css-in-actionscript/' rel='bookmark' title='Permanent Link: Loading external html and css in ActionScript'>Loading external html and css in ActionScript</a></li>
<li><a href='http://blog.richmediaplus.com/2009/04/o3d-by-google/' rel='bookmark' title='Permanent Link: O3D by Google'>O3D by Google</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>目前 Google Labs 开放了 <a href="http://code.google.com/apis/webfonts/docs/getting_started.html" target="_blank">Google Font API</a>，把 Open Source Font 做了个集合。<br />
<a href="http://code.google.com/apis/webfonts/" target="_blank"><img src="http://www.google.com/images/logos/font_directory_logo_beta.gif" alt="Google Font directory" /></a></p>
<p>使用 Link-StyleSheet 的方式加载：</p>
<ul>
<li> 加载 <a href="http://code.google.com/webfonts/family?family=Tangerine">Tangerine</a>：

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://fonts.googleapis.com/css?family=Tangerine&quot;&gt;</pre></div></div>

</li>
<li>同时加载 <a href="http://code.google.com/webfonts/family?family=Tangerine">Tangerine</a>,  <a href="http://code.google.com/webfonts/family?family=Inconsolata">Inconsolata</a>,  and <a href="http://code.google.com/webfonts/family?family=Droid%20Sans">Droid  Sans</a>：

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans&quot;&gt;</pre></div></div>

</li>
</ul>
<p>另外有使用 <a href="http://code.google.com/apis/webfonts/docs/webfont_loader.html" target="_blank">WebFont Loader</a> 的加载方式，不过还是 Link-StyleSheet 简单啊。</p>
<p>Google Font API 可以让一些 Font Geek 们有展示自己能力的好地方，额外的好处是，除了出名，把 FONT.TTF 扔到了 Google 的服务器上，流量也省，速度也快。<br />
<a href="http://code.google.com/apis/webfonts/docs/getting_started.html" target="_blank"><img src="http://www.google.com/images/icons/feature/font_api-128.gif"  alt="Getting Started guide"></a></p>


<p>Related posts:<ol><li><a href='http://blog.richmediaplus.com/2009/07/loading-external-html-and-css-in-actionscript/' rel='bookmark' title='Permanent Link: Loading external html and css in ActionScript'>Loading external html and css in ActionScript</a></li>
<li><a href='http://blog.richmediaplus.com/2009/04/o3d-by-google/' rel='bookmark' title='Permanent Link: O3D by Google'>O3D by Google</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.richmediaplus.com/2010/05/google-font-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O3D by Google</title>
		<link>http://blog.richmediaplus.com/2009/04/o3d-by-google/</link>
		<comments>http://blog.richmediaplus.com/2009/04/o3d-by-google/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:26:28 +0000</pubDate>
		<dc:creator>Alvin / Aedis.Ju</dc:creator>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[Multi Touch]]></category>
		<category><![CDATA[O3D]]></category>

		<guid isPermaLink="false">http://blog.richmediaplus.com/?p=147</guid>
		<description><![CDATA[3D？在瀏覽器？這次不是3D瀏覽器，而是支持各種瀏覽器的plugin。 今天Google放出了O3D， 一款能讓你在瀏覽器制造rich 3D的開源Web API，由O3D制造出來的東西需要O3D的plugin的支持。 目前O3D Plugin已經支持的平臺有Windows，Mac OS，Linux，瀏覽器也已經支持Chrome，IE，Firefox和Safari。 Related Links O3D on Google Labs Google O3D Blog Announcement O3D Samples Btw： 個人不太看好，3D瀏覽器市面上已經有很多了，雖然這東西是plugin，基本支持各種操作系統和瀏覽器，但是cpu占用的還是比較大的，瀏覽器都容易死&#8230; 但是不難看出，現在的很多設計都是3D Trend，所以3D + Mulit-Touch會是以后整個計算機發展的主流。$10000+的Microsoft Surface加速平民化吧！我也想要一臺啊！ Related posts:Google Font API


Related posts:<ol><li><a href='http://blog.richmediaplus.com/2010/05/google-font-api/' rel='bookmark' title='Permanent Link: Google Font API'>Google Font API</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>3D？在瀏覽器？這次不是3D瀏覽器，而是支持各種瀏覽器的plugin。</p>
<p>今天Google放出了<a href="http://code.google.com/apis/o3d/" target="_blank">O3D</a>， 一款能讓你在瀏覽器制造rich 3D的開源Web API，由O3D制造出來的東西需要O3D的plugin的支持。<br />
目前O3D Plugin已經支持的平臺有Windows，Mac OS，Linux，瀏覽器也已經支持Chrome，IE，Firefox和Safari。</p>
<p><strong>Related Links</strong><br />
<a href="http://code.google.com/apis/o3d/">O3D on Google Labs</a><br />
<a href="http://google-code-updates.blogspot.com/2009/04/toward-open-web-standard-for-3d.html">Google O3D Blog Announcement</a><br />
<a href="http://code.google.com/apis/o3d/docs/samplesdirectory.html">O3D Samples</a></p>
<p><em>Btw：<br />
個人不太看好，3D瀏覽器市面上已經有很多了，雖然這東西是plugin，基本支持各種操作系統和瀏覽器，但是cpu占用的還是比較大的，瀏覽器都容易死&#8230;<br />
但是不難看出，現在的很多設計都是3D Trend，所以3D + Mulit-Touch會是以后整個計算機發展的主流。$10000+的</em><a href="http://www.microsoft.com/surface/"><em>Microsoft Surface</em></a><em>加速平民化吧！我也想要一臺啊！</em></p>


<p>Related posts:<ol><li><a href='http://blog.richmediaplus.com/2010/05/google-font-api/' rel='bookmark' title='Permanent Link: Google Font API'>Google Font API</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.richmediaplus.com/2009/04/o3d-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
