<?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>flash tekkie &#187; CSS</title>
	<atom:link href="http://tekkie.flashbit.net/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://tekkie.flashbit.net</link>
	<description>Flash technology blog</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:23:06 +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>Replacement for deprecated OL/LI start/value HTML attributes</title>
		<link>http://tekkie.flashbit.net/css/replacement-for-deprecated-ol-li-start-value-html-attributes</link>
		<comments>http://tekkie.flashbit.net/css/replacement-for-deprecated-ol-li-start-value-html-attributes#comments</comments>
		<pubDate>Mon, 07 Sep 2009 12:51:03 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[CSS 2.1]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=507</guid>
		<description><![CDATA[As by the HTML 4.01 specification, all attribute definitions of lists, such as ordered lists and unordered lists, are deprecated, meaning that you can&#8217;t make a list purely in HTML that would skip some numbers, e.g. 1, 2, 3, 5 skipping 4. Previously you could use start or value attribute to set a value for the list [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/css/replacement-for-deprecated-ol-li-start-value-html-attributes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>W3C Selectors API now in WebKit</title>
		<link>http://tekkie.flashbit.net/browsers/w3c-selectors-api-now-in-webkit</link>
		<comments>http://tekkie.flashbit.net/browsers/w3c-selectors-api-now-in-webkit#comments</comments>
		<pubDate>Sat, 16 Feb 2008 03:48:17 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[slickspeed]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/browsers/w3c-selectors-api-now-in-webkit</guid>
		<description><![CDATA[WebKit has introduced another development towards greater support of W3C initiatives – Selectors API, currently in the status of Working Draft.  Until now, without a specific JS framework (e.g. jQuery, Prototype or MooTools), one could just get to the HTML element in the old fashioned way: var myDiv = document.getElementById&#40;'myDiv'&#41;; Now what W3C has worked [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/browsers/w3c-selectors-api-now-in-webkit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS transitions</title>
		<link>http://tekkie.flashbit.net/css/css-transitions</link>
		<comments>http://tekkie.flashbit.net/css/css-transitions#comments</comments>
		<pubDate>Wed, 07 Nov 2007 19:36:55 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/css/css-transitions</guid>
		<description><![CDATA[WebKit has introduced another great feature – CSS animation. It is simply amazing what you can do with CSS transitions combined with CSS transforms. Transitions can be specified using following properties: transition-property transition-duration transition-timing-function transition For example img#testimg1 &#123; opacity: 1; -webkit-transition: opacity 1s linear; &#125; &#160; img#testimg1:hover &#123; opacity: 0; &#125; would fade out [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/css/css-transitions/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Benefits of tableless design</title>
		<link>http://tekkie.flashbit.net/css/benefits-of-tableless-design</link>
		<comments>http://tekkie.flashbit.net/css/benefits-of-tableless-design#comments</comments>
		<pubDate>Tue, 30 Oct 2007 23:00:19 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[tableless]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/css/benefits-of-tableless-design</guid>
		<description><![CDATA[To emphasize greater use of Cascading Style Sheets — there are few very good reasons to dump endless HTML table structures in favour of CSS. Tableless design (or layout) is a design technique that leaves out HTML tables and uses CSS to arrange elements on a web page. To illustrate the point let&#8217;s introduce 2 [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/css/benefits-of-tableless-design/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS3 transforms in WebKit</title>
		<link>http://tekkie.flashbit.net/css/css3-transforms-in-webkit</link>
		<comments>http://tekkie.flashbit.net/css/css3-transforms-in-webkit#comments</comments>
		<pubDate>Sat, 27 Oct 2007 13:40:05 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[transform]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/css/css3-transforms-in-webkit</guid>
		<description><![CDATA[In addition to Web Fonts recently introduced in WebKit, there&#8217;s now a rudimentary support for CSS transforms as well. As of now you can scale, rotate, skew and translate the boxes in the latest nightly of WebKit. Even though this is a WebKit-specific development at this point, the similar functionality will definitely be there in [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/css/css3-transforms-in-webkit/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WebKit is leading the run for CSS3</title>
		<link>http://tekkie.flashbit.net/browsers/webkit-is-leading-the-run-for-css3</link>
		<comments>http://tekkie.flashbit.net/browsers/webkit-is-leading-the-run-for-css3#comments</comments>
		<pubDate>Fri, 12 Oct 2007 14:34:48 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[ttf]]></category>
		<category><![CDATA[web font]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/css/webkit-is-leading-the-run-for-css3</guid>
		<description><![CDATA[Despite Mozilla&#8217;s enormous effort to Firefox, WebKit developers have proven their Acid2 compatible framework is flexible enough for the Safari&#8217;s latest success to prevail. Newest CSS3 developments show off. While a number of modules in CSS3 are still questionable and software providers are struggling with CSS2.1 implementations, CSS3 is surely one of the most awaited [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/browsers/webkit-is-leading-the-run-for-css3/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
