<?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>Warping it up! &#187; W3C</title>
	<atom:link href="http://www.bytefarmers.com/log/tag/w3c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bytefarmers.com/log</link>
	<description>Fini Alring's Glossy Tech Zine</description>
	<lastBuildDate>Sat, 15 May 2010 09:26:30 +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>Håkon Responds to CSS Questions</title>
		<link>http://www.bytefarmers.com/log/2006/07/12/hakon-responds-to-css-questions/</link>
		<comments>http://www.bytefarmers.com/log/2006/07/12/hakon-responds-to-css-questions/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 14:06:19 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2006/07/12/hakon-responds-to-questions-about-css-and/</guid>
		<description><![CDATA[Håkon Wium Lie (the honored father of Cascading Stylesheets [CSS]) has some really interesting answers to slashdot readers questions about CSS, W3C, Microsoft, IE7 and the rest of the Web&#8230; Slashdot.org: Håkon Responds to Questions About CSS and&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://people.opera.com/howcome/" title="HÃ¥kon Wium Lie's Page">Håkon Wium Lie</a> (the honored father of <a href="http://www.w3.org/Style/CSS/">Cascading Stylesheets [CSS</a>]) has some really interesting answers to slashdot readers questions about <a href="http://www.w3.org/Style/CSS/">CSS</a>, <a href="http://www.w3.org" title="W3C">W3C</a>, Microsoft, IE7 and the rest of the Web&#8230;</p>
<ul>
<li>Slashdot.org: <a href="http://interviews.slashdot.org/article.pl?sid=06/06/23/1443203" title="HÃ¥kon Responds to Questions About CSS and...">Håkon Responds to Questions About CSS and&#8230;</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2006/07/12/hakon-responds-to-css-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3: Multi-column Demo for Firefox</title>
		<link>http://www.bytefarmers.com/log/2005/09/30/css3-multi-column-demo-for-firefox/</link>
		<comments>http://www.bytefarmers.com/log/2005/09/30/css3-multi-column-demo-for-firefox/#comments</comments>
		<pubDate>Fri, 30 Sep 2005 07:33:43 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/?p=611</guid>
		<description><![CDATA[Since the beginning of web design, there has always been a need to make multi-columned text pages. Sadly HTML and CSS 1+2 has rather weak support for this kind of wrapping techniques. Many workarounds have been created for this using JavaScript and server side pages. But the draft specification of &#8220;CSS3 module: Multi-column layout&#8221; promises [...]]]></description>
			<content:encoded><![CDATA[<p>Since the beginning of web design, there has always been a need to make multi-columned text pages. Sadly HTML and CSS 1+2 has rather weak support for this kind of wrapping techniques. Many workarounds have been created for this using JavaScript and server side pages. But the draft specification of &#8220;<a href="http://www.w3.org/TR/2001/WD-css3-multicol-20010118/">CSS3 module: Multi-column layout</a>&#8221; promises to solve this &#8220;column problem&#8221; by adding a set of CSS properties.</p>
<p><a href="http://www.mozilla.org/projects/firefox/">Mozilla Firefox 1.5 beta</a> adds preliminary support for these properties, so that developer can begin playing with it, not however that the reason the properties begin with &#8220;-moz-&#8221; is that the CSS3 Multi-column specification is still a draft, so therefore they should not be used for real web design yet, unless it can make a clean fallback when meeting non-mozilla 1.5+ clients.</p>
<p>I have created <a href="http://www.bytefarmers.com/codepit/css/css3_multicol_demo.html">CSS3: Multi-column module demo for Firefox 1.5 beta</a> &#8211; which shows some of the wonders of the new multi-column features, as well a some other CSS properties to create a nice flowing page with highly dynamic columns, and pretty stable compared to many of the older methods, but you need to use <a href="http://www.mozilla.org/projects/firefox/">Mozilla Firefox 1.5 beta</a> &#8211; which I would only recommend to Web Developers.</p>
<p>You can also check some screenshots of the demo, showing it&#8217;s ability to create as many columns as it can, while maintaining nice readability thru limited line-width.</p>
<table border="0" cellspacing="10" cellpadding="10">
<tr>
<td><a href="http://www.flickr.com/photos/fini/47934011/" title="When resized this small, it uses single-column layout. Suitable for 640x480."><img src="http://static.flickr.com/28/47934011_6b2b7e555e_t.jpg" width="79" height="100" alt="CSS3 Multi-column demo 0.2b 001" /></a></td>
<td><a href="http://www.flickr.com/photos/fini/47934015/" title="Dual columns! Suitable for 800x600."><img src="http://static.flickr.com/29/47934015_841b799b8d_t.jpg" width="100" height="86" alt="CSS3 Multi-column demo 0.2b 002" /></a></td>
</tr>
<tr>
<td><a href="http://www.flickr.com/photos/fini/47934028/" title="Triple-columns, suitable for 1024x768."><img src="http://static.flickr.com/24/47934028_b9f4f959c6_t.jpg" width="100" height="59" alt="CSS3 Multi-column demo 0.2b 003" /></a></td>
<td><a href="http://www.flickr.com/photos/fini/47934058/" title="Quad-columns, suitable for 1280x1024."><img src="http://static.flickr.com/26/47934058_a46305cc7d_t.jpg" width="100" height="49" alt="CSS3 Multi-column demo 0.2b 004" /></a></td>
<td><a href="http://www.flickr.com/photos/fini/47934073/" title="5-columns with reduced font-size, suitable for 1280x1024."><img src="http://static.flickr.com/30/47934073_8bc11c5da9_t.jpg" width="100" height="69" alt="CSS3 Multi-column demo 0.3b 001" /></a></td>
</tr>
</table>
<p>Don&#8217;t believe the rumours, check the demo yourself here: </p>
<p><a href="http://www.bytefarmers.com/codepit/css/css3_multicol_demo.html">CSS3: Multi-column module demo for Firefox 1.5 beta</a> </p>
<p>See more code samples at <a href="http://developer.mozilla.org/en/docs/CSS3_Columns">Mozilla Developer: CSS3 Columns</a>.</p>
<p><a href="http://www.alistapart.com/articles/css3multicolumn">A List Apart: Articles: Introducing the CSS3 Multi-Column Module</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/09/30/css3-multi-column-demo-for-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beta Release: Mozilla Firefox 1.5 B1</title>
		<link>http://www.bytefarmers.com/log/2005/09/09/beta-release-mozilla-firefox-15-b1/</link>
		<comments>http://www.bytefarmers.com/log/2005/09/09/beta-release-mozilla-firefox-15-b1/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 13:51:35 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[e4x]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/?p=604</guid>
		<description><![CDATA[mozillaZine: Mozilla Firefox 1.5 Beta 1 is now available for download. Also known as the 1.8 Beta 4 milestone, this is the first beta release of the next major Firefox update and is aimed at testers, extension/theme authors and Web developers. The final release of Firefox 1.5, which will be widely promoted to end-users, is [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.mozillazine.org/">mozillaZine</a>: <a href="http://www.mozilla.org/projects/firefox/">Mozilla Firefox 1.5 Beta 1 is now available for download</a>. Also known as the 1.8 Beta 4 milestone, this is the first beta release of the next major <a href="http://www.mozilla.org/products/firefox/">Firefox</a> update and is aimed at testers, extension/theme authors and Web developers. The final release of Firefox 1.5, which will be widely promoted to end-users, is scheduled for later this year.</p></blockquote>
<p>Please note that this is NOT for normal users, it will replace the current <a href="http://www.mozilla.org/products/firefox/">Firefox</a> and will disable most extensions. However for <a href="http://developer.mozilla.org/">developers</a> it&#8217;s great! Looking forward to doing more <a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm"><abbr title="ECMAScript for XML">E4X</abbr></a> stuff, as well as <a href="http://www.w3.org/TR/SVG/"><abbr title="Scalable Vector Graphics">SVG</abbr></a> demos!</p>
<p><a href="http://www.mozilla.org/products/firefox/releases/1.5beta1.html">Release Notes for Firefox 1.5 Beta 1</a></p>
<p><a href="http://www.mozillazine.org/talkback.html?article=7301">Mozilla Firefox 1.5 Beta 1 Released</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/09/09/beta-release-mozilla-firefox-15-b1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten CSS Resources</title>
		<link>http://www.bytefarmers.com/log/2005/08/15/ten-css-resources/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/15/ten-css-resources/#comments</comments>
		<pubDate>Mon, 15 Aug 2005 13:35:51 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cascading]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Stylesheet]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/15/ten-css-resources/</guid>
		<description><![CDATA[victorialever writes &#8220;Since one could have noticed an increasing number of websites that are employing CSS and an increasing number of resources talking about how great CSS is, it seems to become impossible not to jump on the CSS bandwagon as well. The 10 Best Resources for CSS provides an impressive list of the CSS [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>victorialever writes <i>&#8220;Since one could have noticed an increasing number of websites that are employing CSS and an increasing number of resources talking about how great CSS is, it seems to become impossible not to jump on the CSS bandwagon as well. <a href="http://www.sitepronews.com/archives/2005/july/20.html">The 10 Best Resources for CSS</a> provides an impressive list of the CSS resources which have recently become essential for web-developers. Among them &#8211; <a href="http://www.csszengarden.com/">CSSZenGarden</a>, <a href="http://www.alvit.de/handbook/">The Web Developer&#8217;s Handbook</a>, <a href="http://www.stylegala.com/">Stylegala</a>, <a href="http://www.positioniseverything.net/">PositionIsEverything</a> etc.</i></p></blockquote>
<p><a href="http://developers.slashdot.org/article.pl?sid=05/08/15/0051234&#038;from=rss">Slashdot | 10 Best Resources for CSS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/15/ten-css-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inkscape 0.42: Scalable Vector Graphics Editor</title>
		<link>http://www.bytefarmers.com/log/2005/07/27/inkscape/</link>
		<comments>http://www.bytefarmers.com/log/2005/07/27/inkscape/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 21:36:18 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/?p=554</guid>
		<description><![CDATA[Ok! Why did I not know about Inkscape before today??! It looks amazing and it&#8217;s said that the new version is a major feature update, and although I haven&#8217;t tried it out yet, from the screenshots it&#8217;s pretty easy to see that this tool is also for the big boys, it works with SVG which [...]]]></description>
			<content:encoded><![CDATA[<p>Ok! Why did I not know about <a href="http://www.inkscape.org/">Inkscape</a> before today??! It looks amazing and it&#8217;s said that the new version is a major feature update, and although I haven&#8217;t tried it out yet, from the <a href="http://www.inkscape.org/screenshots/index.php">screenshots</a> it&#8217;s pretty easy to see that this tool is also for the big boys, it works with <a href="http://w3.org/Graphics/SVG/"><acronym title="Scalable Vector Graphics">SVG</acronym></a> which makes even more happy, since I was about to begin some <a href="http://w3.org/Graphics/SVG/"><acronym title="Scalable Vector Graphics">SVG</acronym></a> experimenting anyways soon, and it&#8217;s soo boring to draw complex vector drawings by handcoding, believe you me!!</p>
<p>Here&#8217;s the intro text from the <a href="http://www.inkscape.org/">Inkscape Website</a>:</p>
<blockquote><p><a href="http://www.inkscape.org/">Inkscape</a> is an open source drawing tool with capabilities similar to<br />
Illustrator, Freehand, and CorelDraw that uses the <a href="http://www.w3.org">W3C</a> standard <a href="http://w3.org/Graphics/SVG/">scalable vector graphics</a> format (<acronym title="Scalable Vector Graphics">SVG</acronym>). Some supported SVG features include basic shapes, paths, text, markers, clones, alpha blending, transforms, gradients, and grouping. In addition, Inkscape supports <a href="http://www.creativecommons.org/">Creative Commons</a> meta-data, node-editing, layers, complex path operations, text-on-path, and <acronym title="Scalable Vector Graphics">SVG</acronym> XML editing. It also imports several formats like EPS, Postscript, JPEG, PNG, BMP, and TIFF and exports PNG as well as multiple vector-based formats.</p>
<p>Inkscape&#8217;s main motivation is to provide the Open Source community with a fully W3C compliant XML, <acronym title="Scalable Vector Graphics">SVG</acronym>, and CSS2 drawing tool. Additional planned work includes conversion of the codebase from C/Gtk to C++/Gtkmm, emphasizing a lightweight core with powerful features added through an extension mechanism, and the establishment of a friendly, open, community-oriented development process.</p></blockquote>
<p>* <a href="http://www.inkscape.org/">Inkscape.org &#8211; Draw Freely</a></p>
<p>* <a href="http://slashdot.org/article.pl?sid=05/07/27/0149246&#038;from=rss">Slashdot | Inkscape 0.42: The Ultimate Answer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/07/27/inkscape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla at XTech 2005 &#8211; MozillaZine Talkback</title>
		<link>http://www.bytefarmers.com/log/2005/06/09/mozilla-at-xtech-2005-mozillazine-talkback/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/09/mozilla-at-xtech-2005-mozillazine-talkback/#comments</comments>
		<pubDate>Thu, 09 Jun 2005 15:19:26 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaZine]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[WHATWG]]></category>
		<category><![CDATA[XHTML2]]></category>
		<category><![CDATA[XTech]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/09/mozilla-at-xtech-2005-mozillazine-talkback/</guid>
		<description><![CDATA[MozillaZine reports &#8220;There were several Mozilla-related talks at the XTech 2005 Conference, which took place in Amsterdam in the last week of May. All the Mozilla XTech presentations can now be viewed online and papers for most of the other XTech talks are also available. The notes from the W3C&#8217;s XHTML2 talk and Ian &#8216;Hixie&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>MozillaZine reports &#8220;<em>There were several Mozilla-related talks at the <a href="http://www.xtech-conference.org/">XTech 2005 Conference</a>, which took place in Amsterdam in the last week of May. All the <a href="http://developer-test.mozilla.org/en/docs/XTech_2005_Presentations">Mozilla XTech presentations</a> can now be viewed online and <a href="http://www.idealliance.org/proceedings/xtech05/" title="XTech 2005 Conference Proceedings">papers for most of the other XTech talks</a> are also available. The <a href="http://www.w3.org/2005/Talks/05-steven-xtech/" title="XHTML2: Accessible, Usable, Device Independent and Semantic">notes from the W3C&#8217;s XHTML2 talk</a> and <a href="http://www.hixie.ch/advocacy/whatwg-presentation/" title="WHATWG - Proposing extensions to HTML4 and the DOM'">Ian &#8216;Hixie&#8217; Hickson&#8217;s WHATWG slides</a> may be of particular interest to our readers.</em>&#8221;</p>
<p><a href="http://weblogs.mozillazine.org/roc/">Robert &#8220;roc&#8221; O&#8217;Callahan</a> has written a <a href="http://weblogs.mozillazine.org/roc/archives/2005/05/xtech.html" title="Well, I'm Back: XTech">weblog post about his SVG/Canvas presentation</a>, including a screenshot of an impressive demo he gave (<a href="http://weblogs.mozillazine.org/chase/">Chase Phillips</a> took a <a href="http://weblogs.mozillazine.org/chase/archives/008216.html" title="chase's blog: &quot;Browse the web at an angle&quot;">photograph of roc&#8217;s demo in action</a>). See more links and stories from XTech 2005 at the link below:</p>
<p>* <a href="http://www.mozillazine.org/talkback.html?article=6750">Mozilla at XTech 2005 &#8211; MozillaZine Talkback</a></p>
<p>* <a href="http://www.planetxtech.org/">Planet XTech</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/09/mozilla-at-xtech-2005-mozillazine-talkback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 13/19 queries in 0.021 seconds using disk

Served from: www.bytefarmers.com @ 2010-07-30 11:47:02 -->