<?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>opensourcetutor.com &#187; Finance</title>
	<atom:link href="http://www.opensourcetutor.com/category/finance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcetutor.com</link>
	<description>On Linux, Web Development, Joomla and Magento commerce</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:27:38 +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>Open Source Ecommerce alternatives to Zencart, OSCommerce and Virtuemart</title>
		<link>http://www.opensourcetutor.com/2008/05/28/open-source-ecommerce-alternatives-to-zencart-oscommerce-and-virtuemart/</link>
		<comments>http://www.opensourcetutor.com/2008/05/28/open-source-ecommerce-alternatives-to-zencart-oscommerce-and-virtuemart/#comments</comments>
		<pubDate>Wed, 28 May 2008 04:47:47 +0000</pubDate>
		<dc:creator>salubrium</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Internet Goodness]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[satchmo]]></category>

		<guid isPermaLink="false">http://www.opensourcetutor.com/2008/05/28/open-source-ecommerce-alternatives-to-zencart-oscommerce-and-virtuemart/</guid>
		<description><![CDATA[A couple of new open source Ecommerce products out and about that will hopefully see the end of the monstrosity called OSCommerce and it&#8217;s less ugly incarnations &#8211; 
Whilst they have served me well in the past and I may feel tempted to use Virtuemart for a customer who:
a) Will never ever need any customisations done to itb) Already has a Joomla installation and is very comfortable using Joomla
What&#8217;s the issue with Zencart, OSC or Virtuemart you may ask?
The issue is this. First OSCommerce is a mess. Every single module ...]]></description>
			<content:encoded><![CDATA[<p>A couple of new open source Ecommerce products out and about that will hopefully see the end of the monstrosity called OSCommerce and it&#8217;s less ugly incarnations &#8211; </p>
<p>Whilst they have served me well in the past and I <i>may </i>feel tempted to use Virtuemart for a customer who:</p>
<p>a) Will n<i>ever ever</i> need any customisations done to it<br />b) Already has a Joomla installation and is very comfortable using Joomla</p>
<p>What&#8217;s the issue with Zencart, OSC or Virtuemart you may ask?</p>
<p>The issue is this. First OSCommerce is a mess. Every single module you ever add to it is a hack, making upgrades a pain in the ass. Zencart, being closely related to OSC is not much better. It&#8217;s modularity is a bit better laid out and so you can actually create / install modules with very little hacking, if any BUT it&#8217;s template system still suffers from it&#8217;s OSC origins. It&#8217;s an effort to try and template for them..yes, it&#8217;s possible but does it really have to be that hard? Joomla&#8217;s concept is 1000 times better in regards to templating and Virtuemart excels in this area due to it&#8217;s Joomla foundations.</p>
<p>The big problem with them is when you need to make modifications to the core cart to implement a particular feature a customer wants. We have had situations where a small feature for the client required 144 changes in the files of Virtuemart. As soon as a XSS or other security issue comes to light, we have two options</p>
<ol>
<li>Let it be, cross fingers and hope nothing happens (this really is not an option)</li>
<li>Inform customer, explain risks and give them compelling reasons to update (at their cost)</li>
<li>Our current solution is when we sign contracts with customers, we include a compulsory security updates fee, which means we update their site when new security releases come out. This has worked out best so far but still requires us to explain why we are giving a solution that isn&#8217;t inherently secure to begin with. Microsoft has made this easier to explain (daily updates anyone?) and for the most part, we can kill most XSS / SQL Injection attacks using Apache modsec rules but we really want to get beyond NEEDING to upgrade and therefore NEEDING to patch our mods into new releases of Virtuemart etc.</li>
</ol>
<p>So, without further ado, there looks to be two better alternatives that have come to the rescue recently that look very, very promising though we haven&#8217;t done any work with them yet, so I will report on that later.</p>
<p>In PHP land, we have <a target="_blank" href="http://www.magentocommerce.com/">Magento</a>. A very sexy, professional looking Open Source Ecommerce application that&#8217;s built upon the Zend MVC framework and claims to be able to develop extensions without touching core code. This, hopefully will fix our templating, modification and upgrade woes in a PHP solution. It has SEF URL&#8217;s built-in, google analytics built-in and a mini-CMS of sorts.</p>
<p>In Python land, we have <a target="_blank" href="http://www.satchmoproject.com/">Satchmo</a> an open source ecommerce application built on top of the Django framework, with a reasonable feature set.</p>
<p>As part of my toolbox, my thinking at this point is if we have a customer that needs a standard shop with little to no development work, Magento will be our tool. If the customer has very unique needs, integration with other systems and customisations, we will work with Django.</p>
<p>This is because PHP deployment is so easy, that our only need should be to produce templates in Magento. If development work is needed, deployment and templating become a trivial matter in Satchmo in comparison to the ability to develop in Django &amp; Python.</p>
<p>Would love to hear other&#8217;s experiences with any of the above&#8230; and of course any horror stories (or otherwise with OSC based development)</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcetutor.com/2008/05/28/open-source-ecommerce-alternatives-to-zencart-oscommerce-and-virtuemart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RipplePay / Ripple Project &#8211; Peer to Peer Finance in Django and homelessness</title>
		<link>http://www.opensourcetutor.com/2007/11/04/ripplepay-ripple-project-peer-to-peer-finance-in-django-and-homelessness/</link>
		<comments>http://www.opensourcetutor.com/2007/11/04/ripplepay-ripple-project-peer-to-peer-finance-in-django-and-homelessness/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 12:50:32 +0000</pubDate>
		<dc:creator>salubrium</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Political]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.opensourcetutor.com/2007/11/04/ripplepay-ripple-project-peer-to-peer-finance-in-django-and-homelessness/</guid>
		<description><![CDATA[
Yesterday, I was searching around for a Critique of Neale Donald Walsch after watching the DVD &#8220;Conversations with God&#8221; &#8211; I have already read all three books of his Conversations with God series and whilst it didn&#8217;t present to me any new and revealing ideas about life, god and living in general, it did act as a reminder of the ones I already have. I have known about Book 1 for almost as long as it&#8217;s been out but never picked it up as I considered it would be too ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scriptlance.com/?ref=salubrium"><img SRC="http://www.scriptlance.com//banners/banner_9_468x60.gif" WIDTH="468" HEIGHT="60" BORDER="0" ALT="Find freelance programmers at ScriptLance.com - Search worldwide"/></a><br />
Yesterday, I was searching around for a Critique of Neale Donald Walsch after watching the DVD &#8220;Conversations with God&#8221; &#8211; I have already read all three books of his Conversations with God series and whilst it didn&#8217;t present to me any new and revealing ideas about life, god and living in general, it did act as a reminder of the ones I already have. I have known about Book 1 for almost as long as it&#8217;s been out but never picked it up as I considered it would be too light reading for my tastes at the time. I was into &#8216;hardcore&#8217; spiritual stuff but these days, I don&#8217;t have as much time to sit and read, so I am choosing books &lt;400 pages in length for the time bein as a general rule of thumb. I will say that I found book three to be most interesting to me as it presented some ideas on economic and financial systems that could be used as micro and macro economical models. It also drove home to me for some reason what it can be like when you live on &#8216;the outside&#8217;, which makes me always think of Charles Bukowski&#8217;s semi-biographical novel &#8220;Postoffice&#8221; when he leaves the Postal Service and suddenly he&#8217;s on &#8216;the outside&#8217;.</p>
<p>So <a href="http://spoirier.lautre.net/walsch.html">this critique</a> led me to the same authors notes on <a href="http://spoirier.lautre.net/trick.html">infoliberalism</a> which led me to his notes on a <a href="http://spoirier.lautre.net/money.htm">monetary system</a> which led me to the link to <a href="https://ripplepay.com/">Ripplepay</a> &amp; <a href="http://ripple.sourceforge.net/">Ripple Project</a>.</p>
<p>So back to being &#8216;on the outside&#8217; &#8211; The issue of homeless people has really been sticking in my mind lately. Once you are on the streets, and you have no phone, no address, no clean clothes etc and worst of all, once you have it in your mind &#8220;this is what I am&#8221; and you begin to look invisible to the thousands of people who walk past you each day without a thought (or maybe we do??), how do you get out of it? How do you change your mind about who and what you are, first of all because that is the biggest challenge of them all.</p>
<p>I had an experience on Friday night where I did &#8216;a bit more&#8217; than usual for a homeless guy and I saw the look in the guys eyes and he reached out to shake my hand. He wasn&#8217;t an alcoholic, a drug user or visibly mentally ill. It was raining in Sydney, it was about 10pm and he had no shoes and was probably mid to late 30&#8242;s. All I have thought since then is that I didn&#8217;t do enough, that I could have done more. I have told myself, it&#8217;s a start. I&#8217;m sure Mother Theresa even questioned her own efforts at times.</p>
<p>If this kind of thing interests you, be sure to check out these links:</p>
<p><a href="http://www.springwise.com/financial_services/bank_run_by_street_kids_in_new/">Street Kids in India run their own Bank</a><br />
<a href="http://home.golden.net/%7Emsavage/ootc/54ways/overview.html">54 Ways you can help the homeless</a><br />
<a href="http://www.homeless.org.au/">Homeless.org.au</a> and <a href="http://forums.homeless.org.au/">forums.homeless.org.au</a> &#8211; A Sydney based home for the homeless run by a 31yo guy from Brisbane, which seems to have been originally self-funded. Some great stuff there.<br />
<a href="http://thehomelessguy.wordpress.com/">The Homeless Guy Blog</a><br />
<a href="http://www.grandcentral.com/about/projectcare/">GrandCentral</a> &#8211; Project Care program &#8211; A phone number for everyone &#8211; I can think of a mini way of doing this in Australia using <a href="http://www.oztell.com">Oztell&#8217;s WebPABX</a> or using <a href="http://www.asterisk.org/">Asterisk</a> and using extension numbers with mailboxes where people can give out their phone number and their extension. They can collect their voicemail via a phone or have the messages emailed to them. You would just need one DID.</p>
<p>Obviously, a man living on the street in Australia has an experience far different to a child living on the street of South America, India or Africa. Here&#8217;s an NGO organisation in Peru started by a husband and wife in 2001 called <a href="http://bruceperu.org">BrucePeru</a> &#8211; youtube video below. You can volunteer there starting at $395 US per month, including all your meals and accommodation. Prices decline depending on your length of stay.</p>
<p><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/vRXExEoC4hw&amp;rel=1"></param><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/vRXExEoC4hw&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></param></object></p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/django" rel="tag">django</a>, <a class="performancingtags" href="http://technorati.com/tag/python" rel="tag">python</a>, <a class="performancingtags" href="http://technorati.com/tag/ripplepay" rel="tag">ripplepay</a>, <a class="performancingtags" href="http://technorati.com/tag/ripple project" rel="tag">ripple project</a>, <a class="performancingtags" href="http://technorati.com/tag/microfinance" rel="tag">microfinance</a>, <a class="performancingtags" href="http://technorati.com/tag/monetary system" rel="tag">monetary system</a>, <a class="performancingtags" href="http://technorati.com/tag/lets" rel="tag">lets</a>, <a class="performancingtags" href="http://technorati.com/tag/homelessness" rel="tag">homelessness</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcetutor.com/2007/11/04/ripplepay-ripple-project-peer-to-peer-finance-in-django-and-homelessness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

