<?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>Exposed Elements &#187; Javascript</title>
	<atom:link href="http://exposedelements.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://exposedelements.com</link>
	<description>minimalism, web design and technology</description>
	<lastBuildDate>Fri, 18 May 2012 05:12:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Bing Maps AJAX Control 7.0 SDK</title>
		<link>http://exposedelements.com/2011/05/bing-maps-ajax-control-7-0-sdk/</link>
		<comments>http://exposedelements.com/2011/05/bing-maps-ajax-control-7-0-sdk/#comments</comments>
		<pubDate>Wed, 11 May 2011 04:18:42 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=710</guid>
		<description><![CDATA[The interactive SDK for Bing Maps version 7.0 is out and it looks pretty.  check it out at www.bingmapsportal.com/isdk/ajaxv7 For me, the biggest advantage of using the AJAX control is that it uses plain Javascript, HTML and CSS, which are industry standard programming and markup languages. I will be diving into the API this summer.]]></description>
			<content:encoded><![CDATA[<p>The interactive SDK for Bing Maps version 7.0 is out and it looks pretty.  check it out at <a title="Bing Maps Interactive SDK" href="http://www.bingmapsportal.com/isdk/ajaxv7" target="_blank">www.bingmapsportal.com/isdk/ajaxv7</a></p>
<p>For me, the biggest advantage of using the AJAX control is that it uses plain Javascript, HTML and CSS, which are industry standard programming and markup languages.</p>
<p>I will be diving into <a title="API" href="http://msdn.microsoft.com/en-us/library/gg427610.aspx" target="_blank">the API</a> this summer.</p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2011/05/bing-maps-ajax-control-7-0-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing Twitter maps</title>
		<link>http://exposedelements.com/2010/04/bing-twitter-maps/</link>
		<comments>http://exposedelements.com/2010/04/bing-twitter-maps/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 18:05:46 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=498</guid>
		<description><![CDATA[Bing maps recently added the ability to add custom Twitter feeds into their maps, it&#8217;s called Bing Twitter maps. The map uses Silverlight 3 by default, but the nice part about it is this: If you don&#8217;t have Silverlight installed, the map falls back to plain Javascript, which is recognized by all web browsers.  I took Microsoft up on their offer and plugged my Twitter feed into their maps.  The code is super easy to implement and add to your own site. HTML code: &#60;iframe src=&#8221;http://www.bing.com/twitter/maps/embed?version=1.0&#38;eid=769766769&#38;user=exposedelements&#8221; width=&#8221;600&#8243; height=&#8221;400&#8243; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243;&#62;&#60;/iframe&#62; This demo shows my Twitter feed and Bing maps. How about you? I&#8217;d love to hear from you if you are using the Bing maps API; go ahead and post your links in the comments section.]]></description>
			<content:encoded><![CDATA[<p>Bing maps recently added the ability to add custom Twitter feeds into their maps, it&#8217;s called <a href="http://www.bing.com/maps/">Bing Twitter maps</a>. The map uses Silverlight 3 by default, but the nice part about it is this:  If you don&#8217;t have Silverlight installed, the map falls back to plain Javascript, which is recognized by all web browsers.  I took Microsoft up on their offer and plugged my Twitter feed into their maps.  The code is super easy to implement and add to your own site.</p>
<p>HTML code:</p>
<div class="code">&lt;iframe src=&#8221;http://www.bing.com/twitter/maps/embed?version=1.0&amp;eid=769766769&amp;user=exposedelements&#8221; width=&#8221;600&#8243; height=&#8221;400&#8243; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243;&gt;&lt;/iframe&gt;</div>
<p></p>
<p>This demo shows <a title="My Twitter feed" href="http://twitter.com/exposedelements" target="_blank">my Twitter feed</a> and <a title="Bing maps" href="http://www.bing.com/maps/" target="_blank">Bing maps</a>.</p>
<p><iframe src="http://www.bing.com/twitter/maps/embed?version=1.0&#038;eid=769766769&#038;user=exposedelements" width="560" height="400" scrolling="no" frameborder="0"></iframe></p>
<h2>How about you?</h2>
<p>I&#8217;d love to hear from you if you are using the Bing maps API; go ahead and post your links in the comments section.</p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2010/04/bing-twitter-maps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Visualize your data with gRaphaël</title>
		<link>http://exposedelements.com/2009/11/visualize-your-data-with-graphael/</link>
		<comments>http://exposedelements.com/2009/11/visualize-your-data-with-graphael/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:06:56 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Creative]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=312</guid>
		<description><![CDATA[Let&#8217;s face it, data can sometimes be boring. I recently discovered a really cool way to visualize your data and make it more interesting. Let me ask you a simple question &#8212; which one of the examples below is the easiest to understand? (1) Browser Statistics Firefox 326 Internet Explorer 71 Chrome 48 Safari 32 Opera 18 Camino 1 Konkeror 1 Mozilla 1 (2) We can all read the data in the 1st example, but the pie chart quickly puts the data into perspective for most of us. Did you mouse-over the pie chart? This interactivity is made possible with gRaphaël, an open source javascript library with a goal to help you create stunning charts. We are basically using pure code to render scalable vector graphics (SVG) on the fly. If you want to visualize some boring data for your next project, head over to gRaphael for more examples and to download the source code. Remember that a picture is worth a thousand words.]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, data can sometimes be boring. I recently discovered a really cool way to visualize your data and make it more interesting. Let me ask you a simple question &#8212; which one of the examples below is the easiest to understand?</p>
<p>(1)</p>
<table border="1">
<tbody>
<tr>
<td colspan="2" bgcolor="silver">Browser Statistics</td>
</tr>
<tr>
<td>Firefox</td>
<td>326</td>
</tr>
<tr>
<td>Internet Explorer</td>
<td>71</td>
</tr>
<tr>
<td>Chrome</td>
<td>48</td>
</tr>
<tr>
<td>Safari</td>
<td>32</td>
</tr>
<tr>
<td>Opera</td>
<td>18</td>
</tr>
<tr>
<td>Camino</td>
<td>1</td>
</tr>
<tr>
<td>Konkeror</td>
<td>1</td>
</tr>
<tr>
<td>Mozilla</td>
<td>1</td>
</tr>
</tbody>
</table>
<p>(2)<br />
<iframe src="http://exposedelements.com/demos/raphael/pie.html" width="405" height="260" frameborder="0" scrolling="no"></iframe></p>
<p>We can all read the data in the 1st example, but the pie chart quickly puts the data into perspective for most of us.</p>
<p>Did you mouse-over the pie chart? This interactivity is made possible with <a href="http://g.raphaeljs.com/">gRaphaël</a>, an open source javascript library with a goal to help you create stunning charts. We are basically using pure code to render scalable vector graphics (SVG) on the fly.</p>
<p>If you want to visualize some boring data for your next project, head over to <a href="http://g.raphaeljs.com/">gRaphael</a> for more examples and to download the source code. Remember that a picture is worth a thousand words.</p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2009/11/visualize-your-data-with-graphael/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

