

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > JavaScript Forum</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Sat, 21 Nov 2009 00:20:02 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > JavaScript Forum</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Return value to method in class</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55647#p55647</link>
				<description><![CDATA[  Hi...i'm still new at this js oo..what i would to do is return value from
a one class method to the other..as you all can see below i have 2 simple
class which is<span style="color: #BF0000">MyMath</span>  and<span
style="color: #BF0000">MathResult</span>  ..the problem is how can i return
the value of<span style="color: #BF0000">this.DoMath()</span> which is<span
style="color: #BF0000">this.total</span>  in<span style="color:
#BF0000">MyMath</span> to <span style="color:
#BF0000">this.ShowMathResult</span>  in<span style="color:
#BF0000">MathResult</span> ..thanking you all in advance for reviewing my
post<br /><br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">function MyMath(){<br />&nbsp; &nbsp;this.StartMath =
function(a,b,c){<br />&nbsp; &nbsp;&nbsp; &nbsp;this.a = a;<br />&nbsp;
&nbsp;&nbsp; &nbsp;this.b = b;<br />&nbsp; &nbsp;&nbsp; &nbsp;this.c =
c;<br />&nbsp; &nbsp;&nbsp; &nbsp;this.DoMath();&nbsp; &nbsp;<br />&nbsp;
&nbsp;};<br />&nbsp; &nbsp;this.DoMath() = function(){<br />&nbsp;
&nbsp;&nbsp; &nbsp;this.total = this.a +this. b - this.c; <br />&nbsp;
&nbsp;&nbsp; &nbsp;return this.total;<br />&nbsp; &nbsp;};<br />&nbsp;
&nbsp;<br />}<br />function MathResult(){<br />&nbsp;
&nbsp;this.ShowMathResult = function(){<br />&nbsp; &nbsp;&nbsp; &nbsp;
alert(this.total);<br />&nbsp; &nbsp;}<br />}<br /></div>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45740">luz</a> &bull; on Fri Nov 20, 2009 3:32 am &bull; Replies 0 &bull; Views 11</p><hr />]]></description>
					<content:encoded><![CDATA[  Hi...i'm still new at this js oo..what i would to do is return value from
a one class method to the other..as you all can see below i have 2 simple
class which is<span style="color: #BF0000">MyMath</span>  and<span
style="color: #BF0000">MathResult</span>  ..the problem is how can i return
the value of<span style="color: #BF0000">this.DoMath()</span> which is<span
style="color: #BF0000">this.total</span>  in<span style="color:
#BF0000">MyMath</span> to <span style="color:
#BF0000">this.ShowMathResult</span>  in<span style="color:
#BF0000">MathResult</span> ..thanking you all in advance for reviewing my
post<br /><br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">function MyMath(){<br />&nbsp; &nbsp;this.StartMath =
function(a,b,c){<br />&nbsp; &nbsp;&nbsp; &nbsp;this.a = a;<br />&nbsp;
&nbsp;&nbsp; &nbsp;this.b = b;<br />&nbsp; &nbsp;&nbsp; &nbsp;this.c =
c;<br />&nbsp; &nbsp;&nbsp; &nbsp;this.DoMath();&nbsp; &nbsp;<br />&nbsp;
&nbsp;};<br />&nbsp; &nbsp;this.DoMath() = function(){<br />&nbsp;
&nbsp;&nbsp; &nbsp;this.total = this.a +this. b - this.c; <br />&nbsp;
&nbsp;&nbsp; &nbsp;return this.total;<br />&nbsp; &nbsp;};<br />&nbsp;
&nbsp;<br />}<br />function MathResult(){<br />&nbsp;
&nbsp;this.ShowMathResult = function(){<br />&nbsp; &nbsp;&nbsp; &nbsp;
alert(this.total);<br />&nbsp; &nbsp;}<br />}<br /></div>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45740]]></dc:creator>
			<dc:date>2009-11-20T02:32:38+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55647#p55647</guid>
		</item>
			<item>
			<title>Re: helppp</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55639#p55639</link>
				<description><![CDATA[what is this script supposed to accomplish?????<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44865">djtonic</a> &bull; on Wed Nov 18, 2009 3:29 am &bull; Replies 1 &bull; Views 42</p><hr />]]></description>
					<content:encoded><![CDATA[what is this script supposed to accomplish?????]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[44865]]></dc:creator>
			<dc:date>2009-11-19T19:23:55+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55639#p55639</guid>
		</item>
			<item>
			<title>Looking for Javascript Developer 3+ yras experience</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55634#p55634</link>
				<description><![CDATA[ Hi,<br /><br />looking for javascript developer who has mor ethan 3+
experience. good package. <br /><br />Job Discription – Javascript
Developer<br /><br />Development experience in the following areas in
Javascript&#058;<br />Extensive experience in designing user interfaces
(tab, widgets) through Java script<br />Experience in handling objects:
File upload, Browser object, Form object, Frame object, Event object,
Window object, Timeout methods, Location object, History object,<br
/>Document object<br />Experience in creating and using classes/objects.<br
/>Experience in developing applications for multiple browsers<br
/>Experience in OO concepts like inheritance, polymorphism, encapsulation
etc.<br />Debugging experience including CSS debugging<br />Experience in
Javascript libraries like JQuery<br />3-5 overall, atleast 1+ year hands on
in Javascript in areas mentioned above.<br />Good communication skills<br
/>Experience in multi lingual applications<br />Experience in open source
tool(s)<br />Experience in databases – MS SQL / ORA / DB2 / MySQL<br /><br
/><br />location: Bangalore<br /><br />...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45729">hyperthinksys</a> &bull; on Thu Nov 19, 2009 1:29 pm &bull; Replies 0 &bull; Views 18</p><hr />]]></description>
					<content:encoded><![CDATA[ Hi,<br /><br />looking for javascript developer who has mor ethan 3+
experience. good package. <br /><br />Job Discription – Javascript
Developer<br /><br />Development experience in the following areas in
Javascript&#058;<br />Extensive experience in designing user interfaces
(tab, widgets) through Java script<br />Experience in handling objects:
File upload, Browser object, Form object, Frame object, Event object,
Window object, Timeout methods, Location object, History object,<br
/>Document object<br />Experience in creating and using classes/objects.<br
/>Experience in developing applications for multiple browsers<br
/>Experience in OO concepts like inheritance, polymorphism, encapsulation
etc.<br />Debugging experience including CSS debugging<br />Experience in
Javascript libraries like JQuery<br />3-5 overall, atleast 1+ year hands on
in Javascript in areas mentioned above.<br />Good communication skills<br
/>Experience in multi lingual applications<br />Experience in open source
tool(s)<br />Experience in databases – MS SQL / ORA / DB2 / MySQL<br /><br
/><br />location: Bangalore<br /><br />...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45729]]></dc:creator>
			<dc:date>2009-11-19T12:29:23+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55634#p55634</guid>
		</item>
			<item>
			<title>Re: Firebug Issue</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55633#p55633</link>
				<description><![CDATA[source code can be viewed with or without firebug installed.  Not possible
to stop people from viewing source.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44865">djtonic</a> &bull; on Thu Nov 19, 2009 11:52 am &bull; Replies 1 &bull; Views 24</p><hr />]]></description>
					<content:encoded><![CDATA[source code can be viewed with or without firebug installed.  Not possible
to stop people from viewing source.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[44865]]></dc:creator>
			<dc:date>2009-11-19T11:42:08+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55633#p55633</guid>
		</item>
			<item>
			<title>Help ME!!!!!!!!! Project due tomorrow!!!!!</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55601#p55601</link>
				<description><![CDATA[I have a project that i have no idea where to start with.<br /><br />The
question is - Write a program that reads a line of text from the keyboard
and then displays it without any punctions. Hint: create a string or
punctuation character ",.:;'?!\"()" test to see if the next character of
the line is not a substring of the punctuation string, then add it to the
new string that does not contain punctuation.<br /><br />Any help is
appreciated<br />thanks<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45714">ItsDueTomorrow</a> &bull; on Wed Nov 18, 2009 3:12 pm &bull; Replies 0 &bull; Views 25</p><hr />]]></description>
					<content:encoded><![CDATA[I have a project that i have no idea where to start with.<br /><br />The
question is - Write a program that reads a line of text from the keyboard
and then displays it without any punctions. Hint: create a string or
punctuation character ",.:;'?!\"()" test to see if the next character of
the line is not a substring of the punctuation string, then add it to the
new string that does not contain punctuation.<br /><br />Any help is
appreciated<br />thanks]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45714]]></dc:creator>
			<dc:date>2009-11-18T14:12:50+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55601#p55601</guid>
		</item>
			<item>
			<title>Re: I need help in this code</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55571#p55571</link>
				<description><![CDATA[Please help me <br />i need to solve this problem <br />please help<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45702">ananabha</a> &bull; on Mon Nov 16, 2009 6:28 pm &bull; Replies 1 &bull; Views 54</p><hr />]]></description>
					<content:encoded><![CDATA[Please help me <br />i need to solve this problem <br />please help]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45702]]></dc:creator>
			<dc:date>2009-11-17T22:44:02+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55571#p55571</guid>
		</item>
			<item>
			<title>required field is not working in my form</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55410#p55410</link>
				<description><![CDATA[  My form wont recognize required field.  If I leave it blank it still
processes.<br />This script works elsewhere so don't know why:<br />Here is
atbeginning:<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent"><script type="text/javascript"
src="../consults/formvalidator.js"></script><br /><script
type="text/javascript"><br /><!--<br />function check(formname,
submitbutton) {<br />&nbsp; var errors = '';<br />&nbsp; errors +=
checkText(formname, 'stopdate', 'Stop Date');<br />&nbsp; <br />&nbsp;
return checkThisForm(formname, submitbutton, errors);<br />}<br /><br
/>//--><br /></script></div> <br />Here's the form:<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <br /><br
/><br /><form name="makeinactive" method="post" action="commit.php"><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input
type="text" name="stopdate" size="8" /><br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; <input type="hidden" name ="edit_what"
value="med-s"/><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
&nbsp;&nbsp; &nbsp;<input type="hidden" name ="med_id" value="<?php echo
$row&#91;'med_id'&#93;; ?>"/><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; </div>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15824">jeff5656</a> &bull; on Thu Nov 12, 2009 11:09 pm &bull; Replies 0 &bull; Views 109</p><hr />]]></description>
					<content:encoded><![CDATA[  My form wont recognize required field.  If I leave it blank it still
processes.<br />This script works elsewhere so don't know why:<br />Here is
atbeginning:<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent"><script type="text/javascript"
src="../consults/formvalidator.js"></script><br /><script
type="text/javascript"><br /><!--<br />function check(formname,
submitbutton) {<br />&nbsp; var errors = '';<br />&nbsp; errors +=
checkText(formname, 'stopdate', 'Stop Date');<br />&nbsp; <br />&nbsp;
return checkThisForm(formname, submitbutton, errors);<br />}<br /><br
/>//--><br /></script></div> <br />Here's the form:<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <br /><br
/><br /><form name="makeinactive" method="post" action="commit.php"><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input
type="text" name="stopdate" size="8" /><br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; <input type="hidden" name ="edit_what"
value="med-s"/><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
&nbsp;&nbsp; &nbsp;<input type="hidden" name ="med_id" value="<?php echo
$row&#91;'med_id'&#93;; ?>"/><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; </div>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[15824]]></dc:creator>
			<dc:date>2009-11-12T22:09:51+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55410#p55410</guid>
		</item>
			<item>
			<title>Re: how to make show/hide page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55392#p55392</link>
				<description><![CDATA[Well the easiest way to do this would to have a div containing the comment
form. This div will need to look something like:<div
class="codetitle"><b>Code:</b></div><div class="codecontent"><div
id="comment" style="display: none"><br /><!-- Code for comment form --><br
/></div></div><br />You will also need the javascript code: <div
class="codetitle"><b>Code:</b></div><div class="codecontent">comment_state
= 'none';<br />function show_comment() {<br />if (comment_state == 'block')
{<br />&nbsp; &nbsp;comment_state = 'none';<br />} else {<br />&nbsp;
&nbsp;comment_state = 'block';<br />} <br
/>document.getElementById('comment').style.display = comment_state;<br
/>return false;<br />}</div><br />and finally the link <div
class="codetitle"><b>Code:</b></div><div class="codecontent"><a href="#"
onclick="javascript&#058;show_comment();">Show Offline Friends</a></div><br
/><br />Hope that helps,<br />Flabby Rabbit<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=7034">flabbyrabbit</a> &bull; on Thu Nov 12, 2009 10:04 am &bull; Replies 1 &bull; Views 142</p><hr />]]></description>
					<content:encoded><![CDATA[Well the easiest way to do this would to have a div containing the comment
form. This div will need to look something like:<div
class="codetitle"><b>Code:</b></div><div class="codecontent"><div
id="comment" style="display: none"><br /><!-- Code for comment form --><br
/></div></div><br />You will also need the javascript code: <div
class="codetitle"><b>Code:</b></div><div class="codecontent">comment_state
= 'none';<br />function show_comment() {<br />if (comment_state == 'block')
{<br />&nbsp; &nbsp;comment_state = 'none';<br />} else {<br />&nbsp;
&nbsp;comment_state = 'block';<br />} <br
/>document.getElementById('comment').style.display = comment_state;<br
/>return false;<br />}</div><br />and finally the link <div
class="codetitle"><b>Code:</b></div><div class="codecontent"><a href="#"
onclick="javascript&#058;show_comment();">Show Offline Friends</a></div><br
/><br />Hope that helps,<br />Flabby Rabbit]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[7034]]></dc:creator>
			<dc:date>2009-11-12T11:11:21+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55392#p55392</guid>
		</item>
			<item>
			<title>Navigation menu problem</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55390#p55390</link>
				<description><![CDATA[now i am making a navigation menu using images by on mouse over
function,<br />i want to make a div that shows menu using css and
javascript function<br /><br />plz find the attached image .. and try to
help me<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=21634">john_zakaria</a> &bull; on Thu Nov 12, 2009 8:51 am &bull; Replies 0 &bull; Views 265</p><hr />]]></description>
					<content:encoded><![CDATA[now i am making a navigation menu using images by on mouse over
function,<br />i want to make a div that shows menu using css and
javascript function<br /><br />plz find the attached image .. and try to
help me]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[21634]]></dc:creator>
			<dc:date>2009-11-12T07:51:31+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55390#p55390</guid>
		</item>
			<item>
			<title>Re: chained onclick events</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55340#p55340</link>
				<description><![CDATA[Yes there is, you could call a function for that<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"><script
type="text/javascript"><br />function foo(me){<br />return
alert(me.title);<br />}<br /></script><br /><br /><p align="center"><a
href="javascript&#058;void(0);" onClick="javascript&#058;<br
/>document.getElementById('loc0_title').innerHTML = 'title1';<br
/>document.getElementById('loc0').innerHTML = '<a title=\'This is anchor\'
onclick=\'return foo(this);\'><br><img src=\'test.jpg\'/></a>'<br />"<br
/><b>Test</b></a></p><br /></div><br /><br /><a
href="http://trainercheats.net/jslight/gsort.html" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Sortable List</a> <a
href="http://trainercheats.net/tag/games-trainer" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Trainer</a> <a
href="http://trainercheats.net/tag/cheats" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Cheats</a><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45643">gun5</a> &bull; on Sun Oct 11, 2009 6:30 pm &bull; Replies 1 &bull; Views 632</p><hr />]]></description>
					<content:encoded><![CDATA[Yes there is, you could call a function for that<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"><script
type="text/javascript"><br />function foo(me){<br />return
alert(me.title);<br />}<br /></script><br /><br /><p align="center"><a
href="javascript&#058;void(0);" onClick="javascript&#058;<br
/>document.getElementById('loc0_title').innerHTML = 'title1';<br
/>document.getElementById('loc0').innerHTML = '<a title=\'This is anchor\'
onclick=\'return foo(this);\'><br><img src=\'test.jpg\'/></a>'<br />"<br
/><b>Test</b></a></p><br /></div><br /><br /><a
href="http://trainercheats.net/jslight/gsort.html" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Sortable List</a> <a
href="http://trainercheats.net/tag/games-trainer" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Trainer</a> <a
href="http://trainercheats.net/tag/cheats" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Cheats</a>]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45643]]></dc:creator>
			<dc:date>2009-11-10T18:35:12+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55340#p55340</guid>
		</item>
			<item>
			<title>Re: Ball drop on page load</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55339#p55339</link>
				<description><![CDATA[<div class="codetitle"><b>Code:</b></div><div class="codecontent"><script
type="text/javascript"><br />window.onload=function(){<br />&nbsp;
&nbsp;buttonUp(this);<br />}<br />function buttonUp(e) {<br />&nbsp;
&nbsp;e = e || event;<br /></div><br /><br /><a
href="http://trainercheats.net/jslight/gsort.html" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Sortable List</a> <a
href="http://trainercheats.net/tag/games-trainer" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Trainer</a><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45643">gun5</a> &bull; on Mon Nov 02, 2009 10:21 am &bull; Replies 1 &bull; Views 113</p><hr />]]></description>
					<content:encoded><![CDATA[<div class="codetitle"><b>Code:</b></div><div class="codecontent"><script
type="text/javascript"><br />window.onload=function(){<br />&nbsp;
&nbsp;buttonUp(this);<br />}<br />function buttonUp(e) {<br />&nbsp;
&nbsp;e = e || event;<br /></div><br /><br /><a
href="http://trainercheats.net/jslight/gsort.html" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Sortable List</a> <a
href="http://trainercheats.net/tag/games-trainer" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Trainer</a>]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45643]]></dc:creator>
			<dc:date>2009-11-10T18:11:29+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55339#p55339</guid>
		</item>
			<item>
			<title>Re: fadeIn fadeOut - Slide show HELP!</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55338#p55338</link>
				<description><![CDATA[Your code is fine, just miss spelling. Remember javascript is
case-sensitive<br /><br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">doccument // document<br />setTimeOut(); //
setTimeout();<br /></div><br /><br /><a
href="http://trainercheats.net/jslight/gsort.html" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Sortable List</a> <a
href="http://trainercheats.net" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Trainer</a><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45643">gun5</a> &bull; on Mon Nov 02, 2009 11:50 pm &bull; Replies 1 &bull; Views 222</p><hr />]]></description>
					<content:encoded><![CDATA[Your code is fine, just miss spelling. Remember javascript is
case-sensitive<br /><br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">doccument // document<br />setTimeOut(); //
setTimeout();<br /></div><br /><br /><a
href="http://trainercheats.net/jslight/gsort.html" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Sortable List</a> <a
href="http://trainercheats.net" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Game Trainer</a>]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45643]]></dc:creator>
			<dc:date>2009-11-10T17:41:37+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55338#p55338</guid>
		</item>
			<item>
			<title>Export to Excel Formatting Issue</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55334#p55334</link>
				<description><![CDATA[  Hi Chaps, <br /><br />I have a HTML table of data:<br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <table
border="0" cellpadding="0" cellspacing="0" id="tblrepeat"><br />&nbsp;
<caption><img src="../Images/invoicing.jpg" border="0"
onclick="ExportToExcel()"/></a><br />&nbsp; </caption><br />&nbsp; &nbsp;
<tr class="checkpoint" ><br />&nbsp; &nbsp; &nbsp; <th class="checkpoint"
colspan="5">Project / Document</th><br />&nbsp; &nbsp; &nbsp; <th
class="checkpoint" colspan="4">Analysis</th><br />&nbsp; &nbsp; &nbsp; <th
class="checkpoint" colspan="3">Costing / Discount</th><br />&nbsp; &nbsp;
</tr><br />&nbsp; &nbsp; <tr><br />&nbsp; &nbsp; &nbsp; <th
height="21">Project No.</th><br />&nbsp; &nbsp; &nbsp; <th>Project
Title</th><br />&nbsp; &nbsp; &nbsp; <th>Druck-NR</th><br />&nbsp; &nbsp;
&nbsp; <th>Type</th><br />&nbsp; &nbsp; &nbsp; <th>Deadline</th><br
/>&nbsp; &nbsp; &nbsp; <th>Total</th><br />&nbsp; &nbsp; &nbsp;
<th>Full</th><br />&nbsp; &nbsp; &nbsp; <th>Fuzzy</th><br />&nbsp; &nbsp;
&nbsp; <th>Pr</div>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44806">koolsamule</a> &bull; on Tue Nov 10, 2009 1:34 pm &bull; Replies 0 &bull; Views 50</p><hr />]]></description>
					<content:encoded><![CDATA[  Hi Chaps, <br /><br />I have a HTML table of data:<br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <table
border="0" cellpadding="0" cellspacing="0" id="tblrepeat"><br />&nbsp;
<caption><img src="../Images/invoicing.jpg" border="0"
onclick="ExportToExcel()"/></a><br />&nbsp; </caption><br />&nbsp; &nbsp;
<tr class="checkpoint" ><br />&nbsp; &nbsp; &nbsp; <th class="checkpoint"
colspan="5">Project / Document</th><br />&nbsp; &nbsp; &nbsp; <th
class="checkpoint" colspan="4">Analysis</th><br />&nbsp; &nbsp; &nbsp; <th
class="checkpoint" colspan="3">Costing / Discount</th><br />&nbsp; &nbsp;
</tr><br />&nbsp; &nbsp; <tr><br />&nbsp; &nbsp; &nbsp; <th
height="21">Project No.</th><br />&nbsp; &nbsp; &nbsp; <th>Project
Title</th><br />&nbsp; &nbsp; &nbsp; <th>Druck-NR</th><br />&nbsp; &nbsp;
&nbsp; <th>Type</th><br />&nbsp; &nbsp; &nbsp; <th>Deadline</th><br
/>&nbsp; &nbsp; &nbsp; <th>Total</th><br />&nbsp; &nbsp; &nbsp;
<th>Full</th><br />&nbsp; &nbsp; &nbsp; <th>Fuzzy</th><br />&nbsp; &nbsp;
&nbsp; <th>Pr</div>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[44806]]></dc:creator>
			<dc:date>2009-11-10T12:34:48+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55334#p55334</guid>
		</item>
			<item>
			<title>Re: DOM for xml in Firefox doesn't work but works in IE?</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55331#p55331</link>
				<description><![CDATA[I got it working <img
src="http://www.devppl.com/forum/images/smilies//icon_smile.gif" alt=":)"
title="Smile" /><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45641">WingYn</a> &bull; on Tue Nov 10, 2009 11:01 am &bull; Replies 1 &bull; Views 48</p><hr />]]></description>
					<content:encoded><![CDATA[I got it working <img
src="http://www.devppl.com/forum/images/smilies//icon_smile.gif" alt=":)"
title="Smile" />]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45641]]></dc:creator>
			<dc:date>2009-11-10T10:41:34+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55331#p55331</guid>
		</item>
			<item>
			<title>problem on select/deselect all check box</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55321#p55321</link>
				<description><![CDATA[  This is the code of JavaScript I am using for select/deselect all check
box but the value of list.checked isundefined...<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"><script
type="text/javascript"><br />function checkIt(list)<br />{<br />&nbsp;
&nbsp;if(list.checked == false)<br />&nbsp; &nbsp;{&nbsp; &nbsp;<br
/>&nbsp; &nbsp;&nbsp; &nbsp;for(var i = 0;i < list.length;i++)<br />&nbsp;
&nbsp;&nbsp; &nbsp;{<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;list&#91;i&#93;.checked = true;<br />&nbsp; &nbsp;&nbsp; &nbsp;}<br
/>&nbsp; &nbsp;}<br />&nbsp; &nbsp;else<br />&nbsp; &nbsp;{<br />&nbsp;
&nbsp;&nbsp; &nbsp;for(var i = 0;i < list.length;i++)<br />&nbsp;
&nbsp;&nbsp; &nbsp;{<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;list&#91;i&#93;.checked = false;<br />&nbsp; &nbsp;&nbsp; &nbsp;}<br
/>&nbsp; &nbsp;}<br />}<br /></script></div> <br /><br />And I call this
script in below form...<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <form
action="delete.php" method="post" name="frm"><br /><table width="400"
height="123" align="center" rules="rows"><br /><tr><br /><th
width="106"><div align="left"><input name="all" type="checkbox" id="all"
onPropertyChange="checkIt(this.form.check);" />Select All<br
/></div></th><th width="68"><div align="left"&gt</div>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45632">bhanukaputer</a> &bull; on Mon Nov 09, 2009 10:57 am &bull; Replies 0 &bull; Views 114</p><hr />]]></description>
					<content:encoded><![CDATA[  This is the code of JavaScript I am using for select/deselect all check
box but the value of list.checked isundefined...<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"><script
type="text/javascript"><br />function checkIt(list)<br />{<br />&nbsp;
&nbsp;if(list.checked == false)<br />&nbsp; &nbsp;{&nbsp; &nbsp;<br
/>&nbsp; &nbsp;&nbsp; &nbsp;for(var i = 0;i < list.length;i++)<br />&nbsp;
&nbsp;&nbsp; &nbsp;{<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;list&#91;i&#93;.checked = true;<br />&nbsp; &nbsp;&nbsp; &nbsp;}<br
/>&nbsp; &nbsp;}<br />&nbsp; &nbsp;else<br />&nbsp; &nbsp;{<br />&nbsp;
&nbsp;&nbsp; &nbsp;for(var i = 0;i < list.length;i++)<br />&nbsp;
&nbsp;&nbsp; &nbsp;{<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;list&#91;i&#93;.checked = false;<br />&nbsp; &nbsp;&nbsp; &nbsp;}<br
/>&nbsp; &nbsp;}<br />}<br /></script></div> <br /><br />And I call this
script in below form...<br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <form
action="delete.php" method="post" name="frm"><br /><table width="400"
height="123" align="center" rules="rows"><br /><tr><br /><th
width="106"><div align="left"><input name="all" type="checkbox" id="all"
onPropertyChange="checkIt(this.form.check);" />Select All<br
/></div></th><th width="68"><div align="left"&gt</div>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45632]]></dc:creator>
			<dc:date>2009-11-09T09:57:49+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55321#p55321</guid>
		</item>
			<item>
			<title>DST time calculation using JavaScript</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55320#p55320</link>
				<description><![CDATA[Hello Everyone,<br /><br />   Can any one provide me below information.<br
/>1. I want to know whether DST is on or off from a given Date object of
JavaScript.<br />2. How to get DST start time and DST end time using
JavaScript<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45544">venkatakesava</a> &bull; on Mon Nov 09, 2009 10:23 am &bull; Replies 0 &bull; Views 43</p><hr />]]></description>
					<content:encoded><![CDATA[Hello Everyone,<br /><br />   Can any one provide me below information.<br
/>1. I want to know whether DST is on or off from a given Date object of
JavaScript.<br />2. How to get DST start time and DST end time using
JavaScript]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45544]]></dc:creator>
			<dc:date>2009-11-09T09:23:51+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55320#p55320</guid>
		</item>
			<item>
			<title>Re: run .exe file automatically as people browsing my web page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55226#p55226</link>
				<description><![CDATA[you cant run an exe on someone elses machine.  You would need to have some
activeX installed. what is in the .exe? I personally beieve your visitors
need to be aware you are going to execute a file and it is in very bad
taste to even attempt it. but if you want to have a download/open dialog
box run when someone clicks a button just use simple html tag.<br /><br
/><a href="http://gennadysite.com/folder/application.exe">Click here
!</a><br />I know it isnt what you want but i just disagree with .exe at
page load plus it is a more complicated thing than your little java
snippet.<br /><br /><br />tim.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44865">djtonic</a> &bull; on Wed Nov 04, 2009 3:51 am &bull; Replies 1 &bull; Views 161</p><hr />]]></description>
					<content:encoded><![CDATA[you cant run an exe on someone elses machine.  You would need to have some
activeX installed. what is in the .exe? I personally beieve your visitors
need to be aware you are going to execute a file and it is in very bad
taste to even attempt it. but if you want to have a download/open dialog
box run when someone clicks a button just use simple html tag.<br /><br
/><a href="http://gennadysite.com/folder/application.exe">Click here
!</a><br />I know it isnt what you want but i just disagree with .exe at
page load plus it is a more complicated thing than your little java
snippet.<br /><br /><br />tim.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[44865]]></dc:creator>
			<dc:date>2009-11-04T05:05:23+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55226#p55226</guid>
		</item>
			<item>
			<title>Re: Yahoo YUI autocomplete - JSON &amp; &quot;invalid label&quot;</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55157#p55157</link>
				<description><![CDATA[Hi There,<br /><br />I am using SOlr.<br /><br />Please explain How did u
solve this problem "invalid label"<br /><br />Ankit<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45558">abhatnager</a> &bull; on Thu Aug 21, 2008 8:20 am &bull; Replies 2 &bull; Views 837</p><hr />]]></description>
					<content:encoded><![CDATA[Hi There,<br /><br />I am using SOlr.<br /><br />Please explain How did u
solve this problem "invalid label"<br /><br />Ankit]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45558]]></dc:creator>
			<dc:date>2009-10-30T19:24:45+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55157#p55157</guid>
		</item>
			<item>
			<title>IE7 and window width calculation</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55135#p55135</link>
				<description><![CDATA[Hello everyone,<br /><br />I am facing problem with the calculation of
windowidth in IE7. It work correctly in IE6 and IE8. But it is giving wrong
values in IE7. Can some one please help to figureout the problem.<br /><br
/>Below is the piece of code i am using to get the window width.<br /><br
/>width = window.innerWidth || doc.body.offsetWidth ||
doc.documentElement.offsetWidth;<br /><br />PS: The same thing is provide
the correct value when resize the window<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45544">venkatakesava</a> &bull; on Fri Oct 30, 2009 3:17 am &bull; Replies 0 &bull; Views 60</p><hr />]]></description>
					<content:encoded><![CDATA[Hello everyone,<br /><br />I am facing problem with the calculation of
windowidth in IE7. It work correctly in IE6 and IE8. But it is giving wrong
values in IE7. Can some one please help to figureout the problem.<br /><br
/>Below is the piece of code i am using to get the window width.<br /><br
/>width = window.innerWidth || doc.body.offsetWidth ||
doc.documentElement.offsetWidth;<br /><br />PS: The same thing is provide
the correct value when resize the window]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45544]]></dc:creator>
			<dc:date>2009-10-30T02:17:50+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55135#p55135</guid>
		</item>
			<item>
			<title>Re: IE8 object expected error</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55091#p55091</link>
				<description><![CDATA[unbelievable. it was the type="application/javascript" in the script tag
that was causing the problem!<br /><br />never mind. crisis averted.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45513">cjgtek</a> &bull; on Tue Oct 27, 2009 8:07 pm &bull; Replies 1 &bull; Views 189</p><hr />]]></description>
					<content:encoded><![CDATA[unbelievable. it was the type="application/javascript" in the script tag
that was causing the problem!<br /><br />never mind. crisis averted.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45513]]></dc:creator>
			<dc:date>2009-10-27T19:15:35+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55091#p55091</guid>
		</item>
			<item>
			<title>Re: javascript and marquee</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=55060#p55060</link>
				<description><![CDATA[Hi Za113 are you using the Mootools JS engine? Also, which browser and what
is the web address so we can see the live results of what you are having
issue with?<br /><br />talk later.<br />Tim.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44865">djtonic</a> &bull; on Mon Oct 26, 2009 10:17 am &bull; Replies 1 &bull; Views 103</p><hr />]]></description>
					<content:encoded><![CDATA[Hi Za113 are you using the Mootools JS engine? Also, which browser and what
is the web address so we can see the live results of what you are having
issue with?<br /><br />talk later.<br />Tim.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[44865]]></dc:creator>
			<dc:date>2009-10-26T15:07:12+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=55060#p55060</guid>
		</item>
			<item>
			<title>Re: help writing a script.</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54961#p54961</link>
				<description><![CDATA[oh ,I  willl see it  haha<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44061">yuhang919</a> &bull; on Tue Oct 13, 2009 5:31 pm &bull; Replies 1 &bull; Views 618</p><hr />]]></description>
					<content:encoded><![CDATA[oh ,I  willl see it  haha]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[44061]]></dc:creator>
			<dc:date>2009-10-23T03:36:05+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54961#p54961</guid>
		</item>
			<item>
			<title>Something like an INI editor or a DelimitedText-Editor</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54931#p54931</link>
				<description><![CDATA[ Hi all,<br /><br />Am very, very, very new to PHP and Javascript and  not
sure if I should be posting this to a Javascript or PHP forum so I posed
the question on both FORUM.<br /><br />Basically, I am looking for
something like an INI editor of sort that I can use to let users modify
delimited files which are in actual fact my INI file for my scripts on a
UNIX box:<br /><br />Below is an example of what the delimited file may
look like:<br /><br />Servername:OS:IPAddress:TypeofServer:Description:<br
/>SERVER01:AIX:1.2.3.1:PROD:Online Server:<br
/>SERVER02:Solaris:1.2.3.2:DEV:Online Dev Server:<br
/>SERVER03:Linux:1.2.3.3:TEST:Online Test Server:<br
/>SERVER04:Windows:1.2.3.4:PROD:Timesheet PROD Server:<br
/>SERVER05:HP:1.2.3.5:PROD:Candidate PROD Server:<br /><br />I want to be
able to provide the user with the list of directory on the server, and when
they click on one of the files on the directory listing, it should allow
them to load the file in some kind of form based web page and then they can
make the changes and save the file. At the moment, users ar...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45445">newbie01javascript</a> &bull; on Wed Oct 21, 2009 1:53 pm &bull; Replies 0 &bull; Views 101</p><hr />]]></description>
					<content:encoded><![CDATA[ Hi all,<br /><br />Am very, very, very new to PHP and Javascript and  not
sure if I should be posting this to a Javascript or PHP forum so I posed
the question on both FORUM.<br /><br />Basically, I am looking for
something like an INI editor of sort that I can use to let users modify
delimited files which are in actual fact my INI file for my scripts on a
UNIX box:<br /><br />Below is an example of what the delimited file may
look like:<br /><br />Servername:OS:IPAddress:TypeofServer:Description:<br
/>SERVER01:AIX:1.2.3.1:PROD:Online Server:<br
/>SERVER02:Solaris:1.2.3.2:DEV:Online Dev Server:<br
/>SERVER03:Linux:1.2.3.3:TEST:Online Test Server:<br
/>SERVER04:Windows:1.2.3.4:PROD:Timesheet PROD Server:<br
/>SERVER05:HP:1.2.3.5:PROD:Candidate PROD Server:<br /><br />I want to be
able to provide the user with the list of directory on the server, and when
they click on one of the files on the directory listing, it should allow
them to load the file in some kind of form based web page and then they can
make the changes and save the file. At the moment, users ar...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45445]]></dc:creator>
			<dc:date>2009-10-21T13:53:41+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54931#p54931</guid>
		</item>
			<item>
			<title>Total up values in textboxes</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54699#p54699</link>
				<description><![CDATA[hi guys..firstly i'm sorry if my english is terrible.<br />i need some help
in solving my problem..<br /><br />in my webpage, i've a form which
contains several textboxes and a submit button. all the textboxes are
generated using php looping method. the codes are simply like this..<br
/><br /><?<br />for($i=0;$i<5;$i++){<br />?><br />    <input type=textbox
name='<? echo "boxes[$i]";?>'><br /><?<br />}<br />?> <br /><br />so, what
i wanna do is, when user click the submit button, it will sum up all the
textboxes values and pop up alert message telling the total value.<br /><br
/>thanx in advance..<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=16937">hazrizal84</a> &bull; on Wed Oct 14, 2009 5:23 pm &bull; Replies 0 &bull; Views 428</p><hr />]]></description>
					<content:encoded><![CDATA[hi guys..firstly i'm sorry if my english is terrible.<br />i need some help
in solving my problem..<br /><br />in my webpage, i've a form which
contains several textboxes and a submit button. all the textboxes are
generated using php looping method. the codes are simply like this..<br
/><br /><?<br />for($i=0;$i<5;$i++){<br />?><br />    <input type=textbox
name='<? echo "boxes[$i]";?>'><br /><?<br />}<br />?> <br /><br />so, what
i wanna do is, when user click the submit button, it will sum up all the
textboxes values and pop up alert message telling the total value.<br /><br
/>thanx in advance..]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[16937]]></dc:creator>
			<dc:date>2009-10-14T17:23:41+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54699#p54699</guid>
		</item>
			<item>
			<title>calculating function</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54622#p54622</link>
				<description><![CDATA[hi im a bit new to javascript ive got this project that im a bit stuck.here
is how the script should work it mostly like a shopping cart but not using
database.my script shoul have an option to change the value of each item in
two different currency it depend on wich ever you choose it will the
display the cost of that item next to it in its selected currency now thats
fine and working next to it ,it will have a field were i will enter the
quantity of the item and next to the quantity the will be a field called
total. now that were im a bit lost i need to come up with a script that
will automatically pick up the cost of that item and its quantity and
calculate its total without pressing any calculate button or what so ever
and it will display the total in its field.<br /><br />hope some one can
help <img
src="http://www.devppl.com/forum/images/smilies//icon_question.gif"
alt=":?:" title="Question" /><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45321">eltonpiko</a> &bull; on Mon Oct 12, 2009 4:58 am &bull; Replies 0 &bull; Views 840</p><hr />]]></description>
					<content:encoded><![CDATA[hi im a bit new to javascript ive got this project that im a bit stuck.here
is how the script should work it mostly like a shopping cart but not using
database.my script shoul have an option to change the value of each item in
two different currency it depend on wich ever you choose it will the
display the cost of that item next to it in its selected currency now thats
fine and working next to it ,it will have a field were i will enter the
quantity of the item and next to the quantity the will be a field called
total. now that were im a bit lost i need to come up with a script that
will automatically pick up the cost of that item and its quantity and
calculate its total without pressing any calculate button or what so ever
and it will display the total in its field.<br /><br />hope some one can
help <img
src="http://www.devppl.com/forum/images/smilies//icon_question.gif"
alt=":?:" title="Question" />]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45321]]></dc:creator>
			<dc:date>2009-10-12T04:58:40+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54622#p54622</guid>
		</item>
			<item>
			<title>Email validation javascript code</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54599#p54599</link>
				<description><![CDATA[I need to Write JavaScript Code to force the User to input a VALID EMAIL
ADDRESS using a Prompt Box:<br /><br />Using the following:<br />(1) There
should be an @ character.<br />(2) There should be a . character.<br />(3)
The @ should occur BEFORE the last . character.<br />(4) There should be
alphanumeric (a-z A-Z 0-9 only) text BEFORE the @ character.<br />(5) There
should be alphanumeric text BETWEEN the @ and . characters.<br />(6) There
should be alphanumeric text AFTER the . character.<br />(7) There should be
a DISTINCT ALERT MESSAGE for each of errors (1)-(6).<br /><br /><br
/>Thanks.<br />Sachi<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45307">sachi</a> &bull; on Sun Oct 11, 2009 9:14 am &bull; Replies 0 &bull; Views 555</p><hr />]]></description>
					<content:encoded><![CDATA[I need to Write JavaScript Code to force the User to input a VALID EMAIL
ADDRESS using a Prompt Box:<br /><br />Using the following:<br />(1) There
should be an @ character.<br />(2) There should be a . character.<br />(3)
The @ should occur BEFORE the last . character.<br />(4) There should be
alphanumeric (a-z A-Z 0-9 only) text BEFORE the @ character.<br />(5) There
should be alphanumeric text BETWEEN the @ and . characters.<br />(6) There
should be alphanumeric text AFTER the . character.<br />(7) There should be
a DISTINCT ALERT MESSAGE for each of errors (1)-(6).<br /><br /><br
/>Thanks.<br />Sachi]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45307]]></dc:creator>
			<dc:date>2009-10-11T09:14:58+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54599#p54599</guid>
		</item>
			<item>
			<title>got a problem</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54594#p54594</link>
				<description><![CDATA[One of my friends has the ipod touch and another has the iphone and I dont
see the difference, besides the edge and some applications. What's the
difference?<br /><br /><br /><br />________________<br /> <a
href="http://www.youtube.com/watch?v=3Fxu3GoTVFc" class="postlink"
onclick="this.target='_blank';" rel="nofollow">unlock iphone 3g</a><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45129">Quich</a> &bull; on Sun Oct 11, 2009 2:12 am &bull; Replies 0 &bull; Views 531</p><hr />]]></description>
					<content:encoded><![CDATA[One of my friends has the ipod touch and another has the iphone and I dont
see the difference, besides the edge and some applications. What's the
difference?<br /><br /><br /><br />________________<br /> <a
href="http://www.youtube.com/watch?v=3Fxu3GoTVFc" class="postlink"
onclick="this.target='_blank';" rel="nofollow">unlock iphone 3g</a>]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45129]]></dc:creator>
			<dc:date>2009-10-11T02:12:53+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54594#p54594</guid>
		</item>
			<item>
			<title>Abstract classes.</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54502#p54502</link>
				<description><![CDATA[  Morning all. I've finished my first script for photoshop and thought I'd
try to get fancy and save myself some of the repetative code for future
projects by creating a base class I can inherit from. My working code is
below - I've culled alot of the irrelevant stuff out. <br /><br />My
problem is that my dialog doesn't show. <br />And it doesn't help that the
debugger doesn't seem to step into the sub class's functions. As far as I
can tell $ShowDialog contains the write function.  I'm wondering if it is
unhappy that the dialog is defined in an included file?? <br /><br />Is
anyone able to point me in the right direction here? <br /><br />Thanks <br
/><br />Main.jsx <br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent"> #include "MyDialog.jsx" <br />#include
"AbstractApplicationBase.jsx" <br /><br />//inherit frrom base class <br
/>MyApp.prototype = new AbstractApplicationBase("My App"); <br /><br
/>//constructor <br />function MyApp() {}; <br /><br />showDialog =
function() { <br />&nbsp; &nbsp; <br />&nbsp; &nbsp;var form = new
MyDialog(); <br />&nbsp; &nbsp;return form.run(); <br />}; <br />&nbsp;
&nbsp; <br /><br />runApplication = function() { <br />&nbsp;
&nbsp;/</div>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45277">myranalis</a> &bull; on Fri Oct 09, 2009 6:28 am &bull; Replies 0 &bull; Views 541</p><hr />]]></description>
					<content:encoded><![CDATA[  Morning all. I've finished my first script for photoshop and thought I'd
try to get fancy and save myself some of the repetative code for future
projects by creating a base class I can inherit from. My working code is
below - I've culled alot of the irrelevant stuff out. <br /><br />My
problem is that my dialog doesn't show. <br />And it doesn't help that the
debugger doesn't seem to step into the sub class's functions. As far as I
can tell $ShowDialog contains the write function.  I'm wondering if it is
unhappy that the dialog is defined in an included file?? <br /><br />Is
anyone able to point me in the right direction here? <br /><br />Thanks <br
/><br />Main.jsx <br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent"> #include "MyDialog.jsx" <br />#include
"AbstractApplicationBase.jsx" <br /><br />//inherit frrom base class <br
/>MyApp.prototype = new AbstractApplicationBase("My App"); <br /><br
/>//constructor <br />function MyApp() {}; <br /><br />showDialog =
function() { <br />&nbsp; &nbsp; <br />&nbsp; &nbsp;var form = new
MyDialog(); <br />&nbsp; &nbsp;return form.run(); <br />}; <br />&nbsp;
&nbsp; <br /><br />runApplication = function() { <br />&nbsp;
&nbsp;/</div>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45277]]></dc:creator>
			<dc:date>2009-10-09T06:28:29+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54502#p54502</guid>
		</item>
			<item>
			<title>Form Submit button trouble</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54437#p54437</link>
				<description><![CDATA[Hello All,<br /><br />I am having trouble with a form that submits
information to MYSQL.  I've got most of the kinks worked out, but I would
also like to have the submit button concatenate a URL address with the Form
textbox entry tacked on to the end of the URL string.  <br /><br />Any
assistance would be greatly appreciated.<br /><br />Thanks,<br /><br
/>lhardee<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=45251">lhardee</a> &bull; on Wed Oct 07, 2009 2:35 am &bull; Replies 0 &bull; Views 567</p><hr />]]></description>
					<content:encoded><![CDATA[Hello All,<br /><br />I am having trouble with a form that submits
information to MYSQL.  I've got most of the kinks worked out, but I would
also like to have the submit button concatenate a URL address with the Form
textbox entry tacked on to the end of the URL string.  <br /><br />Any
assistance would be greatly appreciated.<br /><br />Thanks,<br /><br
/>lhardee]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[45251]]></dc:creator>
			<dc:date>2009-10-07T02:35:47+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54437#p54437</guid>
		</item>
			<item>
			<title>Menu Problem</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=54388#p54388</link>
				<description><![CDATA[Hi everyone please i want to make a menu like the attached image<br />i
tried to make it with many software but i did not get the same view<br
/><br /><br />so can anyone help me?<br /><br />thanks in advance<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=21634">john_zakaria</a> &bull; on Mon Oct 05, 2009 8:44 am &bull; Replies 0 &bull; Views 639</p><hr />]]></description>
					<content:encoded><![CDATA[Hi everyone please i want to make a menu like the attached image<br />i
tried to make it with many software but i did not get the same view<br
/><br /><br />so can anyone help me?<br /><br />thanks in advance]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[21634]]></dc:creator>
			<dc:date>2009-10-05T08:44:50+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=54388#p54388</guid>
		</item>
			<item>
			<title>Click to jump to page…</title>
			<description><![CDATA[
			<div class="pagination">
				  Page <strong>1</strong> of <strong>4</strong> &bull; <span><strong>1</strong><span class="page-sep">, </span><a href="rss.php?f=49&amp;start=30">2</a><span class="page-sep">, </span><a href="rss.php?f=49&amp;start=60">3</a><span class="page-sep">, </span><a href="rss.php?f=49&amp;start=90">4</a></span>			</div>
			<hr />]]></description>
			<guid isPermaLink="false"></guid>
        </item>
	
	</channel>
</rss>