<?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: Express yourself!</title>
	<atom:link href="http://james.padolsey.com/javascript/express-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/express-yourself/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-22674</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-22674</guid>
		<description>Ah... I see. Will use it the next time when I need it. Thanks :)</description>
		<content:encoded><![CDATA[<p>Ah&#8230; I see. Will use it the next time when I need it. Thanks <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-22672</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-22672</guid>
		<description>@Alex, to get the numerical representation of a date, it&#039;s basically the same as &lt;code&gt;(new Date()).getTime()&lt;/code&gt;:

&lt;pre lang=&quot;javascript&quot;&gt;
+new Date(); // =&gt; 1256148807292
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Alex, to get the numerical representation of a date, it&#8217;s basically the same as <code>(new Date()).getTime()</code>:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span class="sy0">+</span><span class="kw2">new</span> Date<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">// =&gt; 1256148807292</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-22660</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-22660</guid>
		<description>James! – why do you use it? ;-)</description>
		<content:encoded><![CDATA[<p>James! – why do you use it? <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-21261</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-21261</guid>
		<description>I did not quite get the point of the plus operator in &quot;+new Date()&quot; - why do you use it?</description>
		<content:encoded><![CDATA[<p>I did not quite get the point of the plus operator in &#8220;+new Date()&#8221; &#8211; why do you use it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Live-Dimension</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-18674</link>
		<dc:creator>Live-Dimension</dc:creator>
		<pubDate>Thu, 20 Aug 2009 06:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-18674</guid>
		<description>As you&#039;ll learn from your Java course, this is pretty bog-standard stuff across most languages, with some stuff here and there taken out/put in, depending on the language. This is why it&#039;s said that you learn one language you&#039;ve learnt them all.

Having said that, more sources (such as this piece) is desperately needed, as there&#039;s some things about javascript itself I didn&#039;t know.

For example, it supports this

condition?expression1:expression2

It&#039;s not always easy to find out what a language can/cant do, especially when pressed for time when a simple if/else does the same job.</description>
		<content:encoded><![CDATA[<p>As you&#8217;ll learn from your Java course, this is pretty bog-standard stuff across most languages, with some stuff here and there taken out/put in, depending on the language. This is why it&#8217;s said that you learn one language you&#8217;ve learnt them all.</p>
<p>Having said that, more sources (such as this piece) is desperately needed, as there&#8217;s some things about javascript itself I didn&#8217;t know.</p>
<p>For example, it supports this</p>
<p>condition?expression1:expression2</p>
<p>It&#8217;s not always easy to find out what a language can/cant do, especially when pressed for time when a simple if/else does the same job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phunky</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-18639</link>
		<dc:creator>Phunky</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-18639</guid>
		<description>Lovely write up James - think i&#039;ll need to read over some of it again as some of it didn&#039;t quite sync in.

I noticed you twittering about this book earlier today and i guess it inspired this post :) i&#039;ll make sure i get my hands on it after this recommendation.</description>
		<content:encoded><![CDATA[<p>Lovely write up James &#8211; think i&#8217;ll need to read over some of it again as some of it didn&#8217;t quite sync in.</p>
<p>I noticed you twittering about this book earlier today and i guess it inspired this post <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i&#8217;ll make sure i get my hands on it after this recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Koubeissi</title>
		<link>http://james.padolsey.com/javascript/express-yourself/comment-page-1/#comment-18637</link>
		<dc:creator>Ali Koubeissi</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1133#comment-18637</guid>
		<description>Nice read.

I highly recommend this book though: Wrox - Professional JavaScript For Web Developers 2nd Edition. I urge you to read it. It changed the way I look at Javascript.</description>
		<content:encoded><![CDATA[<p>Nice read.</p>
<p>I highly recommend this book though: Wrox &#8211; Professional JavaScript For Web Developers 2nd Edition. I urge you to read it. It changed the way I look at Javascript.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
