<?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; Programming</title>
	<atom:link href="http://www.prosoxi.com/category/programming/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>PHP-MySql: Select previous row and next row from current ID</title>
		<link>http://www.prosoxi.com/2012/02/07/php-mysql-select-previous-row-and-next-row-from-current-id/</link>
		<comments>http://www.prosoxi.com/2012/02/07/php-mysql-select-previous-row-and-next-row-from-current-id/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 09:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3614</guid>
		<description><![CDATA[During the dark age, the simplest way to get previous row from current ID was using this query: SELECT field1 FROM tablename WHERE id = ($currentId &#8211; 1) and to get next row: SELECT field1 FROM tablename WHERE id = ($currentId + 1) But there’s a problem. Like common data, we need to delete some [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/07/php-mysql-select-previous-row-and-next-row-from-current-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS gradient generator</title>
		<link>http://www.prosoxi.com/2012/02/06/css-gradient-generator/</link>
		<comments>http://www.prosoxi.com/2012/02/06/css-gradient-generator/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 13:53:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[grafient]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3622</guid>
		<description><![CDATA[A powerful Photoshop-like CSS gradient editor from ColorZilla. &#160; http://gradients.glrzad.com/ http://www.colorzilla.com/gradient-editor/]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/06/css-gradient-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>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>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>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>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>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>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>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>Getting PHP&#8217;s print_r Function To Return A String</title>
		<link>http://www.prosoxi.com/2012/01/24/getting-phps-print_r-function-to-return-a-string/</link>
		<comments>http://www.prosoxi.com/2012/01/24/getting-phps-print_r-function-to-return-a-string/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[print_r]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3502</guid>
		<description><![CDATA[PHP’s print_r function is invaluable. It prints a human-readable string representation of a variable. It’s one of the most useful debugging features I’ve seen in any language. I like it so much that I’ve actually written print_r mimic functions for other languages. By default, print_r literally prints a variable to the screen. Sometimes it’s useful [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/24/getting-phps-print_r-function-to-return-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Database Description</title>
		<link>http://www.prosoxi.com/2012/01/24/wp-database-description/</link>
		<comments>http://www.prosoxi.com/2012/01/24/wp-database-description/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 08:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[word press]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3504</guid>
		<description><![CDATA[Database Description The following is an outline and description of the database tables created during the standard installation of WordPress Version 3.0. Currently, the only database supported by WordPress is MySQL version 4.1.2 or greater. &#160; Because WordPress interfaces with this database by itself, you as an end user, shouldn&#8217;t have to worry much about [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/24/wp-database-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE automatically remove empty tags</title>
		<link>http://www.prosoxi.com/2012/01/22/tinymce-automatically-remove-empty-tags/</link>
		<comments>http://www.prosoxi.com/2012/01/22/tinymce-automatically-remove-empty-tags/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 11:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[empty tags]]></category>
		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3488</guid>
		<description><![CDATA[I need to have the following HTML code: &#60;div id=&#34;boxContainer&#34;&#62;&#60;/div&#62; but the editor removes all &#34;empty&#34; situations! &#160; 'verify_html' : false,]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/22/tinymce-automatically-remove-empty-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix &#8216;Function eregi() is deprecated&#8217; in PHP 5.3.0?</title>
		<link>http://www.prosoxi.com/2012/01/22/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0-2/</link>
		<comments>http://www.prosoxi.com/2012/01/22/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0-2/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 11:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Deprecated]]></category>
		<category><![CDATA[ereg]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3486</guid>
		<description><![CDATA[I used to use eregi for validating email address input that matches to the regular expression. &#60;pre&#62; if(!eregi(&#34;^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$&#34;, $str)) { &#160;&#160;&#160; $msg = &#8216;email is not valid&#8217;; } else { $valid = true; }&#60;/pre&#62; That would return true if given email address is matches to username@domain.ext pattern. Unfortunately, after upgrading PHP to the earlier version [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/22/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 jQuery Twitter Plugins &#8211; Add Tweets To Your Website</title>
		<link>http://www.prosoxi.com/2012/01/21/3-jquery-twitter-plugins-add-tweets-to-your-website/</link>
		<comments>http://www.prosoxi.com/2012/01/21/3-jquery-twitter-plugins-add-tweets-to-your-website/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 10:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3484</guid>
		<description><![CDATA[Integrating social profiles with websites is a very popular trend as they represent a content. For Twitter, if you have an account and want to add tweets to your website, these 3 jQuery Tweeter plugins will help you for sure: &#160; Juitter Juitter has a live mode which can display the latest tweets with an [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/21/3-jquery-twitter-plugins-add-tweets-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Custom Widgets and Page Templates with WordPress</title>
		<link>http://www.prosoxi.com/2012/01/20/adding-custom-widgets-and-page-templates-with-wordpress/</link>
		<comments>http://www.prosoxi.com/2012/01/20/adding-custom-widgets-and-page-templates-with-wordpress/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 08:57:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3482</guid>
		<description><![CDATA[Step 1: Adding A New Widget Area First thing we need to do is add our new widget area.&#160; To do this you will need to open the function.php file (or create one and put in into your theme folder if you don’t have one yet) and add this bit of code: // //&#160; Adding [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/20/adding-custom-widgets-and-page-templates-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Increase PHP Memory for cache.php</title>
		<link>http://www.prosoxi.com/2012/01/15/wordpress-increase-php-memory-for-cache-php/</link>
		<comments>http://www.prosoxi.com/2012/01/15/wordpress-increase-php-memory-for-cache-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 12:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3422</guid>
		<description><![CDATA[This trick isn’t guaranteed to prevent all WordPress-generated PHP memory errors, but it certainly seems to help reduce their overall occurrence. For some reason, after my host upgraded their servers to Apache 1.3.41, I began logging an extremely high number of fatal PHP “memory exhausted” errors resulting from the WordPresscache.php script. Here is an example [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/15/wordpress-increase-php-memory-for-cache-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akeeba Backup</title>
		<link>http://www.prosoxi.com/2012/01/15/akeeba-backup/</link>
		<comments>http://www.prosoxi.com/2012/01/15/akeeba-backup/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 11:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3468</guid>
		<description><![CDATA[Akeeba Backup is an open-source backup component for the Joomla! CMS, quite a bit different than its competition. Its mission is simple: create a site backup that can be restored on any Joomla!-capable server. It creates a backup archive which contains all the files, a database snapshot and a restoration script. The backup and restore [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/15/akeeba-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP BBCode Parser</title>
		<link>http://www.prosoxi.com/2012/01/14/php-bbcode-parser/</link>
		<comments>http://www.prosoxi.com/2012/01/14/php-bbcode-parser/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[bbcode]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3426</guid>
		<description><![CDATA[BB code is a very simple set of instructions (also known as BB tags) that provide rules as to how a piece of text should be formatted. When a page that contains BB code is displayed in the browser, the BB tags are replaced with appropriate HTML tags that the browser can understand. &#60;?phpfunction BBCode [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/14/php-bbcode-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encode your images straight into PHP</title>
		<link>http://www.prosoxi.com/2012/01/09/encode-your-images-straight-into-php/</link>
		<comments>http://www.prosoxi.com/2012/01/09/encode-your-images-straight-into-php/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 16:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[encode images]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3398</guid>
		<description><![CDATA[Came across this today messing around with WAMP server. The index page it has has some images. I was looking to replace them as i was feeling lazy about creating an Index page I couldnt find the images it was using, so had a look in the code. What they had done was encode the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/09/encode-your-images-straight-into-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Scrape Meta Tags From Any Web Page With PHP</title>
		<link>http://www.prosoxi.com/2012/01/09/how-to-scrape-meta-tags-from-any-web-page-with-php/</link>
		<comments>http://www.prosoxi.com/2012/01/09/how-to-scrape-meta-tags-from-any-web-page-with-php/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[scrape]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3420</guid>
		<description><![CDATA[A couple of weeks ago I was going to work on a new project, it was a directory-like kind of app. One the things this application had to do was let users add their websites to their profiles, and so the first question came up, “how am going to get their website’s title and meta [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/09/how-to-scrape-meta-tags-from-any-web-page-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using &#8216;date&#8217; meta-tags for dynamic content</title>
		<link>http://www.prosoxi.com/2012/01/08/using-date-meta-tags-for-dynamic-content/</link>
		<comments>http://www.prosoxi.com/2012/01/08/using-date-meta-tags-for-dynamic-content/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 13:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3386</guid>
		<description><![CDATA[Why add a date to your content? Everyone wants to see the most current content. Why should you want to date it if the server will automatically tell the browser that it&#8217;s all &#8216;brand new&#8217; when serving an active page (i.e. PHP, ASP, JSP, etc.)?! By putting a date on your content you&#8217;re admitting that [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/08/using-date-meta-tags-for-dynamic-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL group by day, month or year using a timestamp column</title>
		<link>http://www.prosoxi.com/2012/01/08/mysql-group-by-day-month-or-year-using-a-timestamp-column/</link>
		<comments>http://www.prosoxi.com/2012/01/08/mysql-group-by-day-month-or-year-using-a-timestamp-column/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 12:38:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[group by]]></category>
		<category><![CDATA[order by]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3384</guid>
		<description><![CDATA[&#160; In Ruby on Rails, created_at and updated_at columns are MySQL timestamp columns.&#160; GROUP BY is pretty useless on a timestamp column, unless you are trying to group rows that were added at the same second.&#160; I needed to group by just the date, so in order to do this I had to manipulate the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/08/mysql-group-by-day-month-or-year-using-a-timestamp-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatar</title>
		<link>http://www.prosoxi.com/2012/01/08/gravatar/</link>
		<comments>http://www.prosoxi.com/2012/01/08/gravatar/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 11:29:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[thumb]]></category>
		<category><![CDATA[userphoto]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3382</guid>
		<description><![CDATA[A Globally Recognized Avatar Your Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog. Avatars help identify your posts on blogs and web forums, so why not on any site? For Site Owners Setting up Gravatars on your [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/08/gravatar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached</title>
		<link>http://www.prosoxi.com/2012/01/07/memcached/</link>
		<comments>http://www.prosoxi.com/2012/01/07/memcached/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 10:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[db cache]]></category>
		<category><![CDATA[facebook cache]]></category>
		<category><![CDATA[mysql cache]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3378</guid>
		<description><![CDATA[What is Memcached? Free &#38; open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/07/memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Simple Try Catch Example</title>
		<link>http://www.prosoxi.com/2012/01/06/php-simple-try-catch-example/</link>
		<comments>http://www.prosoxi.com/2012/01/06/php-simple-try-catch-example/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 14:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3368</guid>
		<description><![CDATA[With object orientated languages came the concept of the try-catch block to better manage exceptions and application crashes, and from PHP 5 onwards, the popular web server-side scripting language too adopted this ideology. By placing code which stands a possible chance of failing within a try block, you are alerting PHP to the fact that [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/06/php-simple-try-catch-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translate characters or replace substrings</title>
		<link>http://www.prosoxi.com/2012/01/06/translate-characters-or-replace-substrings/</link>
		<comments>http://www.prosoxi.com/2012/01/06/translate-characters-or-replace-substrings/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 09:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3376</guid>
		<description><![CDATA[Is there any function which replaces params in a string? Something like this:? Code: $format_str = &#34;My name is %name.&#34;; /* this was set in a &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; configuration file - config.php */ $str = xprintf($format_str, array(\'name\' =&#62; \'Joe\', \'age\' =&#62; 150)); &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /* above is somewhere in main code */ The expected value of $str [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/06/translate-characters-or-replace-substrings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Graph Protocol</title>
		<link>http://www.prosoxi.com/2012/01/03/open-graph-protocol/</link>
		<comments>http://www.prosoxi.com/2012/01/03/open-graph-protocol/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 12:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[og]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3418</guid>
		<description><![CDATA[The Open Graph Protocol enables you to integrate your Web pages into the social graph. It is currently designed for Web pages representing profiles of real-world things — things like movies, sports teams, celebrities, and restaurants. Including Open Graph tags on your Web page, makes your page equivalent to a Facebook Page. This means when [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/03/open-graph-protocol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

