
Using Google SMTP on Alfresco Document Management System
The following has been tested to work on Alfresco version 3.4d In the following tutorial we are assuming that Alfresco is installed in directory /opt/alfresco/ and it will be referred to as “alfresco_home”. Now Edit the file alfresco_home/tomcat/shared/classes/alfresco-global.properties and put the following lines at the bottom of the file. This…

Set Static IP Address for Ubuntu/Debian Server
If you install an Ubuntu/Debian server, by default, it is only set up with DHCP and hence it fetches an IP address automatically from the DHCP server. In order to change the DHCP IP address to a static IP address you can edit /etc/network/interfaces file of your server and set…

Downgrade PHP from 5.3 to 5.2 on Ubuntu 10.04 Lucid Lynx
Ubuntu 10.04 holds PHP version 5.3 in its repositories. Although Joomla, vTiger and a number of applications are compatible with version 5.3 but some of the addons are still not compatible with version 5.2 so you can downgrade PHP using the following instructions: Add the repository created by Ralph Janke…

What is XAMPP?
I am sure a lot of my friends who know XAMPP very well must be thinking he is stupid who is writing about XAMPP but I think it is a good idea to write about XAMPP for a lot of young web software (webware) developers out there who don’t know…

Gladinet Client Blocking HTTP Port 80
I use XAMPP for testing/development and demo of our web applications and I recently installed Gladinet Client to access my Microsoft Sky Drive from my computer. But next time when I ran XAMPP and started Apache and browsed to localhost nothing came up. In fact it sent me to a…

Generate Dummy Data for Testing Your Software
Target Integration deals with a lot of CRM applications like vTiger, CiviCRM etc and every now and then we need to test either a new CRM addon or a custom CRM Application for a business. In order to make sure that we don't do experiments with real user data…

Bug in Noix K2 Adapter – Solved
We all know that Joomla 1.6 has been released but what is stopping Target Integration to move from Joomla 1.5 to Joomla 1.6 for all of our new projects is the Content Construction feature. With customers' needs varying a lot we are now becoming a fan of using K2 but…

CiviSync – The CMS Component (as well)
I just wanted to give you all some update on how we are getting on with the development of CiviSync. The application interface is ready. There will be three buttons on Outlook Toolbar to Sync Contacts, Sync Email and Settings. I hope they are self explanatory. We have also worked…

Prepare a Ruby on Rails Web Server
We have done the installation of Redmine on Ubuntu 10.x but what if you want to install Redmine or any other Ruby on Rails based application you need to prepare your server to have Ruby and Rails installed. You also need Passenger which will allow you to run a Ruby…

Upgrade Redmine from 0.9.3 to 1.0.5
This article has been contributed by our Winter Intern Sebastien Thouvenin. You may have installed Redmine 0.9.3 with this method to track bugs and manage your projects and we hope that you like it. But now you need something more… powerful? You may want to install a test case management…