-
Online Store
Hi people. I want to learn how to build an online shopping cart, or at least integrate one into a website... Wheres the best place to start??
-
Showing Content jQuery
Thank you! That works perfect... ;o)
-
-
-
Contact form option box for email
Would this work? Store each email within an option on the select menu. <select name="option"> <option name="jobs" value="jobs@jobs.com">Jobs</option> <option name="sales" value="sales@sales.com">Sales</option> <option name="advertise" value="advertise@advertise.com">Advertise</option> </select> Then store the selected email address in a var in your send message php script. $sendTo = (isset($_POST['option'])) ? $_POST['option'] : false; Then add the var to your mail() statement. mail($sendTo, $subject, $message, $headers);
-
-
Showing Content jQuery
Hi all.... Working on a site, www.discoveryourlook.com I'd like it when one of the ads on the index page are clicked, ie. Womens Makeup Lesson. The user is taken to the services page, and the womens makeup lesson info is displayed. Not sure how to approach this so some help would be great thanks. Neil
-
-
Problem with Slideshow
Think this was the problem. Thanks man and sorry for the late reply.
-
-
Undefined Variable
Hi simple one here that I cant figure out. I have an small mail script thats bringing back an undefined variable error message. Heres the code. $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $recipient = "neil@neil-carpenter.co.uk"; if(mail($recipient, 'Subject', $message, 'From: ' . $name)) { echo 'Your email was sent successfully.'; } else { echo 'There was a problem sending your email.'; } The error i'm getting is for the $recipient variable. Although to me it looks like its set... Any help please? Thanks.
-
Problem with Slideshow
Hi all, got a slideshow on a website I am currently working on, I cant remember where I got it from and i'm not exactly an expert with jQuery. But anyway I've come across a slight problem with it that I cant figure out. I've just uploaded the website to my host and when I try viewing it there's a problem in Chrome and wont load any images other than the first one, however it works perfectly fine when i view on my localhost. It works fine in Safari and Firefox both on my localhost and server on Mac and also displays fine in IE and Chrome on windows. Any clues? Im thinking it might have something to do with the browsing cache in chrome on mac, but not sure. Any help please. http://www.braithwellchurchandcountryfair.co.uk Thanks, Neil.
-
simple JQuery
my jquery $(document).ready(function() { $('.send').hover(function() { $(this).attr('src', 'images/send-hover.png'); }, function() { $(this).attr('src', 'images/send.png'); }); }); my html <form method="post" name="send-message-form"> <input class="name" type="text" name="name" /> <input class="email" type="text" name="email" /> <input class="telephone" type="tel" name="telephone" /> <textarea class="message" name="message"></textarea> <input class="send" type="image" src="images/send.png" name="submit" /> </form> Could somebody please explain to me why this isn't working as I hoped. All I want is a simple image rollover for the submit button.
-
jQuery slideToggle
Ok so i'm very new to jQuery and I seem to have hit a little snag with a some simple code... I'm trying to implement a slideToggle function to mainMenu div when the startBar is clicked. It is working, but if the user clicks repeatedly, the slide gradually gets shorter and shorter.... this is the script... $(document).ready(function() { $('#startBar').click(function() { $('#mainMenu').stop().slideToggle(); }); });
-
Aligning Form Elements
Hi, i've attached 2 images to this post, one of what i'm wanting to achieve, and another for what i'm getting. I'm trying to horizontally align a simple text input and a submit button, with an input type of 'image'. I can't figure out how to get them aligned correctly. HTML <div class="search"> <form method="post" action="search-results.php"> <input type="text" name="search_box" /> <input class="submit" type="image" src="images/style/search-button.png" style="width:120px;" /> </form> </div> CSS .search { margin:5px 0px; width:720px; padding:20px 0px; text-align:center; background:#D60062; overflow:auto; } .search input { margin:0px; padding:5px; width:300px; line-height:30px; } help me please, thank you, Neil
-
Help wanted updating CV
Excellent, thank you.
-
Feedback wanted please
Appreciate the comments. I'm not particularly fussed about the header either but my client likes it and thats what he wants, but taking your comment into consideration I may re-design it and see if I can twist him away from the overused filter effects. The colour scheme unfortunately is also what he has his heart set on, I'm sure there's a way of making the text more readable so I will take a look into that also. Again thanks for the comments. Fastlane: I see what you mean. I'll sort that.
-
Feedback wanted please
www.winchman.co.uk www.fastlaneshow.co.uk Feedback on these 2 sites please
-
Help wanted updating CV
Wondered if anybody could point me in the right direction. Im self-taught in graphic and web design now for about 5 years and only ever really done freelance work for a handful of clients. Im updating my CV and hoping to apply for full-time jobs in the web design industry and I dont really know what I should be putting in my personal profile. I just wondered if you had any tips or advice for me to help me get my dream job? Thank you.
-
Layout for a website to teaching website design
I suppose yeh, everybody has there own way of doing things. It works both ways