Digg del.icio.us

Archive for the 'Integration' Category

5 reasons why should you be using open source content management system?

There are several techniques or methods one can use to accomplish
certain productivity task. To manage documents, organizations can use
plain document repository or document module as found in popular CRM
systems such as SugarCRM or Salesforce or can think of full fledged
best-of-breed content lifecycle solution.
Choice is largely a function of business process maturity and level of
automation desired. […]

Tuesday, April 17th, 2007

Switch between secure and non-secure server in Joomla versions 1.4 and lower.

Switching between secure and non-secure servers in Joomla versions 1.4 and lower.
Step:1
This can be done in configuration.php OR in index.php just after the line define( ‘_VALID_MOS’, 1);
In configuration.php, replace
$mosConfig_live_site=”http://www.xyz.com”;
with
if ($_SERVER[”SERVER_PORT”] == “443″){
$mosConfig_live_site=”https://www.xyz.com”;
[…]

Wednesday, September 6th, 2006

MBString Php extension issue

Error handling in php libraries can be made little less initimidating -
“The mbstring PHP extension was not found and you seem to be using a
multibyte charset. Without the mbstring extension phpMyAdmin is unable
to split strings correctly and it may result in unexpected results.”
This is from phpMyAdmin. Fix is in php.ini extensions path.

Monday, July 24th, 2006

How to populate the database from dump in Joomla?

Once you have taken the dump of the database then you can restore using the dump.sql files(learn here to take the dump/back-up from database).
In phpMyAdmin simply click on the SQL tab and then from there you can browse the dump.sql file that you have stored after taking the dump. If the structure is not there […]

Tuesday, June 27th, 2006

Managing content without technical expertise

Joomla! being open source content management system, benefits the content author to dynamically manage the content of their website without having the technical expertise. This helps in changing the content of the website anytime anywhere. It’s as easy as 1, 2, 3, and go.
1.Create the content.
2.Save the content(Joomla! Saves the content in database).
3.Now the content […]

Tuesday, May 30th, 2006

Control Panel: Global Configuration

You can also configure your site settings after logging in Joomla! as admin. Select the Global Configuration and then you can change all the cofiguration settings like database, content, server, etc.

Go easy and create your own dynamic website.

Friday, May 26th, 2006

Admin Control Panel

After logging in as admin, the very first page that you see is the Control Panel. This is the page which shows you the most of the controls in Joomla! like adding the new content in the website, managers like user, language, static content, section, categories and menu. You can select any of the category […]

Friday, May 26th, 2006

Installing Joomla!

The lattest version of Joomla! is version 1.0.8, you can also find the patches and earlier versions also. Download the zip package from here and uzip it on your localhost directory, that is /var/www/html/MyJoomla. Now open the web browser and write http://localhost/MyJoomla in the address bar, this will lead you to the browser installation of […]

Friday, May 26th, 2006

Wrapper component vs MyPortal module

Wrapper is a Joomla component which can display any URL in yourweb site.To achieve the same thing SugarCRM uses the module MyPortal.More precise term for both is iFrame.

Friday, May 26th, 2006

User types in Joomla

Joomla users can be arranged in primarily 2 groups.Frontend User groups: With access to the frontend. These are Anonymous, Registered, Author, Editor and Publisher.Backend User groups: With access to the backend. These are Manager, Administrator
and Super Administrator.

Friday, May 26th, 2006

Open Source Business Application Network [ Apptility | OpenAppDotOrg | MigrateForce | Ajuby | About ]

Copyright © 2004-2007 Apptility LLC. All rights reserved. Various trademarks held by their respective owners.

Privacy Statement  | Terms Of Service