water & stone released the third annual Open Source CMS Market Share Report (2010). Previous reports are available here: 2008, 2009.
The report assesses 20 Open Source Content Management Systems on a variety of metrics related to Rate of
Adoption and Brand Strength. The analysis looks at a broad range of indicators — both direct and indirect [...]
Wow, great news! I will try this extension as soon as possible.
Kaltura, Inc. (www.kaltura.com), developer of the first open source online video platform, announced today that it has released a Kaltura based video extension for Joomla! Joomla is an award-winning open source content management system with over 10 million downloads. The Kaltura extension, [...]
This year, water & stone teamed up with CMSWire to release of the second annual Open Source CMS Market Share Report (2009). Previous report available here: 2008.
The Top 20
What was the criteria for inclusion on The List of Twenty? First, the authors are only concerned with web content management systems, aka WCM. Second, the system [...]
Joomla has a good RSS syndication feature. You can generate and publish RSS (and Atom) feeds easily from all of your sections and categories one by one.
What you only have to do the following: when you publish a menu item which points to a section or a category, in the block “Parameters (Advanced)”, in the [...]
After my VPS provider hacking misery I got a new VPS and I rebuild all my websites, but I met a new problem here, on laszlomolnar.name. Default text align in my Joomla WYSIWYG editor, JCE was center. Center, but I wanted left text align. I tried to set up JCE, but I did not find [...]
Joomla generated HTML pages contain the following meta tag:
<meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />
Note: 1.5 is the Joomla! version.
First of all, I love Joomla. I use it since 2005 when a group of Mambo developers (the core team) left Mambo and started Joomla . So I am a big Joomla fan. But [...]
Water & Stone, a web development company specializing in Open Source technologies, released a popularity survey of open source content management systems. In the analysis of 19 of the most prominent open source content management systems, Water and Stone evaluated CMS’s on the basis of Rate of Adoption and Brand Strength, as well as a [...]
If your hosting provider doesn’t give you any directory password protection tool, but you want to protect your Joomla! admininistrator directory with an encrypted password, do the following.
1, Create an empty file .htaccess in your Joomla! administrator directory. Put the following lines in it:
AuthType Basic
AuthName “Joomla Administrator”
AuthUserFile /full/path/to/joomla/administrator/.htpasswd
<Limit GET>
require valid-user
</Limit>
Modify the /full/path/to/joomla to your Joomla [...]