Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Neil Carpenter

Members
  • Joined

  • Last visited

  1. 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??
  2. Thank you! That works perfect... ;o)
  3.    Neil Carpenter reacted to a post in a topic: Showing Content jQuery
  4.    Neil Carpenter reacted to a post in a topic: PHP
  5. 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);
  6.    Neil Carpenter reacted to a post in a topic: Simple PHP Search Script
  7. 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
  8.    Neil Carpenter reacted to a post in a topic: Undefined Variable
  9. Think this was the problem. Thanks man and sorry for the late reply.
  10.    Neil Carpenter reacted to a post in a topic: Problem with Slideshow
  11. 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.
  12. 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.
  13. 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.
  14. 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(); }); });
  15. 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
  16. Excellent, thank you.
  17. 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.
  18. www.winchman.co.uk www.fastlaneshow.co.uk Feedback on these 2 sites please
  19. 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.
  20. I suppose yeh, everybody has there own way of doing things. It works both ways

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.