Articles by: dani | Visit Website

Addicted to Facebook? Facebook-Addict WordPress Themes is Available for Free

As we promised a few days ago, we will launch facebook-clone wordpress theme version 2. Actually, this is not the upgrade version of our first facebook-clone theme, Facebook Lover. It’s our brand new facebook-clone wordpress theme, called Facebook Addict.

What’s new in Facebook Addict?

Read more →

Free WordPress Theme for Facebook Lover

Free WordPress Theme for Facebook Lover

As we know, Facebook is one the most famous social networking websites. Million of people have registered to the website that have been developed by Mark Zuckerberg. And for you who love Facebook, we present a brand new WordPress Theme, Facebook Lover. Read more →

When Your Joomla jtablesession Crashed

If you are a Joomla user, I think you have experienced Joomla Database Error like shown below:

jtablesession::Store Failed
DB function failed with error number 145
Table ‘./joomla_database/jos_session’ is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` (`session_id`,`time`,`username`,`gid`,`guest`,`client_id`) VALUES (’1ecb458814b53d190db10cafee822dc0′,’1237429551′,”’0′,’1′,’0′);

No need to worry. Just relax and calm down. It’s easy to fix this problem. Read more →

5 Easy Steps Converting HTML Template to Joomla Template

Converting an HTML template to a Joomla template is not as hard as you think. Only five easy steps, and you can create and use your Joomla template.

Why you want to learn this? because  perhaps you stumble into beautiful free html templates while browsing on the net and really want to use it for your joomla based website.

Step 1

Prepare your template. The template should be (X)HTML & CSS compliant. There are lot of HTML templates on the Internet, just search them by using uncle Google. Templates in Joomla is filed under  a directory named templates. Ensure the HTML file, images and CSS file are inside one single directory created under templates folder. For example, take a look at the Joomla template structure below:

Joomla Template Directory Structure

Joomla Template Directory Structure

Joomla will search index.php inside the template directory. So, rename the index.html file to index.php.

Read more →