<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A High-Level Overview of the PHP + Javascript Start Page</title>
	<atom:link href="http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How much bandwidth does an AJAX chat room consume?</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178615</link>
		<dc:creator>How much bandwidth does an AJAX chat room consume?</dc:creator>
		<pubDate>Mon, 23 Mar 2009 14:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178615</guid>
		<description>[...] A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge [...]</description>
		<content:encoded><![CDATA[<p>[...] A High-Level Overview of the PHP + Javascript Start Page | Devlounge [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pages tagged "javascript"</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178415</link>
		<dc:creator>Pages tagged "javascript"</dc:creator>
		<pubDate>Mon, 09 Mar 2009 06:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178415</guid>
		<description>[...] bookmarks tagged javascript A High-Level Overview of the PHP + Javascript Star...&#160;saved by 3 others  &#160;&#160;&#160;&#160;ifon1stdate bookmarked on 03/09/09 &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] bookmarks tagged javascript A High-Level Overview of the PHP + Javascript Star&#8230;&nbsp;saved by 3 others  &nbsp;&nbsp;&nbsp;&nbsp;ifon1stdate bookmarked on 03/09/09 | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Boston</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178392</link>
		<dc:creator>Dustin Boston</dc:creator>
		<pubDate>Fri, 06 Mar 2009 17:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178392</guid>
		<description>Oh great! I&#039;m glad you got it working!</description>
		<content:encoded><![CDATA[<p>Oh great! I&#8217;m glad you got it working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178390</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178390</guid>
		<description>turns out IIS, by default, is not set up to handle POST commands.  I added  action=&quot;./index.php&quot; to the  tag in both index.php and in inc/BLL.class.php and made sure the data file was writeable and now all&#039;s good.</description>
		<content:encoded><![CDATA[<p>turns out IIS, by default, is not set up to handle POST commands.  I added  action=&#8221;./index.php&#8221; to the  tag in both index.php and in inc/BLL.class.php and made sure the data file was writeable and now all&#8217;s good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178389</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178389</guid>
		<description>No worky:


Php-Txt-Db-Access Error:
PHP Error: [2] fopen(data/start/start_links.txt) [function.fopen]: failed to open stream: Permission denied [Line: 102] [File: E:\hosting\member\wspawlak\client_files\start\inc\txt-db\database.php]

Php-Txt-Db-Access Error:
Open the Table start_links (for APPEND) failed

Php-Txt-Db-Access Error:
Query &#039;INSERT INTO start_links (link, title) VALUES (&#039;http://www.msnbc.msn.com/&#039;,&#039;MSNBC&#039;)&#039; failed</description>
		<content:encoded><![CDATA[<p>No worky:</p>
<p>Php-Txt-Db-Access Error:<br />
PHP Error: [2] fopen(data/start/start_links.txt) [function.fopen]: failed to open stream: Permission denied [Line: 102] [File: E:\hosting\member\wspawlak\client_files\start\inc\txt-db\database.php]</p>
<p>Php-Txt-Db-Access Error:<br />
Open the Table start_links (for APPEND) failed</p>
<p>Php-Txt-Db-Access Error:<br />
Query &#8216;INSERT INTO start_links (link, title) VALUES (&#8216;<a href="http://www.msnbc.msn.com/&#039;,&#039;MSNBC" rel="nofollow">http://www.msnbc.msn.com/&#039;,&#039;MSNBC</a>&#8216;)&#8217; failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-03-04 &#124; This Inspires Me</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178332</link>
		<dc:creator>links for 2009-03-04 &#124; This Inspires Me</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178332</guid>
		<description>[...] A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge (tags: php javascript startpage) [...]</description>
		<content:encoded><![CDATA[<p>[...] A High-Level Overview of the PHP + Javascript Start Page | Devlounge (tags: php javascript startpage) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge - How To Get Rich</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178326</link>
		<dc:creator>A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge - How To Get Rich</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178326</guid>
		<description>[...] posted here: A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge    :architecture, design-pattern, javascript, PHP, publishing, start, user, [...]</description>
		<content:encoded><![CDATA[<p>[...] posted here: A High-Level Overview of the PHP + Javascript Start Page | Devlounge    :architecture, design-pattern, javascript, PHP, publishing, start, user, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge</title>
		<link>http://www.devlounge.net/code/a-high-level-overview-of-the-php-javascript-start-page/comment-page-1#comment-178325</link>
		<dc:creator>A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge</dc:creator>
		<pubDate>Tue, 03 Mar 2009 15:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2700#comment-178325</guid>
		<description>[...] Excerpt from: A High-Level Overview of the PHP + Javascript Start Page &#124; Devlounge [...]</description>
		<content:encoded><![CDATA[<p>[...] Excerpt from: A High-Level Overview of the PHP + Javascript Start Page | Devlounge [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

