Search results

  1. goldy30

    basic password check - quick help!! - javascript

    I'd done approx 25 exercises in javascript to do with calculations and selections and I'd searched for similar things to do with iteration similar to the way the questions were put but I couldn't find any. Most of which were getting too complicated for me strait away. I just needed someone to...
  2. goldy30

    MYSQL - backend admin enter blurb in textarea to display on front end

    I've managed to confuse everyone with this and always results in minimal progress. Non members area - frontend Admin backend - add, edit, delete members, pages, products, posts...etc. I'll put it in a case scenario and you tell me the best way to do it. Your building a site for a client and...
  3. goldy30

    MYSQL - backend admin enter blurb in textarea to display on front end

    basics as it's all still pretty new for me here. I want to allow admin to select index, page2, page3 .. so on, from a select list and below that write text into a textarea in the backend, save and store it into petitions db - pages table - in the 'blurb' field. They should be able to go...
  4. goldy30

    basic password check - quick help!! - javascript

    Much appreciated, thanks heaps!!
  5. goldy30

    Simple JS exercises - answers needed asap!!!

    Thanks man. I see how simple it is now. 2:30am here now and last night was an all nighter... I've done 20 of 29 js exercises and I've got so much other stuff I'm trying to do. Appreciated!!
  6. goldy30

    Use PHP to add Content to page through Admin

    I'm doing my final website for TAFE but I'm very sketchy on my php. We done it for 2 weeks months ago and haven't used it since. Now I need to start working on my site using php but I have no idea! Anyway, I want to allow my admin to access a 'manage pages' link and see through a form the...
  7. goldy30

    Tafe Student - Streeware clothing site

    Geez, ya nailed it on the head! Thanks, you've pretty much confirmed what my point was. We've been encouraged from day 1 to review other class mates designs and give positive criticism and advice, whether we like it or not and so on and so forth. Don't know why it's cut off on the other guys...
  8. goldy30

    Tafe Student - Streeware clothing site

    It's not finished... nowhere near it but I've got the basic design there... a little info displayed through an iframe, I'll also have categories on the right which will bring up the items with shopping cart buttons inside the iframe too. Nav at the top should display separate pages and yeah...
  9. goldy30

    STUDENT - Javascript problem - Dates - Year of Birth

    I've been Googling for something to help me understand how to do this but I can't seem to find the right one. I have no idea where to start with it but I would appreciate if someone could show me, then I'll understand for similar applications in future. Here is the ex. Create a web...
  10. goldy30

    TAFE Student - Streetwear Design for TAFE

    Put this together over the last 8hrs in photoshop, will have add to cart where the clothing is and categories on the right. Let me know what ya think!
  11. goldy30

    TAFE STUDENT - what other ways can I write this code?

    that's cool and all but how do I use that in a form or what such?
  12. goldy30

    TAFE STUDENT - what other ways can I write this code?

    The exercise I done for Javascript was pretty simple but I'm not sure that I've achieved the result the way I was suppose to. The question was just create an application where it gets two numbers and displays the larger number... I done this but I'm wondering what other ways is there to achieve...
  13. goldy30

    Hi Dicky, Just wondering if you'd mind telling me the basics of how selection works in...

    Hi Dicky, Just wondering if you'd mind telling me the basics of how selection works in javascript? I have this from my exercises I have to do.... oh and I have had a look on w3 and online but the stuff I'm pulling up is a bit complicated for me at the moment. I just have to create a web...
  14. goldy30

    STUDENT - Javascript Problem

    That's well explained. Thanks!
  15. goldy30

    Student - Use document.getElementById("").innerHTML with if else statement

    I did actually have it the other way around but I changed it back and forth to see if it was going to print properly.
  16. goldy30

    Student - Use document.getElementById("").innerHTML with if else statement

    Thanks... I looked over it several times and began to think that maybe there was something wrong with the way I'd done it... like you said I'd declared too many var's... but in the end what I'd done, even with all the var's I'd declared, it works perfectly once I fixed up the toNum... the extra...
  17. goldy30

    Student - Use document.getElementById("").innerHTML with if else statement

    I do not have anyone else to ask, I'm still on holidays and am once again turning here for help so I would appreciate any help and less criticism. 1. I was trying to use else if to display if the application calculates the over or under budget but it's only displaying you are under budget even...
  18. goldy30

    TAFE Student again - currency conversion

    yeah ok... if I wasn't on holidays I'd be a TAFE to ask my teacher... You know with all that you just wrote, wouldn't have just been easier to say... Goldy, you only have to multiply the text input, which was "amount" with the select list's name. last guy gave me the hint that the values in...
Top