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.

TheSimpleHost-Nathan

Members
  • Joined

  • Last visited

Everything posted by TheSimpleHost-Nathan

  1. Not a fan of the menu on the left, the styling (mainly the shadow) feels a bit off.
  2. For future reference you cannot change the page location if there has already been any output to the browser. That includes white space.
  3. I'd probably have the top right image (24 hour emer... etc) in text (for SEO) and also add the phone number there (again, in text so people can select it). I also agree with mantis about the logo - but if that's their logo there isn't much you can do about it
  4. Take a read of: http://www.webdesignerforum.co.uk/topic/59846-getty-demand-letter/page__pid__381010#entry381010
  5. That's a shame I like him, but yes - he wasn't quite in keeping with the general theme.
  6. As long as you can back this up in court I wouldn't worry about it IMO - but I would possibly consult a solicitor regardless.
  7. There's no need to call the function twice (it's just a waste!) - do something like: <?php if(($meta = get_post_meta($post->ID, 'fieldname', true)) != ""){ echo "<p><strong>Label:</strong> ". $meta ."</p>\n"; } ?>
  8. Just install a blog (wordpress) - that'd be the easiest way IMO and sounds like exactly the sort of content made for a blog. You can also tie the wordpress installation into twitter and fb so it posts all new posts to your fb/twitter.
  9. I wouldn't agree. Look at the logos of top companies over the years. Microsoft have changed fairly often (ish), Apple etc.
  10. Change $Regions = $Regions . "\n"; to $Body .= $Regions . "\n"; and remove $Body .= $Regions;
  11. I still prefer the second rev. (black on white with hollow headphones).
  12. Link? IE is known to be problematic so you just have to hack your way around it. But yeah, a link would be a good start.
  13. That's fine then, but when you start getting remote clients you need to ensure you can guide them. You could even get yourself a small web hosting reseller account and charge the client directly, that way you should be able to get your account paid for by the client(s) and make a little bit more money per client (plus its recurring!).
  14. No, the code I posted should go in the process.php file.
  15. Whoops. That's what I get for C&Ping - cheers.
  16. It's a bit lame, but I'm in addicted to harbor master ATM. Apart from that, the standard social networking tools (fb, twitter). I also love using Mercury, its an alternative web browser and it just works better IMO.
  17. IMO web design is purely the graphical interface that a website has - none of the backend work would be carried out by a web designer. Now web developer is a worse term to define - I mean, you can develop HTML right..
  18. Good tips WebDesignBournemouth. Additional: depending on ISP you could purchase a dedicated IP (they obviously charge for this).
  19. When developing I use a combination of Github (for source tracking), vim & netbeans.
  20. Hello all! Looking forward to being part of your community
  21. I think a lighter colour for the dashed lines would look a bit better IMO.
  22. $_POST['Regions'] will contain an array of selected values. If you do this it should give you a better idea of what's going on: foreach($_POST['Regions'] as $region){ echo $regions; }

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.