<?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 Mert TOL</title>
	<atom:link href="http://www.merttol.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.merttol.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Dec 2011 00:34:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>Comment on Web Site Development Life Cycle by Anthony</title>
		<link>http://www.merttol.com/articles/web/web-site-development-life-cycle.html#comment-76769</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 22 Dec 2011 00:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=253#comment-76769</guid>
		<description>Im taking a project development class and I came across this article, all I got to say is...THANK YOU. This has helped me understand the Waterfall model a whole lot more. It gives more insight on the more important stuff reguarding the model. Thanks.</description>
		<content:encoded><![CDATA[<p>Im taking a project development class and I came across this article, all I got to say is&#8230;THANK YOU. This has helped me understand the Waterfall model a whole lot more. It gives more insight on the more important stuff reguarding the model. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Size and Resolution Accessibility by Mert TOL</title>
		<link>http://www.merttol.com/articles/web/display-size-and-resolution-accessibility.html#comment-18357</link>
		<dc:creator>Mert TOL</dc:creator>
		<pubDate>Fri, 20 May 2011 16:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=651#comment-18357</guid>
		<description>@Bill Bosacker : I guess you&#039;re confused, 800x2=1600 and 600x2=1200 :)</description>
		<content:encoded><![CDATA[<p>@Bill Bosacker : I guess you&#8217;re confused, 800&#215;2=1600 and 600&#215;2=1200 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Size and Resolution Accessibility by Bill Bosacker</title>
		<link>http://www.merttol.com/articles/web/display-size-and-resolution-accessibility.html#comment-18206</link>
		<dc:creator>Bill Bosacker</dc:creator>
		<pubDate>Fri, 20 May 2011 03:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=651#comment-18206</guid>
		<description>There is a little problem with your math.  1600x1200 is 4 times larger than 800x600, not 2.  :)</description>
		<content:encoded><![CDATA[<p>There is a little problem with your math.  1600&#215;1200 is 4 times larger than 800&#215;600, not 2.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to CSS Escape Sequences by Mert TOL</title>
		<link>http://www.merttol.com/articles/web/code/introduction-to-css-escape-sequences.html#comment-18047</link>
		<dc:creator>Mert TOL</dc:creator>
		<pubDate>Thu, 19 May 2011 15:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1219#comment-18047</guid>
		<description>&lt;strong&gt;TRUE!&lt;/strong&gt; I don&#039;t know why but after last edit all backslashes are gone!

&lt;strong&gt;I just saw the comments and updated the post.&lt;/strong&gt; Thank you all.</description>
		<content:encoded><![CDATA[<p><strong>TRUE!</strong> I don&#8217;t know why but after last edit all backslashes are gone!</p>
<p><strong>I just saw the comments and updated the post.</strong> Thank you all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to CSS Escape Sequences by Joss</title>
		<link>http://www.merttol.com/articles/web/code/introduction-to-css-escape-sequences.html#comment-12153</link>
		<dc:creator>Joss</dc:creator>
		<pubDate>Thu, 21 Apr 2011 05:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1219#comment-12153</guid>
		<description>Just a heads up - I can&#039;t see any of the backslashes in the examples, I think because they were stripped either on save or on display. You might need to do double slash in order to show single slash, if you catch my drift!

Great article.</description>
		<content:encoded><![CDATA[<p>Just a heads up &#8211; I can&#8217;t see any of the backslashes in the examples, I think because they were stripped either on save or on display. You might need to do double slash in order to show single slash, if you catch my drift!</p>
<p>Great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to CSS Escape Sequences by Markus</title>
		<link>http://www.merttol.com/articles/web/code/introduction-to-css-escape-sequences.html#comment-12025</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Tue, 19 Apr 2011 10:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1219#comment-12025</guid>
		<description>Nice read, but it seems like the (first) backslash is always missing in your examples:

#example:before { content: &quot;HelloAworld.&quot;; }

Should read:

#example:before { content: &quot;Hello\Aworld.&quot;; }</description>
		<content:encoded><![CDATA[<p>Nice read, but it seems like the (first) backslash is always missing in your examples:</p>
<p>#example:before { content: &#8220;HelloAworld.&#8221;; }</p>
<p>Should read:</p>
<p>#example:before { content: &#8220;Hello\Aworld.&#8221;; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choosing Between an FBML or IFrame by Koki</title>
		<link>http://www.merttol.com/articles/web/code/choosing-between-an-fbml-or-iframe.html#comment-9703</link>
		<dc:creator>Koki</dc:creator>
		<pubDate>Mon, 28 Feb 2011 15:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1203#comment-9703</guid>
		<description>I found a solution to create an iframe application without being a facebook developer . It&#039;s very powerful: http://www.facebook.com/iframe.apps</description>
		<content:encoded><![CDATA[<p>I found a solution to create an iframe application without being a facebook developer . It&#8217;s very powerful: <a href="http://www.facebook.com/iframe.apps" rel="nofollow">http://www.facebook.com/iframe.apps</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choosing Between an FBML or IFrame by Emigdio Gutierrez</title>
		<link>http://www.merttol.com/articles/web/code/choosing-between-an-fbml-or-iframe.html#comment-8175</link>
		<dc:creator>Emigdio Gutierrez</dc:creator>
		<pubDate>Fri, 28 Jan 2011 17:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1203#comment-8175</guid>
		<description>Great article as it puts the topic out succinctly.  So, I now know the iFrame route is for me.  Though, I have yet to come across a solid working example of how to piece an iFrame approach together.  Specifically, is the iframe defined in a FBML tab or is the external canvas url to serve as the iframe (index.php for example) call to a home.php...?</description>
		<content:encoded><![CDATA[<p>Great article as it puts the topic out succinctly.  So, I now know the iFrame route is for me.  Though, I have yet to come across a solid working example of how to piece an iFrame approach together.  Specifically, is the iframe defined in a FBML tab or is the external canvas url to serve as the iframe (index.php for example) call to a home.php&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to CSS Escape Sequences by Toonix</title>
		<link>http://www.merttol.com/articles/web/code/introduction-to-css-escape-sequences.html#comment-8144</link>
		<dc:creator>Toonix</dc:creator>
		<pubDate>Thu, 27 Jan 2011 17:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1219#comment-8144</guid>
		<description>Hi, just a quick note that the backslashes in the red code examples are not displayed correctly - there&#039;s always one missing.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi, just a quick note that the backslashes in the red code examples are not displayed correctly &#8211; there&#8217;s always one missing.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to CSS Escape Sequences by Matthew Dorey</title>
		<link>http://www.merttol.com/articles/web/code/introduction-to-css-escape-sequences.html#comment-8067</link>
		<dc:creator>Matthew Dorey</dc:creator>
		<pubDate>Tue, 25 Jan 2011 16:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.merttol.com/?p=1219#comment-8067</guid>
		<description>A very nice article!

However, you may want to look at how your code text is being presented.

I am using Chrome and I cannot see what is presumably a backslash that has gone missing. For example, I see

bq. #example:before { content: &quot;HelloAworld.&quot;; }

whereas I am pretty sure (from your text if nothing else) that it is meant to be 

bq. #example:before { content: &quot;Hello\Aworld.&quot;; } 

Maybe you have been tripped up by the very thing you were writing about?!</description>
		<content:encoded><![CDATA[<p>A very nice article!</p>
<p>However, you may want to look at how your code text is being presented.</p>
<p>I am using Chrome and I cannot see what is presumably a backslash that has gone missing. For example, I see</p>
<p>bq. #example:before { content: &#8220;HelloAworld.&#8221;; }</p>
<p>whereas I am pretty sure (from your text if nothing else) that it is meant to be </p>
<p>bq. #example:before { content: &#8220;Hello\Aworld.&#8221;; } </p>
<p>Maybe you have been tripped up by the very thing you were writing about?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

