<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Lost-In-Code</title>
	<atom:link href="http://www.lost-in-code.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<pubDate>Tue, 02 Dec 2008 08:15:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on PHP : Array to Object by Antonie Potgieter</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-array-to-object/#comment-212</link>
		<dc:creator>Antonie Potgieter</dc:creator>
		<pubDate>Tue, 02 Dec 2008 06:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=39#comment-212</guid>
		<description>@Hari

You are right, it will not work with multi-dimensional arrays.
You could create a recursive type of function with a break to handle that though.
Below is an example of how the array is converted to an object.

http://lost-in-code.com/wp-content/projects/php-array-to-object/

The example I wrote above uses type casting.
Either way, it only converts the first array instance and not the inner arrays.

Best,
Antonie</description>
		<content:encoded><![CDATA[<p>@Hari</p>
<p>You are right, it will not work with multi-dimensional arrays.<br />
You could create a recursive type of function with a break to handle that though.<br />
Below is an example of how the array is converted to an object.</p>
<p><a href="http://lost-in-code.com/wp-content/projects/php-array-to-object/" rel="nofollow">http://lost-in-code.com/wp-content/projects/php-array-to-object/</a></p>
<p>The example I wrote above uses type casting.<br />
Either way, it only converts the first array instance and not the inner arrays.</p>
<p>Best,<br />
Antonie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP : Array to Object by Hari</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-array-to-object/#comment-211</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Tue, 02 Dec 2008 05:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=39#comment-211</guid>
		<description>This will not work with multi dimensional arrays.</description>
		<content:encoded><![CDATA[<p>This will not work with multi dimensional arrays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Whois Plugin by BerArt</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-whois-plugin/#comment-209</link>
		<dc:creator>BerArt</dc:creator>
		<pubDate>Mon, 01 Dec 2008 11:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=158#comment-209</guid>
		<description>Let me know when I can translate it into Dutch ;)
You can also find a working example here: http://hosting.ber-art.nl/whois/</description>
		<content:encoded><![CDATA[<p>Let me know when I can translate it into Dutch <img src='http://www.lost-in-code.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
You can also find a working example here: <a href="http://hosting.ber-art.nl/whois/" rel="nofollow">http://hosting.ber-art.nl/whois/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugins 2009 by Wordpress UK &#187; WordPress Plugins 2009</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-plugins-2009/#comment-208</link>
		<dc:creator>Wordpress UK &#187; WordPress Plugins 2009</dc:creator>
		<pubDate>Sat, 29 Nov 2008 21:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=170#comment-208</guid>
		<description>[...] the original post: WordPress Plugins 2009    This entry was posted on Saturday, November 29th, 2008 and is filed under Wordpress Plugins. You [...]</description>
		<content:encoded><![CDATA[<p>[...] the original post: WordPress Plugins 2009    This entry was posted on Saturday, November 29th, 2008 and is filed under Wordpress Plugins. You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Whois Plugin by Berrie Pelser</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-whois-plugin/#comment-206</link>
		<dc:creator>Berrie Pelser</dc:creator>
		<pubDate>Fri, 28 Nov 2008 16:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=158#comment-206</guid>
		<description>And it works great! Remarks and Suggestions are welcome! :) Antonie did a very good job, Thx!</description>
		<content:encoded><![CDATA[<p>And it works great! Remarks and Suggestions are welcome! <img src='http://www.lost-in-code.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Antonie did a very good job, Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress : Using Javascript libraries with your plugin or theme by Antonie Potgieter</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-javascript-libraries-with-your-plugin-or-theme/#comment-204</link>
		<dc:creator>Antonie Potgieter</dc:creator>
		<pubDate>Tue, 25 Nov 2008 21:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=47#comment-204</guid>
		<description>@Miles

Thank you for your comment. Yes, you can use MooTools with &lt;b&gt;wp_enqueue_script&lt;/b&gt; as well.

Since MooTools isn't integrated into WordPress, you'll need to &lt;a href="http://mootools.net/download" title="Download MooTools" rel="nofollow"&gt;download the MooTools library&lt;/a&gt;, put it into your plugin or theme folder and reference it will &lt;b&gt;wp_enqueue_script&lt;/b&gt;.

To enqueue it, you'll need to do something like this :

&lt;code&gt;&lt;?php wp_enqeueue_script('mootools', '/wp-content/themes/my-theme/mootools.js', false, '1.2.1'); ?&gt;&lt;/code&gt;

That should do it. Just change the second parameter to the correct dirname and basename of where you uploaded the Mootools library.

To ensure that it is being loaded properly, simply check your site's source code and check whether it has been injected into the HEAD section where the &lt;b&gt;wp_head&lt;/b&gt; template function is executed.

All the best,
Antonie</description>
		<content:encoded><![CDATA[<p>@Miles</p>
<p>Thank you for your comment. Yes, you can use MooTools with <b>wp_enqueue_script</b> as well.</p>
<p>Since MooTools isn&#8217;t integrated into WordPress, you&#8217;ll need to <a href="http://mootools.net/download" title="Download MooTools" rel="nofollow">download the MooTools library</a>, put it into your plugin or theme folder and reference it will <b>wp_enqueue_script</b>.</p>
<p>To enqueue it, you&#8217;ll need to do something like this :</p>
<p><code>< ?php wp_enqeueue_script('mootools', '/wp-content/themes/my-theme/mootools.js', false, '1.2.1'); ?></code></p>
<p>That should do it. Just change the second parameter to the correct dirname and basename of where you uploaded the Mootools library.</p>
<p>To ensure that it is being loaded properly, simply check your site&#8217;s source code and check whether it has been injected into the HEAD section where the <b>wp_head</b> template function is executed.</p>
<p>All the best,<br />
Antonie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress : Using Javascript libraries with your plugin or theme by Miles</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-javascript-libraries-with-your-plugin-or-theme/#comment-202</link>
		<dc:creator>Miles</dc:creator>
		<pubDate>Tue, 25 Nov 2008 21:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=47#comment-202</guid>
		<description>I'm looking to create a mootools powered navigation in my theme. Would this function also cover mootools?

If so, what would it look like?</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking to create a mootools powered navigation in my theme. Would this function also cover mootools?</p>
<p>If so, what would it look like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL : Transfer database from server to another server by Antonie Potgieter</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/#comment-201</link>
		<dc:creator>Antonie Potgieter</dc:creator>
		<pubDate>Tue, 25 Nov 2008 19:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-201</guid>
		<description>@bright

You can get shell access from your hosting/server provider. It is possible that the login details could be the same as your FTP details though. Give it a try. Something like this : ssh username@domain.com ... and then enter the FTP password.

All the best,
Antonie</description>
		<content:encoded><![CDATA[<p>@bright</p>
<p>You can get shell access from your hosting/server provider. It is possible that the login details could be the same as your FTP details though. Give it a try. Something like this : ssh <a href="mailto:username@domain.com">username@domain.com</a> &#8230; and then enter the FTP password.</p>
<p>All the best,<br />
Antonie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL : Transfer database from server to another server by bright</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/#comment-200</link>
		<dc:creator>bright</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-200</guid>
		<description>but were we can get shell access?</description>
		<content:encoded><![CDATA[<p>but were we can get shell access?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Image Gallery by Wordpress UK &#187; WordPress Image Gallery</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-image-gallery/#comment-199</link>
		<dc:creator>Wordpress UK &#187; WordPress Image Gallery</dc:creator>
		<pubDate>Mon, 24 Nov 2008 14:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=143#comment-199</guid>
		<description>[...] WordPress Image Gallery    This entry was posted on Saturday, November 22nd, 2008 and is filed under Wordpress Plugins. You [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Image Gallery    This entry was posted on Saturday, November 22nd, 2008 and is filed under Wordpress Plugins. You [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
