<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>PHP Readings</title>
	<atom:link href="http://www.phpreads.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpreads.com</link>
	<description>Fresh PHP news, tutorials, tips and much more</description>
	<pubDate>Thu, 15 May 2008 12:23:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Create XML document with PHP DOM</title>
		<link>http://www.phpreads.com/create-xml-document-with-php-dom-39.html</link>
		<comments>http://www.phpreads.com/create-xml-document-with-php-dom-39.html#comments</comments>
		<pubDate>Thu, 15 May 2008 12:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[class]]></category>

		<category><![CDATA[dom]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=39</guid>
		<description><![CDATA[&#8220;XML is future of web&#8221; phrase that slowly but comes to be true. So every PHP developer should know how to create XML documets. One more article from Mind Tree about dynamic XML document creation with PHP DOM class show how to create XML documents in the easiest way.
When working with XML-based applications, developers often [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;XML is future of web&#8221; phrase that slowly but comes to be true. So every PHP developer should know how to create XML documets. <a title="Dynamic XML document construction with the PHP DOM" href="http://www.hurricanesoftwares.com/2008/05/15/dynamic-xml-document-construction-with-the-php-dom/">One more article</a> from Mind Tree about dynamic XML document creation with PHP DOM class show how to create XML documents in the easiest way.</p>
<blockquote><p>When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures on the fly. Examples of this include an XML order template based on user input in a Web form, or an XML representation of a server request or client response based on run-time parameters.</p></blockquote>
<p>You would learn basics of XML and how to format XML documents. Useful code snippets for your future programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/create-xml-document-with-php-dom-39.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>XPath: run queries in PHP</title>
		<link>http://www.phpreads.com/xpath-run-queries-in-php-38.html</link>
		<comments>http://www.phpreads.com/xpath-run-queries-in-php-38.html#comments</comments>
		<pubDate>Thu, 15 May 2008 12:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[query]]></category>

		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=38</guid>
		<description><![CDATA[Another post on Mind Tree about running XPath queries in PHP. Author describes what is XPath and where is used. In article you also find good examples of code.
XPath is a language that allows you to address parts of an XML document, making XSLT transformations practically necessary. It also makes it an invaluable tool for [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Running XPath queries in PHP" href="http://www.hurricanesoftwares.com/2008/05/15/running-xpath-queries-in-php/">Another post</a> on Mind Tree about running XPath queries in PHP. Author describes what is XPath and where is used. In article you also find good examples of code.</p>
<blockquote><p>XPath is a language that allows you to address parts of an XML document, making XSLT transformations practically necessary. It also makes it an invaluable tool for managing XML data in applications such as Web applications.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/xpath-run-queries-in-php-38.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Where lives my visitors?</title>
		<link>http://www.phpreads.com/where-lives-my-visitors-37.html</link>
		<comments>http://www.phpreads.com/where-lives-my-visitors-37.html#comments</comments>
		<pubDate>Thu, 15 May 2008 09:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[country]]></category>

		<category><![CDATA[geoip]]></category>

		<category><![CDATA[ip]]></category>

		<category><![CDATA[location]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=37</guid>
		<description><![CDATA[Do you ever wonder from where your visitors comes from? Mind Tree posted new article how to track your visitors country.
Sometimes you just need to know what country your site visitors are coming from—for example, if you’re trying to implement geo-targeted advertising. This article will show you how.
Article describing usage of geoip class with nice [...]]]></description>
			<content:encoded><![CDATA[<p>Do you ever wonder from where your visitors comes from? Mind Tree <a title="Mapping visitors’ IP addresses in PHP" href="http://www.hurricanesoftwares.com/2008/05/15/mapping-visitors-ip-addresses-in-php/">posted new article</a> how to track your visitors country.</p>
<blockquote><p><span class="smdeck">Sometimes you just need to know what country your site visitors are coming from—for example, if you’re trying to implement geo-targeted advertising. This article will show you how.</span></p></blockquote>
<p>Article describing usage of geoip class with nice examples of code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/where-lives-my-visitors-37.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>www vs no-www and cookies</title>
		<link>http://www.phpreads.com/www-vs-no-www-and-cookies-36.html</link>
		<comments>http://www.phpreads.com/www-vs-no-www-and-cookies-36.html#comments</comments>
		<pubDate>Thu, 15 May 2008 05:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[cookies]]></category>

		<category><![CDATA[example]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=36</guid>
		<description><![CDATA[Very good article of using cookies with domains including www and without it. Why it is important  to use or not to use cookies, and some grate tips you would find in this post.
One of Yahoo&#8217;s performance rules says: Use cookie-free domains for static components. This is good because the server has no use for [...]]]></description>
			<content:encoded><![CDATA[<p>Very <a title="www vs no-www and cookies" href="http://www.phpied.com/www-vs-no-www-and-cookies/">good article</a> of using cookies with domains including www and without it. Why it is important  to use or not to use cookies, and some grate tips you would find in this post.</p>
<blockquote><p>One of Yahoo&#8217;s performance rules says: <a href="http://developer.yahoo.com/performance/rules.html#cookie_free">Use cookie-free domains for static components</a>. This is good because the server has no use for cookie information when serving a JPEG or another static component, so all this cookie information creates network traffic for no reason.</p></blockquote>
<p>Like usually good article with some examples and code snippets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/www-vs-no-www-and-cookies-36.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Finding best framework</title>
		<link>http://www.phpreads.com/finding-best-framework-35.html</link>
		<comments>http://www.phpreads.com/finding-best-framework-35.html#comments</comments>
		<pubDate>Thu, 15 May 2008 05:25:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[asp]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[prado]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=35</guid>
		<description><![CDATA[Alex Netkachov on his forum has wrote some thoughts about  couple of popular framework including Zend Framework, Prado and ASP.net.
- Which framework is the best of the three to you?
I know it depends on their use but I was just wondering
If you still does not decided witch one you should use maybe this Alex [...]]]></description>
			<content:encoded><![CDATA[<p>Alex Netkachov on his forum has wrote <a title="Prado vs Zend vs ASP.Net" href="http://www.alexatnet.com/node/136">some thoughts</a> about  couple of popular framework including Zend Framework, Prado and ASP.net.</p>
<blockquote><p>- Which framework is the best of the three to you?<br />
I know it depends on their use but I was just wondering</p></blockquote>
<p>If you still does not decided witch one you should use maybe this Alex post would help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/finding-best-framework-35.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ZF upload YouTube videos</title>
		<link>http://www.phpreads.com/zf-upload-youtube-videos-34.html</link>
		<comments>http://www.phpreads.com/zf-upload-youtube-videos-34.html#comments</comments>
		<pubDate>Thu, 15 May 2008 05:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[upload]]></category>

		<category><![CDATA[youtube]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=34</guid>
		<description><![CDATA[Jochen Hartmann added new great video tutorial to YouTube. In this tutorial he shows how to upload YouTube videos with Zend Framework. In tutorial he demonstrates how to deal with YouTube Data API.

]]></description>
			<content:encoded><![CDATA[<p>Jochen Hartmann added new great video tutorial to YouTube. In this tutorial he shows how to upload YouTube videos with Zend Framework. In tutorial he demonstrates how to deal with YouTube Data API.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/iIp7OnHXBlo&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/iIp7OnHXBlo&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/zf-upload-youtube-videos-34.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>User registration form</title>
		<link>http://www.phpreads.com/user-registration-form-32.html</link>
		<comments>http://www.phpreads.com/user-registration-form-32.html#comments</comments>
		<pubDate>Wed, 14 May 2008 07:11:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[example]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[registration]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=32</guid>
		<description><![CDATA[Nice article for PHP beginners to design and code user registration form. In this tutorial author shows how you can fast create user registration for your web application.
For any real application though,    that won’t work and we require a “New User Registration’ system.    That’s what we are going tot [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Designing a User-Registration Script in PHP" href="http://learning-computer-programming.blogspot.com/2008/05/designing-user-registration-script-in.html">Nice article</a> for PHP beginners to design and code user registration form. In this tutorial author shows how you can fast create user registration for your web application.</p>
<blockquote><p>For any real application though,    that won’t work and we require a “New User Registration’ system.    That’s what we are going tot create in this post.</p></blockquote>
<p>In this tutorial you would find code examples, good commented source. Looks like this tutorial is one of tutorial series. Great job from author.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/user-registration-form-32.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ZF example application part 8: Creating and Editing Blog Entries with a dash of HTMLPurifier</title>
		<link>http://www.phpreads.com/zf-example-application-part-8-creating-and-editing-blog-entries-with-a-dash-of-htmlpurifier-31.html</link>
		<comments>http://www.phpreads.com/zf-example-application-part-8-creating-and-editing-blog-entries-with-a-dash-of-htmlpurifier-31.html#comments</comments>
		<pubDate>Wed, 14 May 2008 05:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[HTMLPurifier]]></category>

		<category><![CDATA[svn]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=31</guid>
		<description><![CDATA[Fresh new entry of popular Zend Framework tutorial launched today. In this part author shows how to make blog entries editing.
here&#8217;s nothing quite like having a functioning application emerge out of the controlled chaos we know as The Development Process. In Part 8 of the ongoing saga describing how to build a real world blog [...]]]></description>
			<content:encoded><![CDATA[<p>Fresh <a title="Example Zend Framework Blog Application Tutorial: Part 8: Creating and Editing Blog Entries with a dash of HTMLPurifier" href="http://blog.astrumfutura.com/archives/365-Example-Zend-Framework-Blog-Application-Tutorial-Part-8-Creating-and-Editing-Blog-Entries-with-a-dash-of-HTMLPurifier.html">new entry</a> of popular Zend Framework tutorial launched today. In this part author shows how to make blog entries editing.</p>
<blockquote><p>here&#8217;s nothing quite like having a functioning application emerge out of the controlled chaos we know as The Development Process. In Part 8 of the ongoing saga describing how to build a real world blog application using the Zend Framework we finally reach the point at which we concentrate on blog entries. At the end of this Part, we will be able to create and edit entries in preparation for Part 9 when we will explore displaying them to the world!</p></blockquote>
<p>In this part you would learn how to make blog entry editing controller, work with Zend_Form, how to filter entries with HTMLPurifier. Like usually  many code examples and new SVN repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/zf-example-application-part-8-creating-and-editing-blog-entries-with-a-dash-of-htmlpurifier-31.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Build Web services with PHP in Eclipse</title>
		<link>http://www.phpreads.com/build-web-services-with-php-in-eclipse-30.html</link>
		<comments>http://www.phpreads.com/build-web-services-with-php-in-eclipse-30.html#comments</comments>
		<pubDate>Wed, 14 May 2008 05:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[service]]></category>

		<category><![CDATA[wsdl]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=30</guid>
		<description><![CDATA[Nathan A. Good launched new tutorial how work with Eclipse PTD. Eclipse is great IDE (integrated development environment) for many programming languages.
Learn how to build Web services in PHP using the PHP Development Tools plug-in   in Eclipse Europa.  Become familiar with the PDT project, and learn how to create and   [...]]]></description>
			<content:encoded><![CDATA[<p>Nathan A. Good <a title="Build Web services with PHP in Eclipse" href="http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-phpws.html?ca=drs-">launched new tutorial</a> how work with Eclipse PTD. Eclipse is great IDE (integrated development environment) for many programming languages.</p>
<blockquote><p>Learn how to build Web services in PHP using the PHP Development Tools plug-in   in Eclipse Europa.  Become familiar with the PDT project, and learn how to create and   deploy useful PHP projects,  learn about the philosophy behind contract-first   development, and understand the basic parts that  make up a Web Services Description Language (WSDL) file.</p></blockquote>
<p>In Good&#8217;s ebook is shown how to create web services (WSDL).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/build-web-services-with-php-in-eclipse-30.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP session cookie refresh</title>
		<link>http://www.phpreads.com/php-session-cookie-refresh-29.html</link>
		<comments>http://www.phpreads.com/php-session-cookie-refresh-29.html#comments</comments>
		<pubDate>Wed, 14 May 2008 04:52:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Beginners]]></category>

		<category><![CDATA[cookie]]></category>

		<category><![CDATA[session]]></category>

		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.phpreads.com/?p=29</guid>
		<description><![CDATA[Brian Moon posted new article how to deal with session cookies. Sometimes there is problems with session cookie refresh. Brian has great solution for this situation.
I have always had an issue with PHP Sessions. Albeit, a lot of my issues are now invalid. When they were first implemented, they had lots of issues. Then the [...]]]></description>
			<content:encoded><![CDATA[<p>Brian Moon posted <a title="PHP session cookie refresh" href="http://doughboy.wordpress.com/2008/05/14/php-session-cookie-refresh/">new article</a> how to deal with session cookies. Sometimes there is problems with session cookie refresh. Brian has great solution for this situation.</p>
<blockquote><p>I have always had an issue with PHP Sessions. Albeit, a lot of my issues are now invalid. When they were first implemented, they had lots of issues. Then the $_SESSION variable came to exist and it was better. Then memcached came to exist and you could store sessions there. That was better. But, still, after all this time, there is one issue that still bugs me.</p></blockquote>
<p>Looks like all my problems with session cookie diapered with Brian provided code snippet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreads.com/php-session-cookie-refresh-29.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
