<?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>ropox.net &#187; Web Design</title>
	<atom:link href="http://ropox.net/archives/category/web-20/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://ropox.net</link>
	<description>thoughts from a web engineer</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:33:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HTML 5 section is not just a “semantic div”</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/ZhCs9AtdZOA/html-5-section-is-not-just-a-semantic-div</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/ZhCs9AtdZOA/html-5-section-is-not-just-a-semantic-div#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:48:12 +0000</pubDate>
		<dc:creator>ropox</dc:creator>
				<category><![CDATA[Metabloging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[html 5.0]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=6392</guid>
		<description><![CDATA[James Graham of Opera has a post about how section is not just a semantic div that argues against the folks that think that we can get by with just div class="section" for example:

HTML 5 introduces new elements like &#60;section&#62;, &#60;article&#62; and &#60;footer&#62; for structuring the content in your webpages. They can be employed in [...]


Related posts:<ol><li><a href='http://feedproxy.google.com/~r/ajaxian/~3/9_RJd6dShII/google-talking-about-html-5-and-the-mobile-web' rel='bookmark' title='Permanent Link: Google talking about HTML 5 and the Mobile Web'>Google talking about HTML 5 and the Mobile Web</a> <small>The Google Mobile folks talked about the new Gmail Mobile...</small></li>
<li><a href='http://ropox.net/archives/17319' rel='bookmark' title='Permanent Link: Introduce People To The Semantic Web'>Introduce People To The Semantic Web</a> <small>Δεν ξέρω την ελληνική μετάφραση αλλά το semantic web είναι...</small></li>
<li><a href='http://ropox.net/archives/4649' rel='bookmark' title='Permanent Link: how to get rid off the borders on divs'>how to get rid off the borders on divs</a> <small>how to get rid off the borders on divs css...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brown" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://feedproxy.google.com/~r/ajaxian/~3/ZhCs9AtdZOA/html-5-section-is-not-just-a-semantic-div&amp;title=HTML+5+section+is+not+just+a+%E2%80%9Csemantic+div%E2%80%9D&amp;theme=brown&amp;nick=ropox&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>Dion Almaer found out from JAmes Graham that we can do more with HTML 5. Read below :</p>
<p>James Graham of Opera has a post about how <a href="http://blog.whatwg.org/is-not-just-a-semantic">section is not just a semantic div</a> that argues against the folks that think that we can get by with just <code>div class="section"</code> for example:</p>
<blockquote><p>HTML 5 introduces new elements like &lt;section&gt;, &lt;article&gt; and &lt;footer&gt; for structuring the content in your webpages. They can be employed in many situations where &lt;div&gt; is used today and should help you make more readable, maintainable, HTML source. But if you just go through your document and blindly replace all the &lt;div&gt;s with &lt;section&gt;s you are doing it wrong.</p>
<p>This is not just semantic nit-picking, there is a practical reason to use these elements correctly.</p>
<p>In HTML 5, there is an algorithm for constructing an outline view of documents. This can be used, for example by AT, to help a user navigate through a document. And &lt;section&gt; and friends are an important part of this algorithm. Each time you nest a &lt;section&gt;, you increase the outline depth by 1 (in case you are wondering what the advantages of this model are compared to the traditional &lt;h1&gt;-&lt;h6&gt; model, consider a web based feedreader that wants to integrate the document structure of the syndicated content with that of the surrounding site. In HTML 4 this means parsing all the content and renumbering all the headings. In HTML5 the headings end up at the right depth for free).</p></blockquote>
<p>You can also talk about other items such as the new <code>menu</code> tag that the browser can render with an interesting native menu item.</p>
<div class="feedflare"></div>
<!-- AdSense Now! V1.83 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><br /><br />
<script type="text/javascript"><!--
google_ad_client = "pub-9479225664088173";
/* 300x250, ropox content */
google_ad_slot = "4563927795";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fajaxian%2F%7E3%2FZhCs9AtdZOA%2Fhtml-5-section-is-not-just-a-semantic-div&amp;linkname=HTML%205%20section%20is%20not%20just%20a%20%E2%80%9Csemantic%20div%E2%80%9D"><img src="http://ropox.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://feedproxy.google.com/~r/ajaxian/~3/9_RJd6dShII/google-talking-about-html-5-and-the-mobile-web' rel='bookmark' title='Permanent Link: Google talking about HTML 5 and the Mobile Web'>Google talking about HTML 5 and the Mobile Web</a> <small>The Google Mobile folks talked about the new Gmail Mobile...</small></li>
<li><a href='http://ropox.net/archives/17319' rel='bookmark' title='Permanent Link: Introduce People To The Semantic Web'>Introduce People To The Semantic Web</a> <small>Δεν ξέρω την ελληνική μετάφραση αλλά το semantic web είναι...</small></li>
<li><a href='http://ropox.net/archives/4649' rel='bookmark' title='Permanent Link: how to get rid off the borders on divs'>how to get rid off the borders on divs</a> <small>how to get rid off the borders on divs css...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/ZhCs9AtdZOA/html-5-section-is-not-just-a-semantic-div/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 8 Launches at MIX09, probably without one of your features</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/CA_45QKRyFU/ie-8-launches-at-mix09-probably-without-one-of-your-features</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/CA_45QKRyFU/ie-8-launches-at-mix09-probably-without-one-of-your-features#comments</comments>
		<pubDate>Fri, 20 Mar 2009 03:29:30 +0000</pubDate>
		<dc:creator>ropox</dc:creator>
				<category><![CDATA[Metabloging]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[portability]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=6389</guid>
		<description><![CDATA[You may have noticed that day 2 at MIX was IE8 day (compared to the Silverlight 3 day one) in that the puppy launched!
This is good news in that IE 8 is better than IE 7, which is better than IE 6. Maybe, with 6 being two versions back, we have more weight to get [...]


Related posts:<ol><li><a href='http://feedproxy.google.com/~r/ajaxian/~3/7K4AvApfgFY/youtube-html5-video' rel='bookmark' title='Permanent Link: YouTube and Vimeo turn on HTML5 video tag'>YouTube and Vimeo turn on HTML5 video tag</a> <small>At Google I/O the team showed a demo of YouTube...</small></li>
<li><a href='http://ropox.net/archives/72' rel='bookmark' title='Permanent Link: Microsoft is changing course on surfing with IE8 ?'>Microsoft is changing course on surfing with IE8 ?</a> <small>This is great news for those who are swearing every...</small></li>
<li><a href='http://ropox.net/archives/1572' rel='bookmark' title='Permanent Link: Επιτέλους : Debug CSS σε IE6,Opera και Safari σε Run Time!!'>Επιτέλους : Debug CSS σε IE6,Opera και Safari σε Run Time!!</a> <small>Κι όμως δε το πίστευα όταν είπα μπας και βρώ...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brown" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://feedproxy.google.com/~r/ajaxian/~3/CA_45QKRyFU/ie-8-launches-at-mix09-probably-without-one-of-your-features&amp;title=IE+8+Launches+at+MIX09%2C+probably+without+one+of+your+features&amp;theme=brown&amp;nick=ropox&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p><img class="alignnone size-full wp-image-6388" title="ie8launch" src="http://ajaxian.com/wp-content/uploads/ie8launch.png" alt="" width="275" height="210" /></p>
<p>You may have noticed that day 2 at MIX was IE8 day (compared to the Silverlight 3 day one) in that the <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">puppy launched</a>!</p>
<p>This is good news in that IE 8 is better than IE 7, which is better than IE 6. Maybe, with 6 being two versions back, we have more weight to get rid of the chap. However, even though Microsoft has recently claimed that IE 8 is the fastest browser, its legacy weight still shows for now, and the other browsers are sprinting ahead.</p>
<p>I have a sneaky suspicion that IE 9 is going to be different and a lot better (new team? got the old greats back? or are they on Azure?), but that is wild speculation on my part.</p>
<p>We had a lot of comments on the news today, and one person who will rename anonymous purely because I don&#8217;t know if he would like to be attached or not said this:</p>
<blockquote><p>When you do your IE8 post, don&#8217;t forget to toss out a line indicating the writing-mode bug was not fixed. Their only CSS3 feature and they&#8217;ve now effectively prevented the entire web for using it for the next x years. Hilariously, they also tried to cover up the bug by marking it fixed and forcing me to open a new one with the same description.</p>
<ul>
<li><a href="https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=364079">Old</a></li>
<li><a href="https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=411385">New</a></li>
</ul>
<p>I also count two regressions in IE7 compatibility mode that make it different from IE7. Kind of a headache for those counting on sending that header.</p></blockquote>
<p>So, thanks for the better browser guys, and we can&#8217;t wait to see what happens next. Shortly we will have IE 8, Firefox 3.5, Safari 4, Chrome 2, Opera 10, and others&#8230;.. and the Web will have nicer cars to drive around on it. Let&#8217;s build applications that take these cars on a decent joy ride instead of boring them in the slow lane.</p>
<div class="feedflare"></div>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fajaxian%2F%7E3%2FCA_45QKRyFU%2Fie-8-launches-at-mix09-probably-without-one-of-your-features&amp;linkname=IE%208%20Launches%20at%20MIX09%2C%20probably%20without%20one%20of%20your%20features"><img src="http://ropox.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://feedproxy.google.com/~r/ajaxian/~3/7K4AvApfgFY/youtube-html5-video' rel='bookmark' title='Permanent Link: YouTube and Vimeo turn on HTML5 video tag'>YouTube and Vimeo turn on HTML5 video tag</a> <small>At Google I/O the team showed a demo of YouTube...</small></li>
<li><a href='http://ropox.net/archives/72' rel='bookmark' title='Permanent Link: Microsoft is changing course on surfing with IE8 ?'>Microsoft is changing course on surfing with IE8 ?</a> <small>This is great news for those who are swearing every...</small></li>
<li><a href='http://ropox.net/archives/1572' rel='bookmark' title='Permanent Link: Επιτέλους : Debug CSS σε IE6,Opera και Safari σε Run Time!!'>Επιτέλους : Debug CSS σε IE6,Opera και Safari σε Run Time!!</a> <small>Κι όμως δε το πίστευα όταν είπα μπας και βρώ...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/CA_45QKRyFU/ie-8-launches-at-mix09-probably-without-one-of-your-features/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Επιτέλους : Debug CSS σε IE6,Opera και Safari σε Run Time!!</title>
		<link>http://ropox.net/archives/1572</link>
		<comments>http://ropox.net/archives/1572#comments</comments>
		<pubDate>Fri, 30 Jan 2009 12:08:45 +0000</pubDate>
		<dc:creator>ropox</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://ropox.net/?p=1572</guid>
		<description><![CDATA[Κι όμως δε το πίστευα όταν είπα μπας και βρώ καλύτερο debug bar απο ότι έχω τώρα για τον Eplorer αλλά όχι απλά στάθηκα τυχερός αλλα βρήκα και το αντίστοιχο Ultimate εργαλείο που χρησιμοποιω στον Firefox (Firebug)  , το οποίο έχει βγει και για έκδοση που μπορείς να χρησιμοποιήσεις σε Explorer και Opera αλλά και Safari. Λέγεται Firebug Lite και είμαι κατενθουσιασμένος που μόλις το ανακάλυψα.


Related posts:<ol><li><a href='http://ropox.net/archives/63' rel='bookmark' title='Permanent Link: use your mobile to record mp3 audio, free , unlimited and great service'>use your mobile to record mp3 audio, free , unlimited and great service</a> <small>Δεν είχα ακούσει για το drop.io μέχρι που πέτυχα ένα...</small></li>
<li><a href='http://ropox.net/archives/76' rel='bookmark' title='Permanent Link: cloud computing to be become a trend?'>cloud computing to be become a trend?</a> <small>Διάβαζα αυτό το άρθρο , που μας θυμίζει ότι η...</small></li>
<li><a href='http://ropox.net/archives/4680' rel='bookmark' title='Permanent Link: Βάλτε τέλος στον Internet Explorer 6 σήμερα!'>Βάλτε τέλος στον Internet Explorer 6 σήμερα!</a> <small>είναι πολύ συχνό φαινόμενο να ακούς στο χώρο το δικό...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brown" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://ropox.net/archives/1572&amp;title=%CE%95%CF%80%CE%B9%CF%84%CE%AD%CE%BB%CE%BF%CF%85%CF%82+%3A+Debug+CSS+%CF%83%CE%B5+IE6%2COpera+%CE%BA%CE%B1%CE%B9+Safari+%CF%83%CE%B5+Run+Time%21%21&amp;theme=brown&amp;nick=ropox&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>Κι όμως δε το πίστευα όταν είπα μπας και βρώ καλύτερο debug bar απο ότι <a href="http://www.debugbar.com/?langage=en" target="_blank">έχω τώρα για τον Eplorer</a> αλλά όχι απλά στάθηκα τυχερός αλλα βρήκα και το αντίστοιχο Ultimate εργαλείο που χρησιμοποιω στον Firefox (<a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a>)  , το οποίο έχει βγει και για έκδοση που μπορείς να χρησιμοποιήσεις σε Explorer και Opera αλλά και Safari.</p>
<p>Λέγεται Firebug Lite και είμαι κατενθουσιασμένος που μόλις το ανακάλυψα.</p>
<p>Ο τρόπος που το χρησιμοποιείς είναι λίγο διαφορετικός απο ότι να εγκαθιστάς το addon στον Firefox. Κάνεις include</p>
<p><strong>&lt;script type=&#8217;text/javascript&#8217;<br />
src=&#8217;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&#8217;&gt;&lt;/script&gt;</strong></p>
<p>και όταν κάνεις access τη σελίδα τότε δια μαγείας, εμφανίζεται το αντίστοιχο Console για να κάνεις debug το CSS σου. Το ποιο φανταστικό απο όλα είναι οτι μπορείς να το κάνεις RUN TIME !!!!! κάνεις copy το css κομμάτι που σε ενδιαφέρει και το τρέχεις στο δεξί μέρος που σου έχει πατώντας RUN και voila. Βλέπεις run time τι γίνεται με IE6 !!!!</p>
<p><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: 'Lucida Grande'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">το μόνο downside είναι οτι τρώει λίγο processing power,αλλά hey Ι CAN DEBUG CSS ON IE6!!!!!</span></p>
<p><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: 'Lucida Grande'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">μπορείτε να το βρείτε εδώ:</span></p>
<p><a href="http://getfirebug.com/lite.html">http://getfirebug.com/lite.html</a></p>
<p>Μόλις το χρησιμοποίησα σε κάποιο site και μου γλύτωσα τουλάχιστον 3 ώρες με trial and test για να δω τα αποτελέσματα, σε 10 λεπτά!</p>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fropox.net%2Farchives%2F1572&amp;linkname=%CE%95%CF%80%CE%B9%CF%84%CE%AD%CE%BB%CE%BF%CF%85%CF%82%20%3A%20Debug%20CSS%20%CF%83%CE%B5%20IE6%2COpera%20%CE%BA%CE%B1%CE%B9%20Safari%20%CF%83%CE%B5%20Run%20Time%21%21"><img src="http://ropox.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://ropox.net/archives/63' rel='bookmark' title='Permanent Link: use your mobile to record mp3 audio, free , unlimited and great service'>use your mobile to record mp3 audio, free , unlimited and great service</a> <small>Δεν είχα ακούσει για το drop.io μέχρι που πέτυχα ένα...</small></li>
<li><a href='http://ropox.net/archives/76' rel='bookmark' title='Permanent Link: cloud computing to be become a trend?'>cloud computing to be become a trend?</a> <small>Διάβαζα αυτό το άρθρο , που μας θυμίζει ότι η...</small></li>
<li><a href='http://ropox.net/archives/4680' rel='bookmark' title='Permanent Link: Βάλτε τέλος στον Internet Explorer 6 σήμερα!'>Βάλτε τέλος στον Internet Explorer 6 σήμερα!</a> <small>είναι πολύ συχνό φαινόμενο να ακούς στο χώρο το δικό...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ropox.net/archives/1572/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who needs Flash? Having fun with Canvas and SVG</title>
		<link>http://feeds.feedburner.com/~r/ajaxian/~3/503379031/who-needs-flash-having-fun-with-canvas-and-svg</link>
		<comments>http://feeds.feedburner.com/~r/ajaxian/~3/503379031/who-needs-flash-having-fun-with-canvas-and-svg#comments</comments>
		<pubDate>Mon, 05 Jan 2009 13:45:55 +0000</pubDate>
		<dc:creator>ropox</dc:creator>
				<category><![CDATA[Metabloging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=5558</guid>
		<description><![CDATA[Over in SproutCore land, they have been talking about Peter Bergstrom and his amazing work with Canvas and SVG:

Peter Bergstrom has been doing some amazing work with SVG and canvas tags in his SproutCore-based these project called PaperCube. &#160;PaperCube visualizes citations their relationships between authors. &#160;Watching the videos of his project, you’d swear he was [...]


Related posts:<ol><li><a href='http://ropox.net/archives/75' rel='bookmark' title='Permanent Link: flash to become crawlable'>flash to become crawlable</a> <small>Επιτέλους η Macromedia θα συτεργαστεί με την google και την...</small></li>
<li><a href='http://ropox.net/archives/4658' rel='bookmark' title='Permanent Link: www.amstel-eco-game.gr: Interactive Flash Game'>www.amstel-eco-game.gr: Interactive Flash Game</a> <small>Another Fresh look flash design by spocstudio. Amstel Eco is...</small></li>
<li><a href='http://ropox.net/archives/962' rel='bookmark' title='Permanent Link: Lacta Contest &#8211; live flash application'>Lacta Contest &#8211; live flash application</a> <small>Contest for Lacta.gr. Participants were writing their logo and through...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brown" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://feeds.feedburner.com/~r/ajaxian/~3/503379031/who-needs-flash-having-fun-with-canvas-and-svg&amp;title=Who+needs+Flash%3F+Having+fun+with+Canvas+and+SVG&amp;theme=brown&amp;nick=ropox&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>Ok not too excited about the following post, but at least i know that there is much improvement out there on other technologies and flash is not dominating the net&#8230;  (ropox)</p>
<p><img src="http://img.skitch.com/20090102-bqj317485fmc24mmy12xiw26s6.png" alt="" /></p>
<p>Over in SproutCore land, they have <a href="http://www.sproutcore.com/2009/01/02/who-needs-flash/">been talking about</a> Peter Bergstrom and his amazing work with Canvas and SVG:</p>
<blockquote><p>Peter Bergstrom has been doing some amazing work with SVG and canvas tags in his SproutCore-based these project called PaperCube.  PaperCube visualizes citations their relationships between authors.  Watching the videos of his project, you’d swear he was using Flash or Silverlight, but its not.  He’s using only native web technologies powered by SproutCore and JavaScript.  It’s a great example of what’s possible using the browser’s capabilities today.</p>
<p>Checkout PaperCube’s <a href="http://peterbergstrom.com/papercube/nodegraph.mov">Node Graph</a> (SVG),  <a href="http://peterbergstrom.com/papercube/peryearview.mov">Per Year View</a> (SVG), and <a href="http://peterbergstrom.com/papercube/papertree.mov">Paper Tree</a> (pure HTML).</p>
<p>Starting to get goose pimples about 2009 <img src='http://ropox.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ffeeds.feedburner.com%2F%7Er%2Fajaxian%2F%7E3%2F503379031%2Fwho-needs-flash-having-fun-with-canvas-and-svg&amp;linkname=Who%20needs%20Flash%3F%20Having%20fun%20with%20Canvas%20and%20SVG"><img src="http://ropox.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://ropox.net/archives/75' rel='bookmark' title='Permanent Link: flash to become crawlable'>flash to become crawlable</a> <small>Επιτέλους η Macromedia θα συτεργαστεί με την google και την...</small></li>
<li><a href='http://ropox.net/archives/4658' rel='bookmark' title='Permanent Link: www.amstel-eco-game.gr: Interactive Flash Game'>www.amstel-eco-game.gr: Interactive Flash Game</a> <small>Another Fresh look flash design by spocstudio. Amstel Eco is...</small></li>
<li><a href='http://ropox.net/archives/962' rel='bookmark' title='Permanent Link: Lacta Contest &#8211; live flash application'>Lacta Contest &#8211; live flash application</a> <small>Contest for Lacta.gr. Participants were writing their logo and through...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://feeds.feedburner.com/~r/ajaxian/~3/503379031/who-needs-flash-having-fun-with-canvas-and-svg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://peterbergstrom.com/papercube/peryearview.mov" length="1578944" type="video/quicktime" />
<enclosure url="" length="" type="" />
<enclosure url="" length="" type="" />
<enclosure url="http://peterbergstrom.com/papercube/nodegraph.mov" length="3187891" type="video/quicktime" />
<enclosure url="http://peterbergstrom.com/papercube/papertree.mov" length="2899247" type="video/quicktime" />
		</item>
		<item>
		<title>Microsoft is changing course on surfing with IE8 ?</title>
		<link>http://ropox.net/archives/72</link>
		<comments>http://ropox.net/archives/72#comments</comments>
		<pubDate>Wed, 19 Mar 2008 10:16:57 +0000</pubDate>
		<dc:creator>ropox</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://ropox.net/2008/03/19/microsoft-is-changing-course-on-surfing-with-ie8/</guid>
		<description><![CDATA[This is great news for those who are swearing every time they are developing a new site and nothing works correctly on IE especially when adopting web 2.0 techniques&#8230; Well according to the general Manager of Microsoft Dean Hachamovitch which he notes : Microsoft recently published a set of Interoperability Principles. Thinking about IE8’s behavior [...]


Related posts:<ol><li><a href='http://ropox.net/archives/42' rel='bookmark' title='Permanent Link: Microsoft patents ad system that will do what? ..spy on us'>Microsoft patents ad system that will do what? ..spy on us</a> <small>and as i was browsing i fell into this&#8230;the patent...</small></li>
<li><a href='http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/' rel='bookmark' title='Permanent Link: Network Monitor Experts Extension For Microsoft Network Monitor'>Network Monitor Experts Extension For Microsoft Network Monitor</a> <small>Version 3.3 of the Microsoft Network Monitor has been released...</small></li>
<li><a href='http://ropox.net/archives/67' rel='bookmark' title='Permanent Link: yahoo&#8217;s answer on microsoft'>yahoo&#8217;s answer on microsoft</a> <small>Δεν μπορώ να πω ότι δεν περίμενα την απάντηση της...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brown" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://ropox.net/archives/72&amp;title=Microsoft+is+changing+course+on+surfing+with+IE8+%3F&amp;theme=brown&amp;nick=ropox&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>This is great news for those who are swearing every time they are developing a new site and nothing works correctly on IE especially <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">when adopting web 2.0 techniques</a>&#8230;</p>
<p>Well according to the general Manager of Microsoft Dean Hachamovitch which he notes :</p>
<blockquote><p>Microsoft recently published a set of <a href="http://www.microsoft.com/presspass/presskits/interoperability/default.mspx">Interoperability Principles</a>. Thinking about IE8’s behavior with these principles in mind, interpreting web content in the most standards compliant way possible is a better thing to do.</p>
<p>We think that acting in accordance with principles is important, and IE8’s default is a demonstration of the interoperability principles in action. While we do not believe any current legal requirements would dictate which rendering mode a browser must use, this step clearly removes this question as a potential legal and regulatory issue. As stated above, we think it’s the better choice.</p>
<p>The rest of this blog post provides context around the different modes, the technical challenge, and what it means going forward.</p></blockquote>
<p>Ok so basically we are not going to move our heads up and down every time that we make different css files for IE and different css files for other browsers. So it seems that Microsoft actually listened to the developer community and has made a turn towards the greater ways of doing things&#8230; Till IE 8 is out we wait and hope that all this is true..<br />
<a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">Read on&#8230;</a></p>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fropox.net%2Farchives%2F72&amp;linkname=Microsoft%20is%20changing%20course%20on%20surfing%20with%20IE8%20%3F"><img src="http://ropox.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>

<p>Related posts:<ol><li><a href='http://ropox.net/archives/42' rel='bookmark' title='Permanent Link: Microsoft patents ad system that will do what? ..spy on us'>Microsoft patents ad system that will do what? ..spy on us</a> <small>and as i was browsing i fell into this&#8230;the patent...</small></li>
<li><a href='http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/' rel='bookmark' title='Permanent Link: Network Monitor Experts Extension For Microsoft Network Monitor'>Network Monitor Experts Extension For Microsoft Network Monitor</a> <small>Version 3.3 of the Microsoft Network Monitor has been released...</small></li>
<li><a href='http://ropox.net/archives/67' rel='bookmark' title='Permanent Link: yahoo&#8217;s answer on microsoft'>yahoo&#8217;s answer on microsoft</a> <small>Δεν μπορώ να πω ότι δεν περίμενα την απάντηση της...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ropox.net/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
