<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DevX.com Forums - Web</title>
		<link>http://forums.devx.com</link>
		<description>Web development issues from Javascript to HTML from IIS to
Flash and everything in between.</description>
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 04:01:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.devx.com/images/misc/rss.jpg</url>
			<title>DevX.com Forums - Web</title>
			<link>http://forums.devx.com</link>
		</image>
		<item>
			<title>Newbie Question About Message Boxes</title>
			<link>http://forums.devx.com/showthread.php?t=173422&amp;goto=newpost</link>
			<pubDate>Sun, 22 Nov 2009 01:12:35 GMT</pubDate>
			<description><![CDATA[I found the code below and I understand all the values except for the part after "saveAs("  I understand that test.avi is the path for the .avi and "Save image 00.jpg" is the text that will appear on the page, but what is the "00.jpg" text after "saveAs(" used for. 

<a href="test.avi" onclick="saveAs('00.jpg');return false">Save image 00.jpg</a><br>]]></description>
			<content:encoded><![CDATA[<div>I found the code below and I understand all the values except for the part after &quot;saveAs(&quot;  I understand that test.avi is the path for the .avi and &quot;Save image 00.jpg&quot; is the text that will appear on the page, but what is the &quot;00.jpg&quot; text after &quot;saveAs(&quot; used for. <br />
<br />
&lt;a href=&quot;test.avi&quot; onclick=&quot;saveAs('00.jpg');return false&quot;&gt;Save image 00.jpg&lt;/a&gt;&lt;br&gt;</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>cujo1775</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173422</guid>
		</item>
		<item>
			<title>image as a hyperlink</title>
			<link>http://forums.devx.com/showthread.php?t=173385&amp;goto=newpost</link>
			<pubDate>Mon, 16 Nov 2009 20:24:54 GMT</pubDate>
			<description><![CDATA[hello all,

i got simple query with listing:



Code:
---------
$result2 = mysql_query("SELECT * FROM tbl_usr_pic_info where usr_email ='$email1' LIMIT 0 , 3 "); 

echo "<TABLE BORDER=0 CELLPADDING=4><TR>"; 

while($row2 = mysql_fetch_array($result2) )
{			// $row2[4]
echo ' <TD><img src =\'' . $row2[12] .'\' width="140" height="160" border="0" >'; 
		// $row2[3]
echo "<br />"; echo $row2[1]; echo "<br /> $"; echo $row2[2]; echo "</TD>"; 

echo "<TD width='10px'></TD>"; 



} ?>
---------
and another code to list one big picture with some data:


Code:
---------



$result4 = mysql_query("SELECT * FROM tbl_usr_pic_info where usr_email ='$email1' and pic_info_id < '2'  "); 

$row4 = mysql_fetch_array($result4); 
$num4=mysql_numrows($result4);




					
 ?>

<TABLE BORDER=0 CELLPADDING=4>
<TR>
    <TH ROWSPAN='15' ><img src ="<?php echo $row4[12]; ?>" width="240" height="320" border="0" ></TH>
	<td></td>
    <TD ><p style='font-size:small;font-weight:bold'> <?php echo $row4[1]; ?></p></TD> <TD> </TD>
    </TR> 
<TR>
	<td></td>
    <TD> </TD> <TD> </TD> 
    </TR>

<TR>
	<td></td>
    <TD> </TD> <TD> </TD>
    </TR>
<TR>
    <td></td>
    <TD> </TD>
	 <TD> </TD>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Price</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'> $ <?php echo $row4[2]; ?></p></td>
    </TR>

<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Original/Reproduction</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[3]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Style</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[4]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Listed by</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[5]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Size Type/Largest Dimension</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[6]; ?>"</p></td>
    </TR>
<TR>
	<td></td>
    <td><p style='font-size:x-small;'>Signed?</p></TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[7]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <td><p style='font-size:x-small;'>Date of Creation</p></TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[8]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Medium</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[9]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Region of Origin</p> </TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[10]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small;'>Subject </p></TD>
	 <TD></TD>
	<td><p style='font-size:x-small;'><?php echo $row4[11]; ?></p></td>
    </TR>
<TR>
	<td></td>
    <TD><p style='font-size:x-small; font-weight:bold'>Description of Work</p> </TD>
	 <TD></TD>
	<td><?php echo $row4[13]; ?></td>
    </TR>
<TR>
    <td></td>
    <TD> </TD>
	 <TD> </TD>
    </TR>
<TR>
    <td></td>
    <TD> </TD>
	 <TD> </TD>
    </TR>

</TABLE>
---------
How to implement these 2 into 1(or other ways?) so if I click on one of the pic from first listing the second listing changes
? Meaning if I click on "small-1-pic" from the listing it will show up on the second.
Thanks]]></description>
			<content:encoded><![CDATA[<div>hello all,<br />
<br />
i got simple query with listing:<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$result2 = mysql_query(&quot;SELECT * FROM tbl_usr_pic_info where usr_email ='$email1' LIMIT 0 , 3 &quot;); <br />
<br />
echo &quot;&lt;TABLE BORDER=0 CELLPADDING=4&gt;&lt;TR&gt;&quot;; <br />
<br />
while($row2 = mysql_fetch_array($result2) )<br />
{&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // $row2[4]<br />
echo ' &lt;TD&gt;&lt;img src =\'' . $row2[12] .'\' width=&quot;140&quot; height=&quot;160&quot; border=&quot;0&quot; &gt;'; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // $row2[3]<br />
echo &quot;&lt;br /&gt;&quot;; echo $row2[1]; echo &quot;&lt;br /&gt; $&quot;; echo $row2[2]; echo &quot;&lt;/TD&gt;&quot;; <br />
<br />
echo &quot;&lt;TD width='10px'&gt;&lt;/TD&gt;&quot;; <br />
<br />
<br />
<br />
} ?&gt;</code><hr />
</div>and another code to list one big picture with some data:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
<br />
<br />
$result4 = mysql_query(&quot;SELECT * FROM tbl_usr_pic_info where usr_email ='$email1' and pic_info_id &lt; '2'&nbsp; &quot;); <br />
<br />
$row4 = mysql_fetch_array($result4); <br />
$num4=mysql_numrows($result4);<br />
<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp;?&gt;<br />
<br />
&lt;TABLE BORDER=0 CELLPADDING=4&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &lt;TH ROWSPAN='15' &gt;&lt;img src =&quot;&lt;?php echo $row4[12]; ?&gt;&quot; width=&quot;240&quot; height=&quot;320&quot; border=&quot;0&quot; &gt;&lt;/TH&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD &gt;&lt;p style='font-size:small;font-weight:bold'&gt; &lt;?php echo $row4[1]; ?&gt;&lt;/p&gt;&lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt; <br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt; &lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt; <br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt; &lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Price&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt; $ &lt;?php echo $row4[2]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Original/Reproduction&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[3]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Style&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[4]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Listed by&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[5]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Size Type/Largest Dimension&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[6]; ?&gt;&quot;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;Signed?&lt;/p&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[7]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;Date of Creation&lt;/p&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[8]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Medium&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[9]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Region of Origin&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[10]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;Subject &lt;/p&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p style='font-size:x-small;'&gt;&lt;?php echo $row4[11]; ?&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt;&lt;p style='font-size:x-small; font-weight:bold'&gt;Description of Work&lt;/p&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;?php echo $row4[13]; ?&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
&lt;TR&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;TD&gt; &lt;/TD&gt;<br />
&nbsp; &nbsp; &lt;/TR&gt;<br />
<br />
&lt;/TABLE&gt;</code><hr />
</div>How to implement these 2 into 1(or other ways?) so if I click on one of the pic from first listing the second listing changes<br />
? Meaning if I click on &quot;small-1-pic&quot; from the listing it will show up on the second.<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>kabucek</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173385</guid>
		</item>
		<item>
			<title>Turned on allow_url_fopen and website blank - need help!</title>
			<link>http://forums.devx.com/showthread.php?t=173360&amp;goto=newpost</link>
			<pubDate>Thu, 12 Nov 2009 18:11:01 GMT</pubDate>
			<description><![CDATA[I am running a site over on Godaddy (windows IIS7) and have a phpbb3 3.05 forum on the server along with a front side asp page that contains links to the forum and other stuff. 

I bought coffeecup news ticker software as I wanted to include this on  the main index of my phpbb3 forum. Works perfect on MY computer at home. However, according to the software makers allow_url_fopen needs to be on to get the live feed. So I created a php5.ini file in the root of the server (server is running php 5.x) and turned on allow_url_fopen = on and magic_quotes_gpc = on.

I checked the phpinfo.php file I had and allow_url_fopen is in fact on. However, when I do this my ENTIRE site goes blank in the browser. No "View Source" info, nothing! When I change the php5.ini file back to allow_url_fopen = off and magic_quotes_gpc = off the site eventually comes back up, after the server picks up the changes. 

What gives? I don't understand why this is happening. Suggestions, advice, appreciated! Thanks!]]></description>
			<content:encoded><![CDATA[<div>I am running a site over on Godaddy (windows IIS7) and have a phpbb3 3.05 forum on the server along with a front side asp page that contains links to the forum and other stuff. <br />
<br />
I bought coffeecup news ticker software as I wanted to include this on  the main index of my phpbb3 forum. Works perfect on MY computer at home. However, according to the software makers allow_url_fopen needs to be on to get the live feed. So I created a php5.ini file in the root of the server (server is running php 5.x) and turned on allow_url_fopen = on and magic_quotes_gpc = on.<br />
<br />
I checked the phpinfo.php file I had and allow_url_fopen is in fact on. However, when I do this my ENTIRE site goes blank in the browser. No &quot;View Source&quot; info, nothing! When I change the php5.ini file back to allow_url_fopen = off and magic_quotes_gpc = off the site eventually comes back up, after the server picks up the changes. <br />
<br />
What gives? I don't understand why this is happening. Suggestions, advice, appreciated! Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>pityocamptes</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173360</guid>
		</item>
		<item>
			<title>Edit info link for listed pictures</title>
			<link>http://forums.devx.com/showthread.php?t=173341&amp;goto=newpost</link>
			<pubDate>Mon, 09 Nov 2009 18:01:47 GMT</pubDate>
			<description><![CDATA[hello all,


I'm working on code for listing pictures from database.
I got the listing, in next step I want to create link "edit info"
for each of the listed items.
What should I put in editing.php so it will edit each picture?

 Here is my code for listing



PHP:
---------
$result2 = mysql_query("SELECT * FROM tbl_usr_gal_pic where usr_email ='$email1' "); 

while($row2 = mysql_fetch_array($result2) )
  {

echo " 

<TABLE BORDER=0 CELLPADDING=2>
<TR>
    <TH ROWSPAN=8 BGCOLOR='#99CCFF'>"; echo '<img src =\'' . $row2[4] .'\' width="140" height="140" border="0" >'; echo "</TH>
	<td></td>
    <TD><p style='font-size:small; font-weight:bold;'>"; echo $row2[2]; echo "</p> </TD> <TD> </TD> <TD><p style='font-size:x-small;'>";?> <a href='editing.php'> <?php echo " Edit Information</a></p></TD>
    </TR>

<TR>
	<td></td>
    <TD>";

if  ( $num4 == "1" ) {
 echo  $num4;echo "$nbsp photo";}
	else {
 echo $num4;echo "$nbsp photos"; }


	echo " <br> created on "; echo $row2[7];   echo" </TD> <TD> </TD>
    </TR>
<TR>
    <td></td>
    <TD>  </TD>
	 <TD> </TD>
    </TR>
<TR>
	<td></td>
    <TH rowspan=4><p style='font-size:small; font-weight:bold;'> some text will be here</p>  <p style='font-size:small; font-weight:normal;'>Statement will be here</p> </TH>
	 <TD></TD>
	<td></td>
    </TR>
<br>
</TABLE>
---------


Thanks]]></description>
			<content:encoded><![CDATA[<div>hello all,<br />
<br />
<br />
I'm working on code for listing pictures from database.<br />
I got the listing, in next step I want to create link &quot;edit info&quot;<br />
for each of the listed items.<br />
What should I put in editing.php so it will edit each picture?<br />
<br />
 Here is my code for listing<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><font color="#000000">
$result2 = mysql_query("SELECT * FROM tbl_usr_gal_pic where usr_email ='$email1' "); <br /><br />while($row2 = mysql_fetch_array($result2) )<br />&nbsp;&nbsp;{<br /><br />echo " <br /><br />&lt;TABLE BORDER=0 CELLPADDING=2&gt;<br />&lt;TR&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;TH ROWSPAN=8 BGCOLOR='#99CCFF'&gt;"; echo '&lt;img src =\'' . $row2&#91;4&#93; .'\' width="140" height="140" border="0" &gt;'; echo "&lt;/TH&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&gt;&lt;p style='font-size:small; font-weight:bold;'&gt;"; echo $row2&#91;2&#93;; echo "&lt;/p&gt; &lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt; &lt;TD&gt;&lt;p style='font-size:x-small;'&gt;";?&gt; &lt;a href='editing.php'&gt; <font color="#0000BB">&lt;?php </font><font color="#007700">echo </font><font color="#DD0000">" Edit Information&lt;/a&gt;&lt;/p&gt;&lt;/TD&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TR&gt;<br /><br />&lt;TR&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&gt;"</font><font color="#007700">;<br /><br />if&nbsp;&nbsp;( </font><font color="#0000BB">$num4 </font><font color="#007700">== </font><font color="#DD0000">"1" </font><font color="#007700">) {<br /> echo&nbsp;&nbsp;</font><font color="#0000BB">$num4</font><font color="#007700">;echo </font><font color="#DD0000">"$nbsp photo"</font><font color="#007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;else {<br /> echo </font><font color="#0000BB">$num4</font><font color="#007700">;echo </font><font color="#DD0000">"$nbsp photos"</font><font color="#007700">; }<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">" &lt;br&gt; created on "</font><font color="#007700">; echo </font><font color="#0000BB">$row2</font><font color="#007700">&#91;</font><font color="#0000BB">7</font><font color="#007700">&#93;;&nbsp;&nbsp;&nbsp;echo</font><font color="#DD0000">" &lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TR&gt;<br />&lt;TR&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&gt;&nbsp;&nbsp;&lt;/TD&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;TD&gt; &lt;/TD&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TR&gt;<br />&lt;TR&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;TH rowspan=4&gt;&lt;p style='font-size:small; font-weight:bold;'&gt; some text will be here&lt;/p&gt;&nbsp;&nbsp;&lt;p style='font-size:small; font-weight:normal;'&gt;Statement will be here&lt;/p&gt; &lt;/TH&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;TD&gt;&lt;/TD&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TR&gt;<br />&lt;br&gt;<br />&lt;/TABLE&gt;</font>
</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div><br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>kabucek</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173341</guid>
		</item>
		<item>
			<title>RSS reader needed</title>
			<link>http://forums.devx.com/showthread.php?t=173314&amp;goto=newpost</link>
			<pubDate>Thu, 05 Nov 2009 14:56:49 GMT</pubDate>
			<description><![CDATA[Hi forum,

I'm searching for RSS reader, specialities:

- access only Wordpress
- the Wordpress installation is within the same company
- reader with no costs

Could you reccomend some stable "products" ?

Thanks in advance,

Michel]]></description>
			<content:encoded><![CDATA[<div>Hi forum,<br />
<br />
I'm searching for RSS reader, specialities:<br />
<br />
- access only Wordpress<br />
- the Wordpress installation is within the same company<br />
- reader with no costs<br />
<br />
Could you reccomend some stable &quot;products&quot; ?<br />
<br />
Thanks in advance,<br />
<br />
Michel</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>Michel777</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173314</guid>
		</item>
		<item>
			<title>Displaying text over image in IE</title>
			<link>http://forums.devx.com/showthread.php?t=173274&amp;goto=newpost</link>
			<pubDate>Sat, 31 Oct 2009 14:41:30 GMT</pubDate>
			<description><![CDATA[Hi,
I'm trying to create an HTML page that displays an image and will display a small text at the location the mouse is clicked. I've gotten it to work with Firefox but am unable to get it to work with IE.

After I determine the text I want to display (its in NamesList[]) at the clicked location I use the following Javascript code:

Code:
---------
   	  var aDiv = document.createElement('div');
        aDiv.setAttribute("id", LayerNm + divCnt++);
        // Display the name at the upper left of rectangle given in NamesList[]
        var absPt = relToAbs(NamesList[ix+dX], NamesList[ix+dY]);  // get absolute point location
        aDiv.setAttribute("style", 'position:absolute;left:' + absPt.x + 'px;top:' 
                                    + absPt.y + 'px;font-weight:bold;color:cyan');
        aDiv.appendChild(document.createTextNode(NamesList[ix+dName]));	
   	  aDiv.onmousedown = myMouseDown;  // set for new div
   
        imgDiv.parentNode.insertBefore(aDiv, imgDiv);  // works!!!
---------
  Definitions from other parts of code:

Code:
---------
         imgDiv = document.getElementById('Image');  // set global one time here
   ...
<CENTER><IMG SRC="1990_Reunion-300_ED1.jpg" HEIGHT="96%" ALT="1990 Reunion" id="Image"></CENTER>
   ...
---------
Works in Firefox, but not in IE.
Is there code that will work in both browsers? 
Is there code that will work in IE that I can chose if in IE?

Thanks,
Norm]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I'm trying to create an HTML page that displays an image and will display a small text at the location the mouse is clicked. I've gotten it to work with Firefox but am unable to get it to work with IE.<br />
<br />
After I determine the text I want to display (its in NamesList[]) at the clicked location I use the following Javascript code:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  var aDiv = document.createElement('div');<br />
&nbsp; &nbsp; &nbsp; &nbsp; aDiv.setAttribute(&quot;id&quot;, LayerNm + divCnt++);<br />
&nbsp; &nbsp; &nbsp; &nbsp; // Display the name at the upper left of rectangle given in NamesList[]<br />
&nbsp; &nbsp; &nbsp; &nbsp; var absPt = relToAbs(NamesList[ix+dX], NamesList[ix+dY]);&nbsp; // get absolute point location<br />
&nbsp; &nbsp; &nbsp; &nbsp; aDiv.setAttribute(&quot;style&quot;, 'position:absolute;left:' + absPt.x + 'px;top:' <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + absPt.y + 'px;font-weight:bold;color:cyan');<br />
&nbsp; &nbsp; &nbsp; &nbsp; aDiv.appendChild(document.createTextNode(NamesList[ix+dName]));&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  aDiv.onmousedown = myMouseDown;&nbsp; // set for new div<br />
&nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; imgDiv.parentNode.insertBefore(aDiv, imgDiv);&nbsp; // works!!!</code><hr />
</div>  Definitions from other parts of code:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp;  imgDiv = document.getElementById('Image');&nbsp; // set global one time here<br />
&nbsp;  ...<br />
&lt;CENTER&gt;&lt;IMG SRC=&quot;1990_Reunion-300_ED1.jpg&quot; HEIGHT=&quot;96%&quot; ALT=&quot;1990 Reunion&quot; id=&quot;Image&quot;&gt;&lt;/CENTER&gt;<br />
&nbsp;  ...</code><hr />
</div>Works in Firefox, but not in IE.<br />
Is there code that will work in both browsers? <br />
Is there code that will work in IE that I can chose if in IE?<br />
<br />
Thanks,<br />
Norm</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>Norm</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173274</guid>
		</item>
		<item>
			<title>display images from database</title>
			<link>http://forums.devx.com/showthread.php?t=173247&amp;goto=newpost</link>
			<pubDate>Tue, 27 Oct 2009 23:54:05 GMT</pubDate>
			<description><![CDATA[hello all,

I got small query to pull out image from database.
It creates a table but second image is displayed below (verticaly).
I want it to be displayed horizontaly, how can I achieve that?
Thanks !!


$result2 = mysql_query("SELECT * FROM tbl_usr_gal_pic where usr_email ='$email1' "); 

while($row2 = mysql_fetch_array($result2) )
  {

echo "
<TABLE BORDER=0 CELLPADDING=4>
<TR> 
    
	<td>"; echo '<img src =\'' . $row2[3] .'\' width="140" height="160" border="0" >'; echo "</td>
		
   	 <TD></TD> <TD> </TD>
    </TR>
<TR>
	<td>Name</td>
   	 <TD> </TD> <TD> </TD> 
    </TR>
<TR>
	<td>$1,000.00</td>
    	<TD> </TD> <TD> </TD>
    </TR>


</TABLE>"; } ?>]]></description>
			<content:encoded><![CDATA[<div>hello all,<br />
<br />
I got small query to pull out image from database.<br />
It creates a table but second image is displayed below (verticaly).<br />
I want it to be displayed horizontaly, how can I achieve that?<br />
Thanks !!<br />
<br />
<br />
$result2 = mysql_query(&quot;SELECT * FROM tbl_usr_gal_pic where usr_email ='$email1' &quot;); <br />
<br />
while($row2 = mysql_fetch_array($result2) )<br />
  {<br />
<br />
echo &quot;<br />
&lt;TABLE BORDER=0 CELLPADDING=4&gt;<br />
&lt;TR&gt; <br />
    <br />
	&lt;td&gt;&quot;; echo '&lt;img src =\'' . $row2[3] .'\' width=&quot;140&quot; height=&quot;160&quot; border=&quot;0&quot; &gt;'; echo &quot;&lt;/td&gt;<br />
		<br />
   	 &lt;TD&gt;&lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt;<br />
    &lt;/TR&gt;<br />
&lt;TR&gt;<br />
	&lt;td&gt;Name&lt;/td&gt;<br />
   	 &lt;TD&gt; &lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt; <br />
    &lt;/TR&gt;<br />
&lt;TR&gt;<br />
	&lt;td&gt;$1,000.00&lt;/td&gt;<br />
    	&lt;TD&gt; &lt;/TD&gt; &lt;TD&gt; &lt;/TD&gt;<br />
    &lt;/TR&gt;<br />
<br />
<br />
&lt;/TABLE&gt;&quot;; } ?&gt;</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>kabucek</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173247</guid>
		</item>
		<item>
			<title><![CDATA[Progress bar doesn't come in status bar on using background-image:url(Upload.gif) css]]></title>
			<link>http://forums.devx.com/showthread.php?t=173232&amp;goto=newpost</link>
			<pubDate>Mon, 26 Oct 2009 05:50:05 GMT</pubDate>
			<description><![CDATA[.SAPBtnStd:hover {     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #FFFFFF;
     text-decoration: none;
     margin-top: 5px;
     margin-bottom: 5px;
     *background-image: url(button_Upload.gif);*     word-spacing: normal;
     width: 105px;
     height: 21px;
     font-weight: bold;
     text-align: left;
     vertical-align: middle;
     font-style: normal;
     line-height: normal;
     display: inline-block;
     margin-left: 4px;
     float: none;
     clear: none;
     background-repeat: no-repeat;
     background-position: left center;
     text-indent: 5px;
		padding: 2px;
	 }



<html>
<table border="0" cellpadding="0" cellspacing="1">
<tr>
<td nowrap >            
       <a class="*SAPBtnStd*"  href="java_script:upload()"> 
          
	Upload
       </a>
</td>
</tr></table>
</htmL>


Above class SAPBtnStd is used in anchor tag <a>, background-image: url(button_Upload.gif); is used for the button.
On clicking Upload button (which is image under anchor tag) the progress bar is not coming on status bar which should come.
It comes if I remove background-image: url(button_Upload.gif); from my css but I have to use image and I can make the changes in CSS only

Can you please tell what is the reason of progress bar not coming in status bar and what is the solution.

Thanks]]></description>
			<content:encoded><![CDATA[<div>.SAPBtnStd:hover {     font-family: Arial, Helvetica, sans-serif;<br />
     font-size: 12px;<br />
     color: #FFFFFF;<br />
     text-decoration: none;<br />
     margin-top: 5px;<br />
     margin-bottom: 5px;<br />
     <b>background-image: url(button_Upload.gif);</b>     word-spacing: normal;<br />
     width: 105px;<br />
     height: 21px;<br />
     font-weight: bold;<br />
     text-align: left;<br />
     vertical-align: middle;<br />
     font-style: normal;<br />
     line-height: normal;<br />
     display: inline-block;<br />
     margin-left: 4px;<br />
     float: none;<br />
     clear: none;<br />
     background-repeat: no-repeat;<br />
     background-position: left center;<br />
     text-indent: 5px;<br />
		padding: 2px;<br />
	 }<br />
<br />
<br />
<br />
&lt;html&gt;<br />
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;1&quot;&gt;<br />
&lt;tr&gt;<br />
&lt;td nowrap &gt;            <br />
       &lt;a class=&quot;<b>SAPBtnStd</b>&quot;  href=&quot;javascript<b></b>:upload()&quot;&gt; <br />
          <br />
	Upload<br />
       &lt;/a&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;&lt;/table&gt;<br />
&lt;/htmL&gt;<br />
<br />
<br />
Above class SAPBtnStd is used in anchor tag &lt;a&gt;, background-image: url(button_Upload.gif); is used for the button.<br />
On clicking Upload button (which is image under anchor tag) the progress bar is not coming on status bar which should come.<br />
It comes if I remove background-image: url(button_Upload.gif); from my css but I have to use image and I can make the changes in CSS only<br />
<br />
Can you please tell what is the reason of progress bar not coming in status bar and what is the solution.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=112">Web</category>
			<dc:creator>Saurabh321</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173232</guid>
		</item>
	</channel>
</rss>
