Friday 19 October 2012

<menu type="toolbar">
<li>
<menu label="File">
<button type="button" onclick="file_new()">New...</button>
<button type="button" onclick="file_open()">Open...</button>
<button type="button" onclick="file_save()">Save</button>
</menu>
</li>
<li>
<menu label="Edit">
<button type="button" onclick="edit_cut()">Cut</button>
<button type="button" onclick="edit_copy()">Copy</button>
<button type="button" onclick="edit_paste()">Paste</button>
</menu>
</li>
</menu>
  • Wednesday 15 August 2012

    java


    creating program

    public class Loops { public static void main(String [] args) throws Throwable { loop: while (true) { for (int i = 0; i < 100; i++) { int c = System.in.read(); if (c == 'x') { continue loop; } else if (c == 'y') { break loop; } else { System.out.print((char)c); //System.out.flush(); } } System.out.println(">"); } System.out.println(); } }

    java


    creating program

    public class Loops { public static void main(String [] args) throws Throwable { loop: while (true) { for (int i = 0; i < 100; i++) { int c = System.in.read(); if (c == 'x') { continue loop; } else if (c == 'y') { break loop; } else { System.out.print((char)c); //System.out.flush(); } } System.out.println(">"); } System.out.println(); } }

    Saturday 11 August 2012

    your own web create to download   platform IIs7...
    link: http://www.iis.net/download/administrationpack

    page


    create paragraph

    This create a computer technology in modern world.

    The technology day will focus on our most developer and tools.Android,Chrome ,Maps, Web master. Link:="www.easyhomepage.com"

    Thursday 9 August 2012


    Creating paragraphs
    This web application.
    A Web application can be defined as an application that can be accessed through the Internet using a web browser. Let's now discuss various technologies used to develop application in java.

    Sunday 22 July 2012

    page

    starttodayjavascriptExample