You're watching the posts with tag: CMS

A list of useful Drupal tutorials

Today I will list a number of Drupal tutorials I found interesting.

photo credit: Stuck in Customs
First of all, I want to list two telenovelas-style tutorials:
On GoMediaMagazine Sean Hodge has published a great 6-parts guide that shows how to build a Drupal website from scatch.
Here’s the list of the parts:
Part 1 - Design it Illustrator
Part […]

Improve your Wordpress date archives

In this post i will show you how to modify the default Wordpress data archives, in order to achieve a better SEO, usability and unclutter your blog.

photo credit: Chris (archi3d)
You can see on the internet that a lot of blogs (above all the newest ones) show in the sidebar a list that represents a […]

The latest Joomla! templates, March

Here you can find a few free Joomla! templates:

Dabronze by iBolDesign.
Go_temptation, Go_irresistible, Go_original created by Go_design.

photo credit: Pear Biter
Now, a list of recently released commercial templates:

BonusThemes.com has released landscape.
JC Sports by Joomla Creative
JCSS Pet Club by J!CSS Guide
Joomla Bamboo created Fold.
Pixel Paradise released MP Gigcs.
Veero has created vj-22.

Tags: CMS, Joomla, Joomla-Template

Joomla Video Tutorials

In this post I’ll list some useful sites that provide a number of Joomla! video tutorials.
Hope you enjoy this list and find the information you’re looking for

photo credit: Stuck in Customs

The first one I list is Joomla Tutorials, a website that at the moment of writing lists 30 videos about Joomla! 1.5, […]

Why Drupal hit me!

I found an interesting screencast about Drupal 6, that shows the new features provided by the new version 6 of the popular CMS.

photo credit: kk+
I had the chance to try the new version and there are a few things that hit me, thanks to the semplicity and usability they provide.

A lot of Ayax controls […]

Released Joomla! 1.0.14

A new update of the Joomla! 1.0 branch has been released: Joomla! 1.0.14.
It fixes a number of security issues, so it’s a good idea to upgrade.
You can find the istructions at the URL http://docs.joomla.org/Upgrade_Instructions

Tags: CMS, Joomla, Security

Joomla Mass Content

Mass Content is a Joomla extension that leads to a very fast and easy content creation.It’s really useful when you want to insert a lot of content in a Joomla installation, in bulk mode, so that you can create multiple content, sections, categories in a snap On the Joomla extension repository, this extension is very well rated […]

Joomla is the best PHP CMS

Joomla won the first prize at the “Best PHP Open Source Content Management System” prize, 2007 edition, as it won the 2006 edition.The judges noted that Joomla is one of the most successful Open Source software in history. Some of the reasons of the victory are the simple administrator backend and the great community behind […]

Recover your Joomla Admin Password

If you lost your Joomla admin password and you have direct access to the database, or via PhpMyAdmin, you can enter the following SQL sentences:
INSERT INTO `jos_users` VALUES (62, ‘Administrator’, ‘admin’, ‘your-email@email.com’, ‘21232f297a57a5a743894a0e4a801fc3′, ‘Super Administrator’, 0, 1, 25, ‘2005-09-28 00:00:00′, ‘2005-09-28 00:00:00′, ”, ”);
INSERT INTO `jos_core_acl_aro` VALUES (10,’users’,’62′,0,’Administrator’,0);
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,”,10);
If this causes an […]

HOWTO improve the Joomla security

Joomla is enough secure to be run across many servers on the internet, but securing it to the limit can be quite challenging.
It’s a CMS used by many people so whenever a security hole is found, it’s corrected by the Joomla team and a patch is released, so it’s important to keep your Joomla website […]