<?xml version="1.0" encoding="utf-8"?>

<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>DaniWeb IT Discussion Community</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Sun, 29 Nov 2009 05:40:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Connection failure</title>
			<link>http://www.daniweb.com/forums/thread232062.html</link>
			<pubDate>Wed, 21 Oct 2009 19:40:59 GMT</pubDate>
			<description>Hello all. 
This is not a php question, but I assume that you php aficionados will probably know more about this than most. 
 
I have a laptop that I use from home and work and have a different IP address when connecting from different locations. I am able to gain access to a website cpanel from...</description>
			<content:encoded><![CDATA[<div>Hello all.<br />
This is not a php question, but I assume that you php aficionados will probably know more about this than most.<br />
<br />
I have a laptop that I use from home and work and have a different IP address when connecting from different locations. I am able to gain access to a website cpanel from work, but not from home.<br />
Any ideas what could account for this? A colleague has checked cpanel and ensure me that I'm not &quot;denied&quot;. I've turned off Kapersky security suite and still can't access. It was working fine until recently, when I was trying to upload the MySQL tables. Now I can't access cpanel, ftp nor the actual site. Work access is fine.<br />
<br />
<span style="font-weight:bold">My system</span><br />
DELL Inspiron 1520 Vista<br />
Browsers: Chrome, IE7, FF3.5, Opera 9, Safari 4 (all of which refuse connection from home)<br />
Kapersky SS<br />
<br />
Any suggestion would be greatly appreciated!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ardav</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232062.html</guid>
		</item>
		<item>
			<title>View Profile</title>
			<link>http://www.daniweb.com/forums/thread226737.html</link>
			<pubDate>Wed, 30 Sep 2009 10:02:41 GMT</pubDate>
			<description><![CDATA[anybody know what's happened to the profile pages?? can't see any stats.]]></description>
			<content:encoded><![CDATA[<div>anybody know what's happened to the profile pages?? can't see any stats.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum6.html"><![CDATA[Geeks' Lounge]]></category>
			<dc:creator>ardav</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread226737.html</guid>
		</item>
		<item>
			<title>Out of sorts!</title>
			<link>http://www.daniweb.com/forums/thread223572.html</link>
			<pubDate>Wed, 16 Sep 2009 19:45:35 GMT</pubDate>
			<description><![CDATA[I'm trying to sort an array which contains objects, but have hit a wall. I have a number of feeds that are placed into objects (WM). The feeds are placed in the order that they're loaded. I want them to be ordered w.r.t. pubDate. I'd rather not recode the whole thing, just apply a sort if possible....]]></description>
			<content:encoded><![CDATA[<div>I'm trying to sort an array which contains objects, but have hit a wall. I have a number of feeds that are placed into objects (WM). The feeds are placed in the order that they're loaded. I want them to be ordered w.r.t. pubDate. I'd rather not recode the whole thing, just apply a sort if possible.<br />
<br />
Here's the print_r($myarray) output:<br />
<br />
 <pre style="margin:20px; line-height:13px">Array<br />
(<br />
&nbsp; &nbsp; [0] =&gt; WM Object<br />
&nbsp; &nbsp; &nbsp; &nbsp; (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [link] =&gt; http://www.xxxx.co.uk/91466-24704797/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [title] =&gt; TITLE1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [pubDate] =&gt; Wed, 16 Sep 2009 10:55:00 GMT<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [guid] =&gt; http://www.xxxx.co.uk/91466-24704797/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [description] =&gt; Just a desc 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [category] =&gt; Blog<br />
&nbsp; &nbsp; &nbsp; &nbsp; )<br />
<br />
&nbsp; &nbsp; [1] =&gt; WM Object<br />
&nbsp; &nbsp; &nbsp; &nbsp; (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [link] =&gt; http://www.xxxx.co.uk/91466-24704799/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [title] =&gt; TITLE 2<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [pubDate] =&gt; Wed, 16 Sep 2009 10:57:00 GMT<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [guid] =&gt; http://www.xxxx.co.uk/91466-24704799/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [description] =&gt; Just a desc 2<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [category] =&gt; News<br />
&nbsp; &nbsp; &nbsp; &nbsp; )<br />
<br />
&nbsp; &nbsp; [2] =&gt; WM Object<br />
&nbsp; &nbsp; &nbsp; &nbsp; (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [link] =&gt; http://www.xxxx.com/rss/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [title] =&gt; TITLE 3<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [pubDate] =&gt; Wed, 16 Sep 2009 09:55:00 GMT<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [guid] =&gt; http://www.xxxx.com/rss/<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [description] =&gt; Just a desc 3<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [category] =&gt; Story<br />
&nbsp; &nbsp; &nbsp; &nbsp; )</pre><br />
I can change the pubDate to unix timestamp - so the format's not a problem. So, from the dates, reordering: 0=&gt;object2, 1=&gt;object1,2=&gt;object3.<br />
<br />
I can access individual data via  <pre style="margin:20px; line-height:13px">$array[$counter]-&gt;pubDate</pre>.<br />
<br />
I've been staring at this for a while, asort, ksort arrggghhhhh! I think my brain is bleeding.<br />
<br />
Thanks in advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ardav</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread223572.html</guid>
		</item>
		<item>
			<title>multiple servers hosting single site</title>
			<link>http://www.daniweb.com/forums/thread215967.html</link>
			<pubDate>Thu, 03 Sep 2009 11:34:22 GMT</pubDate>
			<description><![CDATA[Don't know if this is the best place to ask (possibly networking - no prob if you move me). Here goes: 
 
1. A website has its admin area and email hosted externally. The domain name belongs there. Called the 'website' from here on in. 
2. A front-end (Joomla) has been developed and is used on a...]]></description>
			<content:encoded><![CDATA[<div>Don't know if this is the best place to ask (possibly networking - no prob if you move me). Here goes:<br />
<br />
1. A website has its admin area and email hosted externally. The domain name belongs there. Called the 'website' from here on in.<br />
2. A front-end (Joomla) has been developed and is used on a local webserver.<br />
<br />
Here's the messed-up fix:<br />
<br />
Website homepage www . example.com/index.php) holds a frame where the local joomla info (just an IP address) lives. <br />
The admin area can be accessed directly from the website or from an iframe on one of the Joomla pages.<br />
<br />
All this because we need the www . example.com name to be shown on all pages (local and remote). The problem arises from search engine returns. The joomla info (the bits we want the public to see) has the local IP address (obviously). Is there any way around this or a simpler method? Let's take it's not possible to combine the two on one server. I got bogged down with cURL and htaccess, but couldn't get to grips with it.<br />
<br />
Thanks in advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum17.html">PHP</category>
			<dc:creator>ardav</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread215967.html</guid>
		</item>
	</channel>
</rss>
