<?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>strife&#039;s devLog</title>
	<atom:link href="http://strife.pl/feed/" rel="self" type="application/rss+xml" />
	<link>http://strife.pl</link>
	<description></description>
	<lastBuildDate>Sun, 04 Mar 2012 22:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using PayPal WPP (Express Checkout) with Django</title>
		<link>http://strife.pl/2012/03/using-paypal-wpp-express-checkout-with-django/</link>
		<comments>http://strife.pl/2012/03/using-paypal-wpp-express-checkout-with-django/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 18:06:53 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[express checkout]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal module]]></category>
		<category><![CDATA[paypal wpp]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=240</guid>
		<description><![CDATA[A couple days ago I had to deal with PayPal WPP (Express Checkout) for some application and I found the module in the GitHub: https://github.com/dcramer/django-paypal. Which works great but it was very hard to find how to set up the PayPal Payment Pro with Express Checkout method and fill customer forms in PayPal. I decided [...]]]></description>
		<wfw:commentRss>http://strife.pl/2012/03/using-paypal-wpp-express-checkout-with-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: How to Round Prices to Nine Ninety Nine at the end (9.99)</title>
		<link>http://strife.pl/2012/02/mysql-how-to-round-prices-to-nine-ninety-nine-at-the-end-9-99/</link>
		<comments>http://strife.pl/2012/02/mysql-how-to-round-prices-to-nine-ninety-nine-at-the-end-9-99/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 21:05:07 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[9.99]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nine ninenty nine]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[round values]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=197</guid>
		<description><![CDATA[Hi there, Here&#8217;s the example how to round values to 9.99 at the end. For example if we have a price 45023.12 and we wanna change it to 45029.99, we should simple use this code: SELECT CONCAT(LEFT(ROUND(YOUR_PRICE, 0), CHAR_LENGTH(ROUND(YOUR_PRICE, 0)) - 1), '9.99'); See ya!]]></description>
		<wfw:commentRss>http://strife.pl/2012/02/mysql-how-to-round-prices-to-nine-ninety-nine-at-the-end-9-99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android: How to Send Request (POST) to the Server (Full Application)</title>
		<link>http://strife.pl/2011/12/android-how-to-send-request-post-to-the-server-full-application/</link>
		<comments>http://strife.pl/2011/12/android-how-to-send-request-post-to-the-server-full-application/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 16:46:58 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[async]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[send to server]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simple application]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=123</guid>
		<description><![CDATA[Hi, Like I said before I am new to Android and I don&#8217;t hide it but I&#8217;ve started to like it so far. And now I&#8217;d like to show you an application which enables sending data to the servers remotely. Before I give you the code, just look at the screens how it looks. But [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/12/android-how-to-send-request-post-to-the-server-full-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a New Custom Field in Prestashop</title>
		<link>http://strife.pl/2011/12/how-to-add-new-custom-field-in-prestashop/</link>
		<comments>http://strife.pl/2011/12/how-to-add-new-custom-field-in-prestashop/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 09:21:51 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[add new field]]></category>
		<category><![CDATA[custom field]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[prestashop 1.4.3]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=155</guid>
		<description><![CDATA[I&#8217;ve figured out how to add new field to database using Prestashop (1.4.3, but I think for the newer versions would be the same). This solution gives you new field in database and you will be able to edit / save data to this field in your admin panel, for my example I needed a [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/12/how-to-add-new-custom-field-in-prestashop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Working With Android</title>
		<link>http://strife.pl/2011/12/beginning-working-with-android/</link>
		<comments>http://strife.pl/2011/12/beginning-working-with-android/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 16:06:43 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=120</guid>
		<description><![CDATA[Hi there, A couple days ago I decided to improve my programming skills by learning something new. And that thing is android. It&#8217;s a very powerful tool and I can say it for using it only for couple days. For me as a programmer beginning was easy. All variables, classes, constructions etc. are almost the [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/12/beginning-working-with-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prestashop, Paypal Module Message Limit 1600</title>
		<link>http://strife.pl/2011/11/prestashop-paypal-module-message-limit-1600/</link>
		<comments>http://strife.pl/2011/11/prestashop-paypal-module-message-limit-1600/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:54:59 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[message length]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[quick fix]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=117</guid>
		<description><![CDATA[When you have a problem with paypal module in Prestashop. I mean that kind of problem when user come back from paypal.com:Fatal error (Message =&#62; message Length 1600)You should edit Message.php (in classes) and change the limit of field. It&#8217;s line 54 and it should be look that:// line 54 protected $fieldsSize = array('message' =&#62; [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/11/prestashop-paypal-module-message-limit-1600/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubercart API &#8211; Add to Cart with Attributes</title>
		<link>http://strife.pl/2011/10/ubercart-api-add-to-cart-with-attributes/</link>
		<comments>http://strife.pl/2011/10/ubercart-api-add-to-cart-with-attributes/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 07:23:45 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[to cart]]></category>
		<category><![CDATA[ubertcart]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=97</guid>
		<description><![CDATA[I had a problem with that and finally I have found solution for that &#8211; it is very simple.$product_id = 100; // this is your product id, in drupal it is node with product type $quantity = 1; // amount of product uc_cart_add_item($product_id, $quantity, array('attributes' =&#62; array(1 =&#62; 500)), NULL, NULL, $check_redirect = FALSE); ?&#62; [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/10/ubercart-api-add-to-cart-with-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Modify Sth After Submiting in Drupal 6</title>
		<link>http://strife.pl/2011/10/how-to-modify-sth-after-submit-in-drupal-6/</link>
		<comments>http://strife.pl/2011/10/how-to-modify-sth-after-submit-in-drupal-6/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 15:58:28 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[alter]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal6]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=89</guid>
		<description><![CDATA[In Drupal 6 we have some constructions which are very helpful. You want to modify sth after node has been submited? No problem you can easly do it by using hooks. In some module create some functions which will called: function my_module_form_alter(&#38;$form, $form_state, $form_id) { if($form_id == 'name_of_your_form') { $form['#after_build'][] = '_my_module_after_build'; } } function [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/10/how-to-modify-sth-after-submit-in-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Cart From Prestashop</title>
		<link>http://strife.pl/2011/09/getting-cart-from-prestashop/</link>
		<comments>http://strife.pl/2011/09/getting-cart-from-prestashop/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:27:40 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[basket]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[prestashop 1.4.3]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=13</guid>
		<description><![CDATA[If you have a problem with getting cart from prestashop that would be interesting for you. I had a huge problem with Prestashop (version 1.4.3) because I didn&#8217;t know how exactly I should get cart from Prestashop to the WordPress or somewhere else. However I spent some time to resolve that issue and I wrote [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/09/getting-cart-from-prestashop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World in 2011!</title>
		<link>http://strife.pl/2011/09/hello-world/</link>
		<comments>http://strife.pl/2011/09/hello-world/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 20:21:34 +0000</pubDate>
		<dc:creator>strife</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://strife.pl/?p=1</guid>
		<description><![CDATA[Finally I decided to start blogging. I will be creating posts about making software and in the first order I will be writing about creating software by using PHP. But in the future a want to learn something more about JAVA for mobile and I think it will be a great subject to writing and [...]]]></description>
		<wfw:commentRss>http://strife.pl/2011/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

