CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nambill

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,178

    Re: Java POST help with binary data

    Here is the example: Upload file to servlet without using HTML form
  2. Replies
    2
    Views
    2,178

    Re: Java POST help with binary data

    why cannot use file upload directly?

    you can use URLConnection class to send binary along with POST data. I don't have example here, unfortunately.
    However, the rule is, open an OutputStream on...
  3. Replies
    2
    Views
    1,154

    Re: form post not working in apache tomcat

    the method of the form should be "post":
    <form method="post"..>
  4. Replies
    3
    Views
    1,818

    Re: keeping the size of the buttons the same

    You can try button.setMaximumSize() and button.setMinimumSize(), set same size for both.
  5. Re: if/else structure, how is the structure of it?

    Hi student2012,

    the if-else construct is fairly easy to learn. You should learn the basic of it, then apply to your exercise. There is an example here:
    ...
  6. Replies
    3
    Views
    6,368

    Re: Designing GUI with own graphics

    Every Swing's component has paint() method which you can override to provide your own drawings.
  7. Replies
    6
    Views
    7,218

    Re: Write a Java program that reads file

    What are you stuck with? Please be more specific so others can help you quickly.
  8. Replies
    6
    Views
    1,570

    Re: Trying to figure out Java EE

    application server = web server + container for dynamic server side scripting (JSP, Servlet for Java; C#, ASP.NET for .NET)
    a web server just serves HTTP and pure HTML. In order to execute JSP,...
  9. Suggest for best hosting service for Wordpress/Joomla

    Hello there,

    I am looking for a paid web hosting service to host my Wordpress/Joomla site.

    Which hosting service do you guys recommend?

    Thanks.
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured