<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tournas Dimitrios</title>
	<atom:link href="http://tournasdimitrios1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tournasdimitrios1.wordpress.com</link>
	<description>Learning the web and more</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:48:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tournasdimitrios1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/992135fb0b1ce3e23080e12fdcde36a8?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Tournas Dimitrios</title>
		<link>http://tournasdimitrios1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tournasdimitrios1.wordpress.com/osd.xml" title="Tournas Dimitrios" />
	<atom:link rel='hub' href='http://tournasdimitrios1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Use PHP&#8217;s &#8220;register_shutdown_function()&#8221; To Handle Fatal Errors or &#8220;End-of-Script&#8221;</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/23/use-phps-register_shutdown_function-to-handle-fatal-errors-or-end-of-script/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/23/use-phps-register_shutdown_function-to-handle-fatal-errors-or-end-of-script/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 21:10:14 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7321</guid>
		<description><![CDATA[With over 6000 build-in functions , PHP provides a flexible platform to build our web-applications . One function that deserves to be on our top-list tool-set is register_shutdown_function() . This function allows you to execute a block of code whenever your script ends — for any reason . You could imagine it as a software hook , whatever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7321&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/23/use-phps-register_shutdown_function-to-handle-fatal-errors-or-end-of-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Detect Browsers and Mobile Devices With PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/21/how-to-detect-browsers-and-mobile-devices-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/21/how-to-detect-browsers-and-mobile-devices-with-php/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 14:13:40 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7305</guid>
		<description><![CDATA[Browsing the Internet with your favorite &#8220;client&#8221; is based on strict rules (communications protocols) , they are handled automatically  , so you don&#8217;t have to worry about them . Probably the most used protocol is the Transmission Control Protocol (TCP) which  is connection-oriented . Connection-oriented means that , before any data can be transmitted , a reliable connection [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7305&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/21/how-to-detect-browsers-and-mobile-devices-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="http://tournasdimitrios1.files.wordpress.com/2012/01/how-to-detect-browser-and-mobile-devices-with-php.jpg?w=300" medium="image">
			<media:title type="html">How to detect Browser and Mobile devices with PHP</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Enable gZIP Compression For Your Web-pages with PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/18/how-to-enable-gzip-compression-for-your-web-pages-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/18/how-to-enable-gzip-compression-for-your-web-pages-with-php/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 14:35:09 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7300</guid>
		<description><![CDATA[Web-pages nowadays  include a lot of  client-side scripting code (for example JQuery and it&#8217;s supported plugins )  that  affect the latency and probably influence search engine rankings for these  pages . Latency is a big fancy word that simply means the amount of time between when something was started and when you can see its effects . A search [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7300&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/18/how-to-enable-gzip-compression-for-your-web-pages-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="http://tournasdimitrios1.files.wordpress.com/2012/01/how-to-enable-gzip-compression-for-your-web-pages.jpg?w=300" medium="image">
			<media:title type="html">How to Enable gZIP Compression For Your Web-pages</media:title>
		</media:content>
	</item>
		<item>
		<title>Query Mysql in Alphabetical Order with PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/17/query-mysql-in-alphabetical-order-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/17/query-mysql-in-alphabetical-order-with-php/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 23:33:08 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7289</guid>
		<description><![CDATA[PHP&#8217;s &#160;&#8221;best mate&#8221; , Mysql &#160;has a&#160;rich set of SQL-statements . One of these statements , &#160;&#8221;ORDER BY&#160;&#8221; ,&#160;&#160;takes &#160;a column name that you specify and sort it in alphabetical order (or numeric order if you are using numbers ) . Then when you use mysqli&#8217;s &#160;fetch_assoc&#160;&#160;statement to print out the result , the values [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7289&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/17/query-mysql-in-alphabetical-order-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
		<item>
		<title>Build a Visitor Tracking System for your Website with PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/15/build-a-visitor-tracking-system-for-your-website-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/15/build-a-visitor-tracking-system-for-your-website-with-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 19:27:04 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7279</guid>
		<description><![CDATA[If you have a website , you are probably interested in knowing details of your visitors like : &#8212; physical   location  ,  which webpages they visit , date/time , how did they get to your site , etc &#8212; . There are some online tracking options available , like google analytics or  your hosting provider may offer you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7279&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/15/build-a-visitor-tracking-system-for-your-website-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
		<item>
		<title>Logging Visitor&#8217;s IP with PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/14/logging-visitors-ip-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/14/logging-visitors-ip-with-php/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 10:11:47 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7269</guid>
		<description><![CDATA[This article presents a simple practical example how to record your visitor&#8217;s IP . Optionally a message and  the origin that triggered the record (file-name)  can also be written into the log-file . There are many alternative methods to achieve the same result like : ZF&#8217;s Zend_Log , PEAR&#8217;s Log package , Klogger , PHP&#8217;s native Ligging [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7269&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/14/logging-visitors-ip-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="http://tournasdimitrios1.files.wordpress.com/2012/01/logging-visitors-ip1.jpg?w=300" medium="image">
			<media:title type="html">Logging-Visitors-IP</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful Recursive PHP Filesystem Functions</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/12/useful-recursive-php-filesystem-functions/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/12/useful-recursive-php-filesystem-functions/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:28:20 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7253</guid>
		<description><![CDATA[Could you imagine a web-development language that is entirely isolated from it&#8217;s underlying file and operating system ? Fortunately , PHP has a build-in  tool-set  which can be used by developers not only for creating &#8211; deleting files and directories   but also executing programs at the shell level .  This article will present three functions that can be used for retrieving [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7253&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/12/useful-recursive-php-filesystem-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
		<item>
		<title>Compress &#8211;Zip&#8211; Multiple Files And Download with PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/10/compress-zip-multiple-files-and-download-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/10/compress-zip-multiple-files-and-download-with-php/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 21:41:17 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7250</guid>
		<description><![CDATA[With PHP&#8217;s &#160;build-in ZipArchive Class we can&#160;archive multiple files into one&#160;bundle&#160;, &#160;compressed as Zip file-format . If you have read my previous article &#8221; How To Make Files Downloadable with PHP&#160;&#8221; then you already know that PHP can &#8220;send-out&#8221;&#160;&#160;raw HTTP headers to instruct the browser to behave accordingly (&#160;redirection&#160;, authentication ,&#160;catching&#160;, downloading ) .&#160;The magical [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7250&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/10/compress-zip-multiple-files-and-download-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Make Files Downloadable with PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/10/how-to-make-files-downloadable-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/10/how-to-make-files-downloadable-with-php/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 10:16:36 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7241</guid>
		<description><![CDATA[In some situations when you&#8217;re creating a web page with links to a file like &#160;pdf &#8211; xml &#8211; jpeg , or other external program file , you may want user&#8217;s browser &#160;prompt &#160;to download the file instead of opening it in the browser window or in an external program .&#160;There are a few different [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7241&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/10/how-to-make-files-downloadable-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
		<item>
		<title>Generate Random Characters With PHP</title>
		<link>http://tournasdimitrios1.wordpress.com/2012/01/06/generate-random-characters-with-php/</link>
		<comments>http://tournasdimitrios1.wordpress.com/2012/01/06/generate-random-characters-with-php/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 20:55:10 +0000</pubDate>
		<dc:creator>tournasdimitrios1</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=7230</guid>
		<description><![CDATA[There are times when you need to get a string of random characters of the specified length . It could be the default password for a new account  in your database. If you need something more specific ,  like GUID ,  you would  better use an online generator . These are some simple practical examples [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tournasdimitrios1.wordpress.com&amp;blog=13767013&amp;post=7230&amp;subd=tournasdimitrios1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tournasdimitrios1.wordpress.com/2012/01/06/generate-random-characters-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd5d099f603e4d7b8f3a0b33df2caa37?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
