<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/css/rss20.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:pheedo="http://www.pheedo.com/namespace/pheedo">
	<channel>
		<title>SitePoint Forums</title>
		<link>http://www.sitepoint.com/forums</link>
		<description>Webmaster Forums for Design, CSS, XHTML, PHP, Ruby, JavaScript, Affiliate Marketing, ASP.NET, Promotion</description>
		<language>en</language>
		<lastBuildDate>Mon, 23 Nov 2009 13:02:59 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://sitepointstatic.com/forums/images/misc/rss.jpg</url>
			<title>SitePoint Forums</title>
			<link>http://www.sitepoint.com/forums</link>
		</image>
		<item>
			<title>Your opinion about sphider</title>
			<link>http://www.pheedcontent.com/click.phdo?i=2f6ffebb3cf3bca5164cc18b5adbf42e</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648495&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 13:02:22 GMT</pubDate>
			<description><![CDATA[Hello,

I want to know your opinion and advice for sure about Sphider as a search engine script ?? it's good to build a search engine with 10000 websites addresses ? ( I don't know, maybe it will take between 500 and 700 GB ) 

what I need also to know, with large database, who will play the big...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=2f6ffebb3cf3bca5164cc18b5adbf42e&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=2f6ffebb3cf3bca5164cc18b5adbf42e&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I want to know your opinion and advice for sure about Sphider as a search engine script ?? it's good to build a search engine with 10000 websites addresses ? ( I don't know, maybe it will take between 500 and 700 GB ) <br />
<br />
what I need also to know, with large database, who will play the big rol, the server or the script ??<br />
<br />
Best regards to you all</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=2f6ffebb3cf3bca5164cc18b5adbf42e&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=2f6ffebb3cf3bca5164cc18b5adbf42e&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=34">PHP</category>
			<dc:creator>bbparis</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648495</guid>
		</item>
		<item>
			<title>.htaccess rewrite rule issue</title>
			<link>http://www.pheedcontent.com/click.phdo?i=2eec5b28dacefaa2c59da8c1cc430c6c</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648494&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 13:01:30 GMT</pubDate>
			<description><![CDATA[Hi All,

I'm doing a few changes to an online store and have come across the following issue.

Currently links on the webpage (for products) are driven by the below code in the .htaccess file which pulls the corresponding information form an SQL database. 


PHP:
---------
RewriteBase /<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=2eec5b28dacefaa2c59da8c1cc430c6c&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=2eec5b28dacefaa2c59da8c1cc430c6c&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I'm doing a few changes to an online store and have come across the following issue.<br />
<br />
Currently links on the webpage (for products) are driven by the below code in the .htaccess file which pulls the corresponding information form an SQL database. <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">RewriteBase </font><font color="#007700">/<br /><br /></font><font color="#0000BB">RewriteRule </font><font color="#007700">^New-</font><font color="#0000BB">Product</font><font color="#007700">-</font><font color="#0000BB">A</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">$ /</font><font color="#0000BB">index</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">?</font><font color="#0000BB">cPath</font><font color="#007700">=</font><font color="#0000BB">1 </font><font color="#007700">&#91;</font><font color="#0000BB">L</font><font color="#007700">&#93;<br /></font><font color="#0000BB">RewriteRule </font><font color="#007700">^New-</font><font color="#0000BB">Product</font><font color="#007700">-</font><font color="#0000BB">B</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">$ /</font><font color="#0000BB">index</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">?</font><font color="#0000BB">cPath</font><font color="#007700">=</font><font color="#0000BB">2 </font><font color="#007700">&#91;</font><font color="#0000BB">L</font><font color="#007700">&#93;<br /></font><font color="#0000BB">RewriteRule </font><font color="#007700">^New-</font><font color="#0000BB">Product</font><font color="#007700">-</font><font color="#0000BB">C</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">$ /</font><font color="#0000BB">index</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">?</font><font color="#0000BB">cPath</font><font color="#007700">=</font><font color="#0000BB">3 </font><font color="#007700">&#91;</font><font color="#0000BB">L</font><font color="#007700">&#93; <br /></font><font color="#0000BB"></font>
</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>this is for 9 existing products.<br />
<br />
If I try to add in a tenth product with the following code it does not work<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">RewriteRule </font><font color="#007700">^New-</font><font color="#0000BB">Product</font><font color="#007700">-</font><font color="#0000BB">K</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">$ /</font><font color="#0000BB">index</font><font color="#007700">.</font><font color="#0000BB">php</font><font color="#007700">?</font><font color="#0000BB">cPath</font><font color="#007700">=</font><font color="#0000BB">10 </font><font color="#007700">&#91;</font><font color="#0000BB">L</font><font color="#007700">&#93; <br /></font><font color="#0000BB"></font>
</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Yet if I change the reference in the first variable (from 1 to 10) it will work.<br />
<br />
It would appear that there are only allowed to be 9 active links?<br />
<br />
As I’m a little green on this are any assistance would be appreciated.</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=2eec5b28dacefaa2c59da8c1cc430c6c&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=2eec5b28dacefaa2c59da8c1cc430c6c&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=34">PHP</category>
			<dc:creator>Dan_</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648494</guid>
		</item>
		<item>
			<title>what is the Robots.txt?</title>
			<link>http://www.pheedcontent.com/click.phdo?i=9114ac9a6eafd7b60d85665db44375f6</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648493&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:49:11 GMT</pubDate>
			<description>Hi everybody,


tell me about Robots.txt file?


Thanks&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=9114ac9a6eafd7b60d85665db44375f6&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=9114ac9a6eafd7b60d85665db44375f6&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://a.rfihub.com/eus.gif?eui=2225&quot;/&gt;</description>
			<content:encoded><![CDATA[<div>Hi everybody,<br />
<br />
<br />
tell me about Robots.txt file?<br />
<br />
<br />
Thanks</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=9114ac9a6eafd7b60d85665db44375f6&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=9114ac9a6eafd7b60d85665db44375f6&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=3">Search Engine Optimization</category>
			<dc:creator>Danielnash</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648493</guid>
		</item>
		<item>
			<title>Var_dump problem</title>
			<link>http://www.pheedcontent.com/click.phdo?i=e4dd87dbd98cd6995fa418d9ad7d8d52</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648491&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:45:59 GMT</pubDate>
			<description><![CDATA[Hi,

I have a function which recieves the price variable.
When I do, 
echo $price_string, it shows me the price fine as &#8364; 799.95.

However, when I floatval() it, it goes to 0. So, I did var_dump of it, and its giving me 


---Quote---<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=e4dd87dbd98cd6995fa418d9ad7d8d52&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=e4dd87dbd98cd6995fa418d9ad7d8d52&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a function which recieves the price variable.<br />
When I do, <br />
echo $price_string, it shows me the price fine as &#8364; 799.95.<br />
<br />
However, when I floatval() it, it goes to 0. So, I did var_dump of it, and its giving me <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				object(SimpleXMLElement)#13 (1) { [0]=&gt;  string(10) &quot;&#8364; 799.95&quot; }
			
			<hr />
		</td>
	</tr>
	</table>
</div>I have tried to access the string through $price_string[0] and $Price_string-&gt;0 (error obviously), can you kindly tell me how I can reach this string directly.<br />
<br />
Kind Regards,</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=e4dd87dbd98cd6995fa418d9ad7d8d52&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=e4dd87dbd98cd6995fa418d9ad7d8d52&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=34">PHP</category>
			<dc:creator>khuramyz</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648491</guid>
		</item>
		<item>
			<title>Dynamic Checkbox validation</title>
			<link>http://www.pheedcontent.com/click.phdo?i=d7a6a68222e9a94472730c3a0bb26720</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648488&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:31:53 GMT</pubDate>
			<description><![CDATA[Hello 

I am pretty new to web development but I am building a web page that creates a dynamic from a database a list of checkboxes that relate to a location (shown below is the code that creates that checkbox)

<% response.Write "<input type='checkbox' name='Location' value='" & rs("LocationID") &...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=d7a6a68222e9a94472730c3a0bb26720&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=d7a6a68222e9a94472730c3a0bb26720&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>Hello <br />
<br />
I am pretty new to web development but I am building a web page that creates a dynamic from a database a list of checkboxes that relate to a location (shown below is the code that creates that checkbox)<br />
<br />
&lt;% response.Write &quot;&lt;input type='checkbox' name='Location' value='&quot; &amp; rs(&quot;LocationID&quot;) &amp; &quot;';&quot;%&gt;<br />
<br />
This all works fine.  But before I post to the next page I must ensure at least one of these checkboxes are checked.<br />
<br />
I have read forums that suggest javascript but the examples they show are based on hardcoded check boxes and the code they use does not work on my page.<br />
<br />
Can this be done?<br />
<br />
Really sorry if this a dumb question or I am posting in the worng forum.<br />
<br />
Thanks</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=d7a6a68222e9a94472730c3a0bb26720&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=d7a6a68222e9a94472730c3a0bb26720&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=148">Classic ASP</category>
			<dc:creator>sharkspm</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648488</guid>
		</item>
		<item>
			<title>Online insurance</title>
			<link>http://www.pheedcontent.com/click.phdo?i=aa95e01b2ceec6e7df90e3984ae98189</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648486&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:28:03 GMT</pubDate>
			<description><![CDATA[Buying an insurance online almost always saves you money.Group coverage can often save you a lot of money each month. If your work doesn't offer group coverage see if any of the clubs or groups or associations or organizations that you belong to offer members a special price. See if friends or...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=aa95e01b2ceec6e7df90e3984ae98189&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=aa95e01b2ceec6e7df90e3984ae98189&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>Buying an insurance online almost always saves you money.Group coverage can often save you a lot of money each month. If your work doesn't offer group coverage see if any of the clubs or groups or associations or organizations that you belong to offer members a special price. See if friends or family belong to any groups that offer group car policy - if so, join.</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=aa95e01b2ceec6e7df90e3984ae98189&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=aa95e01b2ceec6e7df90e3984ae98189&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=6"><![CDATA[Advertising Sales & Affiliate Programs]]></category>
			<dc:creator>mosque insurance</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648486</guid>
		</item>
		<item>
			<title>Flash plays offline but not online</title>
			<link>http://www.pheedcontent.com/click.phdo?i=af54c215835334a62465840e533aba09</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648484&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:23:07 GMT</pubDate>
			<description><![CDATA[I'm fairly new to Flash development and have put together a music toy from instructions in a book. It plays perfectly well in 'Publish Preview' and when you launch the HTML page offline.  However it won't play online. 

First I published it in Flash 8, where I'd created it, uploaded the swf and the...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=af54c215835334a62465840e533aba09&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=af54c215835334a62465840e533aba09&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>I'm fairly new to Flash development and have put together a music toy from instructions in a book. It plays perfectly well in 'Publish Preview' and when you launch the HTML page offline.  However it won't play online. <br />
<br />
First I published it in Flash 8, where I'd created it, uploaded the swf and the html. In Firefox it loaded a blank page which revealed on right click that there was a Flash movie there, but you couldn't see it or do anything. In IE it just stuck half way through loading.<br />
<br />
Then I resaved it in Flash CS3 and published it with AC_runactivecontent.js. Uploaded it to my site and the result was exactly the same.<br />
<br />
To check my syntax a friend uploaded it to his webspace, and put another swf on the same page using the same syntax. The new swf played, but mine didn't. The 'publish settings' for the two were the same.  Again, if you look at the page offline both play.<br />
<br />
Can anyone suggest where I should start looking for a solution? I'm guessing it must be something in the fla?<br />
<br />
The CS3 version is at <a href="http://www.normanlamont.com/flashplayer/soundtoy_waveformsCS3.html" target="_blank">http://www.normanlamont.com/flashpla...eformsCS3.html</a></div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=af54c215835334a62465840e533aba09&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=af54c215835334a62465840e533aba09&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=246">Games</category>
			<dc:creator>nlamont</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648484</guid>
		</item>
		<item>
			<title>Should I Consider Selling?</title>
			<link>http://www.pheedcontent.com/click.phdo?i=cb0531a5d893d7dc673e5088efcd8d5e</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648483&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:14:11 GMT</pubDate>
			<description><![CDATA[I've been thinking about selling my Video Game website Nidzumi (.com).

It's been running for nearly two years, has an Alexa ranking of 300,000 and 16,000 in the UK. We get roughly 5K-10K hits per month and have 700 articles in our library.

The problem is that, although the site could be...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=cb0531a5d893d7dc673e5088efcd8d5e&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=cb0531a5d893d7dc673e5088efcd8d5e&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>I've been thinking about selling my Video Game website Nidzumi (.com).<br />
<br />
It's been running for nearly two years, has an Alexa ranking of 300,000 and 16,000 in the UK. We get roughly 5K-10K hits per month and have 700 articles in our library.<br />
<br />
The problem is that, although the site could be profitable (maybe), I haven't really been running the site for that reason. Therefore Nidzumi hasn't really turned a profit. I've had a read and that's been the main thing people have been going on about, but surely there is profit to be made. No?<br />
<br />
Anyone know how much I should be expecting? I know that's a subjective question but I don't want to list my site on Flippa and only get like $100 for two years worth of work.</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=cb0531a5d893d7dc673e5088efcd8d5e&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=cb0531a5d893d7dc673e5088efcd8d5e&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=265">How to Buy and Sell a Web Site</category>
			<dc:creator>Nidzumi</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648483</guid>
		</item>
		<item>
			<title>Accessing array</title>
			<link>http://www.pheedcontent.com/click.phdo?i=aa7855901c73cc0e21464cbf3aafd2b6</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648482&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:09:37 GMT</pubDate>
			<description><![CDATA[I have an array $arr_result, just like the following


SimpleXMLElement Object
(
    [xml] => SimpleXMLElement Object
        (
            [@attributes] => Array
                (
                    [l] => hu<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=aa7855901c73cc0e21464cbf3aafd2b6&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=aa7855901c73cc0e21464cbf3aafd2b6&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>I have an array $arr_result, just like the following<br />
<br />
<br />
SimpleXMLElement Object<br />
(<br />
    [xml] =&gt; SimpleXMLElement Object<br />
        (<br />
            [@attributes] =&gt; Array<br />
                (<br />
                    [l] =&gt; hu<br />
                    [qfddt] =&gt; 2010-01-01T00:00:00<br />
                    [qfadt] =&gt; 2010-01-15T00:00:00<br />
                    [qqdt] =&gt; 2009-11-23T13:07:02.132+01:00<br />
                    [qfa] =&gt; TIA<br />
                    [qta] =&gt; LON<br />
                    [qna] =&gt; 1<br />
                    [qnc] =&gt; 0<br />
                    [qni] =&gt; 0<br />
                )<br />
<br />
            [pi] =&gt; Array<br />
                (<br />
                    [0] =&gt; SimpleXMLElement Object<br />
                        (<br />
                            [@attributes] =&gt; Array<br />
                                (<br />
                                    [qdt] =&gt; 2009-11-23T13:07:02.132+01:00<br />
                                    [c] =&gt; EUR<br />
                                    [p] =&gt; 366,00<br />
                                    [tp] =&gt; 555,63<br />
                                    [cp] =&gt; 264,00<br />
                                    [ctp] =&gt; 453,63<br />
                                    [ip] =&gt; 37,00<br />
                                    [itp] =&gt; 37,00<br />
                                    [ttp] =&gt; 565,63<br />
                                )<br />
<br />
                            [s] =&gt; Array<br />
                                (<br />
                                    [0] =&gt; SimpleXMLElement Object<br />
                                        (<br />
                                            [@attributes] =&gt; Array<br />
                                                (<br />
                                                    [l] =&gt; o<br />
                                                    [seg] =&gt; 1<br />
                                                    [a] =&gt; MA<br />
                                                    [fn] =&gt; 433<br />
                                                    [fa] =&gt; TIA<br />
                                                    [ta] =&gt; BUD<br />
                                                    [ddt] =&gt; 2010-01-02T05:10:00<br />
                                                    [adt] =&gt; 2010-01-02T06:30:00<br />
                                                    [fb] =&gt; BWIND38B<br />
                                                )<br />
<br />
                                        )<br />
<br />
                                    [1] =&gt; SimpleXMLElement Object<br />
                                        (<br />
                                            [@attributes] =&gt; Array<br />
                                                (<br />
                                                    [l] =&gt; o<br />
                                                    [seg] =&gt; 2<br />
                                                    [a] =&gt; MA<br />
                                                    [fn] =&gt; 612<br />
                                                    [fa] =&gt; BUD<br />
                                                    [ta] =&gt; LGW<br />
                                                    [ddt] =&gt; 2010-01-02T07:20:00<br />
                                                    [adt] =&gt; 2010-01-02T08:50:00<br />
                                                    [fb] =&gt; BWIND38B<br />
                                                )<br />
<br />
                                        )<br />
<br />
                                    [2] =&gt; SimpleXMLElement Object<br />
                                        (<br />
                                            [@attributes] =&gt; Array<br />
                                                (<br />
                                                    [l] =&gt; i<br />
                                                    [seg] =&gt; 1<br />
                                                    [a] =&gt; MA<br />
                                                    [fn] =&gt; 615<br />
                                                    [fa] =&gt; LGW<br />
                                                    [ta] =&gt; BUD<br />
                                                    [ddt] =&gt; 2010-01-15T18:50:00<br />
                                                    [adt] =&gt; 2010-01-15T22:25:00<br />
                                                    [fb] =&gt; TSEAT<br />
                                                )<br />
<br />
                                        )<br />
<br />
                                    [3] =&gt; SimpleXMLElement Object<br />
                                        (<br />
                                            [@attributes] =&gt; Array<br />
                                                (<br />
                                                    [l] =&gt; i<br />
                                                    [seg] =&gt; 2<br />
                                                    [a] =&gt; MA<br />
                                                    [fn] =&gt; 432<br />
                                                    [fa] =&gt; BUD<br />
                                                    [ta] =&gt; TIA<br />
                                                    [ddt] =&gt; 2010-01-15T23:10:00<br />
                                                    [adt] =&gt; 2010-01-16T00:30:00<br />
                                                    [fb] =&gt; TSEAT<br />
                                                )<br />
<br />
                                        )<br />
<br />
                                )<br />
<br />
                        )<br />
               )<br />
)<br />
)<br />
<br />
<br />
<br />
I need to retrieve the array pi, how it could be possible?</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=aa7855901c73cc0e21464cbf3aafd2b6&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=aa7855901c73cc0e21464cbf3aafd2b6&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=34">PHP</category>
			<dc:creator>anzbmuhammad</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648482</guid>
		</item>
		<item>
			<title><![CDATA[Cannot read property 'style' of null ... what does that mean?]]></title>
			<link>http://www.pheedcontent.com/click.phdo?i=a9f492bfd8eeef5938fd0e550a934476</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648481&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 12:00:39 GMT</pubDate>
			<description><![CDATA[I'm trying to get rid of some javascript errors related to fadein/fade out. If you go to my test site here findmydentalplan.com/signup.php you will see the green ticks and red warning boxes working fine when entering information, but I get 92 (!) errors when checking the error console. 

Chrome:...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=a9f492bfd8eeef5938fd0e550a934476&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=a9f492bfd8eeef5938fd0e550a934476&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>I'm trying to get rid of some javascript errors related to fadein/fade out. If you go to my test site here findmydentalplan.com/signup.php you will see the green ticks and red warning boxes working fine when entering information, but I get 92 (!) errors when checking the error console. <br />
<br />
Chrome: <br />
Uncaught TypeError: Cannot read property 'style' of null /templates/default/js/core.js:124<br />
<br />
Looking in the core.js file I find this <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">function hide_info(x){<br />
&nbsp; //fades out the info<br />
&nbsp; opacity('infobox_'+x,90,0,1000);<br />
}<br />
<br />
function show_info(x){<br />
&nbsp; //fades in the info<br />
&nbsp; opacity('infobox_'+x,0,90,100);<br />
}<br />
<br />
function opacity(id, opacStart, opacEnd, millisec){<br />
&nbsp; //sets opacity of an DOM object<br />
&nbsp; //speed for each frame<br />
&nbsp; var speed = Math.round(millisec / 100);<br />
&nbsp; var timer = 0;<br />
<br />
&nbsp; //determine the direction for the blending, if start and end are the same nothing happens<br />
&nbsp; if(opacStart &gt; opacEnd) {<br />
&nbsp; &nbsp; for(i = opacStart; i &gt;= opacEnd; i--) {<br />
&nbsp; &nbsp; &nbsp; setTimeout(&quot;change_opacity(&quot; + i + &quot;,'&quot; + id + &quot;')&quot;,(timer * speed));<br />
&nbsp; &nbsp; &nbsp; timer++;<br />
&nbsp; &nbsp; }<br />
&nbsp; } else if(opacStart &lt; opacEnd) {<br />
&nbsp; &nbsp; for(i = opacStart; i &lt;= opacEnd; i++) {<br />
&nbsp; &nbsp; &nbsp; setTimeout(&quot;change_opacity(&quot; + i + &quot;,'&quot; + id + &quot;')&quot;,(timer * speed));<br />
&nbsp; &nbsp; &nbsp; timer++;<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
}<br />
<br />
<br />
function change_opacity(opacity, id) {<br />
&nbsp; //change opacity (cross browsers)<br />
&nbsp; var object = document.getElementById(id).style;<br />
&nbsp; object.opacity = (opacity / 100);<br />
&nbsp; object.MozOpacity = (opacity / 100);<br />
&nbsp; object.KhtmlOpacity = (opacity / 100);<br />
&nbsp; object.filter = &quot;alpha(opacity=&quot; + opacity + &quot;)&quot;;<br />
}</code><hr />
</div>Line 124 is: var object = document.getElementById(id).style;<br />
<br />
I have added some style=&quot;opacity:1; background: white;&quot; properties to my HTML thinking that was the problem, but it makes no difference. Still getting the error related to line 124.<br />
<br />
Since my javascript knowledge is minimal and I seem to have a learning-disability for what javascript concerns, I hope some of you more skilled people can tell me what this is about, and what I need to do.<br />
<br />
Thanks in advance!</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=a9f492bfd8eeef5938fd0e550a934476&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=a9f492bfd8eeef5938fd0e550a934476&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=15">JavaScript</category>
			<dc:creator>nordal</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648481</guid>
		</item>
		<item>
			<title>Showing nos of event counts per eventsubcategory under a maincategory</title>
			<link>http://www.pheedcontent.com/click.phdo?i=e4eeef1b1eee6c536c6b5acb3e01444b</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648480&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 11:39:00 GMT</pubDate>
			<description>Code:
---------
SELECT s.URLName
       , s.SubCategoryID
       , s.SubCategoryName
       , COUNT(DISTINCT(e.EventID)) AS COUNT 
       FROM subeventcategory s
		  LEFT JOIN 
                 eventcategory c ON c.CategoryID  = s.CategoryID&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=e4eeef1b1eee6c536c6b5acb3e01444b&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=e4eeef1b1eee6c536c6b5acb3e01444b&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://a.rfihub.com/eus.gif?eui=2225&quot;/&gt;</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">SELECT s.URLName<br />
&nbsp; &nbsp; &nbsp;  , s.SubCategoryID<br />
&nbsp; &nbsp; &nbsp;  , s.SubCategoryName<br />
&nbsp; &nbsp; &nbsp;  , COUNT(DISTINCT(e.EventID)) AS COUNT <br />
&nbsp; &nbsp; &nbsp;  FROM subeventcategory s<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LEFT JOIN <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  eventcategory c ON c.CategoryID&nbsp; = s.CategoryID<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LEFT JOIN <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  event e ON s.SubCategoryID = e.SubCategoryID<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WHERE e.IsActive =1&nbsp; AND c.URLName = 'music'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND (DATE(e.ToDate) &gt;= DATE(NOW()) OR e.ToDate = &quot;0000-00-00&quot; )<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GROUP BY s.SubCategoryID <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ORDER BY s.SubCategoryName ASC;</code><hr />
</div>I need the code above to return no of event counts per subcategory even for sucategories with event count = 0<br />
<br />
At the moment this query ONLY returns subcategories with eventcount &gt; 0<br />
<br />
If i change the WHERE clause to AND it returns all the subcategories in the db with the respective event counts.<br />
<br />
Here is a dump of of the data needed for any tests. Thanks in advance!<br />
<br />
EVENT MAIN CATEGORY:<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">-- Table structure for table `eventcategory`<br />
--<br />
<br />
CREATE TABLE IF NOT EXISTS `eventcategory` (<br />
&nbsp; `CategoryID` int(10) unsigned NOT NULL auto_increment,<br />
&nbsp; `CategoryName` varchar(40) NOT NULL,<br />
&nbsp; `URLName` varchar(200) NOT NULL,<br />
&nbsp; PRIMARY KEY&nbsp; (`CategoryID`),<br />
&nbsp; UNIQUE KEY `Index_2` (`URLName`)<br />
) ENGINE=InnoDB&nbsp; DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=15 ;<br />
<br />
--<br />
-- Dumping data for table `eventcategory`<br />
--<br />
<br />
INSERT INTO `eventcategory` (`CategoryID`, `CategoryName`, `URLName`) VALUES<br />
(1, 'Music', 'music'),<br />
(2, 'Happy Hour', 'happy-hour'),<br />
(3, 'Food and Drink', 'food-and-drink'),<br />
(4, 'Arts/Theatre/Film', 'arts-theatre-film'),<br />
(5, 'Sport/Health', 'sport-health'),<br />
(6, 'Science/Tech/Education', 'science-tech-education'),<br />
(7, 'Nightlife', 'nightlife'),<br />
(8, 'Family', 'family'),<br />
(9, 'Organizations/Charities', 'organizations-charities'),<br />
(10, 'Business/Politics ', 'business-politics'),<br />
(11, 'Other', 'other'),<br />
(12, 'Gay and Lesbian', 'gay-and-lesbian'),<br />
(13, 'Second Saturday', 'second-saturday'),<br />
(14, 'Holidays', 'holidays');</code><hr />
</div>EVENT SUBCATEGORY<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">-- Table structure for table `subeventcategory`<br />
--<br />
<br />
CREATE TABLE IF NOT EXISTS `subeventcategory` (<br />
&nbsp; `SubCategoryID` int(10) unsigned NOT NULL auto_increment,<br />
&nbsp; `SubCategoryName` varchar(45) NOT NULL,<br />
&nbsp; `CategoryID` int(10) unsigned NOT NULL,<br />
&nbsp; `URLName` varchar(200) NOT NULL,<br />
&nbsp; PRIMARY KEY&nbsp; (`SubCategoryID`),<br />
&nbsp; UNIQUE KEY `Index_3` (`URLName`),<br />
&nbsp; KEY `FK_subeventcategory_1` (`CategoryID`)<br />
) ENGINE=InnoDB&nbsp; DEFAULT CHARSET=latin1 AUTO_INCREMENT=111 ;<br />
<br />
--<br />
-- Dumping data for table `subeventcategory`<br />
--<br />
<br />
INSERT INTO `subeventcategory` (`SubCategoryID`, `SubCategoryName`, `CategoryID`, `URLName`) VALUES<br />
(1, 'Alternative', 1, 'alternative'),<br />
(2, 'Classical', 1, 'classical'),<br />
(3, 'Comedy', 1, 'comedy'),<br />
(4, 'Country/Folk', 1, 'country-folk'),<br />
(5, 'Dance/Electronic', 1, 'dance-electronic'),<br />
(6, 'Hard Rock/Metal ', 1, 'hardrock-and-metal'),<br />
(7, 'Jazz/Blues', 1, 'jazz-and-blues'),<br />
(8, 'Latin', 1, 'latin'),<br />
(9, 'New Age/Spiritual ', 1, 'newage-spiritual'),<br />
(10, 'Rap and Hip-Hop ', 1, 'rap-and-hiphop'),<br />
(11, 'R&amp;B/Urban Soul', 1, 'r-and-b-urban-soul'),<br />
(12, 'Rock/Pop', 1, 'rock-and-pop'),<br />
(13, 'World', 1, 'world'),<br />
(14, 'Other - Music', 1, 'other-music'),<br />
(15, 'Monday', 2, 'monday'),<br />
(16, 'Tuesday', 2, 'tuesday'),<br />
(17, 'Wednesday', 2, 'wednesday'),<br />
(18, 'Thursday', 2, 'thursday'),<br />
(19, 'Friday', 2, 'friday'),<br />
(20, 'Saturday', 2, 'saturday'),<br />
(21, 'Sunday', 2, 'sunday'),<br />
(23, 'Wine Tasting', 3, 'wine-tasting'),<br />
(24, 'Specials', 3, 'specials'),<br />
(25, 'Festivals', 3, 'festivals'),<br />
(26, 'Farmers Market', 3, 'farmers-market'),<br />
(27, 'Other - Food and Drink', 3, 'other-food-and-drink'),<br />
(28, 'Film', 4, 'film'),<br />
(29, 'Galleries', 4, 'galleries'),<br />
(30, 'Ballet and Dance', 4, 'ballet-and-dance'),<br />
(31, 'Literary', 4, 'literary'),<br />
(32, 'Broadway', 4, 'broadway'),<br />
(33, 'Visual Arts', 4, 'visual-arts'),<br />
(34, 'Classical Music', 4, 'classical-music'),<br />
(35, 'Off Broadway', 4, 'off-broadway'),<br />
(36, 'Museums/Exhibits', 4, 'musuems-and-exhibits'),<br />
(37, 'Musicals', 4, 'musicals'),<br />
(38, 'Opera', 4, 'opera'),<br />
(39, 'Plays', 4, 'plays'),<br />
(40, 'Other - Arts/Theatre/Film', 4, 'other-art-theatre-film'),<br />
(41, 'Baseball', 5, 'baseball'),<br />
(42, 'Basketball', 5, 'basketball'),<br />
(43, 'Boxing', 5, 'boxing'),<br />
(44, 'Competitions', 5, 'competitions'),<br />
(45, 'Curling', 5, 'curling'),<br />
(46, 'Field Sports', 5, 'field-sports'),<br />
(47, 'Football', 5, 'football'),<br />
(48, 'Golf', 5, 'golf'),<br />
(49, 'Hockey', 5, 'hockey'),<br />
(50, 'Lacrosse', 5, 'lacrosse'),<br />
(51, 'Mixed Martial/Arts', 5, 'mixed-maritials-arts'),<br />
(52, 'Motorsports', 5, 'motor-sports'),<br />
(53, 'Rodeo/Bull Riding', 5, 'rodeo-bull-riding'),<br />
(54, 'Skating', 5, 'skating'),<br />
(55, 'Soccer', 5, 'soccer'),<br />
(56, 'Tennis', 5, 'tennis'),<br />
(57, 'Volleyball', 5, 'volleyball'),<br />
(58, 'Wrestling', 5, 'wrestling'),<br />
(59, 'MLB', 5, 'mlb'),<br />
(60, 'NFL', 5, 'nfl'),<br />
(61, 'NHL', 5, 'nhl'),<br />
(62, 'NBA', 5, 'nba'),<br />
(63, 'WNBA', 5, 'wnba'),<br />
(64, 'Yoga', 5, 'yoga'),<br />
(65, 'Other - Sports/Health', 5, 'other-sports-health'),<br />
(66, 'Night Club', 7, 'night-club'),<br />
(67, 'Latin Dance', 7, 'latin-dance'),<br />
(68, 'Dance Lessons', 7, 'dance-lessons'),<br />
(69, 'Adult', 7, 'adult'),<br />
(70, 'Other - Nightlife', 7, 'other-nightlife'),<br />
(71, 'Children''s Music and Theater', 8, 'childrens-music-and-theater'),<br />
(72, 'Learning', 8, 'learning'),<br />
(73, 'Circus', 8, 'circus'),<br />
(74, 'Fairs/Festivals', 8, 'fairs-and-festivals'),<br />
(75, 'Family Attractions', 8, 'family-attractions'),<br />
(76, 'Ice Shows', 8, 'ice-shows'),<br />
(77, 'Magic Shows', 8, 'magic-shows'),<br />
(78, 'Other - Family', 8, 'other-family'),<br />
(79, 'Fundraisers', 9, 'fundraisers'),<br />
(80, 'Religious', 9, 'religious'),<br />
(81, 'Non Profit', 9, 'non-profit'),<br />
(82, 'Lectures', 9, 'lectures-organizations-charities'),<br />
(83, 'Other - Organizations/Charities', 9, 'other-organizations-charities'),<br />
(84, 'Conferences ', 10, 'conferences'),<br />
(85, 'General Business', 10, 'general-business'),<br />
(86, 'Lectures', 10, 'lectures-business-politics'),<br />
(87, 'Speeches', 10, 'speeches'),<br />
(88, 'Launches', 10, 'launches'),<br />
(89, 'General Political', 10, 'general-political'),<br />
(90, 'Other - Business/Politics', 10, 'other-business-politics'),<br />
(91, 'Science', 6, 'science'),<br />
(92, 'Technology', 6, 'technology'),<br />
(93, 'Computers', 6, 'computers'),<br />
(94, 'Education', 6, 'education'),<br />
(95, 'Other - Science/Tech/Education', 6, 'other-science-tech-education'),<br />
(96, 'Gay and Lesbian', 12, 'gay-and-lesbian'),<br />
(97, 'Second Saturday', 13, 'second-saturday'),<br />
(98, 'Mondays', 7, 'mondays'),<br />
(99, 'Tuesdays', 7, 'tuesdays'),<br />
(100, 'Wednesdays', 7, 'wednesdays'),<br />
(101, 'Thursdays', 7, 'thursdays'),<br />
(102, 'Fridays', 7, 'fridays'),<br />
(103, 'Saturdays', 7, 'saturdays'),<br />
(104, 'Sundays', 7, 'sundays'),<br />
(105, 'Thanksgiving', 14, 'thanksgiving'),<br />
(106, 'Christmas', 14, 'christmas'),<br />
(107, 'New Years Eve', 14, 'new-years-eve'),<br />
(108, 'New Years Day', 14, 'new-years-day'),<br />
(109, 'Mo-Fr', 2, 'mo-fr'),<br />
(110, 'Weekdays', 2, 'weekdays');</code><hr />
</div>EVENTS TABLE<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">-- Table structure for table `event`<br />
--<br />
<br />
CREATE TABLE IF NOT EXISTS `event` (<br />
&nbsp; `EventID` int(10) unsigned NOT NULL auto_increment,<br />
&nbsp; `EventName` varchar(35) NOT NULL,<br />
&nbsp; `FromDate` date NOT NULL default '0000-00-00',<br />
&nbsp; `ToDate` date NOT NULL default '0000-00-00',<br />
&nbsp; `EventTime` time NOT NULL,<br />
&nbsp; `Description` text NOT NULL,<br />
&nbsp; `MainThumbnail` varchar(100) NOT NULL,<br />
&nbsp; `CategoryID` int(10) unsigned NOT NULL,<br />
&nbsp; `Cover` varchar(6) default '$0',<br />
&nbsp; `AreaID` int(10) unsigned NOT NULL,<br />
&nbsp; `DateAdded` datetime NOT NULL,<br />
&nbsp; `IsActive` tinyint(1) NOT NULL default '0',<br />
&nbsp; `Type` varchar(8) NOT NULL,<br />
&nbsp; `AgeRestriction` varchar(10) default NULL,<br />
&nbsp; `URLName` varchar(200) NOT NULL,<br />
&nbsp; `ShortDescription` varchar(150) NOT NULL,<br />
&nbsp; `DetailsThumbnail` varchar(100) NOT NULL,<br />
&nbsp; `SubCategoryID` int(10) unsigned NOT NULL,<br />
&nbsp; `EventDay` varchar(45) NOT NULL,<br />
&nbsp; `Gay` tinyint(1) unsigned default '0',<br />
&nbsp; PRIMARY KEY&nbsp; (`EventID`),<br />
&nbsp; UNIQUE KEY `Index_5` (`URLName`),<br />
&nbsp; KEY `FK_event_1` (`CategoryID`),<br />
&nbsp; KEY `FK_event_2` (`AreaID`),<br />
&nbsp; KEY `FK_event_3` (`SubCategoryID`)<br />
) ENGINE=InnoDB&nbsp; DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC COMMENT='InnoDB free: 3072 kB; (`AreaID`) REFER `dbsac/area`(`AreaID`' AUTO_INCREMENT=16 ;<br />
<br />
--<br />
-- Dumping data for table `event`<br />
--<br />
<br />
INSERT INTO `event` (`EventID`, `EventName`, `FromDate`, `ToDate`, `EventTime`, `Description`, `MainThumbnail`, `CategoryID`, `Cover`, `AreaID`, `DateAdded`, `IsActive`, `Type`, `AgeRestriction`, `URLName`, `ShortDescription`, `DetailsThumbnail`, `SubCategoryID`, `EventDay`, `Gay`) VALUES<br />
(1, 'Decorex 2009', '2009-11-03', '2009-11-03', '07:50:49', 'Pellentesque elementum commodo ante. Mauris sollicitudin, nibh at tempus blandit, dui sem placerat lorem, sit amet facilisis ligula justo in neque. Sed dignissim malesuada erat. Maecenas at diam in magna tincidunt fringilla. In hac habitasse platea dictumst. Ut dignissim odio a turpis. Cras elementum justo a massa. Nullam eu odio. Aenean lectus sem, lacinia in, euismod sed, vulputate a, pede. Pellentesque lectus mi, fringilla vel, suscipit nec, convallis in, sem. ', 'events/event168112/main_thumbnail/thumb_event1680211.jpg', 1, '$16', 11, '2008-09-14 19:57:58', 1, 'onceoff', '18+', 'decorex-2009', 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus congue pede vel massa. Nullam viverra justo accumsan dia', 'events/event168112/details_thumbnail/5.jpg', 3, '', 0),<br />
(2, 'J&amp;B Crackdown', '2009-11-29', '2009-11-29', '11:50:49', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris libero. Praesent lobortis, tellus ac placerat viverra, magna felis cursus nibh, et rhoncus turpis turpis eget orci. Cras et enim consectetuer sem faucibus laoreet. Nullam leo. Duis tincidunt dictum purus. Quisque vitae purus venenatis mauris ullamcorper rhoncus. Pellentesque id urna at lorem suscipit tempor. Donec nibh diam, congue et, consequat eget, bibendum sed, odio. In aliquet magna at mi. Nunc feugiat sapien eget est. Vivamus interdum pulvinar neque. Integer elementum.', 'events/event168454/main_thumbnail/thumb_event1680211.jpg', 5, '$10', 5, '2009-10-24 11:11:49', 1, 'onceoff', 'All Ages', 'jb-crackdown', 'Fusce volutpat molestie nisi. Vestibulum nibh lectus, congue et, sodales eu, facilisis quis, quam. Ut viverra tempus nibh.', 'events/event168454/details_thumbnail/3.jpg', 48, '', 0),<br />
(3, 'ANC Annual Meeting', '0000-00-00', '0000-00-00', '11:30:49', 'Suspendisse potenti. Phasellus ante eros, vestibulum rutrum, aliquet interdum, tristique aliquam, ante. Proin molestie ipsum sed sem. Sed eu nulla. Sed at arcu quis massa pulvinar aliquet. Suspendisse dolor justo, tempus sed, consequat quis, sollicitudin ut, sem. Aliquam rhoncus accumsan leo. Pellentesque felis magna, auctor quis, posuere nec, facilisis non, ipsum. Praesent risus nunc, dictum et, tempor eget, lacinia a, nisl. Nam quis arcu cursus enim mattis iaculis.', 'events/event1680007/main_thumbnail/thumb_event1680211.jpg', 2, '$0', 89, '2009-12-14 21:06:12', 1, 'weekly', '21+', 'anc-annual-meeting', 'Etiam bibendum erat vel ipsum. Nullam mattis. Ut enim diam, blandit sit amet, venenatis volutpat, suscipit fermentum', 'events/event1680007/details_thumbnail/2.jpg', 16, 'Mon, Tues &amp; Fri Nights &amp; weds', 0),<br />
(5, 'Ackermans Summit', '0000-00-00', '0000-00-00', '00:00:00', 'Cras massa dolor, rhoncus et, ullamcorper vel, elementum quis, dolor. Ut elit quam, semper eget, ornare eget, vehicula eget, arcu. Ut sed massa ac felis consectetuer dictum. Phasellus eu orci. Maecenas sit amet dui. Nulla sapien nisi, ultrices vitae, tempus ac, ultrices eu, sapien. Vivamus porta viverra metus. Phasellus cursus sollicitudin dui. Duis interdum nisl feugiat enim. Curabitur elit urna, semper ac, faucibus at, viverra ut, orci. Quisque posuere', 'events/event1680219/main_thumbnail/thumb_event1680211.jpg', 2, '$50.78', 74, '2008-09-13 08:48:12', 1, 'weekly', 'All Ages', 'ackermans-summit', 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus congue pede vel massa. Nullam viverra justo accumsan dia', 'events/event1680219/details_thumbnail/1.jpg', 17, 'fir and monday nights', NULL),<br />
(15, 'Live Karoake', '2010-03-16', '2010-09-18', '18:10:00', 'kjk', 'events/event151003/main_thumbnail/thumb_event151003.jpg', 7, '$50', 14, '2009-10-03 05:34:45', 1, 'onceoff', '21+', 'anc-annual-meetings', 'ukjkjk', 'events/event151003/details_thumbnail/det_event151003.jpg', 100, '', NULL);<br />
<br />
--</code><hr />
</div></div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=e4eeef1b1eee6c536c6b5acb3e01444b&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=e4eeef1b1eee6c536c6b5acb3e01444b&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=182">MySQL</category>
			<dc:creator>dele454</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648480</guid>
		</item>
		<item>
			<title>MBBS In Ukraine</title>
			<link>http://www.pheedcontent.com/click.phdo?i=39e05daa49dd0b2234cd6712640c9a90</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648477&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 11:29:34 GMT</pubDate>
			<description><![CDATA[Hi,

Join the world recognized MBBS program in Ukraine.

You can now earn your MBBS degree at an expense less than 30% by doing it in one of the most reputed universities in Ukraine with world class accreditation.

    *      50% Aggregate In Physics, Chemistry & Biology
    *      30% Cheaper
   ...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=39e05daa49dd0b2234cd6712640c9a90&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=39e05daa49dd0b2234cd6712640c9a90&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Join the world recognized MBBS program in Ukraine.<br />
<br />
You can now earn your MBBS degree at an expense less than 30% by doing it in one of the most reputed universities in Ukraine with world class accreditation.<br />
<br />
    *      50% Aggregate In Physics, Chemistry &amp; Biology<br />
    *      30% Cheaper<br />
    *      World Class Standards<br />
    *      Medical University Listed  With International Medical Education <br />
            Directory (IMED). <br />
<br />
Karabuts<br />
Logovenko Street,<br />
Mykolayiv<br />
Ukraine - 16600<br />
+380930484422</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=39e05daa49dd0b2234cd6712640c9a90&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=39e05daa49dd0b2234cd6712640c9a90&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=178">Careers and Education</category>
			<dc:creator>kuberentp1</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648477</guid>
		</item>
		<item>
			<title>I want solution for my PC</title>
			<link>http://www.pheedcontent.com/click.phdo?i=574ec29e94c570d38d64e81c6a668167</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648475&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 11:24:05 GMT</pubDate>
			<description>Please give mi solution for my PC. My PC getting hang every time. I have 2 GB ram but still having problems. what should i do ????????&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=574ec29e94c570d38d64e81c6a668167&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=574ec29e94c570d38d64e81c6a668167&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://a.rfihub.com/eus.gif?eui=2225&quot;/&gt;</description>
			<content:encoded><![CDATA[<div>Please give mi solution for my PC. My PC getting hang every time. I have 2 GB ram but still having problems. what should i do ????????</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=574ec29e94c570d38d64e81c6a668167&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=574ec29e94c570d38d64e81c6a668167&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=18">Computer Hardware and Software</category>
			<dc:creator>austinparkar</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648475</guid>
		</item>
		<item>
			<title>Why might you want to use nofollow on an internal link?</title>
			<link>http://www.pheedcontent.com/click.phdo?i=bef2c9cf04f913518a32b94ddab055df</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648474&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 11:23:48 GMT</pubDate>
			<description>Hi All the forum members!
I am here to share a question and hope you all guys are gonna help me!
My question is Why might you want to use nofollow on an internal link?
Thanks in Advance&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=bef2c9cf04f913518a32b94ddab055df&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=bef2c9cf04f913518a32b94ddab055df&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://a.rfihub.com/eus.gif?eui=2225&quot;/&gt;</description>
			<content:encoded><![CDATA[<div>Hi All the forum members!<br />
I am here to share a question and hope you all guys are gonna help me!<br />
My question is Why might you want to use nofollow on an internal link?<br />
Thanks in Advance</div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=bef2c9cf04f913518a32b94ddab055df&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=bef2c9cf04f913518a32b94ddab055df&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=3">Search Engine Optimization</category>
			<dc:creator>Armanarora</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648474</guid>
		</item>
		<item>
			<title><![CDATA[active tab doesn't change color]]></title>
			<link>http://www.pheedcontent.com/click.phdo?i=f36f0d3b57561aedbaf9e92201a9e0b7</link>
			<pheedo:origLink>http://www.sitepoint.com/forums/showthread.php?t=648473&amp;amp;goto=newpost</pheedo:origLink>
			<pubDate>Mon, 23 Nov 2009 11:23:37 GMT</pubDate>
			<description>hi folks. i m working on a website. i m in final touches of the layout but i got some issues. the tabs which r active should be in blue and non active in grey but the tabs which is active like in my http://ammardesigns.com/sandbox/test.php if u click on second tab the page open but tab color stays...&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=f36f0d3b57561aedbaf9e92201a9e0b7&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=f36f0d3b57561aedbaf9e92201a9e0b7&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://a.rfihub.com/eus.gif?eui=2225&quot;/&gt;</description>
			<content:encoded><![CDATA[<div>hi folks. i m working on a website. i m in final touches of the layout but i got some issues. the tabs which r active should be in blue and non active in grey but the tabs which is active like in my <a href="http://ammardesigns.com/sandbox/test.php" target="_blank">http://ammardesigns.com/sandbox/test.php</a> if u click on second tab the page open but tab color stays the same. 2nd problem is that the top left rounded corner has moved towards right when i was playing with the div that contained tabs. here is the css. can anyone help me out with it?<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">CSS Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:480px;max-width:480px;height:212px; overflow:auto"><div dir="ltr" style="text-align:left;"><div style="background:#f0f0f0;"><span style="color: #cc00cc;">#tabholder</span><span style="color: #66cc66;">&#123;</span>float<span style="color: #3333ff;">:left</span>;width<span style="color: #3333ff;">:auto</span>;;height<span style="color: #3333ff;">:<span style="color: #933;">39px</span></span>;margin-top<span style="color: #3333ff;">:<span style="color: #933;">11px</span></span>;margin-left<span style="color: #3333ff;">:-<span style="color: #933;">6px</span></span>;<span style="color: #66cc66;">&#125;</span></div><div style="">ul<span style="color: #66cc66;">&#123;</span>float<span style="color: #3333ff;">:left</span>; list-style<span style="color: #3333ff;">:none</span>;<span style="color: #66cc66;">&#125;</span></div><div style="background:#f0f0f0;">li<span style="color: #66cc66;">&#123;</span>float<span style="color: #3333ff;">:left</span>; padding<span style="color: #3333ff;">:<span style="color: #933;">5px</span></span>; padding-left<span style="color: #3333ff;">:<span style="color: #933;">5px</span></span>; padding-right<span style="color: #3333ff;">:<span style="color: #933;">5px</span></span>;<span style="color: #66cc66;">&#125;</span></div><div style=""><span style="color: #cc00cc;">#inactive</span> a<span style="color: #3333ff;">:visited</span><span style="color: #66cc66;">&#123;</span><span style="color: #000066;">background</span>:<span style="color: #cc00cc;">#b2b2b2</span> <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span><span style="color: #933;">images/left-inactive<span style="color: #6666ff;">.jpg</span></span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066;">left</span> <span style="color: #000066;">top</span> <span style="color: #993333;">no-repeat</span>; font-family<span style="color: #3333ff;">:Verdana</span>, Arial, Helvetica, <span style="color: #993333;">sans-serif</span>; font-size<span style="color: #3333ff;">:<span style="color: #933;">12px</span></span>; padding-left<span style="color: #3333ff;">:<span style="color: #933;">10px</span></span>; padding-bottom<span style="color: #3333ff;">:<span style="color: #933;">5px</span></span>; text-decoration<span style="color: #3333ff;">:none</span>; <span style="color: #000066;">color</span>:<span style="color: #cc00cc;">#FFFFFF</span>;<span style="color: #66cc66;">&#125;</span></div><div style="background:#f0f0f0;"><span style="color: #cc00cc;">#inactive</span> a<span style="color: #3333ff;">:visited</span> span<span style="color: #66cc66;">&#123;</span>background<span style="color: #3333ff;">:url</span><span style="color: #66cc66;">&#40;</span>images/right-inactive<span style="color: #6666ff;">.jpg</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066;">right</span> <span style="color: #000066;">top</span> <span style="color: #993333;">no-repeat</span> ; padding-right<span style="color: #3333ff;">:<span style="color: #933;">10px</span></span>;<span style="color: #66cc66;">&#125;</span></div><div style=""><span style="color: #cc00cc;">#inactive</span> ul<span style="color: #66cc66;">&#123;</span>list-style<span style="color: #3333ff;">:none</span>;<span style="color: #66cc66;">&#125;</span></div><div style="background:#f0f0f0;"><span style="color: #cc00cc;">#inactive</span> li<span style="color: #66cc66;">&#123;</span>list-style<span style="color: #3333ff;">:none</span>;float<span style="color: #3333ff;">:left</span>;padding<span style="color: #3333ff;">:<span style="color: #933;">2px</span></span>;<span style="color: #66cc66;">&#125;</span></div><div style=""><span style="color: #cc00cc;">#current</span> a<span style="color: #3333ff;">:active</span><span style="color: #66cc66;">&#123;</span><span style="color: #000066;">background</span>:<span style="color: #cc00cc;">#0066a4</span> <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span><span style="color: #933;">images/left-active<span style="color: #6666ff;">.jpg</span></span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066;">left</span> <span style="color: #000066;">top</span> <span style="color: #993333;">no-repeat</span>; font-family<span style="color: #3333ff;">:Verdana</span>, Arial, Helvetica, <span style="color: #993333;">sans-serif</span>; font-size<span style="color: #3333ff;">:<span style="color: #933;">12px</span></span>; padding-left<span style="color: #3333ff;">:<span style="color: #933;">10px</span></span>; padding-bottom<span style="color: #3333ff;">:<span style="color: #933;">5px</span></span>; text-decoration<span style="color: #3333ff;">:none</span>; <span style="color: #000066;">color</span>:<span style="color: #cc00cc;">#FFFFFF</span>;<span style="color: #66cc66;">&#125;</span></div><div style="background:#f0f0f0;"><span style="color: #cc00cc;">#current</span> a<span style="color: #3333ff;">:active</span> span<span style="color: #66cc66;">&#123;</span><span style="color: #000066;">background</span>:<span style="color: #cc00cc;">#0066a4</span> <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span><span style="color: #933;">images/right-active<span style="color: #6666ff;">.jpg</span></span><span style="color: #66cc66;">&#41;</span> <span style="color: #000066;">right</span> <span style="color: #000066;">top</span> <span style="color: #993333;">no-repeat</span>; font-family<span style="color: #3333ff;">:Verdana</span>, Arial, Helvetica, <span style="color: #993333;">sans-serif</span>; font-size<span style="color: #3333ff;">:<span style="color: #933;">12px</span></span>; padding-right<span style="color: #3333ff;">:<span style="color: #933;">10px</span></span>; padding-bottom<span style="color: #3333ff;">:<span style="color: #933;">5px</span></span>; text-decoration<span style="color: #3333ff;">:none</span>; <span style="color: #000066;">color</span>:<span style="color: #cc00cc;">#FFFFFF</span>;<span style="color: #66cc66;">&#125;</span></div><div style=""><span style="color: #cc00cc;">#current</span> ul<span style="color: #66cc66;">&#123;</span>list-style<span style="color: #3333ff;">:none</span>;<span style="color: #66cc66;">&#125;</span></div><div style="background:#f0f0f0;"><span style="color: #cc00cc;">#current</span> li<span style="color: #66cc66;">&#123;</span>list-style<span style="color: #3333ff;">:none</span>;float<span style="color: #3333ff;">:left</span>;padding<span style="color: #3333ff;">:<span style="color: #933;">2px</span></span>;<span style="color: #66cc66;">&#125;</span></div></div></pre>
</div></div>

<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=f36f0d3b57561aedbaf9e92201a9e0b7&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=f36f0d3b57561aedbaf9e92201a9e0b7&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://a.rfihub.com/eus.gif?eui=2225"/>]]></content:encoded>
			<category domain="http://www.sitepoint.com/forums/forumdisplay.php?f=53">CSS</category>
			<dc:creator>ammark</dc:creator>
			<guid isPermaLink="false">http://www.sitepoint.com/forums/showthread.php?t=648473</guid>
		</item>
	</channel>
</rss>