<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Web Design Forums: Latest Posts</title>
    <link>http://www.webdesignforums.net/</link>
    <lastBuildDate>Thu, 11 Mar 2010 05:34:55 -0500</lastBuildDate>
    <description>Get your web design and development questions answered.</description>
    <language>en-us</language>
    <copyright>WebDesignForums.net is Copyright &amp;copy;2008 &lt;a href="http://www.transio.com/"&gt;Transio, LLC&lt;/a&gt;; Content copyrighted by respective posters.</copyright>
    <pubDate>Thu, 11 Mar 2010 06:28:57 -0500</pubDate>
    <generator>Web Design Forums (/wdf_rss2.php)</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>15</ttl>
    <image>
      <url>http://www.webdesignforums.net/images/icon.png</url>
      <title>Web Design Forums Icon</title>
      <link>http://www.webdesignforums.net/</link>
      <width>16</width>
      <height>16</height>
    </image>
    <item>
      <description>Hey I have a swf that sends a image to a php file. The image shows fine but i am having trouble with the php script. The header( "Content-type: image/jpeg") is messing me around, without it the image does not display and with it i can display any text.

Here is my code, currently neither the div or the echo is displayed and only the image is displayed. Is there anyway to work around this? I am pretty new to php so any help would be greatly appreciated.

&lt;?php
    $data = explode(",", $_POST);
    $width = $_POST;
    $height = $_POST;
    $image=imagecreatetruecolor( $width ,$height );
    $background = imagecolorallocate( $image ,0 , 0 , 0 );
    //Copy pixels
    $i = 0;
    for($x=0; $x&lt;=$width; $x++){
        for($y=0; $y&lt;=$height; $y++){
            $int = hexdec($data);
            $color = ImageColorAllocate ($image, 0xFF &amp; ($int &gt;&gt; 0x10), 0xFF &amp; ($int &gt;&gt; 0x8), 0xFF &amp; $int);
            imagesetpixel ( $image , $x , $y , $color );
        }
    }
    //Output image and clean
    #header( "Content-Disposition: attachment; filename=test.jpg" );
    header( "Content-type: image/jpeg");
    ImageJPEG( $image );
    imagedestroy( $image );    
    
    echo "display test";
    
?&gt;

&lt;div style="background:#FF0000;"&gt;asdasdasda sdasdas&lt;/div&gt;</description>
      <category>PHP</category>
      <title>A post by UNarmed in the thread header( &amp;quot;Content-type: image/jpeg&amp;quot;) troubles in PHP</title>
      <pubDate>Thu, 11 Mar 2010 05:34:55 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240770</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240770</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34640</comments>
    </item>
    <item>
      <description>Thanks,

That makes more sense now</description>
      <category>PHP</category>
      <title>A post by medlington in the thread require_once() or include() in PHP</title>
      <pubDate>Thu, 11 Mar 2010 05:04:57 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240769</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240769</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34634</comments>
    </item>
    <item>
      <description>Hello. I have a simple question.

I saw very nice ads on site that belongs to my friend, http://forum.burek.rs

if you go on that address you will see a little pop up ad...

I asked him which technology is used and he sad that it is a plain Floating Layer...

Anyway, i tried to find a script that does this but with no success...

So, does anybody know where could i find a script  that will diplay an floating layer ad, and also set a cookie to users pc so that once the user decides to close an ad, it will not be displayed in next 24 hours....???

Thanks...</description>
      <category>Javascript, AJAX, and JSON</category>
      <title>A post by ArpSoft in the thread Floating Layer Ads in Javascript, AJAX, and JSON</title>
      <pubDate>Thu, 11 Mar 2010 04:57:33 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240768</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240768</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34639</comments>
    </item>
    <item>
      <description>From SWFTools documentation for Drupal:

"SWF Tools comes with support for players as listed in the table below.(...) After making sure that the necessary supporting files have been installed you can then activate the module(...)Finally, you need to tell SWF Tools to use the player now it is available."

