WonderKid

Wonder Land

Entries for the ‘Tech’ Category

Try Google Chrome

Google Chrome is a brand new web browser released by Google yesterday. I have to say it’s a nice web browser after I trying it in the whole morning. The speed of loading(with google gear) and JS interpret are much faster than firefox3 and IE7. That’s impressive.
I like the status bar very much. I will only appear when you [...]

How to understanding Java?

There are two steps, and only two.
1. Read Thinking in Java;
2. If you feel confused when reading, then “RTFS”.
That’s quit enough. The code tells everthing. It’s obvious and easy to be understood. Why not just look into it?
(RTFS: Read The Fuching Source)

write wordpress plugin step by step(1)

Some reasons of why wordpress is so popular are that it supports plugins. Plugins extend wordpress a lot. The possibility is just limited by imagination.
In this post(and follows) I’ll introduction how to write a wordpress plugin. Let’s begin with the famous “hello world”.
step 1: use your favorite text editor to create an php file [...]

OWL-Sight released

OWL-Sight is an lightweight web-based ontology browser. Our web browser can only understand HTML, so we can’t use them to browse Semantic Web. OWL-sight is an interesting try. Just like protege, it lists the trees of classes and properties, and the releationship between them. But it’s just a browser, you can not use it to [...]

OWL-S:An ontology

OWL-S is an ontology that describes web service, just like WSDL does. OWL-S supports semantic information of web service. It’s still in submission now, which means it’ll be changed a lot in further days.
It’s not easy to find a web service using OWL-S to publich itself. Here (Open it by text editor, not by web [...]