<?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 on: Typographic phrases (or: how to turn sayings geeky)</title>
	<atom:link href="http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:38:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-72074</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 04 Aug 2011 15:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-72074</guid>
		<description>@Victor
this is not a comparison it is assigning of value it will always be true
if($credit = ‘due’)  =&gt; if($credit == ‘due’) 

Man you guys should go to a programming course once and a while, are all designers that bad in programming? :)</description>
		<content:encoded><![CDATA[<p>@Victor<br />
this is not a comparison it is assigning of value it will always be true<br />
if($credit = ‘due’)  =&gt; if($credit == ‘due’) </p>
<p>Man you guys should go to a programming course once and a while, are all designers that bad in programming? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-72073</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 04 Aug 2011 15:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-72073</guid>
		<description>$cooks is &gt; ‘enough’ can work in a scripting language, but it will not work in a language like C ++ or Java different types if cooks was not prefixed with the $ sign for php. I guess the string will be evaluated to 0 so this expression will always be true if cooks!=0 which doesn&#039;t make sense to begin with (to have  0 cooks)

But you can do $cooks&gt;$enough - where $enough = some value ;)

Or you can go pro and write in JAVA

int cooks = 2;
int enough = 1
if(cooks&gt;enough)
etc;)</description>
		<content:encoded><![CDATA[<p>$cooks is &gt; ‘enough’ can work in a scripting language, but it will not work in a language like C ++ or Java different types if cooks was not prefixed with the $ sign for php. I guess the string will be evaluated to 0 so this expression will always be true if cooks!=0 which doesn&#8217;t make sense to begin with (to have  0 cooks)</p>
<p>But you can do $cooks&gt;$enough &#8211; where $enough = some value ;)</p>
<p>Or you can go pro and write in JAVA</p>
<p>int cooks = 2;<br />
int enough = 1<br />
if(cooks&gt;enough)<br />
etc;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donny</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-604</link>
		<dc:creator>Donny</dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-604</guid>
		<description>relation among birthday, age and distance to death :D

if ( $birthday )
{
  ++$age;
  --$distanceToDeath;
}</description>
		<content:encoded><![CDATA[<p>relation among birthday, age and distance to death :D</p>
<p>if ( $birthday )<br />
{<br />
  ++$age;<br />
  &#8211;$distanceToDeath;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-588</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-588</guid>
		<description>package Son;
use Father;
@ISA = (&quot;Father&quot;);
1;

&#039;Like father like son&#039; Perl style.</description>
		<content:encoded><![CDATA[<p>package Son;<br />
use Father;<br />
@ISA = (&#8221;Father&#8221;);<br />
1;</p>
<p>&#8216;Like father like son&#8217; Perl style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-583</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-583</guid>
		<description>Give credit where credit is due

if($credit = &#039;due&#039;) return $credit;</description>
		<content:encoded><![CDATA[<p>Give credit where credit is due</p>
<p>if($credit = &#8216;due&#8217;) return $credit;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-582</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-582</guid>
		<description>Bad news travels fast

if($news != &#039;good&#039;) $travel++;</description>
		<content:encoded><![CDATA[<p>Bad news travels fast</p>
<p>if($news != &#8216;good&#8217;) $travel++;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-581</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-581</guid>
		<description>A good enemy is a better person than a false friend

if($enemy == &#039;good&#039; &amp;&amp; !$friend) $enemy = &#039;better&#039;;</description>
		<content:encoded><![CDATA[<p>A good enemy is a better person than a false friend</p>
<p>if($enemy == &#8216;good&#8217; &amp;&amp; !$friend) $enemy = &#8216;better&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-580</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-580</guid>
		<description>Is it not:

if(count($hands) &gt; 2)
{
   $work = &#039;light&#039;;
}</description>
		<content:encoded><![CDATA[<p>Is it not:</p>
<p>if(count($hands) &gt; 2)<br />
{<br />
   $work = &#8216;light&#8217;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-504</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-504</guid>
		<description>if($people == &quot;In Glass Houses&quot;;) {
$throw != &quot;stones&quot;;
}
&quot;people in glass houses shouldn&#039;t throw stones&quot;</description>
		<content:encoded><![CDATA[<p>if($people == &#8220;In Glass Houses&#8221;;) {<br />
$throw != &#8220;stones&#8221;;<br />
}<br />
&#8220;people in glass houses shouldn&#8217;t throw stones&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://csswizardry.com/2010/02/typographic-phrases-or-how-to-turn-sayings-geeky/#comment-500</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=780#comment-500</guid>
		<description>Actually, comparing strings is possible so &quot;$cooks &gt; &#039;enough&#039;&quot; does make some sense.

If you let $cooks = &#039;enougi&#039;, $cooks is &gt; &#039;enough&#039;. That&#039;s also why you can do things like

    if(date(&quot;Y-m-d&quot;) &gt; &#039;2010-01-01&#039;) { echo &#039;It\&#039;s 2010!&#039;; }

A &lt;a&gt; a, and bb &gt; ba.</description>
		<content:encoded><![CDATA[<p>Actually, comparing strings is possible so &#8220;$cooks &gt; &#8216;enough&#8217;&#8221; does make some sense.</p>
<p>If you let $cooks = &#8216;enougi&#8217;, $cooks is &gt; &#8216;enough&#8217;. That&#8217;s also why you can do things like</p>
<p>    if(date(&#8221;Y-m-d&#8221;) &gt; &#8216;2010-01-01&#8242;) { echo &#8216;It\&#8217;s 2010!&#8217;; }</p>
<p>A &lt;a> a, and bb &gt; ba.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

