Friday, 3 October 2008
7 Reason to Choose Drupal Rather Than Another CMS
21:33
For first time I don't like Drupal, it's very simple on interface and complicated on admin. But after I must use Drupal to create website I falling in love with Drupal and I am brave to tell you that I choose Drupal rather than another CMS.
Why Drupal?
Below seven reasons I choose (and suggest you to use) Drupal rather than another CMS.
1. A lot of easy on administration
Drupal administration looks complicated but if we want to learn it offer a lot of easy to create website with just click here click there without change the code. For example drupal offer easy of category content, tagging, creating menu include creating menu according to category or title of the content.
2. Interface that changeable
Site with Drupal should not show content on the front page. We can create welcome letter that only can be read on the front page and the content not show on the front page. Except that we can create block that only be shown on what page and for specific user. I summary we can change drupal interface not looks like drupal.
3. Insert PHP code
This is what I like, we can create block or page with PHP code inside. This is plus value for whom understand PHP. They can express they self with PHP code without change drupal file.
4. Always Update and Easy to Update
Drupal always give new version of their engine. The new version contain fixed bugs from the older version. The bugs not just been found by contributors but user from drupal website. So they also hear the user. Update process is easy and not complicated.
5. A lot of usefull modules.
Drupal has a lot of usefull modules and add on that can make your drupal site more powerfull. You can use module for Google Adsense, Save to Bookmark, Google Analitics, SEO, and another modules.
6 Availability tutorial and help
As the bigguest CMS, tutorial and forum help aren't rare things. There are many tutorial about drupal and forums that was created to discuss drupal.
7. Good for learning tool
Drupal administration is complicated. In fact it give advantage for whom who want to develop website. Drupal's capability to create content in PHP or HTML format is also suitabale for them too.
For your information now I develop site using drupal as engine. This site is about scholarships information. You can access on www.intscholarships.com.
Why Drupal?
Below seven reasons I choose (and suggest you to use) Drupal rather than another CMS.
1. A lot of easy on administration
Drupal administration looks complicated but if we want to learn it offer a lot of easy to create website with just click here click there without change the code. For example drupal offer easy of category content, tagging, creating menu include creating menu according to category or title of the content.
2. Interface that changeable
Site with Drupal should not show content on the front page. We can create welcome letter that only can be read on the front page and the content not show on the front page. Except that we can create block that only be shown on what page and for specific user. I summary we can change drupal interface not looks like drupal.
3. Insert PHP code
This is what I like, we can create block or page with PHP code inside. This is plus value for whom understand PHP. They can express they self with PHP code without change drupal file.
4. Always Update and Easy to Update
Drupal always give new version of their engine. The new version contain fixed bugs from the older version. The bugs not just been found by contributors but user from drupal website. So they also hear the user. Update process is easy and not complicated.
5. A lot of usefull modules.
Drupal has a lot of usefull modules and add on that can make your drupal site more powerfull. You can use module for Google Adsense, Save to Bookmark, Google Analitics, SEO, and another modules.
6 Availability tutorial and help
As the bigguest CMS, tutorial and forum help aren't rare things. There are many tutorial about drupal and forums that was created to discuss drupal.
7. Good for learning tool
Drupal administration is complicated. In fact it give advantage for whom who want to develop website. Drupal's capability to create content in PHP or HTML format is also suitabale for them too.
For your information now I develop site using drupal as engine. This site is about scholarships information. You can access on www.intscholarships.com.
Friday, 26 September 2008
Server Apache+PHP+MySQL for Windows
03:15
Install Apache+PHP+MySQL on Windows is not so easy. You need to setup each software manually to get the server running well. For lazy people who don't want get confused by the configuration (like me) there are many software installation that let you install the three component just by clicking the wizard.
Below some software that I ever used
1. Xampp
I use this software right now. The size is smaller than apache2triad. The program is update periodic. Except for Windows the program also come for Linux.
2. Apache2Triad
The size is very big (about 100 MB) but the component is complete. Except Apache, PHP, and MySQL, there are phyton, phpmyadmin, and another program. Unfortunately there is no update for this software right now.
3. PHPTriad
Old bundle Apache PHP MySQL installation. The size is smallest than the other software because it just contain old version of Apache, PHP, MySQL. This is the first software that I used on Windows. But now I don't use it anymore because the software has not been update again.
Below some software that I ever used
1. Xampp
I use this software right now. The size is smaller than apache2triad. The program is update periodic. Except for Windows the program also come for Linux.
2. Apache2Triad
The size is very big (about 100 MB) but the component is complete. Except Apache, PHP, and MySQL, there are phyton, phpmyadmin, and another program. Unfortunately there is no update for this software right now.
3. PHPTriad
Old bundle Apache PHP MySQL installation. The size is smallest than the other software because it just contain old version of Apache, PHP, MySQL. This is the first software that I used on Windows. But now I don't use it anymore because the software has not been update again.
Active rewrite_module on Xampp
03:11
I just realize that I can run site that using rewrite url from .htaccess using XAMPP server. For example clean url on Drupal or permalinks on wordpress. After checking the rewrite_module is not active on XAMPP server. So below the tutorial how to active it.
1. Go to instalation folder of XAMPP %intstalasi_xampp%\apache\conf\
2. Open http.conf with notepad atau your favorite text editor
3. Find sentence LoadModule rewrite_module modules/mod_rewrite.so
4. Remove #
5. Save the file
6. Restart XAMPP server
After that you can run .htaccess with rewrite-url or clean url on drupal or permalinks on wordpress.
Have a nice try!
1. Go to instalation folder of XAMPP %intstalasi_xampp%\apache\conf\
2. Open http.conf with notepad atau your favorite text editor
3. Find sentence LoadModule rewrite_module modules/mod_rewrite.so
4. Remove #
5. Save the file
6. Restart XAMPP server
After that you can run .htaccess with rewrite-url or clean url on drupal or permalinks on wordpress.
Have a nice try!
Tuesday, 23 September 2008
How to Update Wordpress?
01:11
If you are using wordpress engine as your blog (not hosted blog on wordpress) maybe you need to upgrade the engine with the newest version of wordpress. To do that is very simple. But it's necessary to backup you database and script first before update. If you have trouble with update you still have old database and script version that running well.
Below step by step to update wordpress engine:
1. Backup your database and folder that contain your wordpress engine. You can use backup facility if your hosting control panel offer it.
2. Download the newest version of wordpress from wordpress site
3. Upload the content of the newest wordpress folder that you have been download.
4. Run www.yourblog.com/wp-admin/upgrade.php You must change www.yourblog.com with you blog url.
5. You will see Upgrade Wordpress Requied like this picture. Click on Upgrade Wordpress to continue. Please wait until the proccess finish

