<?xml version="1.0" encoding="utf-8"?>

<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>DaniWeb IT Discussion Community</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Wed, 16 Dec 2009 23:07:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>left operand must be l-value</title>
			<link>http://www.daniweb.com/forums/thread236007.html</link>
			<pubDate>Wed, 04 Nov 2009 17:06:50 GMT</pubDate>
			<description><![CDATA[what's wrong here? 
 
 
typedef struct person 
{ 
	int age; 
	char name[50]; 
}; 
 
int main()]]></description>
			<content:encoded><![CDATA[<div>what's wrong here?<br />
<br />
 <pre style="margin:20px; line-height:13px">typedef struct person<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; int age;<br />
&nbsp; &nbsp; &nbsp; &nbsp; char name&#91;50&#93;;<br />
};<br />
<br />
int main()<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; struct person test;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; test.age = 20;<br />
&nbsp; &nbsp; &nbsp; &nbsp; test.name = &quot;Test&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; return 0;<br />
}</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum118.html">C</category>
			<dc:creator>fatihpiristine</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236007.html</guid>
		</item>
		<item>
			<title>background-color wraps in IE</title>
			<link>http://www.daniweb.com/forums/thread229108.html</link>
			<pubDate>Sat, 10 Oct 2009 12:10:38 GMT</pubDate>
			<description><![CDATA[hey guys.. 
 
i have a problem on IE7.  following css causing this. the problem is that wrapper div when its height is less than viewable area of the browser, browser doesn't apply background color. only applied to main div. 
 
 
body 
{ 
    background-color: #363636; 
    color: #FFFFFF; 
   ...]]></description>
			<content:encoded><![CDATA[<div>hey guys..<br />
<br />
i have a problem on IE7.  following css causing this. the problem is that wrapper div when its height is less than viewable area of the browser, browser doesn't apply background color. only applied to main div.<br />
<br />
 <pre style="margin:20px; line-height:13px">body<br />
{<br />
&nbsp; &nbsp; background-color: #363636;<br />
&nbsp; &nbsp; color: #FFFFFF;<br />
&nbsp; &nbsp; font-family: tahoma,sans-serif;<br />
&nbsp; &nbsp; font-size: 70%;<br />
&nbsp; &nbsp; height: 100%;<br />
&nbsp; &nbsp; line-height: 1.2em;<br />
&nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; width: 100%;<br />
}</pre><br />
<br />
i fixed this giving same background color html but same code is working on another website <a rel="nofollow" class="t" href="http://www.biranket.com" target="_blank">www.biranket.com</a><br />
<br />
 <pre style="margin:20px; line-height:13px">html<br />
{<br />
&nbsp; &nbsp; /* Fix for background issue in IE */<br />
&nbsp; &nbsp; background-color: #363636;<br />
&nbsp; &nbsp; height: 100%;<br />
&nbsp; &nbsp; width: 100%;<br />
}<br />
<br />
body<br />
{<br />
&nbsp; &nbsp; background-color: #363636;<br />
&nbsp; &nbsp; color: #FFFFFF;<br />
&nbsp; &nbsp; font-family: tahoma,sans-serif;<br />
&nbsp; &nbsp; font-size: 70%;<br />
&nbsp; &nbsp; height: 100%;<br />
&nbsp; &nbsp; line-height: 1.2em;<br />
&nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; width: 100%;<br />
}</pre><br />
anyone knows why it is happening ?</div>  <br /> <div style="padding:5px">     <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12061&amp;d=1255176616">test.zip</a> (546 Bytes)</td> </tr> </table> </fieldset>  </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>fatihpiristine</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread229108.html</guid>
		</item>
	</channel>
</rss>
