<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>PHP Video Tutorials</title>
		<link>http://forum.phpvideotutorials.com</link>
		<description>PHP Video Tutorials Support Forum</description>
		<language>en</language>
		<lastBuildDate>Fri, 08 Aug 2008 20:32:05 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.phpvideotutorials.com/images/misc/rss.jpg</url>
			<title>PHP Video Tutorials</title>
			<link>http://forum.phpvideotutorials.com</link>
		</image>
		<item>
			<title><![CDATA[Please Tell Me if I'm Going Insane]]></title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2123&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 20:06:33 GMT</pubDate>
			<description><![CDATA[I literally can't wait for this new course to come online. It it's delayed, I'm going to be murderous. I have been checking for the existence of...]]></description>
			<content:encoded><![CDATA[<div>I literally can't wait for this new course to come online. It it's delayed, I'm going to be murderous. I have been checking for the existence of <a href="http://www.phpvideotutorials.com/couses/6" target="_blank">http://www.phpvideotutorials.com/couses/6</a> every hour just to make sure Leigh doesn't upload it early or something. <br />
<br />
I don't know what to do with myself! I don't feel like working (and thus writing C# code) at the moment. GAHH!!</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=28">$forum = rand();</category>
			<dc:creator>Trevor Gau</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2123</guid>
		</item>
		<item>
			<title><![CDATA[The Mac "Community"]]></title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2122&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 18:35:48 GMT</pubDate>
			<description><![CDATA[I really do feel like owning a Mac or iPod or iAnything forces you to be part of some kind of "community". And iStockPhoto isn't doing anything to...]]></description>
			<content:encoded><![CDATA[<div>I really do feel like owning a Mac or iPod or iAnything forces you to be part of some kind of &quot;community&quot;. And iStockPhoto isn't doing anything to debunk this thinking:<br />
<img src="http://www.javavideotutes.com/oldsite/screencasts/2008-08-08_1334.png" border="0" alt="" /><br />
<br />
I know it's not iStockPhoto, but you get the idea (and the blip that it's another `i`Something company)</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=28">$forum = rand();</category>
			<dc:creator>Trevor Gau</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2122</guid>
		</item>
		<item>
			<title>Meta Tag</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2121&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 18:18:36 GMT</pubDate>
			<description>Hi,

1) Do I need to write meta tags in every page I create or just the homepage? 
2) What are the best ways to attract google and yahoo search for a...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
1) Do I need to write meta tags in every page I create or just the homepage? <br />
2) What are the best ways to attract google and yahoo search for a new website<br />
3) how much do you guys charge for banners?<br />
<br />
:rolleyes:</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=17">Other Web Design Languages</category>
			<dc:creator>Frog</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2121</guid>
		</item>
		<item>
			<title>Sweet little project</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2119&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 03:54:27 GMT</pubDate>
			<description><![CDATA[Guys,

I'm working on a sweet little project here, wish I could say more but i'm contracted.

Once its done though i'll let you guys see it.

Its...]]></description>
			<content:encoded><![CDATA[<div>Guys,<br />
<br />
I'm working on a sweet little project here, wish I could say more but i'm contracted.<br />
<br />
Once its done though i'll let you guys see it.<br />
<br />
Its uber cools!</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=28">$forum = rand();</category>
			<dc:creator>a.g.r.c</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2119</guid>
		</item>
		<item>
			<title>Selecting a specific position in a list</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2118&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 03:29:14 GMT</pubDate>
			<description>Hello,  I am setting up a view for a fantasy football pool.  Of the 100 Players, I am showing the top 3 ( Using the LIMIT 3 syntax), np.  But then I...</description>
			<content:encoded><![CDATA[<div>Hello,  I am setting up a view for a fantasy football pool.  Of the 100 Players, I am showing the top 3 ( Using the LIMIT 3 syntax), np.  But then I want to show the current user where they are in comparison.  End result should look someting like this:<br />
<br />
Place        Name<br />
1.          John Doe<br />
2.          Jane Doe<br />
3.           Bob Doe<br />
56.            You<br />
<br />
I know that 1-3 is its own query, but can someone point me in the right direction on how I would create the &quot;56. you&quot; portion?  Do I have to create an Array then compare user ID or something?  Is there a function I can use?<br />
<br />
Thank you for your help,<br />
Brrutzo</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=7">General PHP Discussion</category>
			<dc:creator>brrutzo</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2118</guid>
		</item>
		<item>
			<title>How cool is this!</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2117&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 01:48:11 GMT</pubDate>
			<description>Awesome! Wish it was going to be televised! (http://news.yahoo.com/s/nm/20080807/sc_nm/science_secrets_dc)</description>
			<content:encoded><![CDATA[<div><a href="http://news.yahoo.com/s/nm/20080807/sc_nm/science_secrets_dc" target="_blank">Awesome! Wish it was going to be televised!</a></div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=8">General Chat</category>
			<dc:creator>Mktg_god</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2117</guid>
		</item>
		<item>
			<title>Aloha</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2116&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 00:21:29 GMT</pubDate>
			<description>the other one. The one that means goodbye. I hate to say it - but I am leaving.. for now at least. I have many-a-projects on my plate right now....</description>
			<content:encoded><![CDATA[<div>the other one. The one that means goodbye. I hate to say it - but I am leaving.. for now at least. I have many-a-projects on my plate right now. That, with school, plus being an active member on the board, is too much for me to chew all at once. I had a great summer with you guy - hopefully I'll be back in the coming months - maybe sometime in October.. <br />
<br />
I'll probably come along every once in a while to ask my newbish PHP questions - but no more Monty Python talk in the rand() section. I'm sure you'll all miss me ;)<br />
<br />
<br />
Cheers!<br />
Kevin</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=28">$forum = rand();</category>
			<dc:creator>comspy</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2116</guid>
		</item>
		<item>
			<title>How this is done?</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2115&amp;goto=newpost</link>
			<pubDate>Fri, 08 Aug 2008 00:02:37 GMT</pubDate>
			<description>Anybody know how the link focus is done on this page.... and any page that uses this technique for that matter?

http://boxwish.com/movies

    *...</description>
			<content:encoded><![CDATA[<div>Anybody know how the link focus is done on this page.... and any page that uses this technique for that matter?<br />
<br />
<a href="http://boxwish.com/movies" target="_blank">http://boxwish.com/movies</a><br />
<br />
    * Home<br />
    * Movies<br />
    * People<br />
    * Spots<br />
    * Requests<br />
    * Features<br />
    * Blog<br />
    * About<br />
<br />
Clicking those links at the top brings you to a new page, with the focus being on the page you are on?<br />
<br />
Is that just<br />
<br />
a:focus<br />
{<br />
<br />
}<br />
<br />
and am i just doing it wrong? or is it something completely different?<br />
<br />
Any help with this, as always, eternally grateful :)</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=17">Other Web Design Languages</category>
			<dc:creator>a.g.r.c</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2115</guid>
		</item>
		<item>
			<title>I Hate You!!!!!</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2114&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 23:36:23 GMT</pubDate>
			<description>*stomps out of room*:mad::mad::mad::mad:</description>
			<content:encoded><![CDATA[<div>*stomps out of room*:mad::mad::mad::mad:</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=28">$forum = rand();</category>
			<dc:creator>comspy</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2114</guid>
		</item>
		<item>
			<title>Caution: EXTREME RANDOMNESS Inside</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2113&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 23:11:37 GMT</pubDate>
			<description><![CDATA[Something is wrong with this little boy's taste in music:
[it was good while it lasted; removed upon request]]]></description>
			<content:encoded><![CDATA[<div>Something is wrong with this little boy's taste in music:<br />
[it was good while it lasted; removed upon request]</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=28">$forum = rand();</category>
			<dc:creator>Trevor Gau</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2113</guid>
		</item>
		<item>
			<title><![CDATA[How's This?]]></title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2112&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 22:41:38 GMT</pubDate>
			<description>Hey guys,

whaddya think?

Image: http://www.grabup.com/uploads/eaedfd1bd8fa557320b5953cbf6342e8.png 

:D</description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
whaddya think?<br />
<br />
<img src="http://www.grabup.com/uploads/eaedfd1bd8fa557320b5953cbf6342e8.png" border="0" alt="" /><br />
<br />
:D</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=14">Show off Your Skillz!</category>
			<dc:creator>comspy</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2112</guid>
		</item>
		<item>
			<title>PHP and timers</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2111&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 21:42:50 GMT</pubDate>
			<description>Say i was making a PHP game and i wanted the players health to go up every 120 seconds by 1 point.

How could i do this without crashing my server...</description>
			<content:encoded><![CDATA[<div>Say i was making a PHP game and i wanted the players health to go up every 120 seconds by 1 point.<br />
<br />
How could i do this without crashing my server (the method i thought of would do that eventually) is there a way for php to handle stuff like timers?</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=7">General PHP Discussion</category>
			<dc:creator>Slof</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2111</guid>
		</item>
		<item>
			<title>What is Going on with Digg?</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2110&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 19:20:40 GMT</pubDate>
			<description><![CDATA[If any of you are regular Digg viewers, you will notice that for any recent stories, there's something wrong with the comments with "diggs". There...]]></description>
			<content:encoded><![CDATA[<div>If any of you are regular Digg viewers, you will notice that for any recent stories, there's something wrong with the comments with &quot;diggs&quot;. There are just very few diggs or buries, even for comments early on, but I don't know why. Is this strange to anyone else? It's kinda worrying me :eek:</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=8">General Chat</category>
			<dc:creator>Trevor Gau</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2110</guid>
		</item>
		<item>
			<title>Apple Computer Pricing</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2109&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 16:20:54 GMT</pubDate>
			<description>Steve: did you see this?
http://blogs.chron.com/techblog/archives/2008/08/the_price_difference_between_macs_and_pcs_wid.html</description>
			<content:encoded><![CDATA[<div>Steve: did you see this?<br />
<a href="http://blogs.chron.com/techblog/archives/2008/08/the_price_difference_between_macs_and_pcs_wid.html" target="_blank">http://blogs.chron.com/techblog/arch...d_pcs_wid.html</a></div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=8">General Chat</category>
			<dc:creator>Trevor Gau</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2109</guid>
		</item>
		<item>
			<title>Regular Expressions</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=2107&amp;goto=newpost</link>
			<pubDate>Thu, 07 Aug 2008 14:15:07 GMT</pubDate>
			<description><![CDATA[Well guys, I hadn't be online for some time because I had exams, and just as I'm back, I'd like to say hi to all =)

Ah, i do have a question here...]]></description>
			<content:encoded><![CDATA[<div>Well guys, I hadn't be online for some time because I had exams, and just as I'm back, I'd like to say hi to all =)<br />
<br />
Ah, i do have a question here ^^<br />
<br />
1) What would the regular expression pattern be if i wanted to check if the string contains numbers and symbols<br />
<br />
2) How about validating email?<br />
<br />
Thanks =)</div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=7">General PHP Discussion</category>
			<dc:creator>ruru</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=2107</guid>
		</item>
	</channel>
</rss>
