Search results

  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...
  16. goldy300

    Simple JS exercises - answers needed asap!!!

    I'm in a rush and all I want is the basic code conforming to the required instructions. ASAP needed!! I know it's like asking for the answers without doing the research but by doing this I'm able to see, modify and understand it later on. But in the mean time, I need it now to pass an open book...
  17. goldy300

    basic password check - quick help!! - javascript

    Can someone help me with this... I don't know it yet but need to know it quick as I have a test on it tomorrow. Could you please make sure it's as basic as the instructions require. Here's the question Create a web application that will check your password. You are allowed three attempts...
  18. goldy300

    GIMP Users

    I've never used it. Just about to complete my diploma in IT and have only used photoshop... but I'm downloading gimp now to check it out.
  19. goldy300

    Tafe Student - Streeware clothing site

    Why pointless? This gives me more confidence and I think it's advisable to get feed back. Even if this is home work, and not for a client, I'll still showcase the sites I create to individuals who may consider getting me to build them a site. As it's not finished yet, putting it up here for...
  20. goldy300

    TAFE Student - Streetwear Design for TAFE

    Yeah, I did this design on my own and I haven't coded it yet. I'll take on board the white categories background... maybe a light grey color change on hover. I think it'll look different with some text links over it rather than the plain white as it is now. I'll also put some descriptions next...
Top