<?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>WebDeveloper.com</title>
		<link>http://www.webdeveloper.com/forum</link>
		<description>WebDeveloper.com Forums, Where Web Developers and Designers Learn How to Build Web Sites, Program in HTML, Java and JavaScript and More!</description>
		<language>en</language>
		<lastBuildDate>Sun, 20 May 2012 10:51:08 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webdeveloper.com/forum/images/misc/rss.jpg</url>
			<title>WebDeveloper.com</title>
			<link>http://www.webdeveloper.com/forum</link>
		</image>
		<item>
			<title>HTML+CSS how make one div class active</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260795&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 10:29:17 GMT</pubDate>
			<description><![CDATA[Hello really need help. 
How make one of div class active by default. 
My code HTML: 
<!DOCTYPE html> 
<html> 
    <head> 
        <meta charset="utf-8" /> 
             
        <link rel="stylesheet" href="css/taby.css" type="text/css" media="screen"> 
    </head>]]></description>
			<content:encoded><![CDATA[<div>Hello really need help.<br />
How make one of div class active by default.<br />
My code HTML:<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
    &lt;head&gt;<br />
        &lt;meta charset=&quot;utf-8&quot; /&gt;<br />
            <br />
        &lt;link rel=&quot;stylesheet&quot; href=&quot;css/taby.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;&gt;<br />
    &lt;/head&gt;<br />
    &lt;body&gt;<br />
             &lt;div class=&quot;tabsLink&quot;&gt;<br />
        &lt;a href=&quot;#tab1&quot;&gt;A&lt;/a&gt;<br />
        &lt;a href=&quot;#tab2&quot;&gt;B&lt;/a&gt;<br />
        &lt;/div&gt;<br />
        <br />
        &lt;br&gt;<br />
        &lt;a class=&quot;tabs&quot; id=&quot;tab1&quot;&gt;&lt;/a&gt;<br />
        &lt;div class=&quot;tab&quot;&gt;<br />
		&lt;a href=&quot;http://www.google.lt&quot;&gt;Google&lt;/a&gt;&lt;br&gt;<br />
        &lt;br&gt;<br />
        &lt;/div&gt;<br />
        <br />
        &lt;a class=&quot;tabs&quot; id=&quot;tab2&quot;&gt;&lt;/a&gt;<br />
        &lt;div class=&quot;tab&quot;&gt;<br />
    &lt;a href=&quot;http://www.nigma.ru&quot;&gt;Nigma&lt;/FONT&gt;&lt;/a&gt;&lt;br&gt;<br />
        &lt;/div&gt;<br />
            <br />
    <br />
    &lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
<br />
CSS code is:<br />
<br />
.tabs {<br />
    opacity: 0; <br />
    visibility: hidden; <br />
}<br />
.tab{<br />
    position:absolute;<br />
    visibility: hidden;   <br />
    z-index: 10;  <br />
<br />
}<br />
.tabs:target+.tab {<br />
    opacity: 1; <br />
    visibility: visible; <br />
}<br />
.tabsLink a{<br />
    background-color:#478CFB; <br />
    padding:5px; <br />
    font: bold 12pt &quot;Trebuchet MS&quot;, tahoma, verdana, arial narrow, arial; <br />
    color:#fff; <br />
    text-decoration:none; <br />
     <br />
    -webkit-border-top-left-radius: 1px;<br />
    -webkit-border-top-right-radius: 1px;<br />
    -moz-border-radius-topleft: 1px;<br />
    -moz-border-radius-topright: 1px;<br />
    border-top-left-radius: 1px;<br />
    border-top-right-radius:1px;<br />
  <br />
}</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=2">HTML</category>
			<dc:creator>valezija</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260795</guid>
		</item>
		<item>
			<title>HTML+CSS how make one div class active</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260794&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 10:26:25 GMT</pubDate>
			<description><![CDATA[Hello, 
I need help how make one div class active by html and css? 
 
 
HTML: 
<!DOCTYPE html> 
<html> 
    <head> 
        <meta charset="utf-8" />]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I need help how make one div class active by html and css?<br />
<br />
<br />
HTML:<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
    &lt;head&gt;<br />
        &lt;meta charset=&quot;utf-8&quot; /&gt;<br />
            <br />
        &lt;link rel=&quot;stylesheet&quot; href=&quot;css/taby.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;&gt;<br />
    &lt;/head&gt;<br />
    &lt;body&gt;<br />
             &lt;div class=&quot;tabsLink&quot;&gt;<br />
        &lt;a href=&quot;#tab1&quot;&gt;A&lt;/a&gt;<br />
        &lt;a href=&quot;#tab2&quot;&gt;B&lt;/a&gt;<br />
        &lt;/div&gt;<br />
        <br />
        &lt;br&gt;<br />
        &lt;a class=&quot;tabs&quot; id=&quot;tab1&quot;&gt;&lt;/a&gt;<br />
        &lt;div class=&quot;tab&quot;&gt;<br />
		&lt;a href=&quot;http://www.google.lt&quot;&gt;Google&lt;/a&gt;&lt;br&gt;<br />
        &lt;br&gt;<br />
        &lt;/div&gt;<br />
        <br />
        &lt;a class=&quot;tabs&quot; id=&quot;tab2&quot;&gt;&lt;/a&gt;<br />
        &lt;div class=&quot;tab&quot;&gt;<br />
    &lt;a href=&quot;http://www.nigma.ru&quot;&gt;Nigma&lt;/FONT&gt;&lt;/a&gt;&lt;br&gt;<br />
        &lt;/div&gt;<br />
            <br />
    <br />
    &lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
<br />
<br />
CSS:<br />
.tabs {<br />
    opacity: 0; <br />
    visibility: hidden; <br />
}<br />
.tab{<br />
    position:absolute;<br />
    visibility: hidden;   <br />
    z-index: 10;  <br />
<br />
}<br />
.tabs:target+.tab {<br />
    opacity: 1; <br />
    visibility: visible; <br />
}<br />
.tabsLink a{<br />
    background-color:#478CFB; <br />
    padding:5px; <br />
    font: bold 12pt &quot;Trebuchet MS&quot;, tahoma, verdana, arial narrow, arial; <br />
    color:#fff; <br />
    text-decoration:none; <br />
     <br />
    -webkit-border-top-left-radius: 1px;<br />
    -webkit-border-top-right-radius: 1px;<br />
    -moz-border-radius-topleft: 1px;<br />
    -moz-border-radius-topright: 1px;<br />
    border-top-left-radius: 1px;<br />
    border-top-right-radius:1px;<br />
  <br />
}</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=2">HTML</category>
			<dc:creator>valezija</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260794</guid>
		</item>
		<item>
			<title>What is difference of the 2 functions?</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260793&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 09:01:39 GMT</pubDate>
			<description><![CDATA[Code: 
--------- 
<script type="text/javascript"> 
*window.onresize = resizeWindow*; 
function resizeWindow() 
{ 
	alert("I am resizing!"); 
} 
</script>]]></description>
			<content:encoded><![CDATA[<div><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">&lt;script type=&quot;text/javascript&quot;&gt;<br />
<b>window.onresize = resizeWindow</b>;<br />
function resizeWindow()<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; alert(&quot;I am resizing!&quot;);<br />
}<br />
&lt;/script&gt;</code><hr />
</div>Above function is called every time when window resizes.<br />
<br />
But, if I add brace as:<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"><b>window.onresize = resizeWindow<font color="Red">()</font></b>;</code><hr />
</div>The function is called only for once at window starts.<br />
<br />
Is there any reason about this on js syntax or else?<br />
<br />
Thanks.<br />
<br />
.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>html20009876</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260793</guid>
		</item>
		<item>
			<title>How to wait for window events?</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260792&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 08:31:11 GMT</pubDate>
			<description>I need to do somethings under following events: 
 
 
1. user add or remove tool-bars and status-bar. 
2. scroll-bar appears or disappears when user resizes window. 
 
How to get those events? 
 
Thanks.</description>
			<content:encoded><![CDATA[<div>I need to do somethings under following events:<br />
<br />
<br />
1. user add or remove tool-bars and status-bar.<br />
2. scroll-bar appears or disappears when user resizes window.<br />
<br />
How to get those events?<br />
<br />
Thanks.<br />
<br />
.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>html20009876</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260792</guid>
		</item>
		<item>
			<title>Images Rovoller ?</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260791&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 05:07:12 GMT</pubDate>
			<description><![CDATA[Hello Everybody, i'm a newbie in javascript and in order to learn javascript i'm making some demo code about images rovoller. Simply when the mouse over the picture, the picture's source will change, and when the mouse out of the picture the picture will back to default. Here's my code: 
 
Code:...]]></description>
			<content:encoded><![CDATA[<div>Hello Everybody, i'm a newbie in javascript and in order to learn javascript i'm making some demo code about images rovoller. Simply when the mouse over the picture, the picture's source will change, and when the mouse out of the picture the picture will back to default. Here's my 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">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />
&lt;title&gt;DOM&lt;/title&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;eventhandler.js&quot;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; function ChangeBG()<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.src = &quot;images/bg2.png&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; function DefaultBG()<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.src = &quot;images/bg1.png&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;images/bg1.png&quot; alt=&quot;home&quot;/&gt;&lt;br/&gt;&lt;br/&gt;<br />
&nbsp; &nbsp; &lt;img src=&quot;images/bg1.png&quot; alt=&quot;home&quot;/&gt;&lt;br/&gt;&lt;br/&gt;<br />
&nbsp; &nbsp; &lt;img src=&quot;images/bg1.png&quot; alt=&quot;home&quot;/&gt;&lt;br/&gt;&lt;br/&gt;<br />
&nbsp; &nbsp; &lt;img src=&quot;images/bg1.png&quot; alt=&quot;home&quot;/&gt;&lt;br/&gt;&lt;br/&gt;<br />
&nbsp; &nbsp; &lt;img src=&quot;images/bg1.png&quot; alt=&quot;home&quot;/&gt;&lt;br/&gt;&lt;br/&gt;<br />
&nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var imgElems = document.getElementsByTagName(&quot;img&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for(var i = 0; i &lt; imgElems.length; i++)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; imgElems[i].addEventListener(&quot;mouseover&quot;,function() { ChangeBG();}, false);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; imgElems[i].addEventListener(&quot;mouseout&quot;,function() { DefaultBG();}, false);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div>i tried to add a alert to 2 functions ChangeBG and DefaultBG, the alert appeared but the image didn't change. <br />
Thank for read !</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>thaihoa311</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260791</guid>
		</item>
		<item>
			<title>Splitting a loop into two columns</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260790&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 04:37:46 GMT</pubDate>
			<description><![CDATA[I have some PHP code that creates a column of drop down menus. 
I would like to change it so that it breaks into two columns. 
4 dropdowns go into the 1st column then the rest go into the second. 
 
Here is the PHP as it stands now. 
 
 
PHP: 
--------- 
if($config->ajaxSearchCatsForFields) {]]></description>
			<content:encoded><![CDATA[<div>I have some PHP code that creates a column of drop down menus.<br />
I would like to change it so that it breaks into two columns.<br />
4 dropdowns go into the 1st column then the rest go into the second.<br />
<br />
Here is the PHP as it stands now.<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">
<font color="#0000BB"></font><font color="#007700">if(</font><font color="#0000BB">$config</font><font color="#007700">-&gt;</font><font color="#0000BB">ajaxSearchCatsForFields</font><font color="#007700">) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(</font><font color="#0000BB">count</font><font color="#007700">(</font><font color="#0000BB">$dropListsArray</font><font color="#007700">)) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach(</font><font color="#0000BB">$dropListsArray </font><font color="#007700">as </font><font color="#0000BB">$label </font><font color="#007700">=&gt; </font><font color="#0000BB">$dropList</font><font color="#007700">) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;tr&gt;&lt;td class=\"sobi2eSearchLabel\"&gt;{$label}&lt;/td&gt;&lt;td colspan=\"2\"&gt;{$dropList}&lt;/td&gt;&lt;/tr&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />} <br /></font><font color="#0000BB"></font>
</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div></div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>celshader</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260790</guid>
		</item>
		<item>
			<title>Need help with iframe replacement</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260789&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 04:35:13 GMT</pubDate>
			<description><![CDATA[Creating a new site I feel I may be going about it the wrong way by using iframes... 
 
Yes I am new to this. 
 
If I have two cells one with 'project names' and one with 'project images' could anyone please recommend a way that I could select a project in one cell, and its images would rotate one...]]></description>
			<content:encoded><![CDATA[<div>Creating a new site I feel I may be going about it the wrong way by using iframes...<br />
<br />
Yes I am new to this.<br />
<br />
If I have two cells one with 'project names' and one with 'project images' could anyone please recommend a way that I could select a project in one cell, and its images would rotate one at a time in the other cell?<br />
<br />
Any suggestions would be greatly appreciated.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=7">CSS</category>
			<dc:creator>tbone</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260789</guid>
		</item>
		<item>
			<title>PHP Image from Database to Filesystem</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260788&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 03:57:48 GMT</pubDate>
			<description><![CDATA[I'm working on an assignment which has asked us to store images in a MySQL database. I'm able to store and retrieve the images but am just wondering if anyone knows how best to save that image to the filesystem once retrieved from the DB.  
 
We need to create thumbnails and manipulate the images...]]></description>
			<content:encoded><![CDATA[<div>I'm working on an assignment which has asked us to store images in a MySQL database. I'm able to store and retrieve the images but am just wondering if anyone knows how best to save that image to the filesystem once retrieved from the DB. <br />
<br />
We need to create thumbnails and manipulate the images using GD so I just wanted to temporarily store the image in the database but am not sure how. <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">
<font color="#0000BB">$result </font><font color="#007700">= </font><font color="#0000BB">mysql_query</font><font color="#007700">(</font><font color="#DD0000">"SELECT image FROM table WHERE id = 1"</font><font color="#007700">) or die(</font><font color="#0000BB">mysql_error</font><font color="#007700">());<br /></font><font color="#0000BB">$row </font><font color="#007700">= </font><font color="#0000BB">mysql_fetch_row</font><font color="#007700">(</font><font color="#0000BB">$result</font><font color="#007700">);<br /></font><font color="#0000BB">$image </font><font color="#007700">= </font><font color="#0000BB">$row</font><font color="#007700">&#91;</font><font color="#0000BB">0</font><font color="#007700">&#93;; <br /></font><font color="#0000BB"></font>
</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>The $image variable has the image which can be output using<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">
<font color="#0000BB">header</font><font color="#007700">(</font><font color="#DD0000">'Content-Type: image/jpeg'</font><font color="#007700">);<br />echo </font><font color="#0000BB">$image</font><font color="#007700">; <br /></font><font color="#0000BB"></font>
</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>But I would like to save that image to a file such as myimage.jpg. If someone could point my in the right direction, I would be grateful. <br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>MaxAvion</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260788</guid>
		</item>
		<item>
			<title>jQuery Jquery drag and drop</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260787&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 03:55:14 GMT</pubDate>
			<description>Hello 
 
I have jquery script to drag and drop multiple items. But when i drop multiple items i get only value of first item. Its not catching all the items. 
 
I have updated the code in JsFiddle http://jsfiddle.net/akkiys/Hkfh2/6/ 
 
Please let me know how to solve it.</description>
			<content:encoded><![CDATA[<div>Hello<br />
<br />
I have jquery script to drag and drop multiple items. But when i drop multiple items i get only value of first item. Its not catching all the items.<br />
<br />
I have updated the code in JsFiddle <a rel="nofollow" href="http://jsfiddle.net/akkiys/Hkfh2/6/" target="_blank">http://jsfiddle.net/akkiys/Hkfh2/6/</a><br />
<br />
Please let me know how to solve it.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>akkiys</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260787</guid>
		</item>
		<item>
			<title>Css Background help</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260786&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 03:42:15 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I was wondering if there is a way to make a "resizable" css background. for example, a small top image, the middle image that gets resized, and the bottom image. I tried this myself but failed miserably. Please help!]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I was wondering if there is a way to make a &quot;resizable&quot; css background. for example, a small top image, the middle image that gets resized, and the bottom image. I tried this myself but failed miserably. Please help!</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=7">CSS</category>
			<dc:creator>ProgramPotato</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260786</guid>
		</item>
		<item>
			<title>String Comparison Question, Plz Help!!</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260785&amp;goto=newpost</link>
			<pubDate>Sun, 20 May 2012 02:03:12 GMT</pubDate>
			<description><![CDATA[Hi,  
 
I'm stuck on a javascript part in a php file. 
I have two drop down lists: body_type and mileage, and when "Truck" is selected in body_type, I want the mileage drop down list to disappear, so I'm using code below. However, the if condition:* $('#body_type').val() == "Truck" *seems to always...]]></description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
I'm stuck on a javascript part in a php file.<br />
I have two drop down lists: body_type and mileage, and when &quot;Truck&quot; is selected in body_type, I want the mileage drop down list to disappear, so I'm using code below. However, the if condition:<b> $('#body_type').val() == &quot;Truck&quot; </b>seems to always be false, even when &quot;Truck&quot; is selected and I don't understand why?!<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
$(document).ready(function() {<br />
$(&quot;#body_type&quot;).change(function() {<br />
       alert($('#body_type').val());   // to test if Truck is really selected<br />
        if ($('#body_type').val() == &quot;Truck&quot;) {<br />
			$('#mileage').hide();<br />
	} else {<br />
		$('#mileage').show();<br />
	} <br />
});<br />
});<br />
&lt;/script&gt;<br />
<br />
Could someone shed some light?<br />
<br />
Thanks, <br />
goly</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>goly</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260785</guid>
		</item>
		<item>
			<title>How to put easy changable news feed in my website.</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260784&amp;goto=newpost</link>
			<pubDate>Sat, 19 May 2012 23:15:24 GMT</pubDate>
			<description><![CDATA[Hey guys,I will make website for friend,who want to have news feed,but also he want to be able to change it very easy and I don't have an idea how to do it...May u help me please!]]></description>
			<content:encoded><![CDATA[<div>Hey guys,I will make website for friend,who want to have news feed,but also he want to be able to change it very easy and I don't have an idea how to do it...May u help me please!</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=10">General</category>
			<dc:creator>dsman</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260784</guid>
		</item>
		<item>
			<title>How to put easy changable newsfeed.</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260783&amp;goto=newpost</link>
			<pubDate>Sat, 19 May 2012 23:12:24 GMT</pubDate>
			<description>Hey guys,I will make website for friend,who want to have news feed,but also he want to be able to change it very easy.May you help please!</description>
			<content:encoded><![CDATA[<div>Hey guys,I will make website for friend,who want to have news feed,but also he want to be able to change it very easy.May you help please!</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=2">HTML</category>
			<dc:creator>dsman</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260783</guid>
		</item>
		<item>
			<title>Text in Table not wrapping in iframe...</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260782&amp;goto=newpost</link>
			<pubDate>Sat, 19 May 2012 21:26:53 GMT</pubDate>
			<description>I move a table with four text columns that was displaying perfectly on itself into an iframe. Since then, the last column does not wrap and text is simply truncated. 
 
Browser IE9 (have not tried any other). 
 
What can I do to fix this ? 
 
Thanks.</description>
			<content:encoded><![CDATA[<div>I move a table with four text columns that was displaying perfectly on itself into an iframe. Since then, the last column does not wrap and text is simply truncated.<br />
<br />
Browser IE9 (have not tried any other).<br />
<br />
What can I do to fix this ?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=2">HTML</category>
			<dc:creator>ArthurH</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260782</guid>
		</item>
		<item>
			<title>Receiving and Saving an Array of Jpegs</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260781&amp;goto=newpost</link>
			<pubDate>Sat, 19 May 2012 21:13:25 GMT</pubDate>
			<description><![CDATA[I'm currently working on a project which requires me to receive an array of jpeg files from flash (via AMFPHP) and save those images individually to a folder on my server. As a beginner to PHP, I'm just not sure how to start this process (I have all of the Actionscript code on the flash end). I'd...]]></description>
			<content:encoded><![CDATA[<div>I'm currently working on a project which requires me to receive an array of jpeg files from flash (via AMFPHP) and save those images individually to a folder on my server. As a beginner to PHP, I'm just not sure how to start this process (I have all of the Actionscript code on the flash end). I'd be greatly obliged if someone could point me in the right direction.<br />
<br />
Many thanks.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>dirk_22</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260781</guid>
		</item>
	</channel>
</rss>

