<?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>Venturin.net</title>
	<atom:link href="http://www.venturin.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.venturin.net</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 07 May 2012 22:21:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MCB-SB has its own site</title>
		<link>http://www.venturin.net/2012/04/19/mcb-sb-has-its-own-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mcb-sb-has-its-own-site</link>
		<comments>http://www.venturin.net/2012/04/19/mcb-sb-has-its-own-site/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 17:43:18 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[MCB-SB]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1683</guid>
		<description><![CDATA[http://www.mcbsb.com]]></description>
		<wfw:commentRss>http://www.venturin.net/2012/04/19/mcb-sb-has-its-own-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT SMARTY &amp; &#8220;Didn&#8217;t find the default PHP executable&#8221;</title>
		<link>http://www.venturin.net/2012/02/07/eclipse-pdt-smarty_php_executabl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eclipse-pdt-smarty_php_executabl</link>
		<comments>http://www.venturin.net/2012/02/07/eclipse-pdt-smarty_php_executabl/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:17:05 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1657</guid>
		<description><![CDATA[I use Xdegug instead of zend debugger but,  during the validation of a document or during the (clean) rebuild of a php project, I  kept getting this error: Didn't find the default PHP executable, please define a default PHP executable of type 'Zend Debugger' and the error was reported in the Marker view as a [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2012/02/07/eclipse-pdt-smarty_php_executabl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT and tags: TODO @todo not turned into tasks</title>
		<link>http://www.venturin.net/2012/02/06/eclipse-pdt-and-tags-todo-todo-not-turned-into-tasks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eclipse-pdt-and-tags-todo-todo-not-turned-into-tasks</link>
		<comments>http://www.venturin.net/2012/02/06/eclipse-pdt-and-tags-todo-todo-not-turned-into-tasks/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:31:08 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1652</guid>
		<description><![CDATA[I couldn&#8217;t understand why my eclipse wasn&#8217;t showing up the comments marked with the common TODO and @todo comments as tasks in the Market views. Digging on the internet I found the simple solution. Steps Confirm your configuration of Task View first. Ensure &#8216;Show&#8217;(All), &#8216;Configure Contents&#8217;, &#8216;Preferences&#8217;. Also, make sure 1) Preferences &#62; PHP &#62; [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2012/02/06/eclipse-pdt-and-tags-todo-todo-not-turned-into-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarty v.3 preg_match plugin</title>
		<link>http://www.venturin.net/2012/01/17/smarty-v-3-preg_match-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smarty-v-3-preg_match-plugin</link>
		<comments>http://www.venturin.net/2012/01/17/smarty-v-3-preg_match-plugin/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 12:50:55 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1648</guid>
		<description><![CDATA[I wrote a plugin for Smarty which allows to use the php preg_match function inside a template: Usage: Copy the plugin in Smarty/plugins/function.preg_match.php In the template use the following code {$haystack="cow,dog,niddle"} {if {preg_match pattern="niddle" subject=$haystack}} {$matches&#124;print_r} {/if} Plugin: &#60;?php /**  * Smarty plugin  * @package Smarty  * @subpackage PluginsFunction  */ /**  * Smarty {preg_match} function [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2012/01/17/smarty-v-3-preg_match-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact manager</title>
		<link>http://www.venturin.net/2011/12/22/contact-manager/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=contact-manager</link>
		<comments>http://www.venturin.net/2011/12/22/contact-manager/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 18:20:04 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[MCB-SB]]></category>
		<category><![CDATA[mcb-sb]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1625</guid>
		<description><![CDATA[News With this commit https://github.com/damko/MyClientBase-SB/commit/65415cddf21542b09a08921a7219103bd22d83fa I finally transformed the &#8220;clients&#8221; core module of MCB-SB in &#8220;contact&#8221; core module so that they can live together in the same installation. What&#8217;s next I&#8217;ll try to setup a panel for MCB settings in which can be stored LDAP parameters]]></description>
		<wfw:commentRss>http://www.venturin.net/2011/12/22/contact-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCB enable/disable core modules</title>
		<link>http://www.venturin.net/2011/12/22/mcb-enabledisable-core-modules/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mcb-enabledisable-core-modules</link>
		<comments>http://www.venturin.net/2011/12/22/mcb-enabledisable-core-modules/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 18:01:13 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[MCB-SB]]></category>
		<category><![CDATA[mcb]]></category>
		<category><![CDATA[mcb-sb]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1614</guid>
		<description><![CDATA[The development of MCB Small Business led me to the need to enable and disable MCB core modules, so I write some code to solve the problem. Code How it works: MCB takes information about the core modules from the mcb_modules table and then adjusts the top menu. I modified the table adding a field [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2011/12/22/mcb-enabledisable-core-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funambol roadmap: what&#8217;s next</title>
		<link>http://www.venturin.net/2011/12/16/funambol-roadmap-whats-next/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=funambol-roadmap-whats-next</link>
		<comments>http://www.venturin.net/2011/12/16/funambol-roadmap-whats-next/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 11:01:58 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[contact-engine]]></category>
		<category><![CDATA[funambol]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1588</guid>
		<description><![CDATA[I&#8217;m listing here the topics I&#8217;m interested into about Funambol so that, if someone is interested, he can join the researches - Funambol and Apache - Funambol and https - Funambol and file sync (teleport project?) - Funambol and LDAP LUPO module]]></description>
		<wfw:commentRss>http://www.venturin.net/2011/12/16/funambol-roadmap-whats-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funambol Mobile Open Source &#8211; ebook</title>
		<link>http://www.venturin.net/2011/12/14/funambol-mobile-open-source-ebook/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=funambol-mobile-open-source-ebook</link>
		<comments>http://www.venturin.net/2011/12/14/funambol-mobile-open-source-ebook/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 06:39:20 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[contact-engine]]></category>
		<category><![CDATA[funambol]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1446</guid>
		<description><![CDATA[Yesterday I bought the ebook Funambol Mobile Open Source written by Stefano Fornari, cofounder and CTO of Funambol Inc. It&#8217;s well written and easy, a must for Funambol newbies. It&#8217;s only few days that I&#8217;m dealing with Funambol and I think that its portal is kind of overwhelming and sometimes messy, especially in the third [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2011/12/14/funambol-mobile-open-source-ebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funambol and LDAP</title>
		<link>http://www.venturin.net/2011/12/11/funambol-and-ldap/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=funambol-and-ldap</link>
		<comments>http://www.venturin.net/2011/12/11/funambol-and-ldap/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 17:04:22 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[contact-engine]]></category>
		<category><![CDATA[funambol]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1410</guid>
		<description><![CDATA[This is a howto to install and configure a funambol server with LDAP support References: - Funambol Mobile Open Source – ebook - Funambol with Mysql: how to install - Funambol LDAP connector official page What&#8217;s the Funambol LDAP Connector It&#8217;s a funambol module capable to connect Funambol to one or more LDAP databases. &#160; [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2011/12/11/funambol-and-ldap/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Funambol with Mysql: how to install</title>
		<link>http://www.venturin.net/2011/12/11/funambol-with-mysql-how-to-install/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=funambol-with-mysql-how-to-install</link>
		<comments>http://www.venturin.net/2011/12/11/funambol-with-mysql-how-to-install/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 07:06:43 +0000</pubDate>
		<dc:creator>dam</dc:creator>
				<category><![CDATA[contact-engine]]></category>
		<category><![CDATA[funambol]]></category>

		<guid isPermaLink="false">http://www.venturin.net/?p=1474</guid>
		<description><![CDATA[I&#8217;m installing and configuring a funambol server on linux (Debian 64bit squeeze). After some days playing with its services I decided to move funambol database from the built in Hypersonic database to Mysql, mainly because I already have backup procedures for Mysql and I find comfortable to use a well-known database. References: Funambol Mobile Open [...]]]></description>
		<wfw:commentRss>http://www.venturin.net/2011/12/11/funambol-with-mysql-how-to-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

