<?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 for Alex Mauzon</title>
	<atom:link href="http://mauzon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mauzon.com</link>
	<description>Coding and programming tricks, ideas, notes: xHTML, CSS, JS etc</description>
	<lastBuildDate>Mon, 31 Oct 2011 22:39:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on WYSIWYG vs Handcoding by Aneudy</title>
		<link>http://mauzon.com/wysiwyg-vs-handcoding/comment-page-1/#comment-50635</link>
		<dc:creator>Aneudy</dc:creator>
		<pubDate>Mon, 31 Oct 2011 22:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=49#comment-50635</guid>
		<description>WYSIWYG is one of the reasons new programming students don&#039;t learn to code very well. WYSIWYG makes them lazy! Inserts a bunch of &quot;excrement&quot; that you don&#039;t really need. Take for example word processors. People would save huge amounts of space by using a text editor and mark-ups instead of a freaking WYSIWYG word processor.</description>
		<content:encoded><![CDATA[<p>WYSIWYG is one of the reasons new programming students don&#8217;t learn to code very well. WYSIWYG makes them lazy! Inserts a bunch of &#8220;excrement&#8221; that you don&#8217;t really need. Take for example word processors. People would save huge amounts of space by using a text editor and mark-ups instead of a freaking WYSIWYG word processor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by Alex</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-50326</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 29 Oct 2011 00:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-50326</guid>
		<description>Hey Peter. Can you please re-check post&#039;s date? 
Thank you ;)</description>
		<content:encoded><![CDATA[<p>Hey Peter. Can you please re-check post&#8217;s date?<br />
Thank you <img src='http://mauzon.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by peter drinnan</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-50287</link>
		<dc:creator>peter drinnan</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-50287</guid>
		<description>Why all the fuss over IE6? Outside of China is a dead browser. See:

http://www.ie6countdown.com/#list</description>
		<content:encoded><![CDATA[<p>Why all the fuss over IE6? Outside of China is a dead browser. See:</p>
<p><a href="http://www.ie6countdown.com/#list" rel="nofollow">http://www.ie6countdown.com/#list</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ultimate solution for IE6 position: fixed problem by ie6 problems</title>
		<link>http://mauzon.com/an-ultimate-solution-for-ie6-position-fixed-problem/comment-page-1/#comment-47115</link>
		<dc:creator>ie6 problems</dc:creator>
		<pubDate>Tue, 04 Oct 2011 10:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=89#comment-47115</guid>
		<description>Get out from ie6 problems use following code in body section of your website :  

&lt;!--[if lte IE 6]&gt;window.onload=function(){e(&quot;http://cybrosoft.com/ie6/js/ie6/&quot;)}&lt;![endif]--&gt;</description>
		<content:encoded><![CDATA[<p>Get out from ie6 problems use following code in body section of your website :  </p>
<p><!--[if lte IE 6]&gt;window.onload=function(){e("http://cybrosoft.com/ie6/js/ie6/")}&lt;![endif]--></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simplest semi-transparent background (with png) by Peter Drinnan</title>
		<link>http://mauzon.com/simplest-semi-transparent-backgroung-png/comment-page-1/#comment-44388</link>
		<dc:creator>Peter Drinnan</dc:creator>
		<pubDate>Fri, 09 Sep 2011 12:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=63#comment-44388</guid>
		<description>Works perfectly. Thanks!</description>
		<content:encoded><![CDATA[<p>Works perfectly. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by shashi</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-34853</link>
		<dc:creator>shashi</dc:creator>
		<pubDate>Fri, 01 Jul 2011 08:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-34853</guid>
		<description>Hi Alex, We need your assistance

I want to use the expression code.

Below is the CSS code for normal and first-child 
#mini-ctlg-tabs li a.active{
	background:  url(../images/tab-bg-active.gif) top right no-repeat;
	border:0px solid #fff;
	border-right:0;
	color:#333;
	padding:0px 30px 0 15px;
	text-decoration:none;
	cursor:default;
}


#mini-ctlg-tabs li:first-child a.active{
	background: url(../images/tab-bg-first-child.gif) top right no-repeat;
	border:0px solid #fcfcfc;
	border-right:0;
	color:#000000;
	cursor:pointer;
	display:block;
	height:27px;
	line-height:27px;
	padding:0 30px 0 8px;
	text-decoration:none;
	cursor:default;
}

Can you please help me with your suggestion or a similar sample code.</description>
		<content:encoded><![CDATA[<p>Hi Alex, We need your assistance</p>
<p>I want to use the expression code.</p>
<p>Below is the CSS code for normal and first-child<br />
#mini-ctlg-tabs li a.active{<br />
	background:  url(../images/tab-bg-active.gif) top right no-repeat;<br />
	border:0px solid #fff;<br />
	border-right:0;<br />
	color:#333;<br />
	padding:0px 30px 0 15px;<br />
	text-decoration:none;<br />
	cursor:default;<br />
}</p>
<p>#mini-ctlg-tabs li:first-child a.active{<br />
	background: url(../images/tab-bg-first-child.gif) top right no-repeat;<br />
	border:0px solid #fcfcfc;<br />
	border-right:0;<br />
	color:#000000;<br />
	cursor:pointer;<br />
	display:block;<br />
	height:27px;<br />
	line-height:27px;<br />
	padding:0 30px 0 8px;<br />
	text-decoration:none;<br />
	cursor:default;<br />
}</p>
<p>Can you please help me with your suggestion or a similar sample code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by Christopher Hill</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-31147</link>
		<dc:creator>Christopher Hill</dc:creator>
		<pubDate>Mon, 23 May 2011 11:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-31147</guid>
		<description>Great trick, i never new you could do this with IE6! Good Job!</description>
		<content:encoded><![CDATA[<p>Great trick, i never new you could do this with IE6! Good Job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ultimate solution for IE6 position: fixed problem by Yatindra Saxena</title>
		<link>http://mauzon.com/an-ultimate-solution-for-ie6-position-fixed-problem/comment-page-1/#comment-25525</link>
		<dc:creator>Yatindra Saxena</dc:creator>
		<pubDate>Fri, 01 Apr 2011 12:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=89#comment-25525</guid>
		<description>@Peter: you can try CSS 3 for this
body {
       background-images:url(../images/bg-top.jpg), url(../images/bg-bottom.jpg);
       background-repeat: repeat-x;
       background-position: center top, center bottom;
}

but the worst thing is it will not work in older browsers. :(</description>
		<content:encoded><![CDATA[<p>@Peter: you can try CSS 3 for this<br />
body {<br />
       background-images:url(../images/bg-top.jpg), url(../images/bg-bottom.jpg);<br />
       background-repeat: repeat-x;<br />
       background-position: center top, center bottom;<br />
}</p>
<p>but the worst thing is it will not work in older browsers. <img src='http://mauzon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to center floating list (navigation) by Nataly</title>
		<link>http://mauzon.com/how-to-center-floating-list-navigation/comment-page-1/#comment-22287</link>
		<dc:creator>Nataly</dc:creator>
		<pubDate>Mon, 21 Feb 2011 15:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=87#comment-22287</guid>
		<description>to:vlad
Гениальное решение с позиционированием по правому боку!!! Пол дня искала способ сделать выпадающее отцентрованное меню. Если делать float:left и left: 50%... то блоки выпадающего меню не показываются за область высоты основного блока меню.</description>
		<content:encoded><![CDATA[<p>to:vlad<br />
Гениальное решение с позиционированием по правому боку!!! Пол дня искала способ сделать выпадающее отцентрованное меню. Если делать float:left и left: 50%&#8230; то блоки выпадающего меню не показываются за область высоты основного блока меню.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WYSIWYG vs Handcoding by nqz</title>
		<link>http://mauzon.com/wysiwyg-vs-handcoding/comment-page-1/#comment-20944</link>
		<dc:creator>nqz</dc:creator>
		<pubDate>Wed, 02 Feb 2011 06:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=49#comment-20944</guid>
		<description>You are correct! WYSIWYG was designed for noobs who don&#039;t even know what the code means while looking at it.</description>
		<content:encoded><![CDATA[<p>You are correct! WYSIWYG was designed for noobs who don&#8217;t even know what the code means while looking at it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

