Everything posted by becks3636
-
Menu Problem/Ideas
Hi, does anyone know how this main menu was created? http://www.davidairey.com/ I am learning about SEO and trying to improve my webpage and this website shows that this menu is not flash or javascript (i think), does anyone know how this was made and can tell me how to do this? Thanks!
-
html contact
Hi, yes, PHP is available. Do you know of a good tutorial? Thanks...
-
html contact
Hi, does anyone know a good html contact form tutorial? Thanks
-
tutorial for web contact forms.
Hi, does anyone know a good tutorial for a web design contact form in HTML?? Google is giving some strange results... thanks!
-
Flash and PHP contact form
Hi, Im completely stumped by a contact form. I am making a site, I cant attach the flash but Ive got three boxes, Name, email and message, each labelled as a variable. Then these are combined as a movie and the movie is given an instanc name of "form". Then on the send button I have the following code: on (release) { form.loadVariables("email.php", "POST") } Now, the php file, named email.php has got the following code: <?php $sendTo = "rebecca.calvert@googlemail.com"; $subject = "My Way Flash site registration reply"; $headers = "From: " . $_POST["name"]; $headers .= "<" . $_POST["email"] . ">\r\n"; $headers .= "Reply-To: " . $_POST["email"] . "\r\n"; $headers .= "Return-Path: " . $_POST["email"]; $message = $_POST["message"]; mail($sendTo, $subject, $message, $headers); ?> and this is saved with the swf. which is embedded in a html file named index. It all seems to be working fine and I get an email but it says this: <TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Frutiger 45 Light\" SIZE=\"16\" COLOR=\"#FFFFFF\" LETTERSPACING=\"0\" KERNING=\"0\">Hello</FONT></P></TEXTFORMAT> As you can guess my message was hello, but the rest is completely useless and I havent got a clue what to do. Ive followed the tutorial properly (http://www.kirupa.com/developer/actionscript/flash_php_email.htm) Can anyone help? Im desperate to get this sorted asap. Thanks!!
-
e cards and html emails
Hi everyone... a two-fold question. Im looking to develop into e-cards and html email designs. Does anyone know where to start learning about this area? Thanks a lot for your help....
- jumping about
-
jumping about
Hi, can anyone tell me about coding for jumping to different web pages (within same sight) and jumping to places ON pages. Like when you jump to a part of a long scrolling page??? Thanks....
-
e-cards
Hi, does anyone know anything about designing and making e-cards, or where I can start learning about them... thanks.
-
superscript anyone?
Hi, does anyone know how to make text superscript (like TM etc) when writing in Dreamweaver? Can find it anywhere! Thanks...
-
wierd paragraphs
Hi, this is probably really obvious, but I find that whenever I press return for a new paragraph that the distance between the two lines is really big. Is there anyway I can change this? Thanks.....
-
PHP My SQL and Content Management
Hi, I have recently been told that for a client to make changes to a website which I have produced I should look at PHP/MySQL and Content Management software. I assume this also covers the client adding to a blog? But I am completely lost with the topic and wondered if anyone has any idea where to start with trying to teach myself about this subject, because its all a bit confusing at the moment. Mainly I am trying to find a way that clients can add weekly gig updates, with pictures, for example to a site that I have made, and also maybe find a way that I can incorporate a blog into my website without having to upload my website to the net everytime I make changes. Any help will be appreciated, thanks!!
-
gallery help!
Hi I have my website at www.rebeccacalvert.co.uk which I am looking to update and make look a lot less dull. If you open click one of the pictures in my portfolio section I have a flash movie which is loaded, which doesnt quite fill the screen. I wanted it to load like the pictures on this site (http://www.alexwinn.com/fashion.php). So I have two questions. 1. How do I make the load screen so it fills the whole page? 2. If I rebuild the website in html (rather than completely in flash), will I still be able to get this affect with the load screen? Thanks a lot..... I hope you can help!!??
-
Client changing content of website
Thanks! You guys have been really helpful...
-
Client changing content of website
ok thanks, ill have another look at it. thanks!
-
Client changing content of website
Another question... Ive been looking at both cushy cms and open source, but can you add and edit pictures with this?
-
Client changing content of website
so are these servers which I can use? Im a bit lost, sorry !
-
Client changing content of website
Ok, thanks for that... ive been looking at it, mainly what it means and its all very confusing, like SQL and PHP and Java and stuff.... and idea where to begin teaching myself about this? Thanks for your help!!
-
Client changing content of website
Hi, I have been asked to design a website for a client who then wants to be able to change the content everynow and again without me. So a bit like a blog, but its to update the gigs being played at this venue on a weekly basis. Its only a small site so it will only be date and a brief description and maybe a picture. The only way I could think of doing this was to give the client a copy of the program and show them how to make the changes, but this involves getting a copy of the program etc. Does anyone know of an easier/different way of doing this? There must be ways clients can change blog entries for example but I cant find anything.... Thanks!