Recent content by goldy300

  1. goldy300

    Builders Website Design - Your thoughts??

    Wow.... I posted this ages ago and forgot I did. Thanks for all the good feedback. In this design I've kinda drifted away from his original colors in the logo. I was green but I think it suits the theme better blue. Thanks again!
  2. goldy300

    Sign petition and add image without becoming a member - php

    It's saved as a medium blob. but as it is at the moment, the user can upload as many photo's as they want and it won't be linked to the signatures id. I just wanted it so they can add it, sign the petition and have their personal image show with the petition.
  3. goldy300

    Sign petition and add image without becoming a member - php

    I'LL GIVE YOU THE URL TO THE FORM SO YOU UNDERSTAND WHAT I WANT. http://daniel.classroomonline.info/petition/add_record1.php SO I WANT USERS TO BE ABLE TO SIGN A PETITION WITHOUT BECOMING A MEMBER AND UPLOAD AN IMAGE SO THE IMAGE SHOWS IN A TABLE WITH THEIR DETAILS IN THE SIGNATURES TABLE...
  4. goldy300

    Please test my Javascript Assessment Website

    I need you guys to test this and perhaps I'll need people to give advice on some js later on in programming help. I know the nav flickers in IE but I'm more interested in finding out what people think of the use of JS and if something isn't functioning properly...
  5. goldy300

    Your thoughts - Web design (header only)

    What is better, PNG 8, 24 or 32? Which one will give me a smooth gradient across the sky without looking choppy?
  6. goldy300

    CSS simple problem

    You were putting your class first and then a:hover second. .class a:hover{} Make it a:hover.class{}
  7. goldy300

    Your thoughts - Web design (header only)

    Helloo! Your thoughts on this http://goldy30.uuuq.com/connorsbuilding/. I will rip it out of the table later but just your thoughts on the design of the header and nav... colors, size, anything. One page only. No content. Just design.
  8. goldy300

    Builders Website Design - Your thoughts??

    Just done this up the other day for a guy... wouldn't mind some feedback. The logo's his so I had to work with that.
  9. goldy300

    help with php

    I'm here all night to try and get this done. I have to fix a form up to take petition title, petition, category, duation, target, short title (for url) and keywords and insert them into a database. I need the form to validate. No empty fields and the form has to pass to a preview page before...
  10. goldy300

    validating forms - javascript - help needed

    Yeah actually commenting those alerts fixed the problem but I realized I have to put in a radio button validation so I put gender, and checkbox which I'll eventually put in agree to terms. I do have a working link... didn't realize it was exceeded bandwidth...
  11. goldy300

    validating forms - javascript - help needed

    I've got this code from somewhere and modified it a bit but its displaying an alert for everything even after the form is filled correctly. You can see it work here: http://daniel.classroomonline.info/js_assessment/loggedin.htm Heres what I need to do and perhaps there is an easier way to do...
  12. goldy300

    JS calculations - Can someone tell me what I've done wrong?

    Not sure what I've done wrong here. Here's whats required: 1. TAX (selection structure) Create a web application which will determine your tax for the 2006-2007 financial year. The tax rates and medicare levy are shown below. Allow the user to enter their WEEKLY salary and display...
  13. goldy300

    Click on image map and show alert box???

    I'm tying to get each state of Australia to alert the state when I click on the state. I'm not sure how to do this but here's my efforts. <script type="text/javascript"> function getValue(){ {...
  14. goldy300

    I can't retrieve info from db to display on page??

    I'm trying to retrieve row[0] from pages table in the db but I keep getting this error: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/daniel/public_html/govpetitions/index.php on line 76 This is my code: include ("database.inc")...
  15. goldy300

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

    http://daniel.classroomonline.info/govpetitions/admin/admin.php Here's a link to the admin area where you can see where I have the select list but with the code you have me I had to manually put in the page_id = 1, pagename = index and blurb = Welcome; but when I click edit on the index, the...
Top