Showing posts with label vista. Show all posts
Showing posts with label vista. Show all posts
If you have used haoting.com to play asian (Chinese, Cantonese, Japanese, Korean, English) music, you would realize that haoting.com only works fine with Internet Explorer (and Windows). If you are using Firefox on Windows, you will realize that the song will play, but it will not move down the list. Also if you are on Mac, you are in a tough luck since haoting.com uses Windows Media Player (WMP) to stream the music, and Microsoft no longer supports WMP for Mac.

So the only solution to keep enjoying asian music on your Firefox / Mac is to find a website that streams through flash. And I have found one such website!


九九音乐(99.cn)

99.cn is one of the many asian music streaming websites from China. It uses flash, so it will definitely work on any web browser that has Adobe Flash plugin!

Based on my observations, all those streaming websites have the same musc catalogs, if not almost the same.

Go ahead and enjoy your favorite asian music from 99.cn

Note: These music streaming websites from China might not have the proper licenses from artists to broadcast music. Please listen at your own risk.
If you hate to install another application/software just for the purpose to shut down your PC at a scheduled time, you can use a quick and easy command line function to do so. And it is free!

1) Go to Command Prompt from either
a) Start->All Programs->Accessories->Command Prompt
b) Start->Run where a new "Run" window will pop-up. Type in the following and press OK:
cmd

2) Another window with black background will appear. Type the following and press enter to schedule your shutdown time (where xx:xx is the time in 24-hour notation):
at xx:xx shutdown -s

For example if I want my PC to shutdown at 6am:
at 06:00 shutdown -s

Another example if I want to shutdown at 10pm
at 22:00 shutdown -s

3) If somehow you want to cancel the scheduled shutdown. Just type the following and press enter (where "a" means abort):
shutdown -a