<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>aRo`</title>
	<link>http://www.arolabs.com</link>
	<description>automating your e-commerce</description>
	<lastBuildDate>Sat, 27 Mar 2010 17:13:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>paypal ipn postback on a custom port.</title>
		<description><![CDATA[When we were developping the paypal IPN script for our ecommerce project solidshops.com, we ran into a strange limition.
Apparently paypal does not allow you to post back to a url with a custom port. Only http(80) and https(443) are allowed.
We solved it by using the paypal ipn proxy below. You should put this script on [...]]]></description>
		<link>http://www.arolabs.com/php/paypal-ipn-postback-on-a-custom-port/</link>
			</item>
	<item>
		<title>how to reverse engineer a MySQL database in visio</title>
		<description><![CDATA[This is an awesome feature of MS visio that a lot of poeple don't know. I use it mostly for documentation purpuses at the end of a development cycle.
1. Enable your MySQL to listen for network connections.
2. Allow privileges for your MySQL for the XP client to connect
3. Install the MySQL ODBC connector
http://www.mysql.com/products/connector/j/
4. Create the [...]]]></description>
		<link>http://www.arolabs.com/aspnet/how-to-reverse-engineer-a-mysql-database-in-visio/</link>
			</item>
	<item>
		<title>an overview of ecommerce solutions</title>
		<description><![CDATA[What ecommerce software would you use ?
Browser-Based Storefront Creation Services
    * Shopify - http://www.shopify.com
    * Big Cartel - http://www.bigcartel.com
    * Nascent Commerce - http://www.nascentcommerce.com
    * Yahoo! Stores - http://store.yahoo.com
    * PayPal - http://www.paypal.com
    * BizLand - http://www.bizland.com
 [...]]]></description>
		<link>http://www.arolabs.com/software/an-overview-of-ecommerce-solutions/</link>
			</item>
	<item>
		<title>do you trust your webhost ?</title>
		<description><![CDATA[This question is fair and simple: Do you trust your webhost ?
I was worried about it when i was browsing through the FAQ of my webhost. I opened the topic "How to redirect my site so it always appear with www.?" and this is what i saw...

You should know that codehomepage.com was my previous domain. [...]]]></description>
		<link>http://www.arolabs.com/hosting/do-you-trust-your-webhost/</link>
			</item>
	<item>
		<title>phpHackChecker: sends you a report of all changed files on your server</title>
		<description><![CDATA[This is an example with a
headline
`
This php script will send you a mail with all the files that have been changed within an interval you specify.  
I created this script because someone hacked into my shared hosting account and added some hidden spammy link into my templates. And since most shared hosting accounts do [...]]]></description>
		<link>http://www.arolabs.com/php/phphackchecker-sends-you-a-report-of-all-changed-files-on-your-server/</link>
			</item>
	<item>
		<title>The Radical Rodents &#8211; surfing mice</title>
		<description><![CDATA[]]></description>
		<link>http://www.arolabs.com/fun/the-radical-rodents-surfing-mice/</link>
			</item>
	<item>
		<title>freelance freedom</title>
		<description><![CDATA[]]></description>
		<link>http://www.arolabs.com/software/freelance-freedom/</link>
			</item>
	<item>
		<title>moserious SEO rap movie 101</title>
		<description><![CDATA[Moserious made this creative rap movie covering the basics of SEO/paid search.
Well done !

]]></description>
		<link>http://www.arolabs.com/seo/moserious-seo-rap-movie-101/</link>
			</item>
	<item>
		<title>capture the encoding from the main XML file tag</title>
		<description><![CDATA[To capture the encoding from the XML tag of the file. We need to read the first line, and pass it to the function to capture the encoding value.
The first line looks like this:
< ?xml version="1.0" encoding="utf-8"? >

The PHP code:
PLAIN TEXT
PHP:




function readfirstline&#40;$file&#41;&#123;


&#160; &#160;$fp = @fopen&#40;$file, "r"&#41;;


&#160; &#160;$firstline = fgets&#40;$fp&#41;;


&#160; &#160;fclose&#40;$fp&#41;;


&#160; &#160;return $firstline;


&#125;&#160; 


function get_attr&#40;&#160; $line [...]]]></description>
		<link>http://www.arolabs.com/php/capture-the-encoding-from-the-main-xml-file-tag/</link>
			</item>
	<item>
		<title>hot or not wordpress plugin</title>
		<description><![CDATA[Parse error:  syntax error, unexpected $end in /mounted-storage/home118b/sub001/sc16660-QHQQ/www/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()'d code on line 43
]]></description>
		<link>http://www.arolabs.com/php/hot-or-not-wordpress-plugin/</link>
			</item>
</channel>
</rss>
