Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Not a programmer, interested though

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Not a programmer, interested though

    Hello, I'd like to start by saying that I know next to nothing about programming and more about web and graphic design.

    That in mind, I have a couple questions about Java.

    I am wanting to create a program that will allow users to submit information/pictures, then post the information in a subsite (e.g. 123.com/1, 123.com/2, 123.com/3, and so on.).

    I'm not even sure if Java would be the program to use, or if the source for this information is easy to find (I must be too dumb to find it haha.)

    Thanks for your help, i know noobs are annoying


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Not a programmer, interested though

    So basically,

    1. User signs up on your site
    2. User uploads his/her pictures
    3. Pictures get automagically formatted to a size or whatever, maybe even with generated thumbnails
    4. User gets a link they can use to post their image somewhere

    Is that about it?

    // Json

  3. #3
    Junior Member
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Not a programmer, interested though

    1. Yes. photos and text. with some sort of limit on size.
    2. the sub-site created is "linked" to a previously made sub-site of the users choosing.
    think of a tree as more and more subsites are created.
    3. and yes users get a link to share with their friends.

  4. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Not a programmer, interested though

    Yes this is possible. Is Java the best language to do this? Id say no if you're not into programming, however if you wish to learn Java for other reasons then this is something to go towards I guess.

    You can do this in a number of ways, its just a matter of finding the way you wish to do it. If you want to do it in Java, keep in mind that hosting of Java web applications usually costs money and more than a simple PHP site.

    // Json

Similar Threads

  1. Programmer for a Java based game project
    By Takkun in forum Project Collaboration
    Replies: 4
    Last Post: June 14th, 2010, 05:47 PM
  2. [SOLVED] looping problem in Hailstrom program
    By JonnyBoy in forum Algorithms & Recursion
    Replies: 5
    Last Post: May 9th, 2009, 12:58 AM
  3. Calculator application using java
    By fabolous04 in forum Paid Java Projects
    Replies: 4
    Last Post: March 25th, 2009, 11:29 AM
  4. Java program to write game
    By GrosslyMisinformed in forum Paid Java Projects
    Replies: 3
    Last Post: January 27th, 2009, 03:33 PM