
I don't know why but in the last few weeks I have seen a growing number of extension developers write code like this.
if (!is_dir($dstdir)) {
mkdir($dstdir);
chmod($dstdir, 0777);
}
It is hard enough educating users not to do this without extension developers doing it for them.
There is no need ever to chmod 777 anything!!
It is time to say thank you to the uncredited photographers who provided all the images included in joomla (and mambo before that).
I've been thinking for a while that I really should say thank you to these photographers who never recieved any credit for their work.
On Sunday Jan 25 at 02:22:29 Rob Schley ended an era and removed the images from images/stories for Joomla 1.6 and Steve Burge listed these images in his Top ten things to explain to joomla learners.
Read more: Does joomla migration hurt SEO

Almost exactly one year ago I started work redesigning a large, complex and very un-friendly joomla 1.0 web site.
The site had been built in a rush and had grown rapidly with thousands of pages and a very poor navigational structure.
Users were regularly complaining that they could not find important information even though we knew it was there.
As a source of information it faired badly and the general impression was that it was disorganised and unprofessional and not a good representation of the organisation.

Naked joomla template designers



