<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: View Source Tutorial: Fancy Web Page Using HTML5, CSS, and SVG</title>
	<atom:link href="http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: ginje</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-276025</link>
		<dc:creator>ginje</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-276025</guid>
		<description>The site looks GREAT in Firefox. Unfortunately in my Opera 10 on Windows Vista browser, all I get is the gradient background and NOTHING else. 

I realise it&#039;s early days but will HTML5 be subject to the same old browser incompatibilities as previous versions I wonder...?</description>
		<content:encoded><![CDATA[<p>The site looks GREAT in Firefox. Unfortunately in my Opera 10 on Windows Vista browser, all I get is the gradient background and NOTHING else. </p>
<p>I realise it&#8217;s early days but will HTML5 be subject to the same old browser incompatibilities as previous versions I wonder&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joaquinWin</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275867</link>
		<dc:creator>joaquinWin</dc:creator>
		<pubDate>Thu, 08 Oct 2009 21:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275867</guid>
		<description>The way the fallback website is made is not the most optimal, The message &quot;Usually there&#039;s a nifty page here with a big download button. But you are using a browser which doesn&#039;t support SVG and so you get the boring looking page.&quot; is there in the code and can be read by anyone (screen readers, searc engine bots....)

Is there a way in the specification to define alternative content for browsers that do not support SVG? also tab navigation is not really usable (at least in Firefox).</description>
		<content:encoded><![CDATA[<p>The way the fallback website is made is not the most optimal, The message &#8220;Usually there&#8217;s a nifty page here with a big download button. But you are using a browser which doesn&#8217;t support SVG and so you get the boring looking page.&#8221; is there in the code and can be read by anyone (screen readers, searc engine bots&#8230;.)</p>
<p>Is there a way in the specification to define alternative content for browsers that do not support SVG? also tab navigation is not really usable (at least in Firefox).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HelderMagalhaes</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275859</link>
		<dc:creator>HelderMagalhaes</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275859</guid>
		<description>I&#039;ve rambled a bit on this site about a month ago (although I&#039;ve only published the entry today):
http://heldermagalhaes.com/blog/2009/08/emacs-triggers-svg-bugs/


@codedread
 Did you meant &quot;While Opera and Webkit support this&quot;? ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve rambled a bit on this site about a month ago (although I&#8217;ve only published the entry today):<br />
<a href="http://heldermagalhaes.com/blog/2009/08/emacs-triggers-svg-bugs/" rel="nofollow">http://heldermagalhaes.com/blog/2009/08/emacs-triggers-svg-bugs/</a></p>
<p>@codedread<br />
 Did you meant &#8220;While Opera and Webkit support this&#8221;? ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codedread</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275857</link>
		<dc:creator>codedread</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275857</guid>
		<description>@andriijas - there is a way to do this, use CSS background-image using a SVG file.  While Opera and Firefox support this, unfortunately Firefox does not yet.</description>
		<content:encoded><![CDATA[<p>@andriijas &#8211; there is a way to do this, use CSS background-image using a SVG file.  While Opera and Firefox support this, unfortunately Firefox does not yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andriijas</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275851</link>
		<dc:creator>andriijas</dc:creator>
		<pubDate>Thu, 08 Oct 2009 07:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275851</guid>
		<description>So you guys are saying there&#039;s no way to make an external svg with some gradient and use as a css background on the body on multiple pages?

Or lets say i make a rounded corner box with a gradient background svg, do i really need to include it on all html pages using it instead of  using it as css background?! :S</description>
		<content:encoded><![CDATA[<p>So you guys are saying there&#8217;s no way to make an external svg with some gradient and use as a css background on the body on multiple pages?</p>
<p>Or lets say i make a rounded corner box with a gradient background svg, do i really need to include it on all html pages using it instead of  using it as css background?! :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdza</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275846</link>
		<dc:creator>rdza</dc:creator>
		<pubDate>Thu, 08 Oct 2009 02:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275846</guid>
		<description>Hey Brad, thanks for the great new feature!
Could svgweb be used to render the svg content in an IE+flash environment, and if so, how would that work?</description>
		<content:encoded><![CDATA[<p>Hey Brad, thanks for the great new feature!<br />
Could svgweb be used to render the svg content in an IE+flash environment, and if so, how would that work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275845</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Thu, 08 Oct 2009 00:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275845</guid>
		<description>You can simply use the OBJECT tag to embed external SVG if you don&#039;t want it directly in your page.</description>
		<content:encoded><![CDATA[<p>You can simply use the OBJECT tag to embed external SVG if you don&#8217;t want it directly in your page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SilentLennie</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275844</link>
		<dc:creator>SilentLennie</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275844</guid>
		<description>@jnbdz what about these methodes:

http://benjamin.smedbergs.us/blog/2008-12-22/using-svg-on-the-web/

You can even use object with parameters.</description>
		<content:encoded><![CDATA[<p>@jnbdz what about these methodes:</p>
<p><a href="http://benjamin.smedbergs.us/blog/2008-12-22/using-svg-on-the-web/" rel="nofollow">http://benjamin.smedbergs.us/blog/2008-12-22/using-svg-on-the-web/</a></p>
<p>You can even use object with parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnbdz</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275840</link>
		<dc:creator>jnbdz</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275840</guid>
		<description>I agree with @andriijas how do you add a external svg. I know that on Safari you can use img element, but not on Firefox... So how I am supposed to do it?</description>
		<content:encoded><![CDATA[<p>I agree with @andriijas how do you add a external svg. I know that on Safari you can use img element, but not on Firefox&#8230; So how I am supposed to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andriijas</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275839</link>
		<dc:creator>andriijas</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275839</guid>
		<description>@eyelidlessness well if you have a site with 10 pages and all of them uses the same svg elements to build up the site design id say its better to make the user download them only once and cache it in the users browsers to that when he loads the second page he only needs to download the html and the svg is taken from the cache.</description>
		<content:encoded><![CDATA[<p>@eyelidlessness well if you have a site with 10 pages and all of them uses the same svg elements to build up the site design id say its better to make the user download them only once and cache it in the users browsers to that when he loads the second page he only needs to download the html and the svg is taken from the cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275838</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275838</guid>
		<description>andriijas, the practical implications of embedding SVG directly in the page (or embedding data: URLs or whatever) depends entirely on your caching scheme. If you set cache headers for your dynamic pages the way you set them for static content (as in, your dynamic content is not updated constantly), then embedding has a performance benefit in that it produces fewer HTTP requests; if not, embedding has a higher cost in that it requires more information down the pipe on each load. Obviously this depends a lot on your content and your caching system generally, and grows more complex the more complex your system grows.

And... Ajaxian site owners, can you guys please find a better CAPTCHA system that doesn&#039;t flag me as &quot;spam&quot; even when I answer the fucking question correctly? It asked me what the X in Ajax stands for, I put &quot;xml&quot; in the field, and my comment was flagged. Whatever heuristics are being used besides the field are obviously too zealous if a post with  a correct response, no links and obviously parsable as something other than a stream of keywords and misspellings, from a registered user who doesn&#039;t even have a URL in the profile field.... gets flagged.

I&#039;ve had a lot of problems with this site&#039;s usability, but most I&#039;ve fixed with local CSS modifications; but I can&#039;t fix this locally, and it happens pretty often.</description>
		<content:encoded><![CDATA[<p>andriijas, the practical implications of embedding SVG directly in the page (or embedding data: URLs or whatever) depends entirely on your caching scheme. If you set cache headers for your dynamic pages the way you set them for static content (as in, your dynamic content is not updated constantly), then embedding has a performance benefit in that it produces fewer HTTP requests; if not, embedding has a higher cost in that it requires more information down the pipe on each load. Obviously this depends a lot on your content and your caching system generally, and grows more complex the more complex your system grows.</p>
<p>And&#8230; Ajaxian site owners, can you guys please find a better CAPTCHA system that doesn&#8217;t flag me as &#8220;spam&#8221; even when I answer the fucking question correctly? It asked me what the X in Ajax stands for, I put &#8220;xml&#8221; in the field, and my comment was flagged. Whatever heuristics are being used besides the field are obviously too zealous if a post with  a correct response, no links and obviously parsable as something other than a stream of keywords and misspellings, from a registered user who doesn&#8217;t even have a URL in the profile field&#8230;. gets flagged.</p>
<p>I&#8217;ve had a lot of problems with this site&#8217;s usability, but most I&#8217;ve fixed with local CSS modifications; but I can&#8217;t fix this locally, and it happens pretty often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andriijas</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275836</link>
		<dc:creator>andriijas</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275836</guid>
		<description>@RoryH yeah on that emacs site yes but clearly you didnt read my message since i were refering to what if larger sites were to use svg...</description>
		<content:encoded><![CDATA[<p>@RoryH yeah on that emacs site yes but clearly you didnt read my message since i were refering to what if larger sites were to use svg&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj111</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275834</link>
		<dc:creator>tj111</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275834</guid>
		<description>Liking the new feature guys!</description>
		<content:encoded><![CDATA[<p>Liking the new feature guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reaktivo</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275833</link>
		<dc:creator>reaktivo</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275833</guid>
		<description>@andriijas, probably because if it only going to be used in one page, making multiple requests for different files is a lot slower.</description>
		<content:encoded><![CDATA[<p>@andriijas, probably because if it only going to be used in one page, making multiple requests for different files is a lot slower.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoryH</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275823</link>
		<dc:creator>RoryH</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275823</guid>
		<description>Loving the 1990&#039;s fallback page for IE... this is the way the web should be for non-embracing IE</description>
		<content:encoded><![CDATA[<p>Loving the 1990&#8242;s fallback page for IE&#8230; this is the way the web should be for non-embracing IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andriijas</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275821</link>
		<dc:creator>andriijas</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275821</guid>
		<description>Why embed all svg in the actual html? In todays frontend development best practices we are encouraged to make sprites, set far future expire headers on images etc. Lets say a huge site were about to use svg, facebook for example. If the users where to download the same svg over and over again, wouldnt that increase their bandwidth dramaticly?

Is it possible with html5 to use &quot;external svg&quot; or is it recommended to embedd?</description>
		<content:encoded><![CDATA[<p>Why embed all svg in the actual html? In todays frontend development best practices we are encouraged to make sprites, set far future expire headers on images etc. Lets say a huge site were about to use svg, facebook for example. If the users where to download the same svg over and over again, wouldnt that increase their bandwidth dramaticly?</p>
<p>Is it possible with html5 to use &#8220;external svg&#8221; or is it recommended to embedd?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: totoloco</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275820</link>
		<dc:creator>totoloco</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275820</guid>
		<description>You can try:
http://code.google.com/p/macvim/

vim rocks!</description>
		<content:encoded><![CDATA[<p>You can try:<br />
<a href="http://code.google.com/p/macvim/" rel="nofollow">http://code.google.com/p/macvim/</a></p>
<p>vim rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zgrossbart</title>
		<link>http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg/comment-page-1#comment-275819</link>
		<dc:creator>zgrossbart</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7553#comment-275819</guid>
		<description>The page looks spiffy in Firefox and Chrome, but a little less so in IE.  The difference is night and day.  These types of differences still make me a little wary of using SVG for commercial sites.</description>
		<content:encoded><![CDATA[<p>The page looks spiffy in Firefox and Chrome, but a little less so in IE.  The difference is night and day.  These types of differences still make me a little wary of using SVG for commercial sites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

