Search results

  1. goldy30

    Put in right place? Need help naming correct tables for msql

    Yeah, I know, it's MYSQL... I'm not sure I've got this in the right spot... but here it is anyway. I'm making a site for a cause to change the law... like petition site, but only users can only sign my petition. Not create one or anything like that, just sign mine. I need to know what...
  2. goldy30

    What is the best designed site you've seen?

    What is the best designed website you've seen? ...which was a question asked to us at Tafe. I found this site and it still gets me thinking Wow... Awsome!! Very very nice site. http://www.2advanced.com Whats yours? ****************** Also, I tried to use a whole image similar to 2advanced...
  3. goldy30

    Javascript Help

    With the way this script is I've tried to add in radio button validation but im unsure of this. It's all under gender... the id of the radio buttons is gender and I semi familiar with if ( ( gender[0].checked == false ) && ( gender[1].checked == false ) ) { alert ( "Please choose your Gender...
  4. goldy30

    Javascript Help

    I'm not very good at debugging although I've gone over it till by eyes started bleeding. It seems right but its not even calculating onClick?? Could someone tell me where I went wrong so I know? INVESTMENT Create an application that allows a Customer to enter an initial deposit (for...
  5. goldy30

    starwars opening scrolling text - Javascript

    Does anyone know javascript that simulates the starwars opening scrolling text? :dunno: E.g. Long long ago in a galaxy far far away.... etc. I want it in Javascript only. Contact me on msn. airbrushkits@live.com :biggrin:
  6. goldy30

    Please help over msn - mysql & php

    I'm trying to set up a login where it allows two different access levels. members login will display a members area link... admin login displays both members and admin area links. Also once logged in a wecome message appears and echos the users email. It's half done but I've got problems and...
  7. goldy30

    Contact over msn to help fix my problem

    I'm trying to insert title and blurb into the database but it's not working. It's actually code which someone else gave me. Still learning. Heres what I have: <?php include ("../database.inc"); ?> <?php $pageid=$_POST["pageid"]; $details = mysql_fetch_array(mysql_query("SELECT pagename, blurb...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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!
  13. 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...
  14. 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...
  15. goldy30

    TAFE Student - Check my javascript.. line 31 int 40

    I thought I had it right but I've got an error where there is only text in a <td>... so have a look and tell me what ever is wrong with it.. as a whole. <HTML> <HEAD> <TITLE>Fuel Economy</TITLE> <script type="text/javascript"> function updatesum() { if (document.form1.dist.value=="") {...
  16. goldy30

    TAFE STUDENT - PHP - Send mail - Verify feilds

    It's not something we've done yet, although we have done a bit of php. I put a basic sendmail.php but it doesnt stop users slapping the submit button which sends me a blank email. I tried something like this but its giving me errors about '{' and other stuff.. I've changed it a few times but...
  17. goldy30

    Tafe Student

    I actually changed the sub domain to http://www.newdesigns.x10hosting.com Let me know what you think.
  18. goldy30

    TAFE Student

    Just learning how to develop websites... Into my second semester and have done a few so far. Have a look and let me know what you think. http://www.newdesigns.pcriot.com Dan.
  19. goldy30

    Quick Design Development

    Quick design development of a website I'm currently doing Information Technology at TAFE in Australia and although I'm new to the whole development and coding of websites, I don't claim to know everything. Something became apparent about the process of being able to create a website quickly...
Top