<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/646630</link>
		<description>Comments by fractalbit</description>
<item>
<title>Online Aspect : 5 things I wish someone had told me</title>
<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#IDComment33832916</link>
<description>I assumed you meant that because you used &amp;quot;index.php&amp;quot; files in your example. So is there a solution for php code? </description>
<pubDate>Thu, 10 Sep 2009 01:33:30 +0000</pubDate>
<guid>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#IDComment33832916</guid>
</item><item>
<title>Online Aspect : 5 things I wish someone had told me</title>
<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#IDComment33815998</link>
<description>Hi Josh, i have a question about root relative urls. In my account if i want to use them, i have to specify them like that: /home/account_name/public_html/forum/folder1/folder2/file.php Is it possible to specify without the &amp;#039;/home/account_name/public_html&amp;#039; part? Is there a configuration i can do so that the root is consider the public_html? .htaccess probably? </description>
<pubDate>Wed, 9 Sep 2009 23:46:42 +0000</pubDate>
<guid>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#IDComment33815998</guid>
</item><item>
<title>Online Aspect : Auto detect a time zone with JavaScript</title>
<link>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#IDComment33000696</link>
<description>And one question. Is there somewhere a list of the timezones and the possible countries that fit that timezone? Sorry if i ask for too much. </description>
<pubDate>Thu, 3 Sep 2009 13:47:30 +0000</pubDate>
<guid>http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/#IDComment33000696</guid>
</item><item>
<title>Online Aspect : How to use variable variables in PHP</title>
<link>http://www.onlineaspect.com/2009/05/31/how-to-use-variable-variables-in-php/#IDComment32882282</link>
<description>hmmm, it doesn&amp;#039;t appear very well, it removed tabs and br actually appears as a new line instead of printing it. Is there a special tag i should use when posting code? (ex. {pre}code{/pre} )    P.S. You added the ability to edit comments? :) (Or is it because i am now registered to intenseDebate?) </description>
<pubDate>Wed, 2 Sep 2009 11:10:04 +0000</pubDate>
<guid>http://www.onlineaspect.com/2009/05/31/how-to-use-variable-variables-in-php/#IDComment32882282</guid>
</item><item>
<title>Online Aspect : How to use variable variables in PHP</title>
<link>http://www.onlineaspect.com/2009/05/31/how-to-use-variable-variables-in-php/#IDComment32881997</link>
<description>Thanks Josh, to understand it better i tried to reconstruct the function and improve on it. Here is what i ended up with:  function debug($variables){ /* Enter the variable names you wish to debug as a string separated by commas It will print the variable name and their respective values like: $varname = value The variable values can be strings, integers, floats, arrays and possibly objects? (didn&amp;#039;t test it) For example ....  $thanks = &amp;#039;to Josh Fraser&amp;#039;; $fruits = array(&amp;quot;apple&amp;quot;, &amp;quot;orange&amp;quot;, &amp;quot;cherry&amp;quot;); debug(&amp;quot;thanks, fruits&amp;quot;);  will print...  ------------------------------------------------------------------------ Debug info ------------------------------------------------------------------------ $thanks = to Josh Fraser $fruits = Array ( [0] =&amp;gt; apple [1] =&amp;gt; orange [2] =&amp;gt; cherry ) ------------------------------------------------------------------------ */  echo &amp;#039;&amp;lt;hr /&amp;gt;Debug info&amp;#039;; $var_array = explode(&amp;quot;,&amp;quot;, $variables); foreach($var_array as $var){ $var = trim($var); global $$var; $results[] = &amp;#039;$&amp;#039; . $var . &amp;#039; = &amp;#039; . print_r($$var, TRUE) . &amp;#039;&lt;br /&gt;&amp;#039;; } echo &amp;#039;&amp;lt;hr /&amp;gt;&amp;#039; . implode(&amp;quot;&amp;quot;, $results) . &amp;#039;&amp;lt;hr /&amp;gt;&amp;#039;; } </description>
<pubDate>Wed, 2 Sep 2009 11:06:25 +0000</pubDate>
<guid>http://www.onlineaspect.com/2009/05/31/how-to-use-variable-variables-in-php/#IDComment32881997</guid>
</item>	</channel>
</rss>