Login Form






Lost Password?
No account yet? Register

Syndicate


Translate English To Others
Translate Chinese To Others
Play Old DOS Game SAN2 with DosBox
User Rating: / 1
Written by Ethan Liew   
Sunday, 16 November 2008

 

Today discovered my pass time favourite DOS Game probably around year 1996 which is SAN2

by Koei game company.


Luckly I din't delete those game.


Remebered that time playing this game with 80386 machine and it is so GREAT that time.

My friends and me were playing in school club house machine.

Was a good typing practise for our num pad fingering.. Laughing 

 

Thanks to DOSBox, I was able to play those old DOS game =)

I lost several of the nice dos game which are Ghengiskan,  Warcraf I , Transport Tycoon ...

Any one still have it ? Can send me a copy ?  

Cool

 

Well, lets try the old dos game in Vista!

 

1. Download DOSbox from here http://www.dosbox.com/download.php?main=1 

2. Installed it and launch it.

3. Create a folder to place all your DosGame. e.g: D:\DosGame

4. Type Mount D D:DosGame ( my machine was not able to type the back slash \ ,but you can just type as what I did )

5. Use dos command to run your game.  

   example:  d: 

   you will get D:\>koei.bat  ( launch your dos game)

 

Great thing with DosBox , those dos game is sound-enabled!

 

Now I am recalling how I play this game last time... Luckly I still have those saved game data =) 


Do kindly share me any great old Dos game if you have! 

 

 

Last Updated ( Sunday, 16 November 2008 )
 
Jokes : About Money
User Rating: / 0
Written by Ethan Liew   
Saturday, 15 November 2008

 

Money 錢

It can buy a House
可以用來買房子  

But not a Home
但是不能買一個家  

It can buy a Bed
可以用來買床  

But not Sleep
但是不能買睡眠

It can buy a Clock
可以用來買時鐘  

But not Time
但是不能買時間

It can buy you a Book
可以用來買書  

But not Knowledge
但是不能買到知識

It can buy you a Position
可以用來買職位  

But not Respect
但是不能買到尊敬

It can buy you Medicine
可以用來買藥  

But not Health
但是不能買到健康

It can buy you Blood
可以用來買血

But not Life
但是不能買回生命  

It can buy you Sex
可以用來買性行為  

But not Love
但是不能買到真愛

So you see money isn't everything .
所以金錢不是萬能的  

I tell you all this because I am your Friend,
我之所以告訴你這些道理,是因為我是你真正的朋友

and as your Friend I want to take away your pain and suffering.....
而身為你的朋友,我想要消除你的痛苦
免除你所受的折磨

so send me all your money and I will suffer for you
所以把你的錢都  
寄來吧!  
我決定替你承受
這一切痛苦......  
 
A true Friend than me you will never find.
你再也不會找到任何一個比我更真心的朋 友 了

CASH ONLY PLEASE
我只收現金,謝謝!
 

 
SocialStream - Google-sponsored capstone project
User Rating: / 1
Written by Ethan Liew   
Saturday, 15 November 2008

Google sponsered another social contact project to compete with facebook?

Take a look for SocialStream at 

http://www.hcii.cs.cmu.edu/M-HCI/2006/SocialstreamProject/index.php 

 



Nice design and looks user-friendly too

 

 
Display YouTube Video on Joomla 1.0 Fast Trick
User Rating: / 0
Written by Ethan Liew   
Thursday, 13 November 2008

 

Found a lot YouTube Plugin need to pay to display YouTube Video on Joomla 1.0.

 

Here we go, I found a trick to just enable or ignore YouTube embed scripts so that your TinyMCE editor will not replace the YouTube embed scripts with some other codes.

 

Pro:

1. Fast trick

2. Script-enable

 

Cons:

1. This might allow you to enter any type of scripts, script can allow any programmed logic access your site.

** Some of the scripts might be harmful to your site.

 

How-To:

1. Go to Joomla source code  mambots\editors\tinymce\jscripts\tiny_mce\plugins\media folder
2. Backup  editor_plugin_src.js and  editor_plugin.js
3. Edit editor_plugin_src.js
Just follow the comment as below:
cleanup : function(type, content, inst) {
var nl, img, i, ne, d, s, ci;

switch (type) {
case "insert_to_editor":
img = tinyMCE.getParam("theme_href") + '/images/spacer.gif';
// comment by ethan for youtube
/* content = content.replace(/<script[^>]*>\s*write(Flash|ShockWave|WindowsMedia|
QuickTime|RealMedia)\(\{([^\)]*)\}\);\s*<\/script>/gi,
'<img class="$1" title="$2" src="' + img + '" />');
content = content.replace(/<object([^>]*)>/gi, '<div class="" $1>');
content = content.replace(/<embed([^>]*)>/gi, '<div class="" $1>');
content = content.replace(/<\/(object|embed)([^>]*)>/gi, '</div>');
content = content.replace(/<param([^>]*)>/gi, '<div $1 class=""></div>');
content = content.replace(new RegExp('\\/ class=""><\\/div>', 'gi'), 'class=""></div>');
*/
break;

4. Rename editor_plugin_src.js  to editor_plugin.js and overite existing  editor_plugin_src.js

5. Now you can click "Edit HTML Source" or the "HTML" icons in your TinyMCE editor inside Add Article

and just simply place YouTube embed code <object>........................</object>


6. YouTube video will able to show on your Joomla site !  Cheers!

 

Let me know if you have any other idea to do it Cool

 

 

Last Updated ( Thursday, 13 November 2008 )
 
<< Start < Prev 1 2 3 Next > End >>

Results 1 - 9 of 27