<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Remember&#8230;</title>
	<link>http://advanceddomscripting.com/2007/10/09/remember/</link>
	<description>Dynamic Web Design Techniques</description>
	<pubDate>Wed, 19 Nov 2008 21:49:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: geoff</title>
		<link>http://advanceddomscripting.com/2007/10/09/remember/#comment-537</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:33:51 +0000</pubDate>
		<guid>http://advanceddomscripting.com/2007/10/09/remember/#comment-537</guid>
		<description>&lt;p&gt;ive printed and put up on my wall.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ive printed and put up on my wall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balázs Petróczi</title>
		<link>http://advanceddomscripting.com/2007/10/09/remember/#comment-243</link>
		<dc:creator>Balázs Petróczi</dc:creator>
		<pubDate>Sun, 02 Dec 2007 13:11:12 +0000</pubDate>
		<guid>http://advanceddomscripting.com/2007/10/09/remember/#comment-243</guid>
		<description>&lt;p&gt;Hi,
Before anything else I want to tell your book is classes better than any javascript book I have seen and I have been learning a lot from it. This has been a very good buy and I will definitely purchese your book on Google Maps Applications, too, when I arrive at that level..
Now I am writing to ask where I can have access to all those server side scripts you said we can download from your site on  page 281 in the book.
Thanks very much,again.
Yours.   Balázs Petróczi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Before anything else I want to tell your book is classes better than any javascript book I have seen and I have been learning a lot from it. This has been a very good buy and I will definitely purchese your book on Google Maps Applications, too, when I arrive at that level..<br />
Now I am writing to ask where I can have access to all those server side scripts you said we can download from your site on  page 281 in the book.<br />
Thanks very much,again.<br />
Yours.   Balázs Petróczi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsf</title>
		<link>http://advanceddomscripting.com/2007/10/09/remember/#comment-26</link>
		<dc:creator>lsf</dc:creator>
		<pubDate>Wed, 10 Oct 2007 06:44:02 +0000</pubDate>
		<guid>http://advanceddomscripting.com/2007/10/09/remember/#comment-26</guid>
		<description>&lt;p&gt;PS:the last one is right example!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>PS:the last one is right example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsf</title>
		<link>http://advanceddomscripting.com/2007/10/09/remember/#comment-25</link>
		<dc:creator>lsf</dc:creator>
		<pubDate>Wed, 10 Oct 2007 06:42:51 +0000</pubDate>
		<guid>http://advanceddomscripting.com/2007/10/09/remember/#comment-25</guid>
		<description>&lt;p&gt;&#60;a href="javascript:popup(’http://advanceddomscripting.com’);popup1();popup2();”&#62;test&#60;/a&#62;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&lt;a href=&#8221;javascript:popup(’http://advanceddomscripting.com’);popup1();popup2();”&gt;test&lt;/a&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsf</title>
		<link>http://advanceddomscripting.com/2007/10/09/remember/#comment-23</link>
		<dc:creator>lsf</dc:creator>
		<pubDate>Wed, 10 Oct 2007 06:38:12 +0000</pubDate>
		<guid>http://advanceddomscripting.com/2007/10/09/remember/#comment-23</guid>
		<description>&lt;p&gt;and on page 8, the following description:&lt;/p&gt;

&lt;p&gt;"One problem with the javascript: prefix is that it can handle only one function, nothing more."&lt;/p&gt;

&lt;p&gt;does it mean "with javascript: prefix can't handle more than one function?"&lt;/p&gt;

&lt;p&gt;if do so,&lt;a href="popup('http://advanceddomscripting.com');popup1();popup2()" rel="nofollow"&gt;test&lt;/a&gt;,will still work(popup1() and popup2() are two other predefined functions).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>and on page 8, the following description:</p>
<p>&#8220;One problem with the javascript: prefix is that it can handle only one function, nothing more.&#8221;</p>
<p>does it mean &#8220;with javascript: prefix can&#8217;t handle more than one function?&#8221;</p>
<p>if do so,<a href="popup('http://advanceddomscripting.com');popup1();popup2()" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/advanceddomscripting.com');popup1();popup2()');">test</a>,will still work(popup1() and popup2() are two other predefined functions).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsf</title>
		<link>http://advanceddomscripting.com/2007/10/09/remember/#comment-22</link>
		<dc:creator>lsf</dc:creator>
		<pubDate>Wed, 10 Oct 2007 06:32:37 +0000</pubDate>
		<guid>http://advanceddomscripting.com/2007/10/09/remember/#comment-22</guid>
		<description>&lt;p&gt;It's very nice! :)&lt;/p&gt;

&lt;p&gt;but there is another error on page 16:&lt;/p&gt;

&lt;p&gt;"According to the W3C (http://www.w3schools.com/browsers/browsers_
stats.asp)..."&lt;/p&gt;

&lt;p&gt;Is it "W3C" or "W3Schools.com"?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s very nice! <img src='http://advanceddomscripting.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but there is another error on page 16:</p>
<p>&#8220;According to the W3C (http://www.w3schools.com/browsers/browsers_<br />
stats.asp)&#8230;&#8221;</p>
<p>Is it &#8220;W3C&#8221; or &#8220;W3Schools.com&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
