May, 2010Archive for

Joomla password reset

So you are trying to access your Joomla site backend and notice the password you are using is no good? Well, here is a simple solution for you to reset your Joomla password in a few easy steps: login to your site hosting control panel and look for phpmyadmin access lookout for your Joomla database, select it, and open an SQL query window and type in it this query: UPDATE  jos_users set password=md5('mynewpass') WHERE username="admin" Now you will be able to login with mynewpas...

Google insights into human behaviour

I was playing today with the google insights utility, and here some interesting search patterns based on the graphic shown, please note the repetitive patterns on the graphic for each year: insights for the term "future" shows an increasing in search around the end of the year in December, Canada users having an increased interest in the feature, followed by countries like India and Australia insights for the term "jobs" gains the highest interest in month July and decreases slowly unt...

Joomla hosting

Since Joomla! popularity is considerable increasing, choosing a good hosting company for your website is an important factor for your online presence. Through our experience, here are some good joomla hosting companies we recommend, list will continue to be updated: - hostgator.com - from 4.95$ /month for Unlimited disk space and bandwidth - steadfast.net - from 24.95$/year , they seem to have very responsive support even if the allocated disk space is not that large - siteground...

Linux online backup

Backing up your data is an essential procedure for your business safety! When talking Linux online backups, creating backups of your data and sending them to a safe location is a pretty straightforward task. Lets analyze some of the tasks that can be done only by the use of a secure command shell: 1. Creating a backup for your files - this simple tutorial from DebianHelp shows how you can create a tar backup of your files, which can include one or more directories and files 2. Creating ...