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 21 of 21

Thread: Small Project Ideas

  1. #1
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Small Project Ideas

    Well, I have nothing to do so. I am willing to help people develop small Java applications if you wish. So give me your idea and I'll let you know what I think of it and if I can help you out or not

    Regards,
    Chris


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Small Project Ideas

    Hey Chris,

    I have some applications that I would like to work on and make available to the members of these forums.

    I'm going on holiday any minute now but once I get back I will give you my ideas.. Would be good to work on something together.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Small Project Ideas

    Ye ok enjoy yourself. I have an Idea for one too

    Chris

  4. #4
    Member Truffy's Avatar
    Join Date
    May 2009
    Location
    Philippines
    Posts
    93
    Thanks
    2
    Thanked 9 Times in 7 Posts

    Default Re: Small Project Ideas

    i hope i can help you both.

    Cheers,
    Truffy

  5. #5
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Small Project Ideas

    Hey Truffy the general idea between me and JavaPF atm is to develop some software that can be made avaliable to forum memebers, so if you have any ideas of stuff then that would be great. Also we are just looking to do them together with others too to reduce work load since people have full time Jobs and things to attend too.

    Chris

  6. #6
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Small Project Ideas

    Hmm, i don't have any ideas, but i'd like to do some small projects, too.

  7. #7
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Small Project Ideas

    Well depending on what we have we can see what we can get going, some of the bigger things may have a section you could do or something. Have to look at what we have and who wants to help I guess

    Nice to see some interest though

    Chris

  8. #8
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Small Project Ideas

    Hey guys,

    I'm back from holiday. I'm ready to discuss ideas for projects..
    I was thinking we could use this thread to brain storm ideas and then take it from there.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  9. #9
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Small Project Ideas

    Welcome back. Glad you are

    Well My idea, is kind of an RSS feed that doesn't need an RSS feed. So basically, you run the application it signs you in to javaprogrammingforums.com then sits in the icon tray at the bottom an alerts you of new threads and posts etc, as they happen.

    Just an idea.

    Chris

  10. #10
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Thumbs up Re: Small Project Ideas

    Quote Originally Posted by Freaky Chris View Post
    Welcome back. Glad you are

    Well My idea, is kind of an RSS feed that doesn't need an RSS feed. So basically, you run the application it signs you in to javaprogrammingforums.com then sits in the icon tray at the bottom an alerts you of new threads and posts etc, as they happen.

    Just an idea.

    Chris
    I like that idea a lot!! I will look to see if there is a vbulletin API..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  11. #11
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Small Project Ideas

    Well I was looking at developing it with what was avaliable within java.net, but the major problem I had was trying to log in and store the cookies etc. Largely because of the fact your login for uses VB functions -_-. But Ye we could always go via a VBulletin API I guess, just though it would be a nice thing to have, saves hitting refresh etc and you can run it at work without them knowing xD

    Chris

  12. #12
    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: Small Project Ideas

    Hi guys,

    I was looking for a thread or forum like this

    When I read your posts I thought that if there is no API for the forums, maybe there might be a plugin or something like that we could use that generates RSS for us as people post new threads. We could then just download this RSS in this application and notify the user. The problem however might be that RSS feeds might not work so well with user authentication.

    I've created some applications before however were I've used "screen scraping" to parse a website for the information I wanted. Something like that might also work.

    Oh and btw, I'm interested in helping out if need be, maybe start a project up on Project Kenai — We're More Than Just a Forge

    // Json

  13. #13
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Small Project Ideas

    Hey guys. I looked into it and there doesn't seem to be a Java vBulletin API.

    I have the archive switched on which is basically a clean search engine friendly version of the forum -

    http://www.javaprogrammingforums.com/archive/index.php/

    I was thinking we could use & parse the information on this page for the application.

    There isn't really much reason to make it login to the forums. When a new thread is posted the word 'new' is included in the thread title. This is a good indication of a new thread. When a new post is added to an existing thread, that thread moves to the top of the list. This could be used as the indication of a new post.. You get me?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  14. #14
    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: Small Project Ideas

    Thats unfortunate, however I had another idea, that perhaps we could put together a library of common things that we resolve on these forums. Something like a jpfcommons project. This could for instance contain code for generating random password or a utility to extract NetInfo etc.

    We could then gradually let more members commit things to this. Could be fun.

    // Json

  15. #15
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Thumbs up Re: Small Project Ideas

    Quote Originally Posted by Json View Post
    Thats unfortunate, however I had another idea, that perhaps we could put together a library of common things that we resolve on these forums. Something like a jpfcommons project. This could for instance contain code for generating random password or a utility to extract NetInfo etc.

    We could then gradually let more members commit things to this. Could be fun.

    // Json
    Yeah I like that idea. It's always handy to have a code library! That's why I set up the Tips & Tutorials forum..

    How do you want to go about starting this?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  16. #16
    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: Small Project Ideas

    I don't know, maybe we could create a project on one of the open source code platforms out there like Google, Sourceforge, Kenai or whatever

    Do we need to define some sort of code structure for people to use or should we just get going?

    // Json

  17. #17
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Thumbs up Re: Small Project Ideas

    Quote Originally Posted by Json View Post
    I don't know, maybe we could create a project on one of the open source code platforms out there like Google, Sourceforge, Kenai or whatever

    Do we need to define some sort of code structure for people to use or should we just get going?

    // Json
    Yeah good idea. Which would you suggest? Google, SourceForge, Kenai?! I like Google or SourceForge..

    For now we could just get going and then maybe define a structure once it's underway.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  18. #18
    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: Small Project Ideas

    How about this then?

    jpfcommons - Project Hosting on Google Code

    // Json

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

    Default Re: Small Project Ideas

    Are you looking for Jobs and projects in Java, Interact with recruiters and trainers @ eprojecthelp.com

  20. #20
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Small Project Ideas

    Ok, well I have nothing to do. So I want to get this kicked off, seems Json is pretty active so maybe between the two of us wwe can get something going?

    Chris

  21. #21
    Member
    Join Date
    Aug 2009
    Posts
    53
    Thanks
    2
    Thanked 3 Times in 2 Posts

    Default Re: Small Project Ideas

    edit: should have been a new post, ups
    Last edited by Johannes; August 12th, 2009 at 01:20 PM.

Similar Threads

  1. Replies: 1
    Last Post: May 8th, 2009, 08:55 AM