<?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>Abeon Tech &#187; PHP</title>
	<atom:link href="http://www.abeontech.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.abeontech.com</link>
	<description>Abeon Tech is a technology blog aimed at Geeks, Webmasters and tech addicts. My articles include Security, Design, SEO, Gaming and Tech Tips!</description>
	<lastBuildDate>Thu, 24 Jun 2010 00:13:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Intelligent Full Screen Button</title>
		<link>http://www.abeontech.com/av-arcade/332/intelligent-full-screen-button</link>
		<comments>http://www.abeontech.com/av-arcade/332/intelligent-full-screen-button#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:52:46 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[AV Arcade]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.abeontech.com/?p=332</guid>
		<description><![CDATA[The area usable for containing the games in AV Arcade's default template is about 650px, which is fine for most games. Some other templates, on the other hand, use an area a lot smaller to contain the main Flash Game.

Some games I have on my Online Arcade use a width of up to 800px, which can over lap the sidebars and hide their content.

It's a simple problem to fix and can even help boost your arcade sites earnings a little...]]></description>
		<wfw:commentRss>http://www.abeontech.com/av-arcade/332/intelligent-full-screen-button/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Post Revisions</title>
		<link>http://www.abeontech.com/web-design/307/disable-wordpress-post-revisions</link>
		<comments>http://www.abeontech.com/web-design/307/disable-wordpress-post-revisions#comments</comments>
		<pubDate>Thu, 27 Nov 2008 18:26:27 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.abeontech.com/?p=307</guid>
		<description><![CDATA[If you have run a Wordpress blog for any length of time, you should know how large the SQL database can get.

This is largely due to the "Post Revisions", which get auto-saved.
If you edit a post a few times, a huge list of revisions gets saved to the database. 

This post has easy methods to disable and delete the post revisions, which are automatically cached by Wordpress.]]></description>
		<wfw:commentRss>http://www.abeontech.com/web-design/307/disable-wordpress-post-revisions/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>XSS and web form security</title>
		<link>http://www.abeontech.com/security/232/xss-and-web-form-security</link>
		<comments>http://www.abeontech.com/security/232/xss-and-web-form-security#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:24:22 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.abeontech.com/?p=232</guid>
		<description><![CDATA[There are many instances when user input is needed. But allowing just any code to be passed can cause severe problems and lead to even the most annoying 10 year old script kiddie writing PWND all over website!

There a are some simple steps which you can take to prevent most of these.
This article will go over some of the fundamental xss attacks and how to stop them.]]></description>
		<wfw:commentRss>http://www.abeontech.com/security/232/xss-and-web-form-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Easter Egg</title>
		<link>http://www.abeontech.com/random/273/php-easter-egg</link>
		<comments>http://www.abeontech.com/random/273/php-easter-egg#comments</comments>
		<pubDate>Thu, 23 Oct 2008 18:20:51 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.abeontech.com/?p=273</guid>
		<description><![CDATA[If you add the code...
?=PHPE9568F36-D428-11d2-A769-00AA001ACF42
to the end of any URL that is a PHP page, you will see a funny picture on most servers. Also on April 1st (April Fool's Day), the picture will replace the PHP logo on any phpinfo() page. If the PHP directive expose_php is set to be "off" in php.ini, then the PHP eggs will not show, but it is "on" by default, and many webhosting servers do not change it.]]></description>
		<wfw:commentRss>http://www.abeontech.com/random/273/php-easter-egg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Game Hacked?</title>
		<link>http://www.abeontech.com/security/81/flash-game-hacked</link>
		<comments>http://www.abeontech.com/security/81/flash-game-hacked#comments</comments>
		<pubDate>Wed, 10 Sep 2008 19:09:54 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.abeontech.com/?p=81</guid>
		<description><![CDATA[A friend of mine just sent me the URL to a flash game (for obvious reasons I will not share the link) which is part of a number of games with a price of 10.000 EUR in the end. One would believe that a game with such a price money is secure.]]></description>
		<wfw:commentRss>http://www.abeontech.com/security/81/flash-game-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Detect page to show code</title>
		<link>http://www.abeontech.com/web-design/8/php-detect-page-to-show-code</link>
		<comments>http://www.abeontech.com/web-design/8/php-detect-page-to-show-code#comments</comments>
		<pubDate>Tue, 26 Aug 2008 19:45:16 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[AV Arcade]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.abeontech.com/?p=8</guid>
		<description><![CDATA[I needed an easier way to include the advert on one page only.

After asking the great font of all knowing (google) then playing with the code a little, I came up with this...]]></description>
		<wfw:commentRss>http://www.abeontech.com/web-design/8/php-detect-page-to-show-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