6. If success you will see that Your WordPress database has been successfully upgraded! Click Continue to continue

7. You will bring to admin page. You have to login if you are not logged before.
8. If your template offer you can see your wordpress version on footer or sidebar.
9. Congratulation.
Have a nice try!
Below step by step to update wordpress engine:
1. Backup your database and folder that contain your wordpress engine. You can use backup facility if your hosting control panel offer it.
2. Download the newest version of wordpress from wordpress site
3. Upload the content of the newest wordpress folder that you have been download.
4. Run www.yourblog.com/wp-admin/upgrade.php You must change www.yourblog.com with you blog url.
5. You will see Upgrade Wordpress Requied like this picture. Click on Upgrade Wordpress to continue. Please wait until the proccess finish

6. If success you will see that Your WordPress database has been successfully upgraded! Click Continue to continue

7. You will bring to admin page. You have to login if you are not logged before.
8. If your template offer you can see your wordpress version on footer or sidebar.
9. Congratulation.
Have a nice try!
Sunday, 21 September 2008
SearchStatus to Check Web PageRank and Alexa Rank
21:52
If you are using Firefox you can install SearchStatus add-on to check google pagerank and alexa pagerank for the website that you are visit.
This tools is very simple in viewer, you can decide to see where the rank will be shown on your firefox. When you open website you will get information about page rank and alexa rank of the site. You can also highlight link with nofollow attribute.
If you want create backlink so this tool will help you to see what is website rank and if the website have nofollow attribute for another url or not.
You can install SearchStatus from here
This tools is very simple in viewer, you can decide to see where the rank will be shown on your firefox. When you open website you will get information about page rank and alexa rank of the site. You can also highlight link with nofollow attribute.
If you want create backlink so this tool will help you to see what is website rank and if the website have nofollow attribute for another url or not.
You can install SearchStatus from here
Use Interesting Widget to Increase Traffic
21:51
One of many ways to boost your blog traffic is by adding good widget to your blog. By adding the widget people will visit your blog to use your widget and of course read you content. If your blog have good content so people do not mind to visit your blog.
Some good topic of widget to collet people visit are:
* PDF convertion tools
* Office tools
* Wheaters
* News
* Cartoons
If you are using blogspot you can choose many good widget from layout section. Or you can search on google with the specific topic add on for webmaster or blog.
Some good topic of widget to collet people visit are:
* PDF convertion tools
* Office tools
* Wheaters
* News
* Cartoons
If you are using blogspot you can choose many good widget from layout section. Or you can search on google with the specific topic add on for webmaster or blog.
How to Avoid Spam Comment on NoFollow Blog
21:44
Now many people join Do Follow movement and give comment on the do follow blog.. To join this movement is very simple, you just need to remove nofollow attribute on comment of your blog and tell the blog or site that have list of do follow blogs on their blog/site. You can search on google to know what the blog/site is.
By doing this you can also get traffic and also comment of your content for blogger who want their blog have higher pagerank. For your information Google will index website that don't have ofollow attribute on the link script. By default blog system will put nofollow script on the comment system so every link on the system will not indexed by Google.
By removing nofollow you must prepare getting huge comments on some article. Unfortunately some or maybe most of the comment just spam or one/two word comments like Good Article, thanks, etc.
So should I remove nofollow on my blog?
If you want to get many comments so this is one of good way. But if you just want to promote your blog, you can do in different way.
But if you still want to remove nofollow you can active moderation comment and approve only good comment. You can add notification that you just approve for good comment on your blog too.
By doing this you can also get traffic and also comment of your content for blogger who want their blog have higher pagerank. For your information Google will index website that don't have ofollow attribute on the link script. By default blog system will put nofollow script on the comment system so every link on the system will not indexed by Google.
By removing nofollow you must prepare getting huge comments on some article. Unfortunately some or maybe most of the comment just spam or one/two word comments like Good Article, thanks, etc.
So should I remove nofollow on my blog?
If you want to get many comments so this is one of good way. But if you just want to promote your blog, you can do in different way.
But if you still want to remove nofollow you can active moderation comment and approve only good comment. You can add notification that you just approve for good comment on your blog too.
Subscribe to:
Posts (Atom)