19th November 2007

How to Create WordPress Themes for a Wii - ChimpSimple Version

How To Create a WordPress Theme for Wii Browsers

Chris Finke has put together a nice WordPress theme that will display on a Wii as well.  I like his theme but I need a theme for a Kid’s Video site so I modified the code to fit my theme.

Here is the original post on how to modify a WordPress theme for the Wii. 

I didn’t understand all the steps so I documented them so just about anyone can understand them.

Download the Green Code theme as your base theme for creating the new WordPress Wii theme.

I have adapted this to a theme I made for the Wii Kids TV site.  This site has YouTube kid’s videos that can be watched on the Wii console.

So people would ask “Why would you do this?”

Because I didn’t want my 3 and 5 year old watch YouTube videos on my development server!  Not with Admin enabled at least … :)

So I made them a WordPress website that they can watch on their Wii console and I can keep on coding and developing portals … :))

Theme Demo
Wii Kids TV - PC version
Wii Kids TV - Wii version

Check it out and let me know what you think.

Remember:  Make a backup of the files/folder before you start making changes. 
It will save you a lot of time if you remove the wrong commands!

Steps to Create Your Own Wii WordPress Theme
Start with the Greencode theme and modify it to fit your theme.

1.  Copy the wii-style.css and print-stle.css (optional) from the Green Code folder to your theme folder.

2.  Copy the /images/wii.gif from the Green Code theme into your theme’s /images folder.

3.  Modify the header.php file in your theme’s folder.  Add the following code to the <head> section:

       

<? if (isset($_REQUEST[”wii”]) || (strpos($_SERVER[’HTTP_USER_AGENT’], “Wii;”) !== false)){ ?>            <link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_directory’); ?>/wii-style.css” type=”text/css” media=”screen” />            <style type=”text/css” media=”screen”>                body { background-image: url(<?php bloginfo(’stylesheet_directory’); ?>/images/wii.gif); }            </style>        <? } else {    ?>            <link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_url’); ?>” type=”text/css” media=”screen” />            <link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_directory’); ?>/print-style.css” type=”text/css” media=”print” />        <? } ?>  

This command checks the user agent and then decides which CSS page to display.  Here is the basic format of the script:


if (strpos($_SERVER['HTTP_USER_AGENT'], "Wii;") !== false){
[… wii stylesheet …]
} else {
[… regular stylesheets …]
}

4.  Modify the wii-style.css file to exclude sections of the page you don’t want to display in the Wii version.  The most important line is line 75:


#shadow, #header, #sidebar, #respond, #commentform, #comments  { display: none; }

This line tells the broswer to EXCLUDE these section from displaying on the Wii.  You will need to modify this line to fit the sections in your theme.

Open your style.css file for your theme and find the sections you don’t want to display and then add the names to the command above.

If you aren’t very good at CSS like I am then make changes to the wii-style.css file and upload the file to your theme’s folder

Next load the web page in your browser and see what disappears from the page.  Remember use the “?wii=1” on the end of the URL.

After a few tries you will see what is being removed from displaying.

5.  Save the files and upload them to your theme’s folder.

That’s it!  Now try it on one of your themes for fun.

Popularity: 32% [?]

posted in Video Blogging, wii, new trends, wordpress sites, wordpress videos, wordpress | 1 Comment

8th November 2007

Creating Websites in Minutes with RSS and Google Page Rank 4 or Better

Want to Create Websites in Minutes with RSS and RSS Evolution?
In this high speed age we all need an edge to get to market quicker, get a higher page rank, and keep sites focused so our keywords will score the highest in ALL the search engines (Google, Yahoo, and Microsoft).

How Do We Do This?
The answer to this question is FOCUS. It is that simple. Your site needs to focus on a topic and then use a magnifying glass to focus the light to a laser point. That is when combustion occurs and your site flies up in the search engines.

The Tricks, Secrets, and Tools
All the tools are already available on the web.

No, really, they are.

You just need to apply them to your site and your system for posting.

Most bloggers or web sites focus on everything that crosses their minds or in front of their eyes. That is why they never get a Google Page Rank above 1 or 2 (and most are Page Rank 0).

But a focused niche blog can be a Google Page Rank 4 or better in little to no time.

How to we know this?

Good question. Because we have used autoblogging tools (RSS, WordPress, Blogger, and other tools) to do this.

Don’t believe us?

Check out Web Camera Review. This is a site we used autoblogging tools to create with a handful of posts and it is a Page Rank 4 in Google. All we have to do is spend a little more time with it and it will be a Page Rank of 5 or 6 in no time.

I admit this is not the most optimized or pretty site you have ever seen but it works and it is successful. And guess what, it tool only a few hours to make and has not been updated for several months.

What is the Secret?
Using tools like Google Reader and automated programs like RSS Evolution you can create focused websites that get clicks, traffic, and high conversion rates. We have sites that are Page Rank 4+ in no time at all using these tools. Want to find out more? Here are all the RSS Secrets!

P.S. We only list one site here we have created with these methods. But guess what, we have a lot more web sites like this one.

P.S.S. Using these tools you can create web sites that are Internet Cash Machines

Popularity: 36% [?]

posted in new trends, Autoblogging, WordPress on AutoPilot, wordpress, Infopreneur Sites, google tools, RSS | 0 Comments

16th October 2007

Blackberry Video: Converting DVDs for the Blackberry

I just got my new Blackberry Curve from T-Mobile and couldn’t wait to put some videos on it.

There weren’t a lot of site out there on how to convert DVDs and other videos for the Blackberry so I put a quick site together and wrote some article on how to convert video.

Stop by and take a look at it.

Free BB Video

How-to capture videos and store them on your Blackberry Pearl 8100, Curve 8300, or 8800. Free tools, tips, and techniques to turn your Blackberry into a video power house!

What else do you think I need to add?

Popularity: 26% [?]

posted in Blogger, Video Blogging, new trends, announcements | 1 Comment

  • Subscribe to Newsletter

  • Get all the Fresh Tips, New Business Trends, and much more form the Chimp-Simple NewsletterSign Up for Chimp Newsletter. Bonus Gift - WordPress on AutoPilot: Special Report Signup Today!
  • Polls

  • What type of Articles would you like to see?

    View Results

    Loading ... Loading ...

Close
E-mail It