A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Site Check...the-chavs

  1. #1
    Tortured Soul
    Join Date
    Mar 2002
    Posts
    151

    Site Check...the-chavs

    Nearly finished this, my second site in a fraction of the time of my first, but what do you think is it ok any big mess ups?

    http://www.the-chavs.com

    thanks

  2. #2
    Junior Member
    Join Date
    Sep 2004
    Location
    belfast
    Posts
    25
    one pretty major error is that your content is off the top of your browser window, i can only view the bottom half of the page.

    if its a browser issue im using explorer 5.2 (mac)

    j

  3. #3
    www.designerunderground.co.uk
    Join Date
    Jun 2004
    Location
    UK
    Posts
    351
    >The font used for the navigation doesn't work too well at that size
    >I like all your transitions
    >Nice rollover effects on 'the band' section but maybe touch up on photshop/ cutting out images
    >I want to make a form like that, can you help?
    +
    You are not your job. You are not how much money you have in the bank. You are not the car you drive. You are not the contents of your wallet. You're not your ****ing khakis.

  4. #4
    Tortured Soul
    Join Date
    Mar 2002
    Posts
    151
    Thanks for checking, i guess the positioning is messed up because of my centralising css style, will look into that today. Does anyone know a better way of positining the flash obect in the center top -> bottom and Left->right?

    I can send over my code for the form if you like..But the email sender i wrote in asp, shouldnt be to hard to get it working with php or some other format if you need...

    I did the band page a bit rough as im expecting a new photo with another member in so didnt want to spend hours making it super neat.

    Any fonts you would suggest?

  5. #5
    Tortured Soul
    Join Date
    Mar 2002
    Posts
    151
    Here is the contact form that i made. You just make the textfields input text and give them instance names like below..., then on the button's release create some loadVars to send to the asp/php/etc.. page like so:
    code:

    cont_lv = new LoadVars();
    //variables and their values to be sent to server
    cont_lv.fullname = this.contact_mc.fullname;
    cont_lv.email = this.contact_mc.email;
    cont_lv.subject = this.contact_mc.subject
    cont_lv.fullmessage = this.contact_mc.fullmessage;
    cont_lv.sendAndLoad(_global.serverAddress+"basic_m ail.asp", cont_lv, "POST");



    then simply reset the values of the form and change the label to sent...

    code:

    this.contact_mc.fullname ="";
    this.contact_mc.email="";
    this.contact_mc.subject="";
    this.contact_mc.fullmessage="";
    this.responsemsg ="Message Sent";



    And bobs yer uncle.

    GOod luck
    Oli
    Attached Files Attached Files

  6. #6
    www.designerunderground.co.uk
    Join Date
    Jun 2004
    Location
    UK
    Posts
    351
    Hey Thanks v much for the form zip. I'll give it a whirl.
    good luck with the site.
    +
    You are not your job. You are not how much money you have in the bank. You are not the car you drive. You are not the contents of your wallet. You're not your ****ing khakis.

  7. #7
    Tortured Soul
    Join Date
    Mar 2002
    Posts
    151
    DOnt think i updated the code of the contact form, it should read how i have typed it in the message. Think i included _root

    COol

  8. #8
    Member
    Join Date
    Jun 2004
    Posts
    87
    site is nice

    Only thing that bothered me was that your images were poorly cutout in photoshop. you can tell u used the magic wand instead of the point tool to cut them out. Spend the time cutting them out properly and it wil make it much cleaner

  9. #9
    Junior Member
    Join Date
    Sep 2004
    Location
    belfast
    Posts
    25
    see attached gif file of how the site is looking on my machine, if its any consolation the musics cool, fix your positioning and il let you know what i think of the rest of the site.


    j
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center