<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>The Front End Comments</title>
	<link>http://frontend.blogsome.com</link>
	<description>Fun, experiements and tutorials in front end web development</description>
	<pubDate>Fri, 04 Dec 2009 06:22:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: frontend</title>
		<link>http://frontend.blogsome.com/2007/01/23/the-flispide-of-star-html/#comment-35</link>
		<pubDate>Sun, 15 Feb 2009 20:43:04 +0000</pubDate>
		<guid>http://frontend.blogsome.com/2007/01/23/the-flispide-of-star-html/#comment-35</guid>
					<description>&lt;p&gt;Thanks for your thoughts, Jens. It seems obvious to me that CCs pollute HTML, because they are outside the specifications. As you point out, using CCs to manage stylesheet hacks is a socks-all-over-the-place maintenance problem. I do use CSS hacks - one can hardly not - but believe they should appear next to the line they're hacking.&lt;/p&gt;

&lt;p&gt;I did find a use for CCs though, recently: http://www.copypastecode.com/codes/view/2689. Serve a PNG to browsers that can cope with it, a GIf to those that can't. A total hack, though - content negotiation would be a better way to do this (in this specific case though it would have required me to learn more VB Script than is healthy).&lt;/p&gt;

&lt;p&gt;CCs will realy come into their own when the Exterminate IE6 campaign gets underway.&lt;/p&gt;</description>
		<content:encoded><![CDATA[	<p>Thanks for your thoughts, Jens. It seems obvious to me that CCs pollute HTML, because they are outside the specifications. As you point out, using CCs to manage stylesheet hacks is a socks-all-over-the-place maintenance problem. I do use CSS hacks - one can hardly not - but believe they should appear next to the line they&#8217;re hacking.</p>
	<p>I did find a use for CCs though, recently: <a href='http://www.copypastecode.com/codes/view/2689' rel='nofollow'>http://www.copypastecode.com/codes/view/2689</a>. Serve a PNG to browsers that can cope with it, a GIf to those that can&#8217;t. A total hack, though - content negotiation would be a better way to do this (in this specific case though it would have required me to learn more VB Script than is healthy).</p>
	<p>CCs will realy come into their own when the Exterminate IE6 campaign gets underway.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jens Meiert</title>
		<link>http://frontend.blogsome.com/2007/01/23/the-flispide-of-star-html/#comment-34</link>
		<pubDate>Sun, 15 Feb 2009 19:14:54 +0000</pubDate>
		<guid>http://frontend.blogsome.com/2007/01/23/the-flispide-of-star-html/#comment-34</guid>
					<description>&lt;blockquote&gt;Why do you say that CCs “pollute” HTML?&lt;/blockquote&gt;

I may, late? &lt;a href=&quot;http://meiert.com/en/blog/20080824/to-be-clear/&quot; rel=&quot;nofollow&quot;&gt;Because.&lt;/a&gt; There’s no point in using Conditional Comments.</description>
		<content:encoded><![CDATA[	<blockquote><p>Why do you say that CCs “pollute” HTML?</p></blockquote>
	<p>I may, late? <a href="http://meiert.com/en/blog/20080824/to-be-clear/" rel="nofollow">Because.</a> There’s no point in using Conditional Comments.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: g.bharathidasan</title>
		<link>http://frontend.blogsome.com/2007/01/23/the-flispide-of-star-html/#comment-33</link>
		<pubDate>Mon, 24 Nov 2008 04:52:50 +0000</pubDate>
		<guid>http://frontend.blogsome.com/2007/01/23/the-flispide-of-star-html/#comment-33</guid>
					<description>The mouse roll over at ie7.o is not works</description>
		<content:encoded><![CDATA[	<p>The mouse roll over at ie7.o is not works
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Otto Winkelmann</title>
		<link>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-32</link>
		<pubDate>Tue, 26 Aug 2008 23:02:19 +0100</pubDate>
		<guid>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-32</guid>
					<description>Chris,  If you furnish an e-mail address, I can send you a copy of the puzzle in question, eg: the raw puzzle and your solution.  After I wrote the first comment - I solved the puzzle and it appears that your program was 'almost' right.  What appeared at first to be a large error was only a 4 in place of the correct figure 8 - which appeared as 4s all 'over the place'.  My observation is that your logic worked but the 'housekeeping' failed to put (print) one digit in the proper location.  Otto Winkelmann</description>
		<content:encoded><![CDATA[	<p>Chris,  If you furnish an e-mail address, I can send you a copy of the puzzle in question, eg: the raw puzzle and your solution.  After I wrote the first comment - I solved the puzzle and it appears that your program was &#8216;almost&#8217; right.  What appeared at first to be a large error was only a 4 in place of the correct figure 8 - which appeared as 4s all &#8216;over the place&#8217;.  My observation is that your logic worked but the &#8216;housekeeping&#8217; failed to put (print) one digit in the proper location.  Otto Winkelmann
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: frontend</title>
		<link>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-31</link>
		<pubDate>Mon, 25 Aug 2008 16:45:37 +0100</pubDate>
		<guid>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-31</guid>
					<description>Hi Otto
glad you like the tool! You didn't goof. There is a subtle bug which only shows up occasionally. I did a lengthy investigation a while back when it was first reported to me by Kim (above), but couldn't figure it out. Haven't had a chance to look at it since :-( Sorry about this. If you (or anyone else) feels like having a look over the algorithm  (even if you don't program) you might be able to see what I could not. 
</description>
		<content:encoded><![CDATA[	<p>Hi Otto<br />
glad you like the tool! You didn&#8217;t goof. There is a subtle bug which only shows up occasionally. I did a lengthy investigation a while back when it was first reported to me by Kim (above), but couldn&#8217;t figure it out. Haven&#8217;t had a chance to look at it since :-( Sorry about this. If you (or anyone else) feels like having a look over the algorithm  (even if you don&#8217;t program) you might be able to see what I could not.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Otto Winkelmann</title>
		<link>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-30</link>
		<pubDate>Mon, 25 Aug 2008 15:27:46 +0100</pubDate>
		<guid>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-30</guid>
					<description>I use your page to prove Sudoku puzzles that I have problems solving - just to make sure they are solvable.  But, today, I entered (twice) a puzzle that I was having problems with but the result had duplicate numbers in boxes and rows.  Did I goof?  I can send you the puzzle</description>
		<content:encoded><![CDATA[	<p>I use your page to prove Sudoku puzzles that I have problems solving - just to make sure they are solvable.  But, today, I entered (twice) a puzzle that I was having problems with but the result had duplicate numbers in boxes and rows.  Did I goof?  I can send you the puzzle
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Saç Dökülmesi Bakımı</title>
		<link>http://frontend.blogsome.com/2006/11/12/valid-css-is-irrelevant/#comment-29</link>
		<pubDate>Mon, 11 Aug 2008 20:35:20 +0100</pubDate>
		<guid>http://frontend.blogsome.com/2006/11/12/valid-css-is-irrelevant/#comment-29</guid>
					<description>CSS &quot;Cascading Style Sheets&quot; Lessons
css list style Properties and examples -- http://css-lessons.ucoz.com/list-css-examples.htm

</description>
		<content:encoded><![CDATA[	<p>CSS &#8220;Cascading Style Sheets&#8221; Lessons<br />
css list style Properties and examples &#8212; <a href='http://css-lessons.ucoz.com/list-css-examples.htm' rel='nofollow'>http://css-lessons.ucoz.com/list-css-examples.htm</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: browser firefox</title>
		<link>http://frontend.blogsome.com/2006/11/12/valid-css-is-irrelevant/#comment-27</link>
		<pubDate>Thu, 20 Mar 2008 20:48:23 +0000</pubDate>
		<guid>http://frontend.blogsome.com/2006/11/12/valid-css-is-irrelevant/#comment-27</guid>
					<description>In which country do you live? :)</description>
		<content:encoded><![CDATA[	<p>In which country do you live? :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: frontend</title>
		<link>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-26</link>
		<pubDate>Fri, 07 Mar 2008 09:53:11 +0000</pubDate>
		<guid>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-26</guid>
					<description>Thanks for your comment, Kim. I'd like to get to the bottom of this - could you provide more details - the puzzle you tried, browser version, etc?</description>
		<content:encoded><![CDATA[	<p>Thanks for your comment, Kim. I&#8217;d like to get to the bottom of this - could you provide more details - the puzzle you tried, browser version, etc?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kim</title>
		<link>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-25</link>
		<pubDate>Fri, 07 Mar 2008 09:28:50 +0000</pubDate>
		<guid>http://frontend.blogsome.com/2006/07/14/solving-sudoku-with-javascript/#comment-25</guid>
					<description>Your solver looks good, but didn't work correctly - returnedd 2 2's right next to each other in one box of the one I tried. I could make it right by juggling a few 2's and 3's about, but there must be a flaw in the script?</description>
		<content:encoded><![CDATA[	<p>Your solver looks good, but didn&#8217;t work correctly - returnedd 2 2&#8217;s right next to each other in one box of the one I tried. I could make it right by juggling a few 2&#8217;s and 3&#8217;s about, but there must be a flaw in the script?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
