Mark Swain, Vice-President of Sales & Marketing, TMI AutoTech
After looking at numerous web development companies it was decided that Buentec would supply TMI AutoTech, Inc. with website design, maintenance, and email hosting. It was apparent at all stages of development that Buentec had taken the time to understand our company philosophy and culture, as well as the end needs of our clients.
Written by David Parrish
Certainly not strictly a Joomla! thing... You may want to use a remote client for database administration and modifications, or perhaps you have need to integrate a desktop application with the database that runs your website. Whatever the reason, if you need to access a MySQL database remotely, doing so is pretty simple if know how.Written by David Parrish
If you are writing your own components, there a couple of things that you need to do to make the component work with the Joomla! built-in SEF functionality and 3rd party SEF components. We learned the hard way.Written by David Parrish
One of the more limiting things in Joomla! is the way that user and group access is handled. In order for a backend Joomla! user to have access to modules and components they have to be set up as either an Administrator or Super Administrator. The problem is that this gives them access to a host of capabilities that the average content owner should not mess with. By altering gacl.class.php you can alter the default Joomla! access control and specifically define the role for individual users or groups. Here is how it is done.