In XOOPS 2.6.0 alpha 2, some familiar services that were traditionally internal parts of the core were separated into modules. Some examples are: avatars, comments, and notifications The separated module approach achieves some important benefits: ● Modules can be updated independently. ● Modules...
XOOPS Project is very proud to support the upcoming "Crafting Code Tour" with PHP Expert Brandon Savage
Writing great, high quality code is hard. Understanding the nuances of the languages you use, and the way in which you accomplish certain tasks can be highly challenging. That’s why The...
A web page consists of a base HTML document and any additional files it may include, such as stylesheets, scripts, images and fonts. We will refer to these additional files as assets.
Assets are a very important part of the user experience. For today's rich, highly interactive web applications,...
Testing the XOOPS 2.5.6 Basic Module Pack - Beta 1 can be sometimes frustrating, if you have to install and uninstall the modules again and again, and you have to do it individually one by one.
Normally the option to select bunch of modules and install/unistall them at once should be a standard...