<?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>Jeez Tech &#187; Opera</title>
	<atom:link href="http://jeez.eu/tag/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeez.eu</link>
	<description>Jeez Aggressive Technology</description>
	<lastBuildDate>Mon, 24 May 2010 13:41:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jeez.eu' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Technologies That Will Change The Web</title>
		<link>http://jeez.eu/2009/11/01/technologies-that-will-change-the-web/</link>
		<comments>http://jeez.eu/2009/11/01/technologies-that-will-change-the-web/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:24:48 +0000</pubDate>
		<dc:creator>Kerasiotis Vasileios</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://jeez.eu/?p=730</guid>
		<description><![CDATA[Some years ago, the mp3 format was invented. It was a market killer invention since there was a [...]]]></description>
			<content:encoded><![CDATA[<p>Some years ago, the mp3 format was invented. It was a market killer invention since there was a whole bunch of new products and hardware that came out to support it. We saw mp3 players in our rooms, cars and phones. We also saw companies distributing paid music rise and each teen has it&#8217;s mp3 player along with his/her books. Each time a killer invention comes out, there is a whole bunch of other products in the market to support it.</p>
<p>The Web, was another killer invension. Some new technologies that recently came out promise to re-invent the web and we will make an effort to showcase them here. We will also try to imagine some supporting products that these technologies might produce.</p>
<h3><a title="Yahoo Query Language" href="http://developer.yahoo.com/yql/guide/yql_guide.pdf" target="_blank">Select * from internet with YQL</a></h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/11/yql.gif" rel="lightbox[730]"><img class="alignnone size-full wp-image-733" title="yql" src="http://jeez.eu/wp-content/uploads/2009/11/yql.gif" alt="yql" width="563" height="235" /></a></p>
<p>One of the most promising technologies out there, is Yahoo&#8217;s YQL. Many people including me, believe that this platform is the next big thing. You can do thousand of diferrent things with YQL in so many diferrent areas that the moto is really &#8220;select * from internet&#8221;. The philosofy behind YQL is that anyone can make his data available for everyone in a specific way, so specific that someone who wants to access these data, should just use an SQL-syntax like language to get do it.</p>
<p>So YQL turns the web into a monsterous database waiting there for us to query it. How is this possible? Each web service should produce a <a title="Datatables" href="http://www.datatables.org/" target="_blank">datatable</a> with a specific format, which then other people can use to extract, insert or update data. We see <a title="Community Tables" href="http://developer.yahoo.com/yql/console/?q=show%20tables&amp;env=store://datatables.org/alltableswithkeys" target="_blank">hundreds of community tables</a> available in the YQL console.</p>
<p>In what way could YQL change the web? What if you used YQL to create a hotel booking site? Hotels could create datatables that would make hotels reservations, available rooms and pricing info available. Then we could do a YQL statement like this to get available rooms in San Fransisco:</p>
<pre class="brush: sql;">SELECT * FROM hotels.rooms.sf WHERE room=open</pre>
<p>The above example is fictional. YQL could be used in any way you would use a typical SQL database. Our article about <a href="http://jeez.eu/2009/09/25/using-yql-to-manage-your-yahoo-meme-account/" target="_blank">how to use yql to manage your meme account</a> will get you into it even faster.</p>
<h3><a title="Opera Unite" href="http://unite.opera.com/" target="_blank">Take the web back with Opera Unite</a></h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/11/opera-unite-screen.png" rel="lightbox[730]"><img class="alignnone size-large wp-image-734" title="opera-unite-screen" src="http://jeez.eu/wp-content/uploads/2009/11/opera-unite-screen-600x436.png" alt="opera-unite-screen" width="600" height="436" /></a></p>
<p>Opera Unite is able to turn your browser (Opera) into a web server. This means you can share content directly with friends without having to upload anything to a Web site. Opera Unite is a Web server running inside the Opera Web browser, allowing the user to install applications and share these applications with their friends and colleagues (or everyone, if they wish). The Opera Unite server provides a proxy between the server and its clients (found at operaunite.com) to avoid the need for any special firewall configuration.</p>
<p>So in other words, you run your own hosting service. You can use standard techniques like JavaScript and HTML to <a title="Opera Unite Developer API" href="http://dev.opera.com/articles/view/opera-unite-developer-primer/" target="_blank">create applications</a> and then publish them for the world to see right from your own browser. There are already a <a title="Opera Unite Applications" href="http://unite.opera.com/applications/" target="_blank">some applications</a> that utilize the Opera Unite API and my favorite one is <a title="Twicli Unite" href="http://unite.opera.com/application/382/" target="_blank">Twicli</a>.</p>
<p>Most of the Opera Unite use cases could be for social networking but it could be used as a collaboration tool too.</p>
<h3><a title="Google Wave" href="http://wave.google.com" target="_blank">Collaborate with Google Wave</a></h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/11/google_wave.png" rel="lightbox[730]"><img class="alignnone size-full wp-image-735" title="google_wave" src="http://jeez.eu/wp-content/uploads/2009/11/google_wave.png" alt="google_wave" width="500" height="326" /></a></p>
<p>Google Wave is an online tool for real-time communication and collaboration. A wave can be both a conversation and a document where people can discuss and work together using richly formatted text, photos, videos, maps, and more. With Google wave the possibilities are endless since the wave API allows you to build anything you want.</p>
<p>Google Wave supports <a href="http://wave.google.com/help/wave/extensions.html" target="_blank">robots, gadgets,extensions</a> and embeding that makes it so powerful for online collaboration that any other tool could be. We recently posted a <a href="http://jeez.eu/2009/10/11/creating-a-google-wave-extension-in-5-steps/" target="_blank">tutorial on how to create a feed reader extension</a> for Google Wave too.</p>
<p>Recently<a title="Google Wave Use Cases: Arts &amp; Filmmaking" href="http://www.readwriteweb.com/archives/google_wave_use_cases_arts_filmmaking.php" target="_blank"> there was a post in the ReadWriteWeb blog</a> with a use case of Google Wave for artists and Filmmaking and everyday there are new ideas on how Wave could be used.</p>
<h3><a title="Pubsubhubbub" href="http://code.google.com/p/pubsubhubbub/" target="_blank">Re-inventing RSS with PubSubHubBub</a></h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/11/pushbutton-delivery.png" rel="lightbox[730]"><img class="alignnone size-full wp-image-736" title="pushbutton-delivery" src="http://jeez.eu/wp-content/uploads/2009/11/pushbutton-delivery.png" alt="pushbutton-delivery" width="450" height="300" /></a></p>
<p>Except it&#8217;s strange name, this protocol promises to deliver updates from feeds without polling. So it basically allows us to be informed if our favorite blog has updated news without the need to reload this blog&#8217;s feed. It uses this flow (taken from <a href="http://www.scripting.com/stories/2009/07/10/googlesPubsubhubbub.html" target="_blank">Scripting.com</a>):</p>
<ol>
<li>Any feed that wants to participate in this network must add a bit to the feed that indicates which ping server is handling notifications on its behalf. There can be more than one.</li>
<li>When a subscribing application initially parses the feed and notices this bit, it sends a notification to each server saying &#8220;I want to be notified when this feed updates&#8221;.</li>
<li>When the feed updates, it pings each of the servers it has registered with saying &#8220;I have updated&#8221;.</li>
<li>The server then pings each of the subscribers saying &#8220;He updated&#8221;.</li>
</ol>
<p>At Scripting.com they say that this protocol could be used to create a Twitter-like service without Twitter&#8217;s limitations of 140 chars or hashtags. We thought of another use also.</p>
<p>What about creating a REAL real-time search engine that would update it&#8217;s index anytime a feed is updated? This way, we could have a search engine that will be able to show the latest news in seconds after the news got published.</p>
<h3><a title="HTML5" href="http://www.w3.org/TR/html5/" target="_blank">HTML5</a></h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/11/html5-serializations.png" rel="lightbox[730]"><img class="alignnone size-full wp-image-737" title="html5-serializations" src="http://jeez.eu/wp-content/uploads/2009/11/html5-serializations.png" alt="html5-serializations" width="573" height="357" /></a></p>
<p>The new HTML specification is here and it brings marvelous new features to use. Canvas, Video, Audio and Drag n Drop are some of it&#8217;s features that will surely change the way we surf the net. One of it&#8217;s coolest features is the ability to cache web applications and use them offline. It is not weird that technologies like Google Wave depend on HTML5 to exist.</p>
<p>Apart from being the tool to create revolutionary applications and services, HTML5 is itself a revolution. Many browser players are contributing to the creation of the draft (Apple, Microsoft, Mozilla and Opera), each from his own point of view and interest but they all try to make this a great new era for the web.</p>
<img src="http://jeez.eu/?ak_action=api_record_view&id=730&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjeez.eu%2F2009%2F11%2F01%2Ftechnologies-that-will-change-the-web%2F&amp;linkname=Technologies%20That%20Will%20Change%20The%20Web"><img src="http://jeez.eu/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://jeez.eu/2009/11/01/technologies-that-will-change-the-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IE Only, Cool Features, That Should Exist On Other Browsers Too</title>
		<link>http://jeez.eu/2009/10/16/ie-only-cool-features-that-should-exist-on-other-browsers-too/</link>
		<comments>http://jeez.eu/2009/10/16/ie-only-cool-features-that-should-exist-on-other-browsers-too/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:13:47 +0000</pubDate>
		<dc:creator>Kerasiotis Vasileios</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jeez.eu/?p=604</guid>
		<description><![CDATA[OK Internet Explorer (mainly &#60;7 ) is the source of headache for most of us.  The box model, [...]]]></description>
			<content:encoded><![CDATA[<p>OK Internet Explorer (mainly &lt;7 ) is the source of headache for most of us.  The box model, the transparency problem and it&#8217;s poor CSS support have made designers hack their code to have their designs look the same (not always though) on IE as they would on all other browsers. But, there are some awesome, IE specific, features that should be present on other browsers too. In this article, we will list some IE features that Firefox, Opera and other browsers should have.</p>
<h3>The CSS Filter Property</h3>
<p>Internet Explorer supports a <em>filter:command</em> style CSS property that can add some style to HTML elements on your pages. For example you can create a fade effect on any block element on your pages with:</p>
<pre class="brush: css;">ELEMENT {filter: Chroma(Color=#C1DEFF) Alpha(Opacity=200, FinishOpacity=0, Style=2, StartX=gradient start X position, StartY=gradient starting Y position, FinishX=gradient finishing X position, FinishY=gradient finishing Y position)
}</pre>
<p>where &#8220;ELEMENT&#8221; is any block element. You can use the above code to transform this image:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/test.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-605" title="test" src="http://jeez.eu/wp-content/uploads/2009/10/test.jpg" alt="test" width="360" height="471" /></a></p>
<p>to something like this:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/effected.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-609" title="effected" src="http://jeez.eu/wp-content/uploads/2009/10/effected.jpg" alt="effected" width="381" height="489" /></a></p>
<p>You can also create gradient div elements with the same trick. Another great method of the filter property is &#8220;<strong>filter:gray</strong>&#8221; which, when used on images, the images will be gray-scaled. So by doing this:</p>
<pre class="brush: css;">img{
filter:gray;
}</pre>
<p>will display the image like this:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/grayed.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-610" title="grayed" src="http://jeez.eu/wp-content/uploads/2009/10/grayed.jpg" alt="grayed" width="359" height="470" /></a></p>
<p>while by using the &#8220;<strong>filter:fliph</strong>&#8221; or &#8220;<strong>filter:flipv</strong>&#8221; methods, the images will be flipped horizontally and vertically accordingly. The next cool filter method is &#8220;<strong>filter:invert</strong>&#8221; which when used on images, would display the image like this:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/inverted.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-608" title="inverted" src="http://jeez.eu/wp-content/uploads/2009/10/inverted.jpg" alt="inverted" width="362" height="470" /></a></p>
<p>Another image transformation can be achieved with &#8220;<strong>filter:wave</strong>&#8220;. You might have guessed what this method does but if you didn&#8217;t, put this code in your page:</p>
<pre class="brush: css;">
img{
filter:wave(Strength=5,lightstrength=15)
}
</pre>
<p>and you should get an image with a wave effect like this:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/wave.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-611" title="wave" src="http://jeez.eu/wp-content/uploads/2009/10/wave.jpg" alt="wave" width="362" height="471" /></a></p>
<p>A method similar to the &#8220;filter:invert&#8221; method is &#8220;<strong>filter:xray</strong>&#8221; which produces the following effect:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/xray.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-612" title="xray" src="http://jeez.eu/wp-content/uploads/2009/10/xray.jpg" alt="xray" width="361" height="466" /></a></p>
<p>wait.. There&#8217;s some more.</p>
<p>You can pixelate any image with this code:</p>
<pre class="brush: css;">img{
 filter:progid:DXImageTransform.Microsoft.Pixelate(maxsquare=6)
}</pre>
<p>eg:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/pixels.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-613" title="pixels" src="http://jeez.eu/wp-content/uploads/2009/10/pixels.jpg" alt="pixels" width="359" height="471" /></a></p>
<p>add some blur with &#8220;<strong>filter:blur(strength=VALUE)</strong>&#8220;:</p>
<pre class="brush: css;">img{
blur(Strength=&quot;50&quot;)
}</pre>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/blur.jpg" rel="lightbox[604]"><img class="alignnone size-full wp-image-614" title="blur" src="http://jeez.eu/wp-content/uploads/2009/10/blur.jpg" alt="blur" width="360" height="469" /></a></p>
<p>or add some glowing effects to some text and keep the text selectable as shown here:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/glow.png" rel="lightbox[604]"><img class="alignnone size-full wp-image-615" title="glow" src="http://jeez.eu/wp-content/uploads/2009/10/glow.png" alt="glow" width="202" height="72" /></a></p>
<p>with this code:</p>
<pre class="brush: css;">p{
filter: glow(Color=&quot;#000eee&quot;,Strength=&quot;6&quot;);
 width:200px;
 font-size:30px;
}</pre>
<p>and adding shadows to text can be done with this code:</p>
<pre class="brush: css;">p{
filter: dropShadow(color=&quot;#ddd0d0&quot;,offX=&quot;2&quot;,offY=&quot;2&quot;);
 width:200px;
 font-size:40px;
}</pre>
<p>The result is not 100% what we expected though since the transformation sharpens our text:</p>
<p><a href="http://jeez.eu/wp-content/uploads/2009/10/shadow.png" rel="lightbox[604]"><img class="alignnone size-full wp-image-616" title="shadow" src="http://jeez.eu/wp-content/uploads/2009/10/shadow.png" alt="shadow" width="205" height="139" /></a></p>
<p>The <a title="MSDN about filter" href="http://msdn.microsoft.com/en-us/library/ms532849%28VS.85%29.aspx" target="_blank">MSDN</a> site has a lot of info about the filter property and some other <a title="CSS Reference" href="http://msdn.microsoft.com/en-us/library/ms531209%28VS.85%29.aspx" target="_blank">IE specific CSS properties</a> in case you are interested in it.</p>
<p>We do not advise you to use any of these CSS properties on your pages here. We are just trying to show that some of these properties could be added to other browsers too, since most of them have to do with presentation and style. For example why use a heavy JS library to add some effects like fade or gray-scale when you can do it with 1 line of text?</p>
<p>For flame lovers:</p>
<p>We use Opera (70%) and FireFox (30%). So, no IE lovers here&#8230;</p>
<img src="http://jeez.eu/?ak_action=api_record_view&id=604&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjeez.eu%2F2009%2F10%2F16%2Fie-only-cool-features-that-should-exist-on-other-browsers-too%2F&amp;linkname=IE%20Only%2C%20Cool%20Features%2C%20That%20Should%20Exist%20On%20Other%20Browsers%20Too"><img src="http://jeez.eu/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://jeez.eu/2009/10/16/ie-only-cool-features-that-should-exist-on-other-browsers-too/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Awesome (Chrome) Javascript Experiments</title>
		<link>http://jeez.eu/2009/09/14/awesome-chrome-javascript-experiments/</link>
		<comments>http://jeez.eu/2009/09/14/awesome-chrome-javascript-experiments/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:34:04 +0000</pubDate>
		<dc:creator>Kerasiotis Vasileios</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://jeez.eu/?p=173</guid>
		<description><![CDATA[I was surfing the web when i got back to Google to check my emails, I accidentally clicked [...]]]></description>
			<content:encoded><![CDATA[<p>I was surfing the web when i got back to Google to check my emails, I accidentally clicked on the <strong>more</strong> link instead of the <strong>Gmail</strong> one. The dropdown menu was something i checked before but i thought it would worth the try to check for new experiments on <a title="Google Labs" href="http://labs.google.com/" target="_blank">Google Labs</a>. Most of the experiments are well known to the public but there was something in there i never noticed before.</p>
<p>The <a title="Chrome Experiments" href="http://www.chromeexperiments.com/" target="_blank">Google Chrome Experiments</a> page is a showcase of cool experiments for both JavaScript and web browsers created by designers around the world. This place has more than interesting experiments. Ideas and some of tomorrow&#8217;s &#8220;killer apps&#8221; might reside there waiting for someone to use them or be inspired by them.</p>
<p>The most noticable experiments in my opinion are (Tested on Firefox3.5 , Opera10, Google Chrome and Internet Explorer6):</p>
<h3><a title="World of text" href="http://www.chromeexperiments.com/detail/your-world-of-text/" target="_blank">Your World of Text</a> (by Andrew Badr)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/wall-of-text.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-174" title="wall of text" src="http://jeez.eu/wp-content/uploads/2009/09/wall-of-text-600x292.png" alt="wall of text" width="600" height="292" /></a></p>
<p><em>From the author</em>:<br />
Your World of Text is an infinite grid of text editable by any visitor. The changes made by other people appear on your screen as they happen. Everyone starts in the same place, but you can scroll through the world using your mouse.<br />
<em>Technology</em>:<br />
Django and jQuery (on App Engine)</p>
<p>The most interesting is that whatever you type, stays there for ever, untill someone writes on top of your message. Runs smoothly on :</p>
<ul>
<li>Chrome</li>
<li>Firefox</li>
<li>Opera</li>
</ul>
<p>Internet Explorer has some issues.</p>
<p><em>Idea on how it can be used</em>: What if someone created a social service based on this experiment?</p>
<h3><a title="3D Model Viewer" href="http://www.chromeexperiments.com/detail/javascript-3d-model-viewer/" target="_blank">Javascript 3D Model Viewer</a> (by Jacob Seidelin)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/ship-3d.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-175" title="ship 3d" src="http://jeez.eu/wp-content/uploads/2009/09/ship-3d-600x288.png" alt="ship 3d" width="600" height="288" /></a><br />
<em>From the Author</em>:<br />
Javascript 3d Model Viewer is an experiment realyzed with javascript and canvas element (HTML 5).<br />
It&#8217;s possible to view 3d models (dinosaur, ship, helicopter), rotate them, change color and transparency and add a motion blur effect.<br />
<em>Technology</em>:<br />
Javascript, Canvas (HTML 5)</p>
<p>Awesome for showcasing some of your 3D work. Runs great on :</p>
<ul>
<li>Chrome</li>
<li>Opera</li>
</ul>
<p>It is very slow on Firefox and guess what&#8230; It does not run on IE.</p>
<p><em>Idea on how it can be used</em>: Displaying 3d sketches from within your pages.</p>
<h3><a title="Canvas Sketch" href="http://www.chromeexperiments.com/detail/canvas-sketch/" target="_blank">Canvas Sketch</a> (by Henrique Moreira)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/paint.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-176" title="paint" src="http://jeez.eu/wp-content/uploads/2009/09/paint-600x321.png" alt="paint" width="600" height="321" /></a></p>
<p><em>From the Author</em>:<br />
Web-based drawing app using Canvas Tag.<br />
Works on Chrome, IE6+, Firefox 2+, Opera 9+ and Safari.<br />
<em>Components</em>: Pencil, Eraser, Line, Rectangle, Ellipse, Flood Fill, Color Picker and Undo.<br />
Save as PNG, GIF or JPG.<br />
<em>Technology</em>:<br />
Javascript, Canvas, VML and PHP</p>
<p><em>Idea on how it can be used</em>: Obvious. An online painting app.</p>
<h3><a title="Juicy Drop" href="http://www.chromeexperiments.com/detail/juicydrop-liu5nh/" target="_blank">JuicyDrop</a> (by Jacob Seidelin)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/winamp.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-177" title="winamp" src="http://jeez.eu/wp-content/uploads/2009/09/winamp-600x319.png" alt="winamp" width="600" height="319" /></a></p>
<p><em>From the Author</em>:<br />
A limited JavaScript/canvas port of the WinAmp music visualization plugin MilkDrop. More details at: http://blog.nihilogic.dk/2009/03/javascript-canvas-sm2-milkdrop.html<br />
<em>Technology</em>:<br />
JavaScript, Canvas, SoundManager2</p>
<p>This is one of my favorites. It supports visualizations too. No it is not Winamp. It is JuicyDrop. Runs on Chrome and Firefox. Even if Opera renders it nice, it was not able to play any song.</p>
<p><em>Idea on how it can be used</em>: Some music on demand services might find a great way to promote their service by using this one.</p>
<h3><a title="BoomBox" href="http://www.chromeexperiments.com/detail/boom-box/" target="_blank">BoomBox</a> (by Scott Andreas)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/boombox.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-178" title="boombox" src="http://jeez.eu/wp-content/uploads/2009/09/boombox-600x339.png" alt="boombox" width="600" height="339" /></a></p>
<p><em>From the Author</em>:<br />
Boombox is a web-based media player with a three-channel equalizer. The volume of each channel is controlled by resizing the respective windows.<br />
<em>Technology</em>:<br />
Prototype and Flash</p>
<p>This is my second favorite. Runs great on :</p>
<ul>
<li>Chrome</li>
<li>Firefox</li>
<li>Opera (Faster than all other browsers!!!)</li>
</ul>
<p>Again Internet Explorer fails to render the experiment. Although the music plays ok and the browser windows render nice, you can&#8217;t resize them to get the experiment&#8217;s result.</p>
<p><em>Idea on how it can be used</em>: As with the JuicyDrop experiment, the BoomBox can be used by a music on demand service to attract more users.</p>
<h3><a title="Browser Ball" href="http://www.chromeexperiments.com/detail/browser-ball/" target="_blank">Browser Ball</a> (by Mark Mahoney)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/browserball.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-179" title="browserball" src="http://jeez.eu/wp-content/uploads/2009/09/browserball-600x348.png" alt="browserball" width="600" height="348" /></a></p>
<p><em>From the Author</em>:<br />
Open new windows. Throw a beach ball through them. If I tell you it&#8217;s less lame than it sounds, will you give it a shot?<br />
<em>Technology</em>:<br />
JavaScript, the canvas tag</p>
<p>A very amussing experiment. The ball bounces through the open windows.Runs on Chrome, Opera and Firefox.</p>
<p><em>Idea on how it can be used</em>: Can we make animations that occupy more than one browser window?</p>
<h3><a title="Ball Pool" href="http://www.chromeexperiments.com/detail/ball-pool/" target="_blank">Ball Pool</a> (by Mr.doob)</h3>
<p><a href="http://jeez.eu/wp-content/uploads/2009/09/ball.png" rel="lightbox[173]"><img class="alignnone size-large wp-image-180" title="ball" src="http://jeez.eu/wp-content/uploads/2009/09/ball-600x290.png" alt="ball" width="600" height="290" /></a></p>
<p><em>From the Author</em>:<br />
Start by shaking the browser, then create new balls (click on empty space), move some others (drag) and reset the screen (double click).<br />
It&#8217;s like the old days once again! :)<br />
<em>Technology</em>:<br />
javascript, canvas, box2d-js</p>
<p>Just awesome. Runs great on Opera, Firefox and Chrome.</p>
<p><em>Idea on how it can be used</em>: Left as a challenge for you. I have one idea and it will be posted on a feature article here.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://jeez.eu/?ak_action=api_record_view&id=173&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjeez.eu%2F2009%2F09%2F14%2Fawesome-chrome-javascript-experiments%2F&amp;linkname=Awesome%20%28Chrome%29%20Javascript%20Experiments"><img src="http://jeez.eu/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://jeez.eu/2009/09/14/awesome-chrome-javascript-experiments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
