<?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; howto</title>
	<atom:link href="http://www.rawseo.com/news/category/howto/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>Anatomy of a wordpress plugin</title>
		<link>http://www.rawseo.com/news/2009/11/17/anatomy-of-a-wordpress-plugin/</link>
		<comments>http://www.rawseo.com/news/2009/11/17/anatomy-of-a-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:17:47 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1807</guid>
		<description><![CDATA[This article is the first in a series of how-to articles which will go through all the steps required to create a wordpress plugin.  
At the end of the article, there will be a download link to a working plugin that you can download and use as a template for building your own plugins. [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/11/17/anatomy-of-a-wordpress-plugin/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>How to get listed in google products</title>
		<link>http://www.rawseo.com/news/2009/07/02/how-to-get-listed-in-google-products/</link>
		<comments>http://www.rawseo.com/news/2009/07/02/how-to-get-listed-in-google-products/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 13:56:27 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[google products]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1388</guid>
		<description><![CDATA[What is google products?
Many people don&#8217;t know that google has a search engine designed for products called google products.  This service can be used to get more traffic to products on your website.

The first step is to signup with google base.  Next, You can start adding your products.  
There are a few [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/07/02/how-to-get-listed-in-google-products/feed/</wfw:commentRss>
		<slash:comments>0</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>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 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>How to use the digg API</title>
		<link>http://www.rawseo.com/news/2009/05/06/how-to-use-the-digg-api/</link>
		<comments>http://www.rawseo.com/news/2009/05/06/how-to-use-the-digg-api/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:15:05 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[digg]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1109</guid>
		<description><![CDATA[
This article will show you how to use the digg API using PHP.  I have also written a library in PHP that maps all of the endpoints documented in the API to easily accessible functions (it is also compatible with PHP 4).
What can you do with the digg API?

Get all popular stories submitted after [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/05/06/how-to-use-the-digg-api/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>5 ways to extend firefox tabs</title>
		<link>http://www.rawseo.com/news/2009/05/04/5-ways-to-extend-firefox-tabs/</link>
		<comments>http://www.rawseo.com/news/2009/05/04/5-ways-to-extend-firefox-tabs/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:23:34 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1012</guid>
		<description><![CDATA[The following are 5 Firefox extensions that will extend tab functionality.
1) IE tabs

This is a great tool for web developers that allows you to view web pages in Internet Explorer within a firefox tab.
Download Here
2) Informational tab

This extension provides thumbnail-style preview for each tab, does progress meter, and indicates unread status.
Download Here
3) Tab Mix Plus

Tab [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/05/04/5-ways-to-extend-firefox-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to break the DiggBar</title>
		<link>http://www.rawseo.com/news/2009/04/28/how-to-break-the-diggbar/</link>
		<comments>http://www.rawseo.com/news/2009/04/28/how-to-break-the-diggbar/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 12:47:38 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[digg]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=957</guid>
		<description><![CDATA[Recently, digg.com added a new feature called the &#8220;DiggBar&#8221;.
It frames your page and auto-generates a short url for your content. The issue many people have with this is that the user never leaves the Digg website, which is bad for SEO.  This is because:

Users will most likely link to the shortened Digg URL, and [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/04/28/how-to-break-the-diggbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