I understand from the above that there are only specific players supported by SWFTools, not just any player. My original question was about the possibility to use the Google player, example of this player is on page: http://www.thinkinginwordpress.com/2009/04/using-google-mp3-player-to-play-music-on-your-blogsite/

This player is not on SWF tools list of supported players, so I don't see how SWF tools could help.</description>
      <category>Drupal Help</category>
      <title>A post by tabea in the thread Playing mp3 in Drupal: SWF Tools or just TinyMCE? in Drupal Help</title>
      <pubDate>Thu, 11 Mar 2010 04:49:32 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240767</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240767</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=33944</comments>
    </item>
    <item>
      <description>No one pays for websites anymore now that Google can help you make websites! http://sites.google.com&#xD;
&#xD;
Seriously though, of course it's still a paying business. The average income greatly depends on the typical variety of business factors: economy, customer base, time, experience, etc.</description>
      <category>General Design Discussion</category>
      <title>A post by Wired in the thread hi in General Design Discussion</title>
      <pubDate>Thu, 11 Mar 2010 04:49:21 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240766</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240766</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34638</comments>
    </item>
    <item>
      <description>is web designing still a paying business, if so what is the average income of a designer</description>
      <category>General Design Discussion</category>
      <title>A post by newbie2 in the thread hi in General Design Discussion</title>
      <pubDate>Thu, 11 Mar 2010 04:26:54 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240765</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240765</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34638</comments>
    </item>
    <item>
      <description>PDF has embedded fonts.  HTML does not.  That could explain what's happening to your text.</description>
      <category>HTML and CSS Help</category>
      <title>A post by smoseley in the thread PDF to Styled HTML Page in HTML and CSS Help</title>
      <pubDate>Thu, 11 Mar 2010 00:58:52 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240764</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240764</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34637</comments>
    </item>
    <item>
      <description>K, so I have a PDF file with perfect text styling and placing. It's exactly how I want. I want to make that an HTML page, without doing all the styling by hand. I tried the adobe.com converter, but it takes out all the text styling when I do. So I want the easiest way possible to make it style and layout the text just like the PDF is...
anyone know what I can do? thanks</description>
      <category>HTML and CSS Help</category>
      <title>A post by kirota in the thread PDF to Styled HTML Page in HTML and CSS Help</title>
      <pubDate>Wed, 10 Mar 2010 23:06:44 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240763</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240763</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34637</comments>
    </item>
    <item>
      <description>Never a good idea to do something you know is wrong.  It's just bad karma.</description>
      <category>Search Engine Optimization / SEO</category>
      <title>A post by smoseley in the thread What does google really think about spam? in Search Engine Optimization / SEO</title>
      <pubDate>Wed, 10 Mar 2010 22:10:24 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240762</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240762</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34635</comments>
    </item>
    <item>
      <description>Yeah, I just hate to do it because knowing my luck right when I do it is when they will start to crack down.</description>
      <category>Search Engine Optimization / SEO</category>
      <title>A post by waikoloavrm in the thread What does google really think about spam? in Search Engine Optimization / SEO</title>
      <pubDate>Wed, 10 Mar 2010 21:58:20 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240761</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240761</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34635</comments>
    </item>
    <item>
      <description>heres an interesting read:
http://ezinearticles.com/?Keyword-Density---How-Much-Is-Too-Much?&amp;id=401316</description>
      <category>Search Engine Optimization / SEO</category>
      <title>A post by aburningflame in the thread SEO/Meta Tags/Overview/Readme (FAQ) in Search Engine Optimization / SEO</title>
      <pubDate>Wed, 10 Mar 2010 20:21:08 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240760</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240760</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34541</comments>
    </item>
    <item>
      <description>Thanks for the script.  Don't spam our forums.</description>
      <category>Javascript, AJAX, and JSON</category>
      <title>A post by smoseley in the thread Animated Drop Down Navigation Menu in Javascript, AJAX, and JSON</title>
      <pubDate>Wed, 10 Mar 2010 20:10:41 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240759</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240759</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34636</comments>
    </item>
    <item>
      <description>This free JavaScript will add animationdropping animation for menus when users move mouse over a specified link, or they are set to appear through click. &#xD;
