Search:

Type: Posts; User: arminius

Search: Search took 0.11 seconds.

  1. Re: Can I do this and how long would it potentially take to make ?

    LOL i was thinking the exact same thing, there are languages out there that you could accomplish this program with in a shorter time however depending on its complexity and your final plan and...
  2. Replies
    4
    Views
    1,012

    Re: Where to put objects and methods

    a class defines the needed information. The class is the blueprint. All classes create objects, and all objects contain characteristics.
  3. Re: How display captcha image from url link [J2ME]

    You could try using the following idea:

    BufferedImage img = null;
    try {
    URL url = new URL(getCodeBase(), "examples/myimage.jpg");
    img = ImageIO.read(url);
    } catch (IOException e) {
    }
  4. Replies
    3
    Views
    2,186

    Re: JOPtionPane error

    This message is a straight copy from a stack overflow website here \\https:// stackoverflow.com/questions/7993000/need-to-use-joptionpane-error-message-type-of-jdialog-in-a-jframe\\ , it doesnt...
  5. Replies
    2
    Views
    1,391

    Re: Compatible Markup languages

    Yea ive come back and basically dove into jave, i consider myself a pretty smart guy but man i will admit java makes me feel like a idiot compared to some of the other programming languages i have...
  6. Re: Can I do this and how long would it potentially take to make ?

    It depends on your skills as a programmer as most have said while i applaud your planning once you learn a language you will have to do alot more planning, i am not by any means trying to scare you...
  7. Replies
    2
    Views
    1,858

    Re: Content writers and Web developers

    Hey there its been a while since i have been on this forum. Ive learnt some i think valuable things in the past few months with regards to how i dealt with that clients situation and their website....
  8. Replies
    2
    Views
    1,858

    Content writers and Web developers

    I KNow tis is kind of off topic but i need some advice from experienced web developers and business people.


    ive recently come across a issue , i developed a website for a client, its been a few...
  9. Replies
    2
    Views
    1,391

    Compatible Markup languages

    Hi ther im very new to mobile app development and i must say i thought as a web developer it would be a breeze but it isnt. I was curious , i know in our web development world we have compatibility...
  10. Replies
    2
    Views
    2,819

    Re: Is my Java book good to go?

    hahaha i have a interesting story ... When i started web dev my gf was a graphic design student , well had just finished , i was in a technical trade so i though i knew all about problem solving. I...
  11. Replies
    2
    Views
    2,819

    Is my Java book good to go?

    So ive been reading a thread on spoon feeding people answers , and i like it makes total sense. In an attempt to help myself along i have this over here "Java The Complete Reference". Is this a good...
  12. Thread: Hello from ZA

    by arminius
    Replies
    1
    Views
    779

    Hello from ZA

    Hi Guys

    My name is Arminius. Im a web developer / graphic designer average at best il admit , ive been asking around and considering moving into mobile app development for a long time now as i...
Results 1 to 12 of 12