<?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; HTML</title>
	<atom:link href="http://exposedelements.com/tag/html/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>How well does your browser support HTML5?</title>
		<link>http://exposedelements.com/2011/09/how-well-does-your-browser-support-html5/</link>
		<comments>http://exposedelements.com/2011/09/how-well-does-your-browser-support-html5/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 06:00:12 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://m.exposedelements.com/2011/09/how-well-does-your-browser-support-html5/</guid>
		<description><![CDATA[Opera Mobile currently scores 269 on my device. http://html5test.com]]></description>
			<content:encoded><![CDATA[<p>Opera Mobile currently scores 269 on my device. <br />
<a href="http://html5test.com/index.html">http://html5test.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2011/09/how-well-does-your-browser-support-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my lifestream</title>
		<link>http://exposedelements.com/2010/10/my-lifestream/</link>
		<comments>http://exposedelements.com/2010/10/my-lifestream/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 02:29:33 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=638</guid>
		<description><![CDATA[I like the idea behind the friendfeed widget but wanted to customize it a bit. Here is an easy way to produce a lifestream feed for your website using a little bit of code. code to display the feed script src=&#8221;http://friendfeed.com/embed/widget/openelements?v=3&#38;num=4&#38;hide_logo=0&#38;hide_comments_likes=0&#38;hide_subscribe=0&#38;width=330&#8243; type=&#8221;text/javascript&#8221; Using CSS code, the thought bubble expands when the feed is finished loading. CSS for styling (works on modern browsers) .friendfeed { position:absolute; left:551px; top:50px; width:329px; background-color: #cccccc; padding-left: 20px; padding-bottom: 20px; border-radius: 25px; } #friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td { margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; font-family: &#8216;lucida sans unicode&#8217;, &#8216;lucida grande&#8217;, sans-serif !important; font-size: 0.98em !important; font-weight: normal !important; line-height: 95% !important; letter-spacing: 0 !important; color: #333 !important; background-color: transparent !important; border:0 !important; } See the full working example at marioseijo.com]]></description>
			<content:encoded><![CDATA[<p><a title="Mario Seijo" href="http://marioseijo.com"><img title="lifestream2" src="http://exposedelements.com/wp-content/uploads/2010/10/lifestream2-600x430.jpg" alt="" width="600" height="430" /></a></p>
<p>I like the idea behind the <a href="http://friendfeed.com/embed/widget">friendfeed widget</a> but wanted to customize it a bit.  Here is an easy way to produce a lifestream feed for your website using a little bit of code.</p>
<p>code to display the feed</p>
<div class="code">script src=&#8221;http://friendfeed.com/embed/widget/openelements?v=3&amp;num=4&amp;hide_logo=0&amp;hide_comments_likes=0&amp;hide_subscribe=0&amp;width=330&#8243; type=&#8221;text/javascript&#8221;</div>
<p>Using CSS code, the thought bubble expands when the feed is finished loading.</p>
<p>CSS for styling (works on modern browsers)</p>
<div class="code">.friendfeed {<br />
position:absolute;<br />
left:551px;<br />
top:50px;<br />
width:329px;<br />
background-color: #cccccc;<br />
padding-left: 20px;<br />
padding-bottom: 20px;<br />
border-radius: 25px;<br />
}<br />
<br />
#friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td {<br />
margin-top: 0px !important;<br />
margin-left: 0px !important;<br />
padding-left: 0px !important;<br />
font-family: &#8216;lucida sans unicode&#8217;, &#8216;lucida grande&#8217;, sans-serif !important;<br />
font-size: 0.98em !important;<br />
font-weight: normal !important;<br />
line-height: 95% !important;<br />
letter-spacing: 0 !important;<br />
color: #333 !important;<br />
background-color: transparent !important;<br />
border:0 !important;<br />
}</div>
<p>See the full working example at <a href="http://marioseijo.com">marioseijo.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2010/10/my-lifestream/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>How to add the service mark symbol with HTML</title>
		<link>http://exposedelements.com/2010/01/how-to-add-the-service-mark-symbol-with-html/</link>
		<comments>http://exposedelements.com/2010/01/how-to-add-the-service-mark-symbol-with-html/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:41:41 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=375</guid>
		<description><![CDATA[HTML has a tag known as &#60;sup&#62; which stands for superscript text. This tag properly places text half a character above the baseline. Example: bite size technology, design and marketing ideasSM In order to achieve the service mark symbol as you see above, you need to align your &#8220;SM&#8221; text to the top of its line-height and decrease the font size to 50% of its original size. The following code samples will produce the service mark symbol on your web pages. CSS code: sup { vertical-align: text-top; font-size: 50%; } HTML code: bite size technology, design and marketing ideas&#60;sup&#62;SM&#60;/sup&#62; Let me know in the comments section if this code helps you, or better yet, share it with others who might need it.]]></description>
			<content:encoded><![CDATA[<p>HTML has a tag known as <strong>&lt;sup&gt;</strong> which stands for superscript text. This tag properly places text half a character above the baseline.</p>
<blockquote><p><strong>Example:</strong><br />
<span style="font-size: 12pt;">bite size technology, design and marketing ideas<sup>SM</sup></span></p></blockquote>
<p>In order to achieve the service mark symbol as you see above, you need to align your &#8220;SM&#8221; text to the top of its line-height and decrease the font size to 50% of its original size. The following code samples will produce the service mark symbol on your web pages.</p>
<p>CSS code:</p>
<div class="code">sup { vertical-align: text-top; font-size: 50%; }</div>
<p>HTML code:</p>
<div class="code">bite size technology, design and marketing ideas&lt;sup&gt;SM&lt;/sup&gt;</div>
<p>Let me know in the comments section if this code helps you, or better yet, share it with others who might need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2010/01/how-to-add-the-service-mark-symbol-with-html/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

