Monday, 30 June 2008
A long wait...
Sunday, 29 June 2008
Play Gameboy Advance Games On PSP !!
Saturday, 28 June 2008
MST is over, Final is next !
Friday, 27 June 2008
DBS iBanking
27/6/08 MST: Mathematics IA
Thursday, 26 June 2008
Looking For A Budget Sling Bag !!
26/06/08 MST: Networking Essentials
Wednesday, 25 June 2008
Networking Notes
25/06/08 MST: Fundamental Electronics
Tuesday, 24 June 2008
Logic Gates
Dallas Chicken & Ribs
It had been a hot topic at HardwareZone, furthermore there is no official Dallas webby so I might as well post it here. This Dallas Chicken & Ribs is actually a fast-food chain from England and its the first store opened in Singapore about 1.5 months ago. There is also a buffet that lasts from 3pm - 6pm daily, which costs for $8 per person. Those who wanna go eat with me, can ask me along. Its definitely a budget place and it serves great food, especially for Chicken lovers !!Haha !
Address: 12 Upper Cross Street, Singapore 058328
Operating Hours: 11am - 8pm (Weekdays) 11am- 10pm (Weekends)
Telephone: 6223369
Monday, 23 June 2008
Interesting USB Products
23/06/08 MST: Java Programming
Sunday, 22 June 2008
Something To relax before MST...
http://www.youtube.com/watch?v=f2L47_W2mFs
Funny Advertisement:
http://www.youtube.com/watch?v=lVx5c_cN7r8&NR=1
Basic Java Programming 1
Area of Trapezoid= 1/2 x (breadth1+breadth2) x height
The format as follows:
------ Start of Coding ------
package practice ; // practice is the project name
import javax.swing.JOptionPane; //to import the JOptionPane template
public class TrapezoidProgram { //represents the class name called TrapezoidProgram
public static void main(String args[]) { // main method. Its a standard format.
String s1 = JOptionPane.showInputDialog("Input b1"); //create a storage(s1) for b1
String s2 = JOptionPane.showInputDialog("Input b2"); //create a storage(s2) for b2
String s3 = JOptionPane.showInputDialog("Input h"); //create a storage(s3) for b3
int b1 = Integer.parseInt(s1); // to declare b1 as an integer for storage1
int b2 = Integer.parseInt(s2); // to declare b2 as an integer for storage2
double h = Double.parseDouble(s3); // to declare h as a double for storage3
double trapezoidArea = (0.5) * (b1 + b2) * h; // Output of Area as double value
System.out.print("b1\t:"+b1+"\nb2\t:"+b2+"\nh\t:"+h+"\nArea\t:"+trapezoidArea); // Prints out the output
}
}
------End Of Coding ------
The output of this coding will be exactly like this:
b1 : 5
b2 : 7
h : 3.0
Area: 18.0
Additional Info:
Integer = Single number, e.g. 3, 10, 256, etc
Double = Single number with decimal places, e.g. 1.0, 14.5, 138.7, etc
Saturday, 21 June 2008
Basic Networking Tips 1
Error Message
Friday, 20 June 2008
My New Mono Laser Printer
Fast print speed. With an up to 22 pages per minute print speed, the HL-2140 can quickly produce reports, letters and spreadsheets.
High-quality output. Featuring HQ1200 print resolution (up to 2400x600dpi), this printer delivers crisp, clear text and graphics.
Compact footprint. The HL-2140 can fit virtually anywhere, maximizing desk or shelf space.
Standard yield toner. Shipped with a standard yield of 1,500 pages toner, the printer allows you to start printing immediately. High yield toner of 2,600 pages is also available to meet the demand of high usage printing.
Generous paper capacity. The large capacity input tray holds up to 250 sheets of paper for continuous and uninterrupted printing.
My Black PSP Slim Since 25 April 2008
My N95 8GB Since 5 January 2008
- 8GB Memory
- 5 Megapixels Camera
- Big Size Display which is 2.8 inch. ( Biggest in terms as a smartphone.)
- 3.5mm Jack Input
- Great Symbian OS which is user-friendly.