<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LostParticle</title>
	<atom:link href="http://lostparticle.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostparticle.net</link>
	<description>Social Technology</description>
	<lastBuildDate>Sun, 01 May 2011 20:23:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://lostparticle.net/?pushpress=hub'/>
		<item>
		<title>HTML5 &#8211; Microdata: The Rise of the Semantic Web</title>
		<link>http://lostparticle.net/2011/04/16/html5-microdata-the-rise-of-the-semantic-web/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://lostparticle.net/2011/04/16/html5-microdata-the-rise-of-the-semantic-web/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 14:19:31 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[microdata]]></category>

		<guid isPermaLink="false">http://lostparticle.net/?p=149</guid>
		<description><![CDATA[Amidst all the enthusiasm surrounding HTML5, the focus in the media tends to lie on the inclusion of elements like &#60;video&#62; for displaying video and &#60;canvas&#62; to allow for scriptable rendering. When looking for information about HTML5, you will stumble upon loads of websites explaining how it will improve the overall user experience (without the [...]]]></description>
			<content:encoded><![CDATA[<p>Amidst all the enthusiasm surrounding HTML5, the focus in the media tends to lie on the inclusion of elements like &lt;video&gt; for displaying video and &lt;canvas&gt; to allow for scriptable rendering. When looking for information about HTML5, you will stumble upon loads of websites explaining how it will improve the overall user experience (without the use of flash), and how you can use tools like <a href="http://www.modernizr.com/">Modernizr</a> to unleash the power of HTML5 right now. Then there are the articles and blogs that focus on the new elements web designers can use to improve the semantic structure of their markup, like &lt;navigation&gt; and &lt;article&gt;. This is all perfectly understandable and we&#8217;ve since long awaited these updates to the HTML standard. Personally however, I am equally interested to see how the adoption of the Microdata specification into HTML5 plays out. Though the new tags already add some additional semantic meaning to the structure of a site, HTML5 actually has more to offer on that area! Fortunately a (small) number of articles and blogposts have sprung up that do a good job explaining how you can use Microdata to embrace the semantic web, and further enhance your user&#8217;s experience while at your website. At the end of this post I compiled a small list of really good tutorials you should read if feel ready to get your hands dirty. However, if you&#8217;ve never heard of Microdata, how it came to be or what it is supposed to do, do read on!</p>
<p>No one is served by a bloated specification, and once an element is added to a specification, it tends to linger even if it is removed in a later version. For this reason, it&#8217;s the <a href="http://www.w3.org/" target="_blank">World Wide Web Consortium</a>&#8216;s (W3C) job to keep the number of elements in the HTML specification small. Webdesigning isn&#8217;t going to become any easier if the number of elements would double all of a sudden. On the other hand however, the limited amount of elements force webdesigners to be very unspecific when they wrap a piece of data into an element. And despite the introduction of elements like &lt;header&gt;, &lt;nav&gt; and &lt;details&gt; into the HTML5 specification, most HTML structures still lack clear semantic meaning. There is no &lt;person&gt;, &lt;car&gt;, &lt;address&gt; or &lt;phonenumber&gt; element for example. This means that by default the computer has no way to distinguish persons from cars when it draws the information onto your screen. Does this bother you? Probably not, since you can more often than not tell the difference quite easily anyway. We recognize a phone number when we see one, we know &#8220;Peter Jackson&#8221; is a name, whereas &#8220;the new Honda Prius&#8221; probably refers to a car.</p>
<p>However, you might be more appreciative when your browser would recognize an address for what it is, and present you the option of navigating to that address. Likewise, it could on occasion be handy if your smartphone browser would recognize a phone number, and allow you to speed dial it by a merely touching it with your finger. Adding semantic meaning to an HTML structure is not directly beneficial to us, but if we can get computers to understand what they&#8217;re showing us, a whole new world op possibilities opens up! Now this idea isn&#8217;t revolutionary, people have been trying to get additional semantic elements into the HTML specification for years. It has even been declared one of the <a href="http://en.wikipedia.org/wiki/Semantic_Web" target="_blank">key properties</a> of the <a href="http://en.wikipedia.org/wiki/Web_2.0#Web_3.0" target="_blank">Web 3.0</a> by the founder of the W3C, <a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee" target="_blank">Sir Tim Berners-Lee</a>. But over 7 years ago, when the W3C made no attempt to include additional elements or attributes to HTML to allow for such semantic annotations, a small group of people decided to take the matter into their own hands, with the creation of the <a href="http://microformats.org" target="_blank"><em>Microformats</em></a> extension.</p>
<p>The Microformats specification was developed completely outside of W3C control and relied heavily on the use of the class-attribute in order to add semantic meaning. This attribute of course already existed and was originally added to the HTML specification with CSS in mind, instead of semantics. It didn&#8217;t invalidate HTML however and was the only real format available for quite some time, which is why sites like Google and LinkedIn adopted it early on. Its competitor <em><a href="http://en.wikipedia.org/wiki/RDFa" target="_blank">Resource Description Framework in attributes</a></em> (RDFa) arrived late at the scene and is a completely different story. Development of RDFa started in 2004, when it was officially included into the W3C XHTML 2 specification. When the W3C pulled the plug on XHTML 2 in 2009, RDFa was saved and copied into a separate specification for use with HTML, called <a href="http://dev.w3.org/html5/rdfa/">HTML+RDFa</a>. It quickly rose to fame when in early 2010 it was adopted by Facebook in order to power their <a href="http://developers.facebook.com/docs/opengraph/" target="_blank">Open Graph</a>.</p>
<p>Both Microformats and RDFa annotate HTML elements with semantic meaning, though both take a completely different approach. Microformats (ab)uses the class-attributes, whereas RDFa relies on XML constructs like namespaces. Both have managed to gain some traction and are currently in use throughout the world wide web. With RDFa now officially connected to HTML, the W3C had finally managed to introduce its own specification for annotating HTML elements. So why on earth would the W3C invest time in creating another annotiation specification? In short: they didn&#8217;t.</p>
<p>Insert the <a href="http://www.whatwg.org/" target="_blank">WHAT Work Group</a>. In 2004, when the W3C decided to focus on XHTML instead of HTML, a few individuals from Apple, Mozilla and Opera started their own work group in order to make sure HTML would continue to evolve. It was they who came up with new elements like &lt;video&gt;, &lt;canvas&gt; and &lt;header&gt;, you have all fallen in love with. It took until 2006 before the W3C realized it had made a mistake and came knocking on WHATWG&#8217;s door. They had seen the light and wanted to cooperate with the WHATWG on a new HTML specification. They adopted nearly everything the WHATWG gad bene working on and continued from there. Now you might expect the WHATWG had already developed the Microdata spec before the W3C contacted them, but this wasn&#8217;t the case. In fact, it was not until 2009 before the Microdata specification came into existence. At the WHATWG, Ian Hixon was in charge of HTML 5 and in early 2009 he made adding semantics to HTML 5 one of his priorities. It was he who <a href="http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-April/019374.html" target="_blank">came up</a> with the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#microdata" target="_blank">Microdata</a> specification.</p>
<p>Unlike RDFa, Microdata was meant for HTML from the start. It had however been developed by just one man, whereas RDFa was created by a group of people. With all the effort that had gone into the creation of the RDFa spec, <a href="http://realtech.burningbird.net/semantic-web/rdf-and-rdfa/rdfa-and-html5s-maxwells-silver-hammer.html" target="_blank">some people</a> weren&#8217;t very happy with Microdata being part of the official HTML5 specification just like that. After <a href="http://www.w3.org/html/wg/tracker/issues/76" target="_blank">much</a> <a href="http://lists.w3.org/Archives/Public/public-html/2009Oct/0517.html" target="_blank">debate</a>, the W3C decided to move Microdata from the official HTML 5 specification to its <a href="http://dev.w3.org/html5/md/" target="_blank">own spec</a>. However, it is still <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#microdata" target="_blank">part of</a> the official WHATWG HTML 5 specification. This might sound strange, but we&#8217;ll have to learn to live with the fact that the opinion of the WHATWG and the W3C&#8217;s differ from time to time.</p>
<p>So, now you know where Microdata came from and what it has to offer. Check out the following links if you want to learn more, and to see how you can use it in your own projects:</p>
<ul>
<li><a href="http://diveintohtml5.org/extensibility.html" target="_blank">Dive Into HTML5 &#8211; What is Microdata</a></li>
<li><a href="http://www.marcofolio.net/webdesign/html5_microdata_what_is_it_and_why_should_you_care_.html" target="_blank">HTML5 Microdata: What is it, and why should you care?</a></li>
<li><a href="http://html5doctor.com/microdata/" target="_blank">Extending HTML5 &#8211; Microdata</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lostparticle.net/2011/04/16/html5-microdata-the-rise-of-the-semantic-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>No Kidding! Free Publicity on April Fools&#8217; Day!</title>
		<link>http://lostparticle.net/2011/03/29/no-kidding-free-publicity-on-april-fools-day/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://lostparticle.net/2011/03/29/no-kidding-free-publicity-on-april-fools-day/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 17:38:44 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[aprilfools]]></category>
		<category><![CDATA[hoax]]></category>
		<category><![CDATA[publicity]]></category>

		<guid isPermaLink="false">http://lostparticle.net/?p=116</guid>
		<description><![CDATA[It&#8217;s almost April Fools&#8217; Day, and besides it being my birthday (no, really!), it&#8217;s the one day in the year you can get some &#8216;free&#8217; publicity by doing something extraordinary to entertain your online visitors/customers. On April 1st, you can get free press without the need for a major update, massive overhaul, or huge investment [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s almost April Fools&#8217; Day, and besides it being my birthday (no, really!), it&#8217;s the one day in the year you can get some &#8216;free&#8217; publicity by doing something extraordinary to entertain your online visitors/customers. On April 1st, you can get free press without the need for a major update, massive overhaul, or huge investment announcement. Instead you can get press, buzz, and mad linkage, by doing something you hopefully enjoy doing, and your customers will love: <strong>Bringing a smile to their face</strong>!</p>
<p>Ok, so it&#8217;s not really free. It will probably cost you some time and effort to get it right. However, the people responsible for the preparations might welcome the temporary break from their daily work. And when executed correctly, <strong>your brand will be all over the Internet</strong>! Everybody likes a good laugh, so give your -potential- customers a treat!</p>
<p><a href="http://en.wikipedia.org/wiki/File:Aprilsnar_2001.png"><img class="alignnone" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Aprilsnar_2001.png/800px-Aprilsnar_2001.png" alt="800px Aprilsnar 2001 No Kidding! Free Publicity on April Fools Day!" width="640" height="352" title="No Kidding! Free Publicity on April Fools Day!" /></a></p>
<p>Unfortunately it&#8217;s not always that simple to come up with a good joke/hoax. Additionally, most of the really good ones <strong>take some time to prepare</strong>. So if you are reading this post before April 1st, 2011, you should already be well on your way. Take the time to do it right. Look at your idea from all possible  angles. A last minute, hastily implemented idea might be a recipe for  disaster! And make sure your idea is original. An unoriginal joke isn&#8217;t fun and might work adversely.</p>
<p>If you&#8217;re a small company without a boatload of users, you will need to come up with something <strong>really, really funny</strong> in order to get widespread attention. On the other hand, if you do have a boatload of users, you can get away with something that is only <strong>mildly funny</strong>. It will probably get picked up anyway. Make no mistake, most of the blogs spend a good portion of the day to post about all the fun stuff that is out there. After all, they want their userbase to be able to check it out while they still can and beat the competition by providing the best links, or the most. Being funnier than 95% of the competition will pay off!</p>
<p>Whatever you do, <strong>test your idea</strong> on a few people before running with it. At the very least make sure it doesn&#8217;t get in the way of the actual service you are providing, especially if your users are paying for it! You want people to enjoy the experience, not piss them off because your service was malfunctioning for a day.</p>
<p>Is there in any Social Media in all of this? Why yes, most certainly and in numerous ways!  Though you might not be using any of the standard Social Media  tools/platforms, your users will. If it&#8217;s funny enough, they will  generate the digital <strong>word-of-mouth</strong> buzz for you! Besides, entertaining  your customers shows you <strong>care</strong> and your customers will love you for it!</p>
<p>So.. Start scheduling those brainstorm sessions already to come up with a great hoax for next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://lostparticle.net/2011/03/29/no-kidding-free-publicity-on-april-fools-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Aprilsnar_2001.png/800px-Aprilsnar_2001.png" />
		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Aprilsnar_2001.png/800px-Aprilsnar_2001.png" medium="image">
			<media:title type="html">No Kidding! Free Publicity on April Fools Day!</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media: Now and in the Future</title>
		<link>http://lostparticle.net/2011/03/28/social-media-now-and-in-the-future/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://lostparticle.net/2011/03/28/social-media-now-and-in-the-future/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 16:18:42 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[garyvaynerchuck]]></category>
		<category><![CDATA[roi]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://lostparticle.net/?p=109</guid>
		<description><![CDATA[&#8216;Stop watching Lost&#8217;, follow your true passion and seriously &#8216;Crush it&#8216;! Over the past few years Gary Vaynerchuk has traveled all over the world to explain to us why this is the best time to monetize your passion. A good many of his keynotes can be found online, and I still send links to his [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;Stop watching Lost&#8217;, follow your true passion and seriously &#8216;<a title="Crush It" href="http://www.amazon.com/Crush-Time-Cash-Your-Passion/dp/0061914177">Crush it</a>&#8216;! Over the past few years Gary Vaynerchuk has traveled all over the world to explain to us why this is the best time to <strong>monetize your passion</strong>. A good many of his keynotes can be found online, and I still send links to his <a title="various" href="http://www.youtube.com/watch?v=EhqZ0RU95d4" target="_blank">various</a> <a title="conference" href="http://www.youtube.com/watch?v=HRhJMn0Fd7U&amp;hd=1" target="_blank">conference</a> <a title="video" href="http://www.youtube.com/watch?v=c3SdiqtAMp0&amp;hd=1" target="_blank">video</a>&#8216;s, to friends on a regular basis. In 2009 however, Gary decided to scale back his speaker engagements in order to spend more time with his family and be allowed to shift his focus to <a href="http://vaynermedia.com/our-story/">Vaynermedia</a>, a company he started with his brother AJ. So, for a while not much was happening though Gary did appear on national television a few times (in the US), and he did continue to share his latest thoughts on his <a href="http://http//garyvaynerchuk.com/">own website</a>. But for the most part it was relatively quiet.</p>
<p>A few nights ago however, I watched this hour long interview with Gary, by Jason Calacanis on his &#8216;This Week in Startups&#8217; show. And honestly, <strong>I was blown away</strong>! Not only did he mention a few things that were already on my list for future blog posts, he mentioned a great deal more that just made sense. We seem to agree on so many points, I was wearing a big smile from beginning to end, and probably for some time after I was done watching it. Sure, a good few of the points he touches have been discussed previously by Gary during the last year, but he really manages to boil them down to their essence in this interview.</p>
<p>Do you want to know where social media is heading? Do you want to know what role traditional media can still play in your campaigns? Do you want to know <strong>the ROI of caring about your customers</strong>? Watch and learn! You have no excuse for not watching it, your questions will be answered!</p>
<p>All in all, I&#8217;m really happy to have come across this interview, just as I was preparing the launch of my new blog. Being one of my greatest inspirations, there is no better way to start of this blog than with Gary&#8217;s latest video. If you want to know more about social media and you want to know what social media is all about, you have got to check him out.</p>
<p>Now stop reading, and start watching!</p>
<p><a href="http://lostparticle.net/2011/03/28/social-media-now-and-in-the-future/"><em>Klik hier om de embedded video te bekijken.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lostparticle.net/2011/03/28/social-media-now-and-in-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

