<?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</title>
	<atom:link href="http://www.prosoxi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prosoxi.com</link>
	<description>Proven Solutions</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:01:00 +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>Increase the WordPress RSS Widget Refresh Rate</title>
		<link>http://www.prosoxi.com/2012/02/04/increase-the-wordpress-rss-widget-refresh-rate/</link>
		<comments>http://www.prosoxi.com/2012/02/04/increase-the-wordpress-rss-widget-refresh-rate/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 09:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3612</guid>
		<description><![CDATA[While working on the redesign to this blog, I wanted to add the “Interesting Stuff” column you see just to the right. Using the RSS feed widget built into WordPress would be perfect, except for the fact that it only updates ever 12 hours. In today’s Quick Tip, we fix that problem. The solution is [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/04/increase-the-wordpress-rss-widget-refresh-rate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>suPHP</title>
		<link>http://www.prosoxi.com/2012/02/03/suphp/</link>
		<comments>http://www.prosoxi.com/2012/02/03/suphp/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 19:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3610</guid>
		<description><![CDATA[suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter. suPHP 0.7.1 released 2009-03-14 suPHP 0.7.1 has been released. This [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/03/suphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vinilla forum default css and template paths</title>
		<link>http://www.prosoxi.com/2012/02/03/vinilla-forum-default-css-and-template-paths/</link>
		<comments>http://www.prosoxi.com/2012/02/03/vinilla-forum-default-css-and-template-paths/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[vanilla]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3578</guid>
		<description><![CDATA[Vanilla default templates and styles Template path /forum/applications/dashboard/views/default.master.php &#160; Css Path /forum/applications/dashboard/design/style.css]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/03/vinilla-forum-default-css-and-template-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP ftp upload tutorial</title>
		<link>http://www.prosoxi.com/2012/02/02/php-ftp-upload-tutorial/</link>
		<comments>http://www.prosoxi.com/2012/02/02/php-ftp-upload-tutorial/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 14:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3608</guid>
		<description><![CDATA[To upload a file to ftp you need a html form where you can insert the ftp details, like the ones described above: server – is the server on which he wanna upload the file username – is the user for which he makes the connection to ftp server password - is the user password [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/02/php-ftp-upload-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localizing PHP web sites using gettext</title>
		<link>http://www.prosoxi.com/2012/02/02/localizing-php-web-sites-using-gettext/</link>
		<comments>http://www.prosoxi.com/2012/02/02/localizing-php-web-sites-using-gettext/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[poedit]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3574</guid>
		<description><![CDATA[Developing multi language web sites using PHP is actually very easy. A common approach is having an include file for every supported language which contains an array that maps string ids to localized text (for example &#34;WelcomeText&#34; =&#62; &#34;Welcome to our homepage.&#34; would be included using something like &#60;?= $strings[&#34;WelcomeText&#34;] &#62;). However there are several [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/02/localizing-php-web-sites-using-gettext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webcamXP</title>
		<link>http://www.prosoxi.com/2012/02/01/webcamxp/</link>
		<comments>http://www.prosoxi.com/2012/02/01/webcamxp/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:35:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[camera server]]></category>
		<category><![CDATA[dvr]]></category>
		<category><![CDATA[ip cameras dvr]]></category>
		<category><![CDATA[ipcameras]]></category>
		<category><![CDATA[usb camera dvr]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3603</guid>
		<description><![CDATA[Give a try to the most popular webcam and network camera software for Windows. Always keep an eye on your goods from anywhere by turning your computer into a security system and using other computers or your mobile phone. Our products are intended for private users and companies wishing to put in place low cost [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/webcamxp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerHome</title>
		<link>http://www.prosoxi.com/2012/02/01/powerhome/</link>
		<comments>http://www.prosoxi.com/2012/02/01/powerhome/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[automation]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3600</guid>
		<description><![CDATA[PowerHome2 is a home automation software package that allows you to control your home&#8217;s lighting, appliances, security, and your Home Theater. Control lights, audio, video, security, and cameras in your home Control using your PC, web, smartphone, email, keyboard, mouse, IR, voice Perfect for Insteon, UPB, X-10, Infrared, RS232 and more Highly customizable &#8211; use [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/powerhome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp Add Facebook Open Graph Meta Tags</title>
		<link>http://www.prosoxi.com/2012/02/01/wp-add-facebook-open-graph-meta-tags/</link>
		<comments>http://www.prosoxi.com/2012/02/01/wp-add-facebook-open-graph-meta-tags/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:42:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3597</guid>
		<description><![CDATA[Add Facebook Open Graph Meta Tags Place the following code in custom_functions.php (making changes where noted): function add_facebook_open_graph_tags() { if (is_single()) { global $post; $image = get_post_meta($post-&#62;ID, &#039;thesis_post_image&#039;, $single = true); if (!$image) $image = &#039;ENTER URL TO DEFAULT IMAGE HERE&#039;; ?&#62; &#60;meta property=&#34;og:title&#34; content=&#34;&#60;?php the_title(); ?&#62;&#34; /&#62; &#60;meta property=&#34;og:type&#34; content=&#34;article&#34; /&#62; &#60;meta property=&#34;og:image&#34; content=&#34;&#60;?php echo $image; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/wp-add-facebook-open-graph-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typetester</title>
		<link>http://www.prosoxi.com/2012/02/01/3593/</link>
		<comments>http://www.prosoxi.com/2012/02/01/3593/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:22:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[lorem]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3593</guid>
		<description><![CDATA[The Typetester is an online application for comparison of the fonts for the screen. Its primary role is to make web designer’s life easier. As the new fonts are bundled into operating systems, the list of the common fonts will be updated. &#160; http://www.typetester.org/]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/3593/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blockaid dns</title>
		<link>http://www.prosoxi.com/2012/02/01/blockaid-dns/</link>
		<comments>http://www.prosoxi.com/2012/02/01/blockaid-dns/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3590</guid>
		<description><![CDATA[On this page you will find information on how to set your computer to use our DNS. Please use the instructions that correspond to your operating system. Our DNS IP addresses can be found at the bottom of this page. Before proceeding, please understand that use of our DNS system MUST be voluntary. Due to the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/blockaid-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Numbers to Words</title>
		<link>http://www.prosoxi.com/2012/02/01/convert-numbers-to-words/</link>
		<comments>http://www.prosoxi.com/2012/02/01/convert-numbers-to-words/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:56:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3587</guid>
		<description><![CDATA[Convert Numbers to Words This little script was whipped up to convert numbers to words for use in a cheque book, it has an upper limit of 999999999 but that should take care of most sane amounts of cash. Should you require a function that needs to spell out more cash than this, my rates [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/convert-numbers-to-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get IP geolocation on Ubuntu with MaxMind geoip</title>
		<link>http://www.prosoxi.com/2012/02/01/how-to-get-ip-geolocation-on-ubuntu-with-maxmind-geoip/</link>
		<comments>http://www.prosoxi.com/2012/02/01/how-to-get-ip-geolocation-on-ubuntu-with-maxmind-geoip/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 11:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3584</guid>
		<description><![CDATA[MaxMind GeoIP is a collection of APIs for looking up the location of an IP address. It includes support for lookup of country, region, city, latitude, and longitude. Free GeoLite databases are available for the country and city. Installation First install the software : aptitude install geoip-bin mkdir /usr/local/share/GeoIP cd /usr/local/share/GeoIP wget http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gunzip GeoLiteCity.dat.gz [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/how-to-get-ip-geolocation-on-ubuntu-with-maxmind-geoip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the PHP geolocalization extension on CentOS</title>
		<link>http://www.prosoxi.com/2012/02/01/installing-the-php-geolocalization-extension-on-centos/</link>
		<comments>http://www.prosoxi.com/2012/02/01/installing-the-php-geolocalization-extension-on-centos/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 11:52:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3582</guid>
		<description><![CDATA[Lately, I&#8217;ve had the need to install a geolocation database on a web server to localize (as closely as possible) a visitor based on its IP address. For this, I&#8217;ve been using the MaxMind geolocation database. Although Maxmind is a commercial service, they provide a free database mapping IPs to countries. Maxmind provides a PHP [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/installing-the-php-geolocalization-extension-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Duplicate Form Submission</title>
		<link>http://www.prosoxi.com/2012/02/01/prevent-duplicate-form-submission/</link>
		<comments>http://www.prosoxi.com/2012/02/01/prevent-duplicate-form-submission/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 10:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3566</guid>
		<description><![CDATA[You can use the method below to prevent duplicate form submission or form re-submission using PHP. This method is simple to implement and does not require JavaScript. I will assume that the form is in the form.php file and the form submission is being handled by the form-exec.php script. Modifying your form Add the below [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/prevent-duplicate-form-submission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling WebDAV</title>
		<link>http://www.prosoxi.com/2012/01/31/enabling-webdav/</link>
		<comments>http://www.prosoxi.com/2012/01/31/enabling-webdav/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:20:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3580</guid>
		<description><![CDATA[Overview WebDAV stands for Web-based Distributed Authoring and Versioning. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. For more information on WebDAV, consult the FAQsection at their site. Requirements Before you start, this article has the following dependencies: You must [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/31/enabling-webdav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multiple background images using CSS</title>
		<link>http://www.prosoxi.com/2012/01/31/multiple-background-images-using-css/</link>
		<comments>http://www.prosoxi.com/2012/01/31/multiple-background-images-using-css/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 11:47:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[multiple]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3576</guid>
		<description><![CDATA[Is it possible to have two background images? For instance, I&#8217;d like to have one image repeat across the top (repeat-x), and another repeat across the entire page (repeat), where the one across the entire page is behind the one which repeats across the top. I&#8217;ve found that I can achieve the desired effect for [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/31/multiple-background-images-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I make a redirect page in jQuery/JavaScript?</title>
		<link>http://www.prosoxi.com/2012/01/31/how-can-i-make-a-redirect-page-in-jqueryjavascript/</link>
		<comments>http://www.prosoxi.com/2012/01/31/how-can-i-make-a-redirect-page-in-jqueryjavascript/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 09:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3564</guid>
		<description><![CDATA[jQuery is not necessary, and window.location.replace(...) will best simulate an HTTP redirect. It is better than using window.location.href =, because replace() does not put the originating page in the session history, meaning the user won&#8217;t get stuck in a never-ending back-button fiasco. If you want to simulate someone clicking on a link, use location.href. If [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/31/how-can-i-make-a-redirect-page-in-jqueryjavascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4 Features</title>
		<link>http://www.prosoxi.com/2012/01/31/php-5-4-features/</link>
		<comments>http://www.prosoxi.com/2012/01/31/php-5-4-features/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 07:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php 5.4]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3572</guid>
		<description><![CDATA[PHP 5.4 Features PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development. &#160; Many features were proposed for this release. Some made into this version, others did not make it at least [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/31/php-5-4-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php gettext</title>
		<link>http://www.prosoxi.com/2012/01/30/php-gettext/</link>
		<comments>http://www.prosoxi.com/2012/01/30/php-gettext/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gettext]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3517</guid>
		<description><![CDATA[gettext — Lookup a message in the current domain &#160; &#60;?php // Set language to German putenv(&#8216;LC_ALL=de_DE&#8217;); setlocale(LC_ALL, &#8216;de_DE&#8217;); // Specify location of translation tables bindtextdomain(&#34;myPHPApp&#34;, &#34;./locale&#34;); // Choose domain textdomain(&#34;myPHPApp&#34;); // Translation is looking for in ./locale/de_DE/LC_MESSAGES/myPHPApp.mo now // Print a test message echo gettext(&#34;Welcome to My PHP Application&#34;); // Or use the alias [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/30/php-gettext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi Column List with jQuery</title>
		<link>http://www.prosoxi.com/2012/01/30/multi-column-list-with-jquery/</link>
		<comments>http://www.prosoxi.com/2012/01/30/multi-column-list-with-jquery/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:15:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[multicolumn]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3562</guid>
		<description><![CDATA[So I needed a method to take a long, nested list and turning it into a compact, multiple acolumn list, for example, in order to display it as sort of a site map. Being a huge fan of jQuery, it was naturally my go-to library of choice. Scanning the plugins site, I can’t find a [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/30/multi-column-list-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greek UTF-8 Special Characters</title>
		<link>http://www.prosoxi.com/2012/01/29/greek-utf-8-special-characters/</link>
		<comments>http://www.prosoxi.com/2012/01/29/greek-utf-8-special-characters/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 14:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[utf]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3540</guid>
		<description><![CDATA[Here are the capital and small Greek letters for HTML 4.0 special characters from the UTF-8 Character Set. &#160; &#160; Browser Setup In order to be specify a Greek letter in the UTF-8 Character set, you are required to place following line in the head section of every web page. &#60;META http-equiv="Content-Type" content="text/html" charset="UTF-8"&#62; &#160; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/greek-utf-8-special-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>change plesk hostname from PSA database</title>
		<link>http://www.prosoxi.com/2012/01/29/change-plesk-hostname-from-psa-database/</link>
		<comments>http://www.prosoxi.com/2012/01/29/change-plesk-hostname-from-psa-database/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:58:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[psa]]></category>
		<category><![CDATA[sso]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3557</guid>
		<description><![CDATA[Resolution SSO logout-url is stored in database of SSO server /var/lib/sso/sso.db. It is configured during registration of Parallels Plesk Panel in SSO server to match Plesk full hostname. Plesk full hostname is stored in table misc of Plesk database. It may be viewed and configured through Parallels Plesk Panel interface and in Plesk database directly. [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/change-plesk-hostname-from-psa-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 10: Cron Job Setup</title>
		<link>http://www.prosoxi.com/2012/01/29/plesk-cron-job-setup/</link>
		<comments>http://www.prosoxi.com/2012/01/29/plesk-cron-job-setup/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:12:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3551</guid>
		<description><![CDATA[This tutorial will show you how to setup a cron job using Plesk 10 on a Linux VPS. Like cPanel, Plesk is a widely available hosting control panel, providing a GUI through which users can configure their hosting. What is a cron job? A cron job, also referred to as a &#8216;scheduled task&#8217;, is simply a command (e.g. [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/plesk-cron-job-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS list-style-type Property</title>
		<link>http://www.prosoxi.com/2012/01/29/css-list-style-type-property/</link>
		<comments>http://www.prosoxi.com/2012/01/29/css-list-style-type-property/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:10:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[lists]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3549</guid>
		<description><![CDATA[Definition and Usage The list-style-type specifies the type of list-item marker in a list. Default value: &#8220;disc&#8221; for &#60;ul&#62; and &#8220;decimal&#8221; for &#60;ol&#62; Inherited: yes Version: CSS1 JavaScript syntax: object.style.listStyleType=&#8221;square&#8221; &#160; Browser Support      The list-style-type property is supported in all major browsers. Note: IE9 and Opera 11 do not support: cjk-ideographic, hebrew, hiragana, hiragana-iroha, katakana, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/css-list-style-type-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery resize</title>
		<link>http://www.prosoxi.com/2012/01/29/jquery-resize/</link>
		<comments>http://www.prosoxi.com/2012/01/29/jquery-resize/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 11:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3511</guid>
		<description><![CDATA[With jQuery resize event, you can now bind resize event handlers to elements other than window, for super-awesome-resizing-greatness! Release v1.1 Tested with jQuery 1.3.2, 1.4.1, 1.4.2 in Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.1. Download Source, Minified (1.0kb) Follow the project on GitHub project page or report a bug! View Full Documentation [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/jquery-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iBooks Author</title>
		<link>http://www.prosoxi.com/2012/01/28/ibooks-author/</link>
		<comments>http://www.prosoxi.com/2012/01/28/ibooks-author/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:25:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3544</guid>
		<description><![CDATA[Description Create and publish amazing Multi-Touch books for iPad. Now anyone can create stunning iBooks textbooks, cookbooks, history books, picture books, and more for iPad. All you need is an idea and a Mac. Start with one of the Apple-designed templates that feature a wide variety of page layouts. Add your own text and images [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/28/ibooks-author/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Illustrator/Free Transform</title>
		<link>http://www.prosoxi.com/2012/01/28/adobe-illustratorfree-transform/</link>
		<comments>http://www.prosoxi.com/2012/01/28/adobe-illustratorfree-transform/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 11:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[illustrator]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3508</guid>
		<description><![CDATA[Question Well, I hope the subject makes some kind of sense. I loaded up Illustrator today, and normally when I click on an object with the black arrow, it converts to free transform automatically. Meaning, one click with the black arrow and you can re-size/distort objects. Now, one click does nothing but selects it, and [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/28/adobe-illustratorfree-transform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Backup Folder</title>
		<link>http://www.prosoxi.com/2012/01/28/plesk-backup-folder/</link>
		<comments>http://www.prosoxi.com/2012/01/28/plesk-backup-folder/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 08:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[dump]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3536</guid>
		<description><![CDATA[the default backup direktory is /var/lib/psa/dump plesk 8,9,10]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/28/plesk-backup-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JavaScript and CSS with your WordPress Plugin</title>
		<link>http://www.prosoxi.com/2012/01/27/using-javascript-and-css-with-your-wordpress-plugin/</link>
		<comments>http://www.prosoxi.com/2012/01/27/using-javascript-and-css-with-your-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 16:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[javascripts. plugins]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3542</guid>
		<description><![CDATA[A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will cover how to load JavaScript and CSS files for your plugin. Add your JavaScript Your [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/using-javascript-and-css-with-your-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I enable PHP safe mode from Plesk 10 for my domain</title>
		<link>http://www.prosoxi.com/2012/01/27/how-can-i-enable-php-safe-mode-from-plesk-10-for-my-domain/</link>
		<comments>http://www.prosoxi.com/2012/01/27/how-can-i-enable-php-safe-mode-from-plesk-10-for-my-domain/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 10:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[safemode_plesk]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3526</guid>
		<description><![CDATA[To change the web hosting type in the Plese please follow the following settings:- 1) Login to Plesk control panel. 2) Click on &#34;Domains&#34; and then Click on &#34;Control panel&#34; in front of the domain whose files permession you want to change. 3) Click on &#34;Websites and Domains&#34;. 4) Click on the &#34;domain name&#34; under [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/how-can-i-enable-php-safe-mode-from-plesk-10-for-my-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php: strcmp</title>
		<link>http://www.prosoxi.com/2012/01/27/php-strcmp/</link>
		<comments>http://www.prosoxi.com/2012/01/27/php-strcmp/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 09:32:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[select php]]></category>
		<category><![CDATA[strcmp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3538</guid>
		<description><![CDATA[strcmp — Binary safe string comparison Description int strcmp ( string $str1 , string $str2 ) Note that this comparison is case sensitive. Parameters str1 The first string. str2 The second string. Return Values Returns &#60; 0 if str1 is less than str2; &#62; 0 if str1 is greater than str2, and 0 if they [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/php-strcmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Delete directory command in Terminal</title>
		<link>http://www.prosoxi.com/2012/01/27/linux-delete-directory-command-in-terminal/</link>
		<comments>http://www.prosoxi.com/2012/01/27/linux-delete-directory-command-in-terminal/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 08:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[delete]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3534</guid>
		<description><![CDATA[Q. Can you tell me command to delete a directory in terminal? A. You need to use the rmdir utility / command. The rmdir utility removes the directory entry specified by each directory argument, provided it is empty. Arguments are processed in the order given. In order to remove both a parent directory and a [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/linux-delete-directory-command-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find &#8211; Size of a directory &amp; Free disk space</title>
		<link>http://www.prosoxi.com/2012/01/27/how-to-find-size-of-a-directory-free-disk-space/</link>
		<comments>http://www.prosoxi.com/2012/01/27/how-to-find-size-of-a-directory-free-disk-space/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 08:12:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3532</guid>
		<description><![CDATA[This article explains 2 simple commands that most people want to know when they start using Linux. They are finding the size of a directory and finding the amount of free disk space that exists on your machine. The command you would use to find the directory size is &#8216; du &#8216;. And to find [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/how-to-find-size-of-a-directory-free-disk-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux / Unix Command: ftp</title>
		<link>http://www.prosoxi.com/2012/01/26/linux-unix-command-ftp/</link>
		<comments>http://www.prosoxi.com/2012/01/26/linux-unix-command-ftp/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:57:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3530</guid>
		<description><![CDATA[NAME ftp &#8211; Internet file transfer program SYNOPSIS ftp [-pinegvd ] [host ] pftp [-inegvd ] [host ] EXAMPLES SEE ALSO rcp(1), scp(1), cp(1), ftpd(8), DESCRIPTION Ftp is the user interface to the Internet standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. Options may [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/linux-unix-command-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zonescreen</title>
		<link>http://www.prosoxi.com/2012/01/26/zonescreen/</link>
		<comments>http://www.prosoxi.com/2012/01/26/zonescreen/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3498</guid>
		<description><![CDATA[ZoneScreen is a tool for extending your desktop workspace using displays of network connected computers or portable devices like Pocket PC. Like VNC, ZoneScreen is able to mirror local desktop to another computer in the network. The main difference is that it also allows extend desktop, just like the case when you have second monitor [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/zonescreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translation Tools</title>
		<link>http://www.prosoxi.com/2012/01/26/translation-tools/</link>
		<comments>http://www.prosoxi.com/2012/01/26/translation-tools/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3506</guid>
		<description><![CDATA[There are various tools available to aid in translating. You may use whichever you prefer. GlotPress GlotPress will let you, or an entire team, translate your favourite software. It is web-based and open-source. It is also completely in sync with the main repositories and the preferred method for translating WordPress into your language. Launchpad The [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/translation-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I Compress a Whole Linux or UNIX Directory?</title>
		<link>http://www.prosoxi.com/2012/01/26/how-do-i-compress-a-whole-linux-or-unix-directory/</link>
		<comments>http://www.prosoxi.com/2012/01/26/how-do-i-compress-a-whole-linux-or-unix-directory/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:48:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3528</guid>
		<description><![CDATA[Q. How can I compress a whole directory under Linux / UNIX using a shell prompt? A. It is very easy to compress a Whole Linux/UNIX directory. It is useful to backup files, email all files, or even to send software you have created to friends. Technically, it is called as a compressed archive. GNU [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/how-do-i-compress-a-whole-linux-or-unix-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux file permissions</title>
		<link>http://www.prosoxi.com/2012/01/26/linux-file-permissions/</link>
		<comments>http://www.prosoxi.com/2012/01/26/linux-file-permissions/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[owner]]></category>
		<category><![CDATA[permition]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3524</guid>
		<description><![CDATA[The basics of file ownership and permissions on Linux. Learn to understand who are the owners of a file or directory, how the file permissions work and how you can view them, and learn how to set basic file permissions yourself. ownership &#8211; why? If you can&#8217;t access some of the files on your very [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/linux-file-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change a file&#8217;s owner and group in Linux</title>
		<link>http://www.prosoxi.com/2012/01/26/how-to-change-a-files-owner-and-group-in-linux/</link>
		<comments>http://www.prosoxi.com/2012/01/26/how-to-change-a-files-owner-and-group-in-linux/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:39:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[owner]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3522</guid>
		<description><![CDATA[Learn how to change the owner and group ownership of files and directories with the chown and chgrp commands. This tuXfile will make much more sense if you already have a basic understanding of file permissions and ownership. &#60; chown &#8211; change the owner of a file &#62; You can change the owner and group [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/how-to-change-a-files-owner-and-group-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux / UNIX &#8211; Display the permissions of a file</title>
		<link>http://www.prosoxi.com/2012/01/26/linux-unix-display-the-permissions-of-a-file/</link>
		<comments>http://www.prosoxi.com/2012/01/26/linux-unix-display-the-permissions-of-a-file/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:38:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[permition]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3520</guid>
		<description><![CDATA[Q. How do I list or display the permission of a file using ssh? I don’t have GUI installed on a remote Linux computer. A.You need to use ls command with -l option. File access permissions are displayed in the first column of the output, after the character for file type. ls command List information [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/linux-unix-display-the-permissions-of-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

