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

Thread: I really need some help!

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

    Post I really need some help!

    I've been given two small tasks to be completed as part of a course I'm currently studying in JavaScript programming.
    Unfortunately, I haven't got a clue where to start
    I'm using a program called IntelliJ which I'm totally unfamiliar with, I've never used it before.
    I'm not the best with Java OR JavaScript, hence the need for doing the course, but I've tried almost everything this time and nothing seems to get me anywhere.


    For part 1, I have to write JavaScript code to take text from a web page, perform a word count on the text, and present results in a table. The user should be able to choose for the data to be displayed in alphabetic/frequency order.


    For part 2, I have to program a tile puzzle game.
    Any tile next to the gap in the 9x9 grid can be moved to fill the gap by clicking the tile. Your program should allow the tiles to be randomly shuffled, and should also detect when they are correctly arranged in numerical order, and indicate this in some way (e.g. pop-up alert). You should be able to change the number of tiles in x and y simply by changing some variables.



    If anyone could offer me any help in either of these tasks I would be EXTREMELY grateful.
    Last edited by MrChips; August 5th, 2009 at 08:17 AM.

  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: I really need some help!

    Hello MrChips,

    Sorry to tell you but Java & JavaScript are 2 different languages.

    Java vs. JavaScript - www.htmlgoodies.com

    Do a Google search for a JavaScript forum.....

    javascript forum - Google Search
    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.

Tags for this Thread