

Get updates for new releases, product updates & special offers!
We care about your data in our privacy policy

Stay tuned with our latest news & fresh ideas from all over the interwebs.
Read the full article
The problem is that in the default Joomla RSS feed, can’t get the full urls, and returns 404 error links from 3rd party RSS readers like feedly, feedburner etc.
Read the full article
All the websites created with Joomla! CMS or WordPress and occasionally PHP, are always protected at the administrator folder level from cPanel or Plesk. This consists one of the most important rules of our security. Here is an example of how the error can be encountered. Recently, we installed the components Sh404sef and Admin Tools,…
Read the full article
In all the years that I have used Joomla I have never really seen the need for front end editing. Why bother? I could just do everything in the admin. There were always too many things that I couldn’t do on the front end that meant I was forever switching between the two.
Read the full article
New York, NY, – January 20, 2015 – Joomla, one of the world’s most popular open source content management systems (CMS), announced today the launch of its new service: Joomla.com. Users can now create and build freely hosted Joomla websites. The project is run in partnership with SiteGround web hosting company, who has built the server infrastructure that will accommodate…
Read the full article
In 2013 the JED Team started brainstorming on the upgrade for the extensions directory. Now the brand new JED is launched, and it’s looking good. Let’s have an overview and end up with a walkthrough video on the new JED. From the front end view there are a lot of changes. A new and improved search functionality,…
Read the full article
Report all PHP errors ini_set(‘display_errors’,1); ini_set(‘display_startup_errors’,1); error_reporting(-1); Report all PHP errors except E_NOTICE & E_STRICT ini_set(‘display_errors’,1); error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);