Posts tagged as:

blog

You can easily set wordpress blog hosted in a subdirectory as a homepage. Let us assume that your blog is hosted at domain.com/blog/. To set home page for domain.com, create index.php in root directory and append the following code (note blog is hosted in /blog/ subdirectory):

<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
define(‘WP_IN_ROOTDIR’, true);
require(‘./blog/wp-blog-header.php’);
?>

Now if anyone visit [...]

{ 0 comments }

I just read this story via Digg’s RSS feed. Then I had visited to Paul’s web site. It does not sells computer or IT product. He his just web designer, and this is another one of those David and Goliath stories.
Basically this domain name and business name includes his last name and Dell computer thinks [...]

{ 0 comments }

Recently I found interesting online tool called Flickr Album Maker. With this tool, you can create very nice online photo gallery of all your photo in zippy for your blog or website. Visit Flickr Album Maker online form and it will create ready-to-paste HTML code for your photo gallery after submitting your information.

Slide show of [...]

{ 1 comment }

Well main home page looks same but when you put search text and hit enter key you will notice something different at bottom of screen. Yup they got Copyright and other links at bottom repeated twice. Very bad even these days smallest site don’t have this kind of goof ups.

If that is not sufficient they [...]

{ 3 comments }