<?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 NetWebLogic</title>
	<atom:link href="http://blog.netweblogic.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.netweblogic.com</link>
	<description>Anything Web</description>
	<pubDate>Fri, 21 Nov 2008 00:28:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on &#8220;401 Authorization Required&#8221; with PHP by NetWebLogic</title>
		<link>http://blog.netweblogic.com/php/tutorials/401-authorization-required-with-php/#comment-133</link>
		<dc:creator>NetWebLogic</dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=15#comment-133</guid>
		<description>@Houcine

I think your problem is not something to do with my post. This is for PHP scripts hosted on web servers only, not for accessing routers (if that's what you're trying to do)</description>
		<content:encoded><![CDATA[<p>@Houcine</p>
<p>I think your problem is not something to do with my post. This is for PHP scripts hosted on web servers only, not for accessing routers (if that&#8217;s what you&#8217;re trying to do)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;401 Authorization Required&#8221; with PHP by Houcine</title>
		<link>http://blog.netweblogic.com/php/tutorials/401-authorization-required-with-php/#comment-132</link>
		<dc:creator>Houcine</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=15#comment-132</guid>
		<description>Hi friend
Could you pleasehelp me loon my router alwys this
authorization message appears
meet on skype
Atlantis924
thanx</description>
		<content:encoded><![CDATA[<p>Hi friend<br />
Could you pleasehelp me loon my router alwys this<br />
authorization message appears<br />
meet on skype<br />
Atlantis924<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MooTools Offline Documentation by Fregl</title>
		<link>http://blog.netweblogic.com/javascript/mootools/mootools-offline-documentation/#comment-131</link>
		<dc:creator>Fregl</dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=19#comment-131</guid>
		<description>Hi,

Thats great! been looking for this for some time now! since i wil be away from my net connection for 6 weeks.
Now i can just keep ussing it.

Thanx for the super work!

Cheers,
Fregl</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thats great! been looking for this for some time now! since i wil be away from my net connection for 6 weeks.<br />
Now i can just keep ussing it.</p>
<p>Thanx for the super work!</p>
<p>Cheers,<br />
Fregl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read Wordpress RSS Feeds, YouTube Video Lists, and more&#8230; by download youtube video</title>
		<link>http://blog.netweblogic.com/php/tutorials/read-wordpress-rss-feeds-youtube-video-lists-and-more/#comment-124</link>
		<dc:creator>download youtube video</dc:creator>
		<pubDate>Fri, 19 Sep 2008 17:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=10#comment-124</guid>
		<description>nice article thanks for information.im trying this system on php5,i can write my result on this page.

thanks for all.</description>
		<content:encoded><![CDATA[<p>nice article thanks for information.im trying this system on php5,i can write my result on this page.</p>
<p>thanks for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List/Display YouTube Videos With MagpieRSS by crazy.works</title>
		<link>http://blog.netweblogic.com/php/tutorials/listdisplay-youtube-videos-with-magpierss/#comment-121</link>
		<dc:creator>crazy.works</dc:creator>
		<pubDate>Wed, 17 Sep 2008 18:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=13#comment-121</guid>
		<description>hello , 

i wanna make a small video sharing script , i need to show the videos in my script from youtube and google with the all data (thumbnail, the title and description),
so i wrote a code to put the video link in the $url  then i limit the video type if its youtube or google to show the video in the script and i succeed on that 
but i cant output the  video thumbnail, the title and description and i dont know how can i do it

so if that is my code

----------------------------------------------------------------------------------------------------------------------

 youtube ...... site_type=2 --&#62; google*/

$url = "http://www.youtube.com/watch?v=9IOpuGVoyCk";      /*put here the video link*/
$parts = explode("=", $url); 
$video_id = $parts[1];   

if ($site_type == '1') { 
?&#62;


&#60;object type="application/x-shockwave-flash" width="444" height="333"
 data="http://www.youtube.com/v/"&#62;


  

&#60;object type="application/x-shockwave-flash" width="444" height="333"
 data="http://video.google.com/googleplayer.swf?docId=&#38;hl=en&#38;stop=true&#38;playerMode=simple"&#62;


 

---------------------------------------------------------------------------------------------------------------------------------

 if u opened it on your browser it will show the video only without the other needed data,
 just some body help me to add function or code in it to show the thumbnail, the title and description under the video 
, resend me the code back after the editing on it and i will be thankful for that

thanks</description>
		<content:encoded><![CDATA[<p>hello , </p>
<p>i wanna make a small video sharing script , i need to show the videos in my script from youtube and google with the all data (thumbnail, the title and description),<br />
so i wrote a code to put the video link in the $url  then i limit the video type if its youtube or google to show the video in the script and i succeed on that<br />
but i cant output the  video thumbnail, the title and description and i dont know how can i do it</p>
<p>so if that is my code</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p> youtube &#8230;&#8230; site_type=2 &#8211;&gt; google*/</p>
<p>$url = &#8220;http://www.youtube.com/watch?v=9IOpuGVoyCk&#8221;;      /*put here the video link*/<br />
$parts = explode(&#8221;=&#8221;, $url);<br />
$video_id = $parts[1];   </p>
<p>if ($site_type == &#8216;1&#8242;) {<br />
?&gt;</p>
<p>&lt;object type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;444&#8243; height=&#8221;333&#8243;<br />
 data=&#8221;http://www.youtube.com/v/&#8221;&gt;</p>
<p>&lt;object type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;444&#8243; height=&#8221;333&#8243;<br />
 data=&#8221;http://video.google.com/googleplayer.swf?docId=&amp;hl=en&amp;stop=true&amp;playerMode=simple&#8221;&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p> if u opened it on your browser it will show the video only without the other needed data,<br />
 just some body help me to add function or code in it to show the thumbnail, the title and description under the video<br />
, resend me the code back after the editing on it and i will be thankful for that</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List/Display YouTube Videos With MagpieRSS by Outta Bounds &#187; Blog Archive &#187; That&#8217;s one way to build a dynamic front page for WPMU&#8230;</title>
		<link>http://blog.netweblogic.com/php/tutorials/listdisplay-youtube-videos-with-magpierss/#comment-116</link>
		<dc:creator>Outta Bounds &#187; Blog Archive &#187; That&#8217;s one way to build a dynamic front page for WPMU&#8230;</dc:creator>
		<pubDate>Tue, 09 Sep 2008 13:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=13#comment-116</guid>
		<description>[...] a few resources online particularly useful, listed below: PHP and RSS: Getting it Together from IBM List/Display YouTube Videos with MagpieRSS from NetWebLogic PHP, XML, and Character Encodings from [...]</description>
		<content:encoded><![CDATA[<p>[...] a few resources online particularly useful, listed below: PHP and RSS: Getting it Together from IBM List/Display YouTube Videos with MagpieRSS from NetWebLogic PHP, XML, and Character Encodings from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Son of a Son of Suckerfish! by Mark</title>
		<link>http://blog.netweblogic.com/css/suckerfish-drop-down-menu-improved/#comment-85</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 15 Aug 2008 12:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://netweblogic.localhost/css/suckerfish-drop-down-menu-improved/#comment-85</guid>
		<description>**Rubs hands together in glee**

Thanks NetWebLogic (sorry, I searched the whole blog for your name :/) .

I look forward to checking out your moomenu.</description>
		<content:encoded><![CDATA[<p>**Rubs hands together in glee**</p>
<p>Thanks NetWebLogic (sorry, I searched the whole blog for your name :/) .</p>
<p>I look forward to checking out your moomenu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Son of a Son of Suckerfish! by NetWebLogic</title>
		<link>http://blog.netweblogic.com/css/suckerfish-drop-down-menu-improved/#comment-82</link>
		<dc:creator>NetWebLogic</dc:creator>
		<pubDate>Tue, 12 Aug 2008 09:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://netweblogic.localhost/css/suckerfish-drop-down-menu-improved/#comment-82</guid>
		<description>Thanks for pointing that out Mark. The link to the moo version is http://blog.netweblogic.com/demos/ddm/ddm-moo.htm , and I've updated the link too. 

Actually, I do have a tried and tested MooTools driven DDM which I've been meaning to put on here, but I have to make it a little more flexible for distribution. Stay tuned and it'll be up here soon!</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out Mark. The link to the moo version is <a href="http://blog.netweblogic.com/demos/ddm/ddm-moo.htm" rel="nofollow">http://blog.netweblogic.com/demos/ddm/ddm-moo.htm</a> , and I&#8217;ve updated the link too. </p>
<p>Actually, I do have a tried and tested MooTools driven DDM which I&#8217;ve been meaning to put on here, but I have to make it a little more flexible for distribution. Stay tuned and it&#8217;ll be up here soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Son of a Son of Suckerfish! by Mark</title>
		<link>http://blog.netweblogic.com/css/suckerfish-drop-down-menu-improved/#comment-81</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 11 Aug 2008 15:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://netweblogic.localhost/css/suckerfish-drop-down-menu-improved/#comment-81</guid>
		<description>Hi,

Thanks for sharing your improvement of the venerable suckerfish menu.

I just wanted to point out that your last paragraph mentions a mootools powered version but it's link points to the original version. :P

Any chance you can fix the link? ... using mootools gives us the option of adding transitions and time delays on mouseout :)

Thanks again.
Cheers,
Mark</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for sharing your improvement of the venerable suckerfish menu.</p>
<p>I just wanted to point out that your last paragraph mentions a mootools powered version but it&#8217;s link points to the original version. <img src='http://blog.netweblogic.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Any chance you can fix the link? &#8230; using mootools gives us the option of adding transitions and time delays on mouseout <img src='http://blog.netweblogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again.<br />
Cheers,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Son of a Son of Suckerfish! by Keritank</title>
		<link>http://blog.netweblogic.com/css/suckerfish-drop-down-menu-improved/#comment-39</link>
		<dc:creator>Keritank</dc:creator>
		<pubDate>Fri, 20 Jun 2008 11:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://netweblogic.localhost/css/suckerfish-drop-down-menu-improved/#comment-39</guid>
		<description>is there a way to make the menu vertical have been trying to edit the source for days now can't get anywhere?</description>
		<content:encoded><![CDATA[<p>is there a way to make the menu vertical have been trying to edit the source for days now can&#8217;t get anywhere?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
