<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A blend of programming and seo&#187; php</title>
	<atom:link href="http://www.rawseo.com/news/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawseo.com/news</link>
	<description>A blend of programming and seo</description>
	<lastBuildDate>Tue, 17 Nov 2009 17:17:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Must-have tools for php developers</title>
		<link>http://www.rawseo.com/news/2009/10/21/must-have-tools-for-php-developers/</link>
		<comments>http://www.rawseo.com/news/2009/10/21/must-have-tools-for-php-developers/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:52:13 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1733</guid>
		<description><![CDATA[The following are tools that are invaluable to any php developer:
1) PHP Development Tools Project (eclipse)
Link: http://www.eclipse.org/pdt/
The PDT project provides a PHP Development Tools framework for the Eclipse platform. This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools Platform (WTP) and Dynamic Languages Toolkit (DLTK) [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/10/21/must-have-tools-for-php-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create a multi-file uploader for your website</title>
		<link>http://www.rawseo.com/news/2009/10/15/how-to-create-a-multi-file-uploader-for-your-website/</link>
		<comments>http://www.rawseo.com/news/2009/10/15/how-to-create-a-multi-file-uploader-for-your-website/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:32:09 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1684</guid>
		<description><![CDATA[If you own a website of any kind and have ever wanted to allow your users to upload multiple files from a single screen, you have a few choices: 

a java applet
an active X control
A Flash app
multiple file input elements (which is messy and not very efficient)

The following is a much easier way to allow [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/10/15/how-to-create-a-multi-file-uploader-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cache smarty templates</title>
		<link>http://www.rawseo.com/news/2009/07/14/how-to-cache-smarty-templates/</link>
		<comments>http://www.rawseo.com/news/2009/07/14/how-to-cache-smarty-templates/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:16:37 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1599</guid>
		<description><![CDATA[What is caching?
Caching is used to speed up a call to display() or fetch() by saving its output to a file. If a cached version of the call is available, that is displayed instead of regenerating the output. Caching can speed things up tremendously, especially templates with longer computation times. Since the output of display() [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/07/14/how-to-cache-smarty-templates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using smarty templates</title>
		<link>http://www.rawseo.com/news/2009/07/09/using-smarty-templates/</link>
		<comments>http://www.rawseo.com/news/2009/07/09/using-smarty-templates/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:09:49 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1523</guid>
		<description><![CDATA[Why use smarty templates?
One of Smartys primary design goals is to facilitate the separation of application code from presentation. Typically, the application code contains the business logic of your application, written and maintained in PHP code. This code is maintained by programmers. The presentation is the way your content is presented to the end user, [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/07/09/using-smarty-templates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Better ways to improve php application performance</title>
		<link>http://www.rawseo.com/news/2009/06/25/better-ways-to-improve-php-application-performance/</link>
		<comments>http://www.rawseo.com/news/2009/06/25/better-ways-to-improve-php-application-performance/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:00:36 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1431</guid>
		<description><![CDATA[Google recently released a document on how to improve PHP performance here.  Most of the tips listed here will not help you improve performance by any significant amount. The following is a list of things that you can do that will improve the performance of your web apps significantly.
1) object code caching
Each time a [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/06/25/better-ways-to-improve-php-application-performance/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Connecting to authorize.net with php</title>
		<link>http://www.rawseo.com/news/2009/06/23/connecting-to-authorizenet-with-php/</link>
		<comments>http://www.rawseo.com/news/2009/06/23/connecting-to-authorizenet-with-php/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 13:50:29 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[authorize.net]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1396</guid>
		<description><![CDATA[What is authorize.net?
The Authorize.Net Payment Gateway is a secure Internet bridge between merchant businesses and the credit card and electronic check payment processing networks. We provide merchants with fast, reliable and secure passage for transaction data via a 128-bit Secure Sockets Layer (SSL) Internet Protocol (IP) connection, and manage the complex routing of payment information [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/06/23/connecting-to-authorizenet-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a zip archive using PHP</title>
		<link>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/</link>
		<comments>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:54:24 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1358</guid>
		<description><![CDATA[The following is a library that allows you to generate zip file archives using php.

&#60;?php
include&#40;'ziplib.php'&#41;;

$zipfile = new Ziplib;
$zipfile-&#62;zl_add_file&#40;'This is a test file','path/to/file','g9'&#41;;
//You can stream the ZIP file or write it in a file on your server
header&#40;'Content-type: application/zip'&#41;;
header&#40;'Content-Disposition: attachment; filename=\'testfile.zip\''&#41;;
echo $zipfile-&#62;zl_pack&#40;'zip file comments'&#41;;
?&#62;
This script will dynamically create a zip archive using the files specified with zl_add_file [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/06/17/how-to-create-a-zip-archive-using-php/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to create Microsoft Office Documents with PHP</title>
		<link>http://www.rawseo.com/news/2009/06/11/how-to-create-microsoft-office-documents-with-php/</link>
		<comments>http://www.rawseo.com/news/2009/06/11/how-to-create-microsoft-office-documents-with-php/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 13:24:39 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[microsoft office]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1313</guid>
		<description><![CDATA[There are two main ways to build Excel, Word, and PowerPoint documents using PHP. The first is by using the COM library (only if you are using a Windows server) and the other is by using a more standardized approach such as HTML or CSV.

Dynamically creating a word document:

&#60;?php
$word = new COM&#40;'word.application'&#41;;

$word-&#62;Visible = 0;
$word-&#62;Documents-&#62;Add&#40;&#41;;
$word-&#62;Selection-&#62;PageSetup-&#62;LeftMargin = [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/06/11/how-to-create-microsoft-office-documents-with-php/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to install Alternative PHP Cache</title>
		<link>http://www.rawseo.com/news/2009/06/09/how-to-install-alternative-php-cache/</link>
		<comments>http://www.rawseo.com/news/2009/06/09/how-to-install-alternative-php-cache/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:58:50 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apc]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1301</guid>
		<description><![CDATA[What is APC cache?
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Installing
APC Cache is not included with the latest release of php (although it is planned on being included with version [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/06/09/how-to-install-alternative-php-cache/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>a web server in php</title>
		<link>http://www.rawseo.com/news/2009/05/20/a-web-server-in-php/</link>
		<comments>http://www.rawseo.com/news/2009/05/20/a-web-server-in-php/#comments</comments>
		<pubDate>Wed, 20 May 2009 13:14:47 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1179</guid>
		<description><![CDATA[Have you ever wanted a web server written entirely in PHP?  Now you can with nanoweb.  A project like this really shows the power of the PHP language.
Features

HTTP/1.1 implementation
Keep-alive connections and cache helpers
Modular architecture
CGI and Server side includes support via included modules
Name based virtual hosts
Authentication support
Error documents
MIME support
gzip content encoding
PHP support
Many other modules

Performance
A [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/05/20/a-web-server-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
