Viewing Chinese Japanese Korean Webpages when using Windows

Since I have installed the global translator plugin I want to be able to view the chinese entries rendered it would normally meant to be seen. To do this I need to enable the rendering of the character set.  This is my webpage where I note the various things I find.  No working solution yet! 

Viewing Chinese Webpages when using OS= Windows with Windows Explorer

Both of the major browsers can support Chinese without any other programs. All you need is the right font, and there are many good free fonts you can download. The best method is to download Microsoft's language packs and input methods for Simplified and Traditional Chinese.

Microsoft Global Input Method Editors (IMEs)  – This pack is "free" if you have a qualifying microsoft office product. 

Additional information at  Creating Chinese Web Pages

Berry Yogurt Delight Shake Whip Smoothie

I am a single man and I eat like it.  I need easy to make recipes.  This one is fantastic especially after a run.

  • Measure out frozen fruit berry meddly into a tall glass – about 1.5 cups worth
  • Draw an amount of water on top of the fruit till the level is a little above the fruit – let this sit while you are grabbing a container of yogurt out of the fridge
  • Add a single portion container of fruit flavored yogurt to your blender – my fav is blueberry
  • pour the water / fruit into the blender
  • Add a banana if you want – ( try it both ways ! )

Whip up the mixture as little as possible.  The seeds in the raspberries get broken you'll have a seedy concoction.  I blend it very little and use minimum speed settings.

Just had one of these after a 2.5 mile run while I am sitting breathing oxygen from my oxygen concentrator.  Oooh baby.  This is good.

BTW: You will find that your bowel movements the next day are more healthy.  I know TMI but its true.

Hat Tip to Eric who turned me on to the recipe.

WordPress WP-Latex Plugin for rendering Mathematics

I found another math rendering plugin refered to here: http://www.illigal.uiuc.edu/web/kumara/2007/04/10/latex-math-plugin-for-wordpress/

It is based on LaTeX.

Note To Self:  Kumara Sastry  appears to be an interesting an talented person.  He studies in the area of genetic algorithms.  An idea I have is to study talented people and make a blog and the subsequently a company based around these people. 

Easy LaTeX – author interesting blog to punch around also

How to write a wordpress plugin

I will be summarizing for myself on this page how to write a WordPress plugin.

My initial search on Google

WordPress PlugIn Skeleton Generator

Fun with Plugins makes some assumptions about file names and paths to resources.

It is assumes that your plugin file is located at: YOURBLOG/wp-content/plugins/wp_emarket/wp_emarket.php

It is assumes that your external Javascript file is located at: YOURBLOG/wp-content/plugins/wp_emarket/js/script.js

A Sample functioning Plugin that appears very simple

 Write your own plugin for Wordpress

A step by step for producing plugins