&#xD;
How to setup&#xD;
&#xD;
Step 1: Place CSS below in your HEAD section&#xD;
CSS&#xD;
&lt;style type="text/css" name="jkoutlinemenu.css"&gt;&#xD;
/*&#xD;
     This script downloaded from www.JavaScriptBank.com&#xD;
     Come to view and download over 2000+ free javascript at www.JavaScriptBank.com&#xD;
*/&#xD;
.outlinemenu{&#xD;
position: absolute; /*leave this alone*/&#xD;
display: none; /*leave this alone*/&#xD;
width: 180px; /*default width of menu*/&#xD;
border: 1px solid black;&#xD;
overflow-x: hidden;&#xD;
}&#xD;
&#xD;
.outlinemenu ul{&#xD;
list-style-type: none;&#xD;
margin: 0;&#xD;
padding: 0;&#xD;
}&#xD;
&#xD;
.outlinemenu ul li a{&#xD;
background: white;&#xD;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;&#xD;
color: #00014e;&#xD;
display: block;&#xD;
width: auto;&#xD;
padding: 3px 0;&#xD;
padding-left: 5px;&#xD;
text-decoration: none;&#xD;
border-bottom: 1px solid #B5B5B5;&#xD;
}&#xD;
&#xD;
.outlinemenu ul li a:visited, .outlinemenu ul li a:active{&#xD;
color: #00014e;&#xD;
}&#xD;
&#xD;
.outlinemenu ul li a:hover{&#xD;
color: black;&#xD;
background: #ffffcb;&#xD;
}&#xD;
&#xD;
/* Holly Hack for IE \*/&#xD;
* html .outlinemenu li {height: 1%; }&#xD;
* html .outlinemenu li a { height: 1%; }&#xD;
/* End */&#xD;
&lt;/style&gt;&#xD;
&#xD;
Step 2: Place JavaScript below in your HEAD section&#xD;
JavaScript&#xD;
&lt;script type="text/javascript" src="/javascript/jquery.js"&gt;&lt;/script&gt;&#xD;
&lt;script type="text/javascript" name="jkoutlinemenu.js"&gt;&#xD;
/***********************************************&#xD;
* Animated Outline Menu- by JavaScript Kit (www.javascriptkit.com)&#xD;
* This notice must stay intact for usage&#xD;
* Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code&#xD;
***********************************************/&#xD;
var jkoutlinemenu={&#xD;
&#xD;
effectduration: 300, //duration of animation, in milliseconds&#xD;
outlinemenulabels: ,&#xD;
outlinemenus: , //array to contain each block menu instances&#xD;
zIndexVal: 1000, //starting z-index value for drop down menu&#xD;
$shimobj: null,&#xD;
&#xD;
addshim:function(){&#xD;
	$(document.body).append('&lt;IFRAME id="outlineiframeshim" src="'+(location.protocol=="https:"? 'blank.htm' : 'about:blank')+'" style="display:none; left:0; top:0; z-index:999; position:absolute; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)" frameBorder="0" scrolling="no"&gt;&lt;/IFRAME&gt;')&#xD;
	this.$shimobj=$("#outlineiframeshim")&#xD;
	//alert(this.$shimobj.attr("src"))&#xD;
},&#xD;
&#xD;
alignmenu:function(e, outlinemenu_pos){&#xD;
	var outlinemenu=this.outlinemenus&#xD;
	var $anchor=outlinemenu.$anchorobj&#xD;
	var $menu=outlinemenu.$menuobj&#xD;
	var menuleft=($(window).width()-(outlinemenu.offsetx-$(document).scrollLeft())&gt;outlinemenu.actualwidth)? outlinemenu.offsetx : outlinemenu.offsetx-outlinemenu.actualwidth+outlinemenu.anchorwidth //get x coord of menu&#xD;
	var menutop=($(window).height()-(outlinemenu.offsety-$(document).scrollTop()+outlinemenu.anchorheight)&gt;outlinemenu.actualheight)? outlinemenu.offsety+outlinemenu.anchorheight : outlinemenu.offsety-outlinemenu.actualheight //get y coord of menu&#xD;
	$menu.css({left:menuleft+"px", top:menutop+"px"})&#xD;
	this.$shimobj.css({width:outlinemenu.actualwidth+"px", height:outlinemenu.actualheight+"px", left:menuleft+"px", top:menutop+"px", display:"block"})&#xD;
},&#xD;
&#xD;
showmenu:function(e, outlinemenu_pos){&#xD;
	var outlinemenu=this.outlinemenus&#xD;
	var $menu=outlinemenu.$menuobj&#xD;
	var $menuinner=outlinemenu.$menuinner&#xD;
	if ($menu.css("display")=="none"){&#xD;
		this.alignmenu(e, outlinemenu_pos)&#xD;
		$menu.css("z-index", ++this.zIndexVal)&#xD;
		$menu.show(this.effectduration, function(){&#xD;
			$menuinner.css('visibility', 'visible')&#xD;
		})&#xD;
	}&#xD;
	else if ($menu.css("display")=="block" &amp;&amp; e.type=="click"){ //if menu is hidden and this is a "click" event (versus "mouseout")&#xD;
		this.hidemenu(e, outlinemenu_pos)&#xD;
	}&#xD;
	return false&#xD;
},&#xD;
&#xD;
hidemenu:function(e, outlinemenu_pos){&#xD;
	var outlinemenu=this.outlinemenus&#xD;
	var $menu=outlinemenu.$menuobj&#xD;
	var $menuinner=outlinemenu.$menuinner&#xD;
	$menuinner.css('visibility', 'hidden')&#xD;
	this.$shimobj.css({display:"none", left:0, top:0})&#xD;
	$menu.hide(this.effectduration)&#xD;
},&#xD;
&#xD;
definemenu:function(anchorid, menuid, revealtype, optwidth, optheight){&#xD;
	var $=jQuery&#xD;
	this.outlinemenulabels.push()&#xD;
},&#xD;
&#xD;
render:function($){&#xD;
	for (var i=0, labels=this.outlinemenulabels; i&lt;this.outlinemenulabels.length; i++, labels=this.outlinemenulabels){&#xD;
		this.outlinemenus.push({$anchorobj:$("#"+labels), $menuobj:$("#"+labels), $menuinner:$("#"+labels).children('ul:first-child'), revealtype:labels})&#xD;
		var outlinemenu=this.outlinemenus	&#xD;
		outlinemenu.$anchorobj.add(outlinemenu.$menuobj).attr("_outlinemenupos", i+"pos")&#xD;
		outlinemenu.$menuobj.css(parseInt(labels)&gt;10? {width:parseInt(labels)+"px"} : {})&#xD;
		outlinemenu.$menuobj.css(parseInt(labels)&lt;outlinemenu.$menuobj.height()? {height:parseInt(labels)+"px", overflow:"scroll", overflowX:"hidden"} : {})&#xD;
		outlinemenu.actualwidth=outlinemenu.$menuobj.outerWidth()&#xD;
		outlinemenu.actualheight=outlinemenu.$menuobj.outerHeight()&#xD;
		outlinemenu.offsetx=outlinemenu.$anchorobj.offset().left&#xD;
		outlinemenu.offsety=outlinemenu.$anchorobj.offset().top&#xD;
		outlinemenu.anchorwidth=outlinemenu.$anchorobj.outerWidth()&#xD;
		outlinemenu.anchorheight=outlinemenu.$anchorobj.outerHeight()&#xD;
		outlinemenu.$menuobj.css("z-index", ++this.zIndexVal).hide()&#xD;
		outlinemenu.$menuinner.css("visibility", "hidden")&#xD;
		outlinemenu.$anchorobj.bind(outlinemenu.revealtype=="click"? "click" : "mouseenter", function(e){&#xD;
				return jkoutlinemenu.showmenu(e, parseInt(this.getAttribute("_outlinemenupos")))&#xD;
		})&#xD;
		outlinemenu.$anchorobj.bind("mouseleave", function(e){&#xD;
				var $menu=jkoutlinemenu.outlinemenus.$menuobj&#xD;
				if (e.relatedTarget!=$menu.get(0) &amp;&amp; $(e.relatedTarget).parents("#"+$menu.get(0).id).length==0){ //check that mouse hasn't moved into menu object&#xD;
					jkoutlinemenu.hidemenu(e, parseInt(this.getAttribute("_outlinemenupos")))&#xD;
				}&#xD;
		})&#xD;
		outlinemenu.$menuobj.bind("click mouseleave", function(e){&#xD;
			jkoutlinemenu.hidemenu(e, parseInt(this.getAttribute("_outlinemenupos")))&#xD;
		})&#xD;
	} //end for loop&#xD;
	$(document).bind("click", function(e){&#xD;
		for (var i=0; i&lt;jkoutlinemenu.outlinemenus.length; i++){&#xD;
			jkoutlinemenu.hidemenu(e, i)&#xD;
		}&#xD;
	}) //end document.click&#xD;
	$(window).bind("resize", function(){&#xD;
		for (var i=0; i&lt;jkoutlinemenu.outlinemenus.length; i++){&#xD;
			var outlinemenu=jkoutlinemenu.outlinemenus	&#xD;
			outlinemenu.offsetx=outlinemenu.$anchorobj.offset().left&#xD;
			outlinemenu.offsety=outlinemenu.$anchorobj.offset().top&#xD;
		}&#xD;
	})&#xD;
	jkoutlinemenu.addshim()&#xD;
}&#xD;
&#xD;
}&#xD;
&#xD;
jQuery(document).ready(function($){&#xD;
	jkoutlinemenu.render($)&#xD;
})&#xD;
/*&#xD;
     This script downloaded from www.JavaScriptBank.com&#xD;
     Come to view and download over 2000+ free javascript at www.JavaScriptBank.com&#xD;
*/&#xD;
&lt;/script&gt;&#xD;
&#xD;
Step 3: Copy &amp; Paste HTML code below in your BODY section&#xD;
HTML&#xD;
&lt;a href="#" id="designanchor"&gt;Web Design Links&lt;/a&gt;&#xD;
&#xD;
&lt;br /&gt;&lt;br /&gt;&#xD;
&#xD;
&lt;div style="text-align:right"&gt;&lt;a href="#" id="designanchor2"&gt;More web Design Links&lt;/a&gt;&lt;/div&gt;&#xD;
&#xD;
&#xD;
&lt;!--Define HTML for all animated menus at the very end of the page (ie: right before &lt;/body&gt; tag)!--&gt;&#xD;
&#xD;
&lt;div id="mymenu1" class="outlinemenu"&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/"&gt;JavaScript Kit&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/" &gt;Dynamic Drive&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptbank.com/"&gt;JavaScript Bank&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/" &gt;CSS Library&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptkit.com/jsref/"&gt;JavaScript Reference&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptkit.com/domref/"&gt;DOM Reference&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.cssdrive.com"&gt;CSS Drive&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptbank.com/forum/"&gt;JavaScript Forums&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptbank.com/service/"&gt;JavaScript Services&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.codingforums.com/" style="border-bottom-width: 0"&gt;Coding Forums&lt;/a&gt;&lt;/li&gt;		&#xD;
&lt;/ul&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;script type="text/javascript"&gt;&#xD;
//jkoutlinemenu.definemenu("anchorid", "menuid", "mouseover|click", optional_width, optional_height)&#xD;
jkoutlinemenu.definemenu("designanchor", "mymenu1", "mouseover", 180)&#xD;
&lt;/script&gt;&#xD;
&#xD;
&#xD;
&lt;div id="mymenu2" class="outlinemenu"&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/"&gt;JavaScript Kit&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/"&gt;Dynamic Drive&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptbank.com/"&gt;JavaScript Bank&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/" &gt;CSS Library&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptbank.com/forum/"&gt;JavaScript Forums&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptbank.com/service/"&gt;JavaScript Services&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/"&gt;Horizontal CSS Menus&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/csslibrary/category/C2/"&gt;Vertical CSS Menus&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/csslibrary/category/C4/"&gt;Image CSS&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/csslibrary/category/C6/"&gt;Form CSS&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/csslibrary/category/C5/"&gt;DIVs and containers&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.dynamicdrive.com/style/csslibrary/category/C7/"&gt;Links &amp; Buttons&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptkit.com/jsref/"&gt;JavaScript Reference&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.javascriptkit.com/domref/"&gt;DOM Reference&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.cssdrive.com"&gt;CSS Drive&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.codingforums.com/" style="border-bottom-width: 0"&gt;Coding Forums&lt;/a&gt;&lt;/li&gt;		&#xD;
&lt;/ul&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;script type="text/javascript"&gt;&#xD;
//jkoutlinemenu.definemenu("anchorid", "menuid", "mouseover|click", optional_width, optional_height)&#xD;
jkoutlinemenu.definemenu("designanchor2", "mymenu2", "mouseover", 170, 150)&#xD;
&lt;/script&gt;</description>
      <category>Javascript, AJAX, and JSON</category>
      <title>A post by JavaScriptBank in the thread Animated Drop Down Navigation Menu in Javascript, AJAX, and JSON</title>
      <pubDate>Wed, 10 Mar 2010 20:06:51 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240758</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240758</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34636</comments>
    </item>
    <item>
      <description>Yep, what smose said, lookup keyword density ideal values or something like that on google.

THanks for the compliment on my blog.
I usually dont worry TOO much about keyword density, just make sure your keywords appear a number of times and that your text is human-readable.

If your website is about web design and you say this is a website about web design and you will learn web design and we design techniques and we will help you with web design and all your web design needs.

^^^that paragraph is more than likely over density for 'web design'. 
Be smart, track your rankings, tweak your keywords, get good backlinks.

all of those are key in SEO.

as for pinging ya, sorry, too busy :).
BUT, i do often visit these forums and would be happy to help u with anything you need.
my blog is a good resource, so are the many awesome users @ this forum, if those 2 fail, feel free to send me a private message on the forum.

Gluck :)</description>
      <category>Search Engine Optimization / SEO</category>
      <title>A post by aburningflame in the thread SEO/Meta Tags/Overview/Readme (FAQ) in Search Engine Optimization / SEO</title>
      <pubDate>Wed, 10 Mar 2010 20:05:22 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240757</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240757</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34541</comments>
    </item>
    <item>
      <description>..i dont really think this is true to be honest.
i have no problems being on page 1 for my death note website, which is on the same host as my friends other 5 sites.
your 2nd point may be true.</description>
      <category>Search Engine Optimization / SEO</category>
      <title>A post by aburningflame in the thread Multiple domains on one hosting account...GoDaddy in Search Engine Optimization / SEO</title>
      <pubDate>Wed, 10 Mar 2010 19:57:21 -0500</pubDate>
      <link>http://www.webdesignforums.net/showthread.php?p=240756</link>
      <guid>http://www.webdesignforums.net/showthread.php?p=240756</guid>
      <comments>http://www.webdesignforums.net/showthread.php?t=34618</comments>
    </item>
  </channel>
</rss>
