<?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>prosoxi.com &#187; kostas</title>
	<atom:link href="http://www.prosoxi.com/author/kostas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prosoxi.com</link>
	<description>Proven Solutions</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:54:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>display an object inf javascript</title>
		<link>http://www.prosoxi.com/2010/04/06/display-an-object-inf-javascript/</link>
		<comments>http://www.prosoxi.com/2010/04/06/display-an-object-inf-javascript/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 10:20:38 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1029</guid>
		<description><![CDATA[Here&#8217;s how to show the contents of a object in Javascript function concatObject(obj) { str=''; for(prop in obj) { str+=prop + " value :"+ obj[prop]+"\n"; } return(str); } source http://www.lightenna.com/news/javascript-show-object ﻿]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/04/06/display-an-object-inf-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quotes in mysql queries &#8211; security issue</title>
		<link>http://www.prosoxi.com/2010/03/10/quotes-in-mysql-queries-security-issue/</link>
		<comments>http://www.prosoxi.com/2010/03/10/quotes-in-mysql-queries-security-issue/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:50:14 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1007</guid>
		<description><![CDATA[Remember to check numeric data as well. If an application generates a query such as SELECT * FROM table WHERE ID=234 when a user enters the value 234,the user can enter the value 234 OR 1=1 to cause the application to generate the query SELECT * FROM table WHERE ID=234 OR 1=1.As a result, the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/03/10/quotes-in-mysql-queries-security-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess &#8211; friendly url tips</title>
		<link>http://www.prosoxi.com/2010/03/08/htaccess-friendly-url-tips/</link>
		<comments>http://www.prosoxi.com/2010/03/08/htaccess-friendly-url-tips/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:53:12 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1002</guid>
		<description><![CDATA[suppose you want example #weeddingplans RewriteRule ^weddingplanners$ shop.php?sub=31&#38;id=7 [L,S] RewriteCond %{REQUEST_URI} /shop.php [NC] RewriteCond %{QUERY_STRING} ^id=7&#38;sub=31 RewriteRule (.*) http://www.wedstar.gr/weddingplanners? [R=301]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/03/08/htaccess-friendly-url-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>friendly url with htaccess</title>
		<link>http://www.prosoxi.com/2010/03/04/redirect-a-page-to-name-anchor-within-htaccess/</link>
		<comments>http://www.prosoxi.com/2010/03/04/redirect-a-page-to-name-anchor-within-htaccess/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:58:26 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=997</guid>
		<description><![CDATA[suppose you want /articles.php?cat=$1&#38;art=$2 to become magazine/1/2 then you need these two rules: #articles.php?cat=$1&#38;art=$2 RewriteRule ^magazine/([^/]*)/([^/]*)$ /articles.php?cat=$1&#38;art=$2&#38;marker [L] RewriteCond %{REQUEST_URI} /articles\.php [NC] RewriteCond %{QUERY_STRING} ^cat=(.*)&#38;art=(.*) RewriteCond %{QUERY_STRING} !marker RewriteRule (.*) http://mydomain/%1/%2? [R=301,L]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/03/04/redirect-a-page-to-name-anchor-within-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup network interface in linux systems</title>
		<link>http://www.prosoxi.com/2009/12/30/setup-network-interface-in-linux-systems/</link>
		<comments>http://www.prosoxi.com/2009/12/30/setup-network-interface-in-linux-systems/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 17:55:55 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[nameservers]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=888</guid>
		<description><![CDATA[Κάποιες χρήσιμες εντολές για το σετάρισμα κάρτας δικτύου (π.χ. eth0) σε περιβάλλον linux. View:  ifconfig -a (ή eth0) Assign ip address to interface: ifconfig eth0 192.168.1.102 netmask 255.255.255.0 up ifconfig&#8217;s syntax and command layout: ifconfig &#60;interface&#62; &#60;ip_address&#62; [ netmask &#60;netmask&#62; ] Where: &#60;interface&#62; = the network interface you want to configure (eth0, eth1&#8230; and so [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/12/30/setup-network-interface-in-linux-systems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Display correctly Greek characters at subject of an email</title>
		<link>http://www.prosoxi.com/2009/11/23/display-correctly-greek-characters-at-subject-of-an-email/</link>
		<comments>http://www.prosoxi.com/2009/11/23/display-correctly-greek-characters-at-subject-of-an-email/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:57:07 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=858</guid>
		<description><![CDATA[You can use this function when the subject at an email is not displayed correctly. The idea is to base64_encode the subject header.  Something like $subject_encoded=”=?UTF-8?B?”.base64_encode($subject).”?=”; mail(…$subject_encoded); Main source http://geoland.org/2007/12/utf8-ready-php-mail-function/ function UTF8_mail( $from,$to,$subject,$message,$cc=”",$bcc=”"){ $from = explode(”&#60;”,$from ); $headers = “From: =?UTF-8?B?” .base64_encode($from[0]).”?= &#60;” . $from[1] . “\r\n”; $to = explode(”&#60;”,$to ); $to = “=?UTF-8?B?”.base64_encode($to[0]) .”?= [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/11/23/display-correctly-greek-characters-at-subject-of-an-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax &#8211; dynamic content with link history</title>
		<link>http://www.prosoxi.com/2009/11/23/ajax-dynamic-content-with-link-history/</link>
		<comments>http://www.prosoxi.com/2009/11/23/ajax-dynamic-content-with-link-history/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:02:13 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=856</guid>
		<description><![CDATA[Use this script to update content dynamicaly. Original source from http://www.unfocus.com/projects/historykeeper/ &#60;script type="text/javascript" src="Scripts/history.js"&#62;&#60;/script&#62; &#60;script type="text/javascript"&#62; function PromptMe() { this.historyListener = function(historyHash) { stateVar = historyHash; document.title = Title"; if (historyHash!= "" ){ new Ajax.Updater('id','url', {method:'get', parameters:{variable:historyHash}, onCreate: function(){$('preloader').setStyle({display: 'BLOCK'});},//preloader=an image being displayed onSuccess: function(){$('preloader').setStyle({display: 'NONE'});}//or not });   //end of ajax updater };  //function(historyHash) }//end [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/11/23/ajax-dynamic-content-with-link-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page break with php-fckeditor</title>
		<link>http://www.prosoxi.com/2009/01/27/page-break-with-php-fckeditor/</link>
		<comments>http://www.prosoxi.com/2009/01/27/page-break-with-php-fckeditor/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:58:39 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=426</guid>
		<description><![CDATA[php code &#60;?php if (stripos($row_latestnews['nws_text_gr'],&#8221;&#60;div style=\&#8221;page-break-after: always;\&#8221;&#62;&#60;span style=\&#8221;display: none;\&#8221;&#62;&#38;nbsp;&#60;/span&#62;&#60;/div&#62;&#8221;)&#60;1) echo substr($row_latestnews['nws_text_gr'],0,180); else { $str=split(&#8220;&#60;div style=\&#8221;page-break-after: always;\&#8221;&#62;&#60;span style=\&#8221;display: none;\&#8221;&#62;&#38;nbsp;&#60;/span&#62;&#60;/div&#62;&#8221;,$row_latestnews['nws_text_gr']); echo $str[0]; } ?&#62;]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/01/27/page-break-with-php-fckeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

