<?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>ClearWebSolutions - Fast. Expensive. Awesome!</title>
	<atom:link href="http://www.clear-web-solutions.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clear-web-solutions.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 13 Jun 2011 07:38:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>jQuery 3D Slider</title>
		<link>http://www.clear-web-solutions.com/blog/2011/06/11/jquery-3d-slider/</link>
		<comments>http://www.clear-web-solutions.com/blog/2011/06/11/jquery-3d-slider/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 03:46:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.clear-web-solutions.com/blog/?p=68</guid>
		<description><![CDATA[Looking for jQuery 3D image slider? You found one. I was looking for same when I was doing this website, but couldn&#8217;t find anything like that, so I just wrote one myself and you can see the demo on the &#8230; <a href="http://www.clear-web-solutions.com/blog/2011/06/11/jquery-3d-slider/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clear-web-solutions.com/blog/wp-content/uploads/2011/06/3DSlider.jpg"><img class="alignleft size-full wp-image-69" title="3DSlider" src="http://www.clear-web-solutions.com/blog/wp-content/uploads/2011/06/3DSlider.jpg" alt="" width="342" height="205" /></a></p>
<p>Looking for jQuery 3D image slider?</p>
<p>You found one. I was looking for same when I was doing this website, but couldn&#8217;t find anything like that, so I just wrote one myself and you can see the <strong><a title="jQuery 3D slider demo" href="http://www.clear-web-solutions.com">demo</a></strong> on the <a href="http://www.clear-web-solutions.com" target="_blank">homepage</a>.</p>
<p>Recently I&#8217;ve worked on it a bit more and made it even more customizable. So now it&#8217;s available as a jQuery plugin and you can easily <strong><a title="jQuery 3D slider" href="http://www.clear-web-solutions.com/3Dslider/3dslider.zip">download it here</a></strong> as a zip.<span id="more-68"></span></p>
<p>As I didn&#8217;t see one like this I decided to put it to the <strong><a title="3D slider git" href="https://github.com/ClearWebSolutions/jQuery-3D-slider/" target="_blank">GitHub</a></strong> and this is my first Open Source project to share with the world. I&#8217;ve been using tons of Open Source stuff in my life, so finally I can also contribute to the community. Feel free to fork it or use it in any way you want. I&#8217;m providing it under GNU LGPL which means you don&#8217;t have to worry about anything except of keeping my copyright wordings inside the script.</p>
<p>It&#8217;s not universal and I wasn&#8217;t trying to make a super heavy plugin, it displays exactly 4 images(but of course handles any amount) a time and with little effort could be modified to display any amount of them.</p>
<p>The usage is super easy the HTML holding all of your slides would look like this:</p>
<pre><code>&lt;div id="slideshow"&gt;
  &lt;div&gt;&lt;img src="imgs/1.png" border="0"/&gt;&lt;/div&gt;
  &lt;div&gt;&lt;img src="imgs/2.png" border="0"/&gt;&lt;/div&gt;
  &lt;div&gt;&lt;img src="imgs/3.png" border="0"/&gt;&lt;/div&gt;
  &lt;div&gt;&lt;img src="imgs/4.png" border="0"/&gt;&lt;/div&gt;
  &lt;div&gt;&lt;img src="imgs/5.png" border="0"/&gt;&lt;/div&gt;
  &lt;div&gt;&lt;img src="imgs/6.png" border="0"/&gt;&lt;/div&gt;
  &lt;div&gt;&lt;img src="imgs/7.png" border="0"/&gt;&lt;/div&gt;
&lt;/div&gt;</code></pre>
<p>And the after including the jQuery and slider.js you just have to write this in the head:</p>
<pre><code>&lt;script language="javascript"&gt;
  $(document).ready(function(){
    $("#slideshow").dddSlider();
  });
&lt;/scirpt&gt;</code></pre>
<p>See full example once you <strong><a title="jQuery 3D image slider" href="http://www.clear-web-solutions.com/3Dslider/3dslider.zip">downloat it</a></strong>.</p>
<p>Feel free to comment, contribute and ask any questions about it via the <strong><a title="jQuery 3D slider git" href="https://github.com/ClearWebSolutions/jQuery-3D-slider/" target="_blank">GitHub</a></strong>.</p>
<p>Enjoy! And I hope you&#8217;ll make some beautiful pages with it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clear-web-solutions.com/blog/2011/06/11/jquery-3d-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recognition</title>
		<link>http://www.clear-web-solutions.com/blog/2011/04/25/recognition/</link>
		<comments>http://www.clear-web-solutions.com/blog/2011/04/25/recognition/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 19:18:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[recognition]]></category>

		<guid isPermaLink="false">http://www.clear-web-solutions.com/blog/?p=59</guid>
		<description><![CDATA[So as you see I finally found time to redesign my website. It&#8217;s not that I wasn&#8217;t happy about the previous one, but probably I just wanted to have more flexibility than flash gives, and especially when it comes to &#8230; <a href="http://www.clear-web-solutions.com/blog/2011/04/25/recognition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clear-web-solutions.com/blog/wp-content/uploads/2011/04/recognition.jpg"><img class="alignleft size-full wp-image-60" title="recognition" src="http://www.clear-web-solutions.com/blog/wp-content/uploads/2011/04/recognition.jpg" alt="" width="342" height="205" /></a></p>
<p>So as you see I finally found time to redesign my website.<br />
It&#8217;s not that I wasn&#8217;t happy about the previous one, but probably I just wanted to have more flexibility than flash gives, and<br />
especially when it comes to mobile devices. I had a window in my projects load and said myself go ahead make it&#8230;<br />
So one month later it&#8217;s all up and here comes the story&#8230;<span id="more-59"></span></p>
<p><strong>Submission</strong><br />
I submitted my website to a few Web Design Awards websites. Actually I respect only 3 of them which are:<br />
<a href="http://www.thefwa.com">thefwa.com</a> &#8211; mostly they award Flash websites, but I anyway submitted there knowing that I won&#8217;t win the website of the day.<br />
<a href="http://www.awwwards.com">awwwards.com</a> &#8211; that is thefwa for HTML/CSS based websites and the jury are experienced designers from around the world.<br />
<a href="http://www.cssdesignawards.com">cssdesignawards.com</a> &#8211; I believe it&#8217;s the second after awwwards, but that&#8217;s just my opinion.</p>
<p><strong>Nomination</strong><br />
OK submission done. Money paid.<br />
awwwards.com turned out complete designers, as my URL wasn&#8217;t added properly &#8211; I was filling the form and forgot to add http://, I mean it&#8217;s just one regular expression to check and update the URL, so my links still don&#8217;t work on their website. Whatever first experience is not the best&#8230;<br />
thefwa and cssdesignawards came through pretty quick and my website been Nominated. This means some guys reviewed it and agreed that it&#8217;s worth looking at for the jury and their visitors. Few days later awwwards also confirmed nomination.<br />
Cool I&#8217;m a nominated web designer now. I never won any award from them, but overall it&#8217;s not bad for the first time.</p>
<p><strong>So what&#8217;s the deal?</strong><br />
The deal is fame, boasting, bragging and politcorrectness. That day that my website was considered in the awards I saw no competitors.<br />
It&#8217;s easy as you see the websites nominated before and after you and approximately you can measure the selection.<br />
However the GAY website won. It&#8217;s not &#8220;gay&#8221; as people use it as synonym to weak or bad, it&#8217;s a GAY MOVIE website.<br />
I&#8217;m not trying to descriminate gays here, but that website had orange word gay on the black background which you can click and some<br />
form from the left or bottom appears. The main design here was GAY. The jury said of course we are politcorrect we should give them a website of the day award.<br />
Guys what&#8217;s wrong with you?<br />
Another website that overcome me was the opera website. It wasn&#8217;t really looking good, but at least it was a website.<br />
Oh then I realized Opera -&gt; Social+Culture -&gt; Politcorrectness. Gotcha!<br />
I talked to my friend that day and said you know I know the secret how to won an award!<br />
I said I&#8217;ll make a website with a Sakura tree(japanese cherry tree) and a red sun.<br />
Under that I&#8217;m gonna write &#8220;God save Japan&#8221;. Will it help saving Japan from disaster? No! It will help me to win an award.<br />
Guess what a surprise I saw next day? No way!!! The shitty designed website saying &#8220;Lets help Japan&#8221;.<br />
That was it. Imagine you watch the Oscar and the movie of the year becomes the 20 seconds anti-tobacco campaign that not even cool?<br />
That is very disappointing. Guys are you judging design or trying to be politcorrect?<br />
Whatever&#8230;</p>
<p><strong>Recognition</strong><br />
So what actually that gave me afterall?<br />
1) 5000 visitors during one month after submission &#8211; not bad, but only 3 people contacted me which end up to 0 contracts or projects.<br />
2) I&#8217;ve been posted on about 50 different websites, which is good for my SEO<br />
3) Recognition. I just realized it! That&#8217;s what was the best out of it. Now when my client says &#8220;can you make this blue and this red and move this down&#8221;.<br />
I simply give them for example this link:<br />
<a href="http://www.webdesignish.com/fresh-and-best-css-web-designs-of-2011.html">Fresh And Best CSS Web Designs Of 2011</a><br />
and say do you think you know design better than me?<br />
And that is the only reason every designer needs to do it for himself.<br />
Oh yeah and  also to brag and boast of yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clear-web-solutions.com/blog/2011/04/25/recognition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HEDS architecture designs</title>
		<link>http://www.clear-web-solutions.com/blog/2011/03/23/heds-architecture-designs/</link>
		<comments>http://www.clear-web-solutions.com/blog/2011/03/23/heds-architecture-designs/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 00:39:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fail]]></category>

		<guid isPermaLink="false">http://clear-web-solutions.com/blog/?p=1</guid>
		<description><![CDATA[So I wanted to start collecting cases like this long time ago, now I&#8217;ll be doing it right here. I&#8217;ll tag the cases &#8220;fail&#8221; which represents the meaning completely and comprehensively. The point is web design and clients with their &#8230; <a href="http://www.clear-web-solutions.com/blog/2011/03/23/heds-architecture-designs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="fancyb left block pr30" rel="group" href="http://clear-web-solutions.com/blog/wp-content/uploads/2011/03/heds1.jpg"><img class="border" title="my design" src="http://clear-web-solutions.com/blog/wp-content/uploads/2011/03/heds1.jpg" alt="" width="450" /></a><a class="fancyb left block" rel="group" href="http://clear-web-solutions.com/blog/wp-content/uploads/2011/03/heds2.jpg"><img class="border" title="current design" src="http://clear-web-solutions.com/blog/wp-content/uploads/2011/03/heds2.jpg" alt="" width="450" /></a></p>
<div class="clear"></div>
<p>So I wanted to start collecting cases like this long time ago, now I&#8217;ll be doing it right here. I&#8217;ll tag the cases &#8220;fail&#8221; which represents the meaning completely and comprehensively. The point is web design and clients with their own taste. So I had it many times &#8220;oh no this one is bad I don&#8217;t like that&#8221; or &#8220;could you change this to red and this to blue&#8221; &#8211; any designer was. And I will show each case like that from now on.<span id="more-1"></span></p>
<p>The exact project I want to share with you today was for the canadian architecture studio. So I thought finally that&#8217;s it. People love minimalism (as you can&#8217;t be in architecture today if you don&#8217;t), so I&#8217;ll be able to create something pretty. I did. No reply&#8230; :)</p>
<p>My design is above on the left, current website is above on the right&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clear-web-solutions.com/blog/2011/03/23/heds-architecture-designs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML5 video</title>
		<link>http://www.clear-web-solutions.com/blog/2011/03/22/html5-video/</link>
		<comments>http://www.clear-web-solutions.com/blog/2011/03/22/html5-video/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 05:24:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://clear-web-solutions.com/blog/?p=13</guid>
		<description><![CDATA[It&#8217;s boring don&#8217;t read it unless you really need it! Long time ago it was Flash and .flv format which revolutionized the web &#8211; now we have youtube, vimeo and tons of free streaming online porn thanks to it. However &#8230; <a href="http://www.clear-web-solutions.com/blog/2011/03/22/html5-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://clear-web-solutions.com/blog/wp-content/uploads/2011/03/html5.jpg"><img class="size-full wp-image-14 alignleft" style="border: 0pt none;" title="html5" src="http://clear-web-solutions.com/blog/wp-content/uploads/2011/03/html5.jpg" alt="" width="342" height="205" /></a><strong>It&#8217;s boring don&#8217;t read it unless you really need it!</strong><br />
Long time ago it was Flash and .flv format which revolutionized the web &#8211; now we have youtube, vimeo and tons of free streaming online porn thanks to it.<br />
However converting files to flv require some additional software or Flash Media Server. From the user point of view one has to have Flash installed.<br />
Well I don’t know the exact statistics, but Flash is installed everywhere, except!<span id="more-13"></span></p>
<p>That&#8217;s right mobile devices. iPhones, iPads, Androids and tons of upcoming tablets&#8230;<br />
So why not use the same Flash? Well if Flash crashes your desktop browser for sure, it will kill your mobile one with some infinite loop they forgot to fix.<br />
As a result Steve Jobs told us no Flash anymore and the army of followers said yeah we don’t need it, however we need video and it works on the iPhone from youtube somehow.</p>
<p>Even though Steve loves the idea of breaking complex tasks to small ones, he can’t develop an app for each website on the interweb, sorry Internet, that want to host videos without youtube badges… So I’m sure they have been spending tons of time to solve the problem and then someone said hey in 2022 there will be HTML5 that supports video without Flash, so lets build a TimeMachine , and he was fired for not knowing that TimeMachine is a part of Mac OS X. Perfect lets use it! And they did. However even though Apple is in 2022 now the rest of the world isn’t and that leads us to the details of the HTML5 video integration and the way it is now.</p>
<p>So how the hell it works on the iPhone and Android?<br />
Easy they have built an H.264 video codec as a piece of silicon right inside the phone 2 inches down the camera. Efficiency and battery life is unbelievable, so no more program codecs here.</p>
<p><strong>How does it work on the other browsers?</strong><br />
It doesn’t! Yes exactly! All of them are screaming we are now supporting HTML5!<br />
Hell no! Hide your kids! Lets face the real truth and it’s like that:<br />
Firefox, Opera, Chrome, IE, Safari<br />
Those are the browsers today.<br />
Lets see each of them:</p>
<p><strong>Firefox</strong> we support HTML5 video, but it should be in ogg format. What is ogg? Who the hell needs to know and who will convert each video to ogg? How to do it? I have 5 different video converters none of them knows about ogg.<br />
FAIL! (at least they have reasons they don&#8217;t have money to buy the license as they are the non-profit organization&#8230;)</p>
<p><strong>Opera</strong> &#8211; same stuff ogg.<br />
FAIL!</p>
<p><strong>IE</strong>. Well before IE9 there were no such browser as IE, it wasn’t a browser it was a tool to pay all the UI developers +50% because making this damn thing behave as the others is like training a wolf instead of a dog.  However I should admit that they claim to support H.264 video because they have money to buy the license. So for now it’s FAIL coz about 30% of all the people still use older IE versions.</p>
<p><strong>Chrome</strong>. Google have everything and they support HTML5 video properly, basically because they own youtube and I’m sure they were involved in their Chrome HTML5 support process. So SUCCESS!</p>
<p><strong>Safari</strong> well if Apple support it on your phone it’s a no brainer that they support it on something bigger. So SUCCESS here!</p>
<p>Now lets see the fact which is browser usage statistics:</p>
<p>February 2011 – according to w3schools.com</p>
<table width="200px">
<tbody>
<tr>
<td>IE</td>
<td>26.5%</td>
</tr>
<tr>
<td>Firefox</td>
<td>42.4%</td>
</tr>
<tr>
<td>Chrome</td>
<td>24.1%</td>
</tr>
<tr>
<td>Safari</td>
<td>4.1%</td>
</tr>
<tr>
<td>Opera</td>
<td>2.5%</td>
</tr>
</tbody>
</table>
<p>H.264 video support :<strong> 28.2%</strong><br />
H.264 unsupported:<strong> 71.4%</strong></p>
<p>According to this data I can say HTML5 will be supported in 2022 for sure, but we’ll be dead before that.</p>
<p>Now I’ll show you how to make it work everywhere with the same thing as Flash, but not Flash.</p>
<p>The whole idea of HTML5 video was to make your (developer’s) life easier.<br />
So long time ago they said if you want to place an image in your page do it like this:</p>
<p><code>&lt;img src="picture.jpg" alt="" /&gt;</code></p>
<p>And it could be jpg, gif or png image. Some time ago IE6 still didn’t know what is png and how the hell should he display it. (in some cases IE7 still doesn&#8217;t display transparency properly)</p>
<p><code>&lt;img src="picture.jpg” alt="" /&gt;</code></p>
<p>Same happening now. HTML5 says if you want to place a video on the web just do it like that:</p>
<p><code>&lt;video width="320" height="240" controls="controls" poster="poster.jpg"&gt;<br />
&lt;source src="video.mp4" type="video/mp4"&gt;<br />
&lt;/video&gt;</code></p>
<p>And that’s it. But now IE doesn’t know what to do with this, Firefox says “we don’t know how to display mp4”.<br />
So Firefox and Opera suggests us to do it this way:</p>
<p><code>&lt;video width="320" height="240" controls="controls" poster="poster.jpg"&gt;<br />
&lt;source src="video.mp4" type="video/mp4"&gt;<br />
&lt;source src="video.ogv" type="video/ogg"&gt;<br />
&lt;/video&gt;</code></p>
<p>Honestly? Go to hell guys! How can I explain my client that he needs to provide me a video in mp4 and ogg at the same time if I myself don’t know how to do it?</p>
<p>So what I came up with is the same BS we had before. Flash. Not actually, but QuickTime. As Apple sits in the future they also take care of us in the past and if you want you can download this window to the future for free. It’s called QuickTime and it’s a video player that could be embedded to your page with some code. And yes of course it plays mp4! It sits on the background same as Flash and you never know it’s installed, it’s just one of your browser’s plugin. According to <a href="http://www.statowl.com/quicktime.php">this guys</a> almost 60% users have it installed.</p>
<p>OK so when I want to integrate a movie to a page I write this code now:</p>
<pre><code>&lt;video width=”640” height="480" poster="poter.jpg" controls autobuffer&gt;
     &lt;source src="video.mp4" type="video/mp4;  codecs='avc1.42E01E, mp4a.40.2'"/&gt;
     &lt;object width="640" height="480" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
                codebase="http://www.apple.com/qtactivex/qtplugin.cab"&gt;
          &lt;param name="src" value="video.mp4"&gt;
          &lt;param name="controller" value="true"&gt;
          &lt;param name="scale" value="aspect"&gt;
          &lt;param name="loop" value="false"&gt;
          &lt;embed src="video.mp4" width="640" height="480" controller="true"
                pluginspage="http://www.apple.com/quicktime/download/" scale="aspect" loop="true"/&gt;
     &lt;/object&gt;
&lt;/video&gt;</code></pre>
<p>Yes you right the trick is in the embedded object which runs the quicktime plugin for all the ones who don’t support</p>
<p>BUT Firefox claims they do support  so it will simply not work with Firefox.<br />
Here comes JavaScript that helps us to identify we are in Mozilla based browser(Firefox or Opera).<br />
I&#8217;m using jQuery to identify the browser, so don&#8217;t forget to include it to the head of your html file.</p>
<pre><code>function show_video(src, poster, w, h, autoplay){
  if(!jQuery.browser.mozilla){
    document.write('&lt;video width="'+w+'" height="'+h+'" poster="'+poster+'" bgcolor="#000000" src="'+src+'" ');
    if(autoplay){ document.write('autoplay="autoplay"'); }
    document.write('&gt;&lt;source src="'+src+'" type="video/mp4;  codecs=\'avc1.42E01E, mp4a.40.2\'"/&gt;
    &lt;object width="'+w+'" height="'+h+'" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
      codebase="http://www.apple.com/qtactivex/qtplugin.cab"&gt;
      &lt;param name="src" value="'+src+'"&gt;
      &lt;param name="bgcolor" value="#000000"&gt;
      &lt;param name="autoplay" value="'+autoplay+'"&gt;
      &lt;param name="controller" value="true"&gt;
      &lt;param name="scale" value="aspect"&gt;
      &lt;param name="loop" value="false"&gt;
      &lt;embed src="'+src+'" width="'+w+'" height="'+h+'" autoplay="'+autoplay+'" controller="true"
            pluginspage="http://www.apple.com/quicktime/download/" scale="aspect" loop="true"/&gt;
    &lt;/object&gt;
    &lt;/video&gt;');
  }else{
    document.write('&lt;object width="'+w+'" height="'+h+'" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
      codebase="http://www.apple.com/qtactivex/qtplugin.cab"&gt;
      &lt;param name="src" value="'+src+'"&gt;
      &lt;param name="autoplay" value="'+autoplay+'"&gt;
      &lt;param name="controller" value="false"&gt;
      &lt;param name="scale" value="aspect"&gt;
      &lt;param name="bgcolor" value="#000000"&gt;
      &lt;param name="loop" value="false"&gt;
      &lt;embed src="'+src+'" width="'+w+'" height="'+h+'" autoplay="'+autoplay+'" controller="true"
          pluginspage="http://www.apple.com/quicktime/download/" scale="aspect" bgcolor="#000000" loop="false"&gt;
      &lt;/embed&gt;
      &lt;/object&gt;');
  }
}</code></pre>
<p>Looks messy but does nothing else as writes &lt;video&gt; tag or &lt;object&gt; depending on the browser.</p>
<p>Now to integrate video just put this code on your page(of course you need to include the function above and jQuery):</p>
<pre><code>&lt;script type="text/javascript"&gt;
  show_video(‘video.mp4’, ‘poster.jpg’, 640, 480);
&lt;/script&gt;</code></pre>
<p>It will use HTML5 in Chrome and Safari and will embed QuickTime in the others…<br />
Not cool, but it’s not my fault, cmon guys make some standards and everybody would be happy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clear-web-solutions.com/blog/2011/03/22/html5-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

