Add and Edit Images with Joomla JCE Editor

This addition to the Joomla Documentation addresses adding/editing/managing images for both Static and regular Content Items. The editor an Administrator will be using is JCE Editor, which provides more advanced tools then Joomla’s default editor TinyMCE. The following instructions will … Read More

How to Add MySQL Access Logs

In most versions of Linux edit the file: /etc/my.cnf Anywhere under [mysqld] add the line: log-error=/var/log/mysqld.log If log file doesn’t yet exists add and set permissions: touch /var/log/mysqld.log chown mysql:mysql /var/log/mysqld.log Restart MySQL in: cd /etc/rc.d/init.d ./mysqld restart

Google's Social Networking API

There’s a bit at the following blog on Google’s launch it’s new social networking api: Google has announced OpenSocial, a new open API for social networks. The new standard will allow developers to create Facebook-like apps on any social network … Read More

Password Management for Web Developers

There’s a few discussions on password management when building Web applications. The first post from Coding Horror entitled, “Your Probably Storing Your Passwords Incorrectly” urges developers to NOT store passwords in plain text, which is the true and correct method. … Read More

125 Web Designer Code Snippets

There’s a blog post with 125 Web Designer resources worth taking a look at: http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/ This is not my list! I snagged the list from tutorialblog.org, I’ve just compiled it all into a single resource. Below are 125 handy HTML, … Read More

5 Must Have Tools for PHP Developers

Here’s a blog post with a nice list of PHP Tools: http://immike.net/blog/2007/08/15/5-tools-every-php-programmer-should-know-about/ I’m especially interested in Phing, a project build system, which I’ll be using for an application I’ll be building in partnership with another company. Here’s a bit summary … Read More