<?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>ProTech &#187; Web Development</title>
	<atom:link href="http://protech.ws4.org/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://protech.ws4.org</link>
	<description>Technology, webmarketing and world</description>
	<lastBuildDate>Sat, 12 Sep 2009 18:13:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using META TAG Refresh to redirect</title>
		<link>http://protech.ws4.org/html/using-meta-tag-refresh-redirect</link>
		<comments>http://protech.ws4.org/html/using-meta-tag-refresh-redirect#comments</comments>
		<pubDate>Sat, 11 Oct 2008 10:24:16 +0000</pubDate>
		<dc:creator>bamaral</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[META tag]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://protech.ws4.org/?p=6</guid>
		<description><![CDATA[There are several ways to do a page refresh or redirect it to a new one. It can be done in the client side, with HTML or a script language, or in the server side with PHP or in the server configuration directly. The most simple way is using the HTML to tell to the [...]]]></description>
		<wfw:commentRss>http://protech.ws4.org/html/using-meta-tag-refresh-redirect/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean file name in PHP with Regular Expressions</title>
		<link>http://protech.ws4.org/php/clean-file-name-php-regular-expression</link>
		<comments>http://protech.ws4.org/php/clean-file-name-php-regular-expression#comments</comments>
		<pubDate>Thu, 21 Feb 2008 17:18:35 +0000</pubDate>
		<dc:creator>bamaral</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://protech.ws4.org/php/clean-file-name-php-regular-expression</guid>
		<description><![CDATA[In Web developing there are some main features and many concerns that we all must be aware. The file uploading is one of the important and indispensible features that we certainly will use sooner or later.
I&#8217;m sure that many of you have had troubles when uploading files that have names with special chars, especially if [...]]]></description>
		<wfw:commentRss>http://protech.ws4.org/php/clean-file-name-php-regular-expression/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Show PNG transparency in IE6</title>
		<link>http://protech.ws4.org/html/png-transparency-ie6</link>
		<comments>http://protech.ws4.org/html/png-transparency-ie6#comments</comments>
		<pubDate>Tue, 18 Dec 2007 23:46:29 +0000</pubDate>
		<dc:creator>bamaral</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://protech.ws4.org/html/png-transparency-ie6</guid>
		<description><![CDATA[Every web developer knows that develop cross-browsers web applications is a real pain in the ass. To complicate the things a little bit, the change from IE6 to IE7 bring many differences that turn the develop process harder.
One key limitation in the old Internet Explorer 6 (IE6) is the Portable Network graphics (PNG) transparency problem. [...]]]></description>
		<wfw:commentRss>http://protech.ws4.org/html/png-transparency-ie6/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Send e-mail with inline image attachment</title>
		<link>http://protech.ws4.org/php/inline-image-attachment-e-mail</link>
		<comments>http://protech.ws4.org/php/inline-image-attachment-e-mail#comments</comments>
		<pubDate>Mon, 17 Dec 2007 21:57:05 +0000</pubDate>
		<dc:creator>bamaral</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[XpertMailer]]></category>

		<guid isPermaLink="false">http://protech.ws4.org/php/inline-image-attachment-e-mail</guid>
		<description><![CDATA[Since I start coding in PHP that one of the key feature were send and simple e-mail by a form. This can be done with many API’s that exist to work with the e-mail system. With the evolution of the Internet, sending e-mails with a design and not only with text has become to be [...]]]></description>
		<wfw:commentRss>http://protech.ws4.org/php/inline-image-attachment-e-mail/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Detect cookie support with JavaScript</title>
		<link>http://protech.ws4.org/javascript/detect-cookie-javascript</link>
		<comments>http://protech.ws4.org/javascript/detect-cookie-javascript#comments</comments>
		<pubDate>Thu, 06 Dec 2007 11:40:30 +0000</pubDate>
		<dc:creator>bamaral</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://protech.ws4.org/javascript/detect-cookie-javascript</guid>
		<description><![CDATA[Cookies, also known as web cookies, HTTP Cookies or just cookies, are a mechanism that allow the store of that in the client&#8217;s browser. This information is sent by a server to the web browser and then sent back without change each time the browser access that server. Cookies are used for several purposes such [...]]]></description>
		<wfw:commentRss>http://protech.ws4.org/javascript/detect-cookie-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress blogs SEO</title>
		<link>http://protech.ws4.org/seo/blog-seo</link>
		<comments>http://protech.ws4.org/seo/blog-seo#comments</comments>
		<pubDate>Fri, 23 Nov 2007 12:22:41 +0000</pubDate>
		<dc:creator>bamaral</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://protech.ws4.org/index.php/uncategorized/blog-seo</guid>
		<description><![CDATA[Today there are so many blogs that if you want to let people know that you have one, you must try to optimize it.  Sometimes this optimization is right in front of our eyes and small changes can make a difference. In this post i&#8217;ll give some advice to improve your wordpress blogs index [...]]]></description>
		<wfw:commentRss>http://protech.ws4.org/seo/blog-seo/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
