<?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 Tuorials2Learn</title>
	<atom:link href="http://www.tutorials2learn.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorials2learn.com</link>
	<description>Let&#039;s Learn Web</description>
	<lastBuildDate>Fri, 28 May 2010 04:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on How to get active menu item properties in joomla by satz</title>
		<link>http://www.tutorials2learn.com/2010/05/cms/active-menu-item-properties-joomla/comment-page-1/#comment-271</link>
		<dc:creator>satz</dc:creator>
		<pubDate>Fri, 28 May 2010 04:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=585#comment-271</guid>
		<description>Hello M.G.

Thanks for the information.

Warm Regards,
Satz</description>
		<content:encoded><![CDATA[<p>Hello M.G.</p>
<p>Thanks for the information.</p>
<p>Warm Regards,<br />
Satz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get active menu item properties in joomla by M.G.</title>
		<link>http://www.tutorials2learn.com/2010/05/cms/active-menu-item-properties-joomla/comment-page-1/#comment-270</link>
		<dc:creator>M.G.</dc:creator>
		<pubDate>Thu, 27 May 2010 09:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=585#comment-270</guid>
		<description>The lines works for me only in following structure:
&lt;code&gt;$menu = &amp;JSite::getMenu();
$active = $menu-&gt;getActive();
echo $active-&gt;name;
echo $active-&gt;id;
echo $active-&gt;published;&lt;/code&gt;
....

Greetings
M.G.</description>
		<content:encoded><![CDATA[<p>The lines works for me only in following structure:<br />
<code>$menu = &amp;JSite::getMenu();<br />
$active = $menu-&gt;getActive();<br />
echo $active-&gt;name;<br />
echo $active-&gt;id;<br />
echo $active-&gt;published;</code><br />
&#8230;.</p>
<p>Greetings<br />
M.G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a database search application using Dreamweaver by satz</title>
		<link>http://www.tutorials2learn.com/2009/09/tools/creating-database-search-application-dreamweaver/comment-page-1/#comment-191</link>
		<dc:creator>satz</dc:creator>
		<pubDate>Wed, 05 May 2010 16:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=265#comment-191</guid>
		<description>Hi Anne McDaid,
&lt;img src=&quot;http://www.tutorials2learn.com/wp-content/uploads/2010/05/custom-code-01.gif&quot; alt=&quot;Custom Code&quot; /&gt;

You will find this code at line number 211 in the answer.asp (Available in the sample download)</description>
		<content:encoded><![CDATA[<p>Hi Anne McDaid,<br />
<img src="http://www.tutorials2learn.com/wp-content/uploads/2010/05/custom-code-01.gif" alt="Custom Code" /></p>
<p>You will find this code at line number 211 in the answer.asp (Available in the sample download)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a database search application using Dreamweaver by Anne McDaid</title>
		<link>http://www.tutorials2learn.com/2009/09/tools/creating-database-search-application-dreamweaver/comment-page-1/#comment-190</link>
		<dc:creator>Anne McDaid</dc:creator>
		<pubDate>Wed, 05 May 2010 11:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=265#comment-190</guid>
		<description>Thank you for this - it works very well but just wondering is there an easy way to hide the datanotfound message.  When i open my page the message is visible and I would rather that the user did not see it until they input a search criteria which has no results.</description>
		<content:encoded><![CDATA[<p>Thank you for this &#8211; it works very well but just wondering is there an easy way to hide the datanotfound message.  When i open my page the message is visible and I would rather that the user did not see it until they input a search criteria which has no results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JHideMenu by JHideMenu – Joomla Plugin v 1.0 - Released &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/extensions/jhidemenu/comment-page-1/#comment-24</link>
		<dc:creator>JHideMenu – Joomla Plugin v 1.0 - Released &#124; Tuorials2Learn</dc:creator>
		<pubDate>Fri, 26 Mar 2010 14:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?page_id=484#comment-24</guid>
		<description>[...] JHideMenu [...]</description>
		<content:encoded><![CDATA[<p>[...] JHideMenu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XML Parser using jsp by satz</title>
		<link>http://www.tutorials2learn.com/2009/09/scripts/jsp/xml-parser-jsp/comment-page-1/#comment-22</link>
		<dc:creator>satz</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=332#comment-22</guid>
		<description>The xml file path given could be wrong. Please check the &quot;appPath&quot; value. appPath should be the path to your xml file. The sample files can be downloaded &lt;a href=&quot;http://www.tutorials2learn.com/downloads/artilcle-resouces/jsp/xml-parser-jsp.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The xml file path given could be wrong. Please check the &#8220;appPath&#8221; value. appPath should be the path to your xml file. The sample files can be downloaded <a href="http://www.tutorials2learn.com/downloads/artilcle-resouces/jsp/xml-parser-jsp.zip" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XML Parser using jsp by Rey Santos</title>
		<link>http://www.tutorials2learn.com/2009/09/scripts/jsp/xml-parser-jsp/comment-page-1/#comment-21</link>
		<dc:creator>Rey Santos</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=332#comment-21</guid>
		<description>Tried your example but I get a blank page.  I did a copy and paste to the files you suggested and did not seem to get any errors.  I viewed the source of the blank page and I get numbers 1 2 3 4 5 6 .  Any clue???

Rey</description>
		<content:encoded><![CDATA[<p>Tried your example but I get a blank page.  I did a copy and paste to the files you suggested and did not seem to get any errors.  I viewed the source of the blank page and I get numbers 1 2 3 4 5 6 .  Any clue???</p>
<p>Rey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple HTML contact form by Submit HTML form with Ajax &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/2009/07/scripts/creating-simple-html-contact-form-2/comment-page-1/#comment-20</link>
		<dc:creator>Submit HTML form with Ajax &#124; Tuorials2Learn</dc:creator>
		<pubDate>Sat, 06 Mar 2010 20:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=291#comment-20</guid>
		<description>[...] and validate the form with help of javaScript. If you do not know how to create HTML form, you may click here to learn it. We assume the basic knowledge of HTML and JavaScript in this [...]</description>
		<content:encoded><![CDATA[<p>[...] and validate the form with help of javaScript. If you do not know how to create HTML form, you may click here to learn it. We assume the basic knowledge of HTML and JavaScript in this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for TinyMCE Editor strips Flash embed code in Joomla by Paulino Michelazzo</title>
		<link>http://www.tutorials2learn.com/2010/02/cms/fix-tinymce-editor-strips-flash-embed-code-joomla/comment-page-1/#comment-18</link>
		<dc:creator>Paulino Michelazzo</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=448#comment-18</guid>
		<description>A hidden option stole me 2 hours. Thank you for your info.

Regards from Brazil</description>
		<content:encoded><![CDATA[<p>A hidden option stole me 2 hours. Thank you for your info.</p>
<p>Regards from Brazil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a database search application using Dreamweaver by Mensah Hughes Samuel</title>
		<link>http://www.tutorials2learn.com/2009/09/tools/creating-database-search-application-dreamweaver/comment-page-1/#comment-17</link>
		<dc:creator>Mensah Hughes Samuel</dc:creator>
		<pubDate>Sun, 17 Jan 2010 14:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=265#comment-17</guid>
		<description>great tutorial keep it up.thanks</description>
		<content:encoded><![CDATA[<p>great tutorial keep it up.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Request a Tutorial by Laura</title>
		<link>http://www.tutorials2learn.com/2009/05/request-a-tutorial/request-tutorial/comment-page-1/#comment-16</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Sat, 02 Jan 2010 16:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=148#comment-16</guid>
		<description>I am looking for a way to handle files (read, write, update) locally with no server, and without IE and it&#039;s ActiveX. I don&#039;t need a database, just the ability to read, render, and edit .txt or at least .xml. It seems that this desire to create an html/js application for one&#039;s own use is not uncommon, but I can&#039;t find any info on how it could be done. I think a tutorial of this sort would be most welcome. Best wishes for the New Year!</description>
		<content:encoded><![CDATA[<p>I am looking for a way to handle files (read, write, update) locally with no server, and without IE and it&#8217;s ActiveX. I don&#8217;t need a database, just the ability to read, render, and edit .txt or at least .xml. It seems that this desire to create an html/js application for one&#8217;s own use is not uncommon, but I can&#8217;t find any info on how it could be done. I think a tutorial of this sort would be most welcome. Best wishes for the New Year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insert modules within the content in Joomla 1.5 by Dan</title>
		<link>http://www.tutorials2learn.com/2009/10/cms/insert-modules-content-joomla-15/comment-page-1/#comment-13</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 12 Nov 2009 10:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=403#comment-13</guid>
		<description>THANKS A LOT!
After 1h of search i found this article! Very usefull! Good job</description>
		<content:encoded><![CDATA[<p>THANKS A LOT!<br />
After 1h of search i found this article! Very usefull! Good job</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block and Inline Elements in HTML &#8211; HTML,CSS tutorial by Vivek</title>
		<link>http://www.tutorials2learn.com/2009/08/scripts/css/block-inline-elements-html-htmlcss-tutorial/comment-page-1/#comment-12</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Wed, 30 Sep 2009 14:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=305#comment-12</guid>
		<description>Short and Simple explanation... Very nice post</description>
		<content:encoded><![CDATA[<p>Short and Simple explanation&#8230; Very nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating DSN Connection to a database using Dreamweaver by Build search application using Dreamweaver &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/2009/05/tools/creating-dsn-connection-database-dreamweaver/comment-page-1/#comment-10</link>
		<dc:creator>Build search application using Dreamweaver &#124; Tuorials2Learn</dc:creator>
		<pubDate>Sat, 20 Jun 2009 04:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=41#comment-10</guid>
		<description>[...] Create a DSN-less database connection and test the connectivity. If you do not know how to create a DSN-less database connection you can click here to learn it. Or else, you can make use of DSN to connect to database. [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a DSN-less database connection and test the connectivity. If you do not know how to create a DSN-less database connection you can click here to learn it. Or else, you can make use of DSN to connect to database. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a DSN-less database connection in dreamweaver by Creating a database search application using Dreamweaver &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/2009/06/tools/creating-a-dsn-less-database-connection-in-dreamweaver/comment-page-1/#comment-9</link>
		<dc:creator>Creating a database search application using Dreamweaver &#124; Tuorials2Learn</dc:creator>
		<pubDate>Sat, 20 Jun 2009 04:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=248#comment-9</guid>
		<description>[...] Create a DSN-less database connection and test the connectivity. If you do not know how to create a DSN-less database connection you can click here to learn it. Or else, you can make use of DSN to connect to database. [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a DSN-less database connection and test the connectivity. If you do not know how to create a DSN-less database connection you can click here to learn it. Or else, you can make use of DSN to connect to database. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a DSN-less database connection in dreamweaver by Creating DSN Connection to a database using Dreamweaver &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/2009/06/tools/creating-a-dsn-less-database-connection-in-dreamweaver/comment-page-1/#comment-8</link>
		<dc:creator>Creating DSN Connection to a database using Dreamweaver &#124; Tuorials2Learn</dc:creator>
		<pubDate>Sun, 14 Jun 2009 19:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=248#comment-8</guid>
		<description>[...] Learn how to create a DSN-less database connection in dreamweaver     Author: satz Categories: DreamWeaver, Tools        Comments (0) Trackbacks (1) Leave a comment Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] Learn how to create a DSN-less database connection in dreamweaver     Author: satz Categories: DreamWeaver, Tools        Comments (0) Trackbacks (1) Leave a comment Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating DSN Connection to a database using Dreamweaver by Creating a DSN-less database connection in dreamweaver &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/2009/05/tools/creating-dsn-connection-database-dreamweaver/comment-page-1/#comment-7</link>
		<dc:creator>Creating a DSN-less database connection in dreamweaver &#124; Tuorials2Learn</dc:creator>
		<pubDate>Sun, 14 Jun 2009 19:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=41#comment-7</guid>
		<description>[...] Learn how Create DSN Connection to a database using Dreamweaver [...]</description>
		<content:encoded><![CDATA[<p>[...] Learn how Create DSN Connection to a database using Dreamweaver [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Define Root Folder in Dreamweaver by Creating a DSN-less database connection in dreamweaver &#124; Tuorials2Learn</title>
		<link>http://www.tutorials2learn.com/2009/05/tools/define-root-folder-dreamweaver/comment-page-1/#comment-6</link>
		<dc:creator>Creating a DSN-less database connection in dreamweaver &#124; Tuorials2Learn</dc:creator>
		<pubDate>Sun, 14 Jun 2009 19:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=33#comment-6</guid>
		<description>[...] Define a root folder in Dreamweaver with testing server configurations enabled. Click here to find out how to define a root folder in [...]</description>
		<content:encoded><![CDATA[<p>[...] Define a root folder in Dreamweaver with testing server configurations enabled. Click here to find out how to define a root folder in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Web 2.0 by Shivaprasad</title>
		<link>http://www.tutorials2learn.com/2009/06/technology-articles/web-20/comment-page-1/#comment-5</link>
		<dc:creator>Shivaprasad</dc:creator>
		<pubDate>Sun, 07 Jun 2009 05:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=188#comment-5</guid>
		<description>Thank you for sharing the infromation. It is really helpful for the people like me who work on websites.

Regards,
Shivaprasad</description>
		<content:encoded><![CDATA[<p>Thank you for sharing the infromation. It is really helpful for the people like me who work on websites.</p>
<p>Regards,<br />
Shivaprasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickering pop-up banner using JavaScript by Maninder</title>
		<link>http://www.tutorials2learn.com/2009/04/scripts/javascript/flickering-popup-banner-javascript/comment-page-1/#comment-4</link>
		<dc:creator>Maninder</dc:creator>
		<pubDate>Wed, 27 May 2009 16:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials2learn.com/?p=25#comment-4</guid>
		<description>Nice Script i used it, it works fantastic.

Thank you.</description>
		<content:encoded><![CDATA[<p>Nice Script i used it, it works fantastic.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
