Author Archive

Custom Theme: Diablo3X

10.10.2008 by Denis - 0 Comment
Posted in Theme

A new custom theme for Diablo3X.

Diablo3X
Diablo3X custome Theme

If you want your theme outstanding like this, please don’t hesitate to contact me by email/MSN: denishua@hotmail.com

WordPress’s perfect implementation in studio site: Ovisualize

10.06.2008 by Denis - 0 Comment
Posted in WordPress

I always consider a good choice to use WordPress at the CMS or studio sites. Because WordPress is very simple, it can realize the effects we want. We have been so familiar with WordPress - very friendly to users and search engines. These characters are incarnated into my recent product ‘Ovisualize‘. I would discuss some key points on implementing WordPress in this studio below. Wish to bring in some lights or suggestions when using WordPress to build the CMS sites.

Ovisualize index page

Ovisualize index page

The index pages of ordinary blog list the latest logs, whenas on studio sites it comes the introduction. Therefore we make it happen by adopting WordPress Page. For ‘how to’ details, please refer to this post: 5 simple steps to build CMS by using WordPress.

Index page of Ovisualize case

Index page of Ovisualize case

We generally use WordPress post to realize the pages with much renewal, such as studio cases or products. From above picture we know, the case requires a post thumbnail. We can make it by using custom fields. Read this document in details: Use custom fields to display post thumbnail.

Ovisualize case sample

Ovisualize case sample

The Sample page in Ovisualize displays a brief introduction to this product, and then there are a large case screencut and the list of similar cases. The large case screencut also applies custom fields. For the list of similar cases, I realized it by making some small changes on my pervious plug-in ‘WordPress Related Posts‘. I may add this function into future release.

Okay, that’s all for now. If anything unclear, please drop me message. If you have project related to this, also contact me(email/msn:denishua@hotmail.com). The quality is guaranteed, fair trade.

Custom Theme: World of Warcraft

09.25.2008 by Denis - 0 Comment
Posted in Theme

World of Warcraft is two column WordPress Theme for World of Warcraft game lover. It’s Widget-ready and compatible with WordPress 2.6 and has been tested with in Firefox, Internet Explorer 6 &, Opera, and Safari.

WoWNorge

Demo

The Theme is made for WoWNorge, a Norwegian World of Warcraft fan site. If you like the game and live in Norway, visit their site at http://wownorge.net/.

If you want to have a custom theme. please don’t hesitate to contact me: email/MSN: denishua@hotmail.com

One WordPress installation, multiple blogs 1

09.19.2008 by Denis - 1 Comment
Posted in WordPress

For different database:

1. Point all domains to the same WordPress root directory.

2. Add the following code at beginning of wp-config.php:

$hostname = $_SERVER['HTTP_HOST'];
 
switch ($hostname) {
case "fairyfish.com":
    $db = "db1";
    break;
case "denis.fairyfish.com":
    $db = "db2";
    break;
}
 
// ** MySQL settings ** //
define('DB_NAME', $db);    // The name of the database