Monday, August 29, 2011

Retrieving IP address(es) of VM from VM vSphere Client

Open vSphere Client,

Click on the VM you are interested -> Go to Summary.

(Embedded image moved to file: pic21038.gif)

Thursday, August 18, 2011

How to do a 'here-to' in Java

Window->Preferences->Java->Editor->Typing The last check box is "Escape
text when pasting into a String literal". Check that. Now when you paste
when your cursor is between quotation marks it'll be escaped.

If you want to cut and paste some code AS-IS in java.

Monday, August 8, 2011

Creating Java Online quiz , using creative commons license.

http://download.fyxm.net/download-now-Qedoc-Quiz-Maker-Others-Home-&-Education-61724.html

Download QE doc
(Embedded image moved to file: pic11811.gif)

(Embedded image moved to file: pic17309.gif)

Bring up the app, and request a license.

(Embedded image moved to file: pic02603.gif)


Once you get the license,

Create a new test - > New on the left
(Embedded image moved to file: pic08613.gif)


(Embedded image moved to file: pic02328.gif)

(Embedded image moved to file: pic18522.gif)

(Embedded image moved to file: pic07510.gif)

Save it, keep entering 10 such questions and click on

(Embedded image moved to file: pic07492.gif)


(Embedded image moved to file: pic05158.gif)

Tuesday, August 2, 2011

How to print html code AS-IS on the web page

Use
<xamp>
<html>


<!- code here will be rendered as is on the web page -->
</html>
</xamp>