<?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>Weblenium &#187; Open Source</title>
	<atom:link href="http://www.weblenium.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblenium.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 Jul 2009 18:29:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpMyBackupPro &#8211; Automated MySQL Backups</title>
		<link>http://www.weblenium.com/2009/07/phpmybackuppro-automated-mysql-backups/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/07/phpmybackuppro-automated-mysql-backups/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:13:01 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mySQL]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=557</guid>
		<description><![CDATA[phpMyBackup Pro is an easy to use, free, web-based MySQL backup application. It can backup one or several databases, using compression like gzip, zip (or no compression) and can schedule backups. It can also backup directly to an FTP server or send the backups via email.
All of these features are presented in a management interface. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phpmybackuppro.net/" target="_blank"><img class="alignleft size-full wp-image-558" title="phpMyBackup pro" src="http://www.weblenium.com/wp-content/uploads/2009/07/logo.png" alt="phpMyBackup pro" width="166" height="45" />phpMyBackup Pro</a> is an easy to use, free, web-based MySQL backup application. It can backup one or several databases, using compression like gzip, zip (or no compression) and can schedule backups. It can also backup directly to an FTP server or send the backups via email.</p>
<p>All of these features are presented in a management interface. A shell mode is also available for manual use or by cron script.</p>
<p>There are several language packages already available.</p>
<p>For more information: <a href="http://www.phpmybackuppro.net/" target="_blank">phpMyBackup Pro</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=557&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F07%2Fphpmybackuppro-automated-mysql-backups%2F&amp;linkname=phpMyBackupPro%20%26%238211%3B%20Automated%20MySQL%20Backups"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/07/phpmybackuppro-automated-mysql-backups/feed/</wfw:commentRss>
		<slash:comments>446</slash:comments>
		</item>
		<item>
		<title>PHP functions in Javascript using PHP.JS</title>
		<link>http://www.weblenium.com/2009/05/php-functions-in-javascript-using-phpjs/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/05/php-functions-in-javascript-using-phpjs/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:50:56 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=484</guid>
		<description><![CDATA[For those of you, like me, who use PHP and Javascript regularly, PHP.JS is a great enhancement. PHP.JS is an open source project where PHP functions are ported to Javascript. This means that the PHP functionality is executed client-side which reduces the load on the server.
Some of the functions that have already been ported are:

md5()
date()
base64_decode()

As [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-485" title="phpjs" src="http://www.weblenium.com/wp-content/uploads/2009/05/phpjs.png" alt="phpjs" width="170" height="90" />For those of you, like me, who use PHP and Javascript regularly, <a href="http://phpjs.org/" target="_blank">PHP.JS</a> is a great enhancement. PHP.JS is an open source project where PHP functions are ported to Javascript. This means that the PHP functionality is executed client-side which reduces the load on the server.</p>
<p>Some of the functions that have already been ported are:</p>
<ul>
<li>md5()</li>
<li>date()</li>
<li>base64_decode()</li>
</ul>
<p>As the library has become too big to include at once, and having users copy-paste      functions to their projects can end up causing maintenance hell, the developers have created a     <a href="http://phpjs.org/packages/configure">compiler tool</a> that     allows programmers to select ONLY the functions they need, and wrap them     up in a single <em>php.js</em> file.</p>
<p>Another benefit from this library is that it enhances the functionality of Javascript by adding functions that don&#8217;t exist natively in Javascript.</p>
<p>Definitely a great tool for developers.</p>
<p>For more information: <a href="http://phpjs.org/" target="_blank">PHP.JS</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=484&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F05%2Fphp-functions-in-javascript-using-phpjs%2F&amp;linkname=PHP%20functions%20in%20Javascript%20using%20PHP.JS"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/05/php-functions-in-javascript-using-phpjs/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>Is Magento a replacement for osCommerce?</title>
		<link>http://www.weblenium.com/2009/04/is-magento-a-replacement-for-oscommerce/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/04/is-magento-a-replacement-for-oscommerce/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:01:09 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[administration system]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=66</guid>
		<description><![CDATA[
Having used osCommerce for several ecommerce online shops over the last few years, I had been waiting for the latest update since March 2007. A little over a month ago, that wait ended with the release of osCommerce Alpha 5. The update came with very little warning and even less fanfare. Regardless, I excitedly downloaded [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-88 alignleft" style="border: 0pt none;" title="Magento Open Source Commerce" src="http://www.weblenium.com/wp-content/uploads/2009/04/media_logo.jpg" alt="Magento Open Source Commerce" width="60" height="69" /></p>
<p>Having used osCommerce for several ecommerce online shops over the last few years, I had been waiting for the latest update since March 2007. A little over a month ago, that wait ended with the release of osCommerce Alpha 5. The update came with very little warning and even less fanfare. Regardless, I excitedly downloaded the latest version and installed it. Once it was installed, I took a look at the front end and found there was not much change other than it using CSS layouts. I didn&#8217;t think this was that much of a big deal as most online shops end up being completely redesigned.</p>
<p>I then took a look at the Administration system and was completely underwhelmed. There were hardly any new features. I found this strange, especially after two years between updates. The developer has stated that he has put alot of effort into making this flexible platform so that others can add functionality through contributions (or plugins). Bitterly disappointed, and not wanting to wait for the functionality to be created by others six months down the track, I decided to look at other alternatives.</p>
<p>I had read about Magento as it was mentioned several times on the osCommerce forums as a competitor. After looking at the Magento demo administration and front end, I&#8217;d thought I would give it a try. Now to be fair to osCommerce, I found Magento to be alot harder to install. I downloaded Magento v1.3. The first attempt at installing wouldn&#8217;t get passed the database creation step. It kept giving me an error. I checked all my database settings but couldn&#8217;t find anything wrong with them.  I did a search through the Magento forums and found other people were having the same problem. One suggestion was to just create a new database and user and use those during installation. Sure enough it worked. Strange thing was that I had created a new database and user just for Magento before my first install. Weird!</p>
<p>After the installation was done, I clicked on the link that takes you to the front end home page. Everything seemed to be working fine. I then logged into the Admin and started adding Categories and Products to see how it all works. This part of Magento is quite detailed. It combines the Product detail and SEO elements right from the start. I added my first product, saved it and then created a Category and added the Product to it. So far so good. Next step was to test out the front end with the newly added Category and Product. I typed in the URL for the front end. Up came the Home Page but no Category or Product. I went back into the Admin and checked what I had done but everything seemed to be in order. Tried the Home page again and still no Category menu or Product.</p>
<div id="attachment_80" class="wp-caption alignright" style="width: 310px"><a id="single_image" href="http://www.weblenium.com/wp-content/uploads/2009/04/edit_store.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rev="caption:`Magento Store Edit`"><img class="size-medium wp-image-80" title="Magento Store Edit" src="http://www.weblenium.com/wp-content/uploads/2009/04/edit_store-300x197.jpg" alt="Magento Store Edit" width="300" height="197" /></a><p class="wp-caption-text">Magento Store Edit</p></div>
<p>I thought it might be the Default theme so I downloaded and installed the Modern theme (more on installing Extensions later in this article). Still no success. So like all good developers do, I hit the forums. Sure enough, I found what I was doing wrong. In the <strong>System-&gt;Manage Stores-&gt;Edit Store</strong> section I hadn&#8217;t set the root category for the store. Once I did this, Categories and Products were displayed on the Home Page.</p>
<p>Downloading extensions is pretty straight forward. You search through the Magento Extensions list and grab the extension key from the one you want. You then go into the Magento Connect Manager, enter the Extension Key and click on Install. The Extension is then downloaded and automatically installed.</p>
<p>You can filter the Extensions by choosing to see Core, Community or Commercial extensions. There are a plethora of Extensions already created. Extensions range from Payment Gateways to Administration Enhancements to Themes.</p>
<p>Another thing I like about the Administration System is it&#8217;s full of options that osCommerce doesn&#8217;t have. For example, you can set Roles for Users who log into the Administration System. You can set the Role to only access certain areas of the Administration System. This means that the Developer setting up the site can give access to the client but limit the areas they can access to avoid any accidental setup changes from being made. Magento also has in-built Google Sitemap creation, CMS management, URL rewrite management, Customer groups, report generation &#8230; the list goes on.</p>
<p>I&#8217;m still in the process of transferring an old osCommerce online shop across to Magento. However, from what I&#8217;ve seen so far, it outstrips osCommerce in terms of functionality and features that come standard. I would recommend Magento to any developer out there needing an Open Source ecommerce solution that provides them with the functionality and features they need right out of the box.</p>
<p>For more information: <a href="http://www.magentocommerce.com" target="_blank">www.magentocommerce.com</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=66&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F04%2Fis-magento-a-replacement-for-oscommerce%2F&amp;linkname=Is%20Magento%20a%20replacement%20for%20osCommerce%3F"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/04/is-magento-a-replacement-for-oscommerce/feed/</wfw:commentRss>
		<slash:comments>272</slash:comments>
		</item>
		<item>
		<title>Open Source web analytics alternative to Google Analytics</title>
		<link>http://www.weblenium.com/2009/04/open-source-web-analytics-alternative-to-google-analytics/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/04/open-source-web-analytics-alternative-to-google-analytics/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 09:54:04 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Piwik]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=22</guid>
		<description><![CDATA[Anyone who manages their own website knows how important it is to track the traffic coming to their site. There are several solutions out there, Google Analytics being the most well known. I wanted to see what other alternatives were out there.
After a bit of searching, I came across Piwik, an Open Source alternative to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-93" title="Piwik Open Source Analytics" src="http://www.weblenium.com/wp-content/uploads/2009/04/piwik_logo.jpg" alt="Piwik Open Source Analytics" width="60" height="25" />Anyone who manages their own website knows how important it is to track the traffic coming to their site. There are several solutions out there, Google Analytics being the most well known. I wanted to see what other alternatives were out there.</p>
<p>After a bit of searching, I came across Piwik, an Open Source alternative to Google Analytics. After reading through the Piwik website, I thought I would give it a try.</p>
<p>Installation is very simple. Just upload the files to your webspace, and then access the installation URL. The Piwik installation will firstly perform a system check to make sure your system meets the minimum requirements. Next comes the Database access details. Once the Database is setup, your are then asked to enter the Super User details. Finally you are required to add a website URL to track.</p>
<p>For the tracking to work, you need to add Javascript to each page you want tracked. Tracking covers the standard things like vistors, unique visits, Bounce Rate, Browsers, location and so on. The one feature I really like is that all sections of Piwik are actually plugins. You can easily customise the information you see in Piwik by enabling/disabling the plugins. Expanded functionality in the future will be added via new plugins.</p>
<div id="attachment_42" class="wp-caption alignright" style="width: 310px"><a id="single_image" href="http://www.weblenium.com/wp-content/uploads/2009/04/piwik-e280ba-web-analytics-reports7.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rev="caption:`Piwik Dashboard`"><img class="size-medium wp-image-42" title="Piwik Dashboard" src="http://www.weblenium.com/wp-content/uploads/2009/04/piwik-e280ba-web-analytics-reports7-300x177.png" alt="Piwik Dashboard" width="300" height="177" /></a><p class="wp-caption-text">Piwik Dashboard</p></div>
<p>As this project is Open Source, it&#8217;s open to anyone who wishes to contribute. There are already several translations of the project. As Piwik is still in beta (currently at v0.2.33 as of writing this article), there is still a few months of development before v1.0 is reached. However, even at this early stage, I&#8217;m finding Piwik to be feature rich and quite stable. Some of the features the developers have planned to implement are:</p>
<ul>
<li>multi sites dashboard</li>
<li>new modular Javascript API</li>
<li>PDF reports</li>
</ul>
<p>Piwik looks to be a promising alternative to Google Analytics. The developers have delivered a robust platform that will allow Piwik to grow with user contributions over coming months. Definitely worth taking a look at.</p>
<p>For more information: <a href="http://piwik.org" target="_blank">piwik.org</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=22&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F04%2Fopen-source-web-analytics-alternative-to-google-analytics%2F&amp;linkname=Open%20Source%20web%20analytics%20alternative%20to%20Google%20Analytics"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/04/open-source-web-analytics-alternative-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>Welcome to Weblenium</title>
		<link>http://www.weblenium.com/2009/03/welcome-to-weblenium/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/03/welcome-to-weblenium/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:04:32 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=3</guid>
		<description><![CDATA[As a Freelance Developer, I&#8217;m always searching for new things to use in the next job. Often it&#8217;s little things that save time, or that implement a cool feature into the design of a site. Sometimes I stumble across things that I can&#8217;t believe I didn&#8217;t know about before. These are the things I would [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-102" title="Weblenium" src="http://www.weblenium.com/wp-content/uploads/2009/03/weblenium_logo_final_small.jpg" alt="Weblenium" width="60" height="41" />As a Freelance Developer, I&#8217;m always searching for new things to use in the next job. Often it&#8217;s little things that save time, or that implement a cool feature into the design of a site. Sometimes I stumble across things that I can&#8217;t believe I didn&#8217;t know about before. These are the things I would like to share with you.</p>
<p>With this site, I hope to cover things such as Social Networking (Twitter, Facebook etc), Open Source Applications, Flash (AS3/4), PHP, mySQL, Javascript APIs and some entertaining links along the way.</p>
<p>I welcome any discussion on the subjects I write about, and hope I can help some of you reach solutions without spending hours &#8220;Googling&#8221; for the answer.</p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=3&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F03%2Fwelcome-to-weblenium%2F&amp;linkname=Welcome%20to%20Weblenium"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/03/welcome-to-weblenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
