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.

BlackRiffage

Members
  • Joined

  • Last visited

  1.    Dizi reacted to a post in a topic: Tips for Newbies and Oldies
  2. Hi Patrik, I'd like to offer my services as a web designer to you. I'm degree level qualified, with 10 years of full time industry experience. I don't just do design - I develop, do SEO, make CMS' etc.., but if you want me to work purely on design I'd be happy to - I designed (and built) all of these... www.orangeamps.com www.safetycameraswiltshire.co.uk www.schillingcts.com www.pcandmacparts.co.uk www.madleyproperty.com www.barker-white.com www.hiltoncare.com www.chippenhamgolfclub.co.uk www.bubbleboxballoons.co.uk www.wiltshire-web.co.uk www.wilts.co.uk www.vectorbroadcastnews.co.uk www.qhh.co.uk www.scootercentral.co.uk www.enquiryandservice.co.uk www.wellnessworkshop.co.uk www.autoelectrics-uk.com www.bathcityapartments.co.uk There are plenty more but my fingers hurt from ctrV now
  3. BlackRiffage replied to snick's topic in Frontend
    Are the images referenced from a database?
  4. Nice, I've only done this <a name="etc before! I'll give it a go.
  5. text-transform:uppercase does work but try nesting the styling input - #mydiv input { text-transform:uppercase } or failing that add it to the input tag itself <input type="submit" style="text-transform:uppercase">
  6. put the submit button inside a div, then style it like this - #mydiv input { border: solid 1px #000000; background-color: #ff0000; } <div id="mydiv"> <input type="submit" name"Submit" value="Submit"> </div>
  7. I find that unless you use the display:inline for floated divs, they tend to add some white space on older IE browsers.
  8. I'm not convinced that the W3C html validator is up-to-date to be honest. Unless you change div ids to classes, so that all the divs are referrenced as different names?
  9. I'd used a very simple CSS lightbox script on www.wiltshire-web.co.uk. Why don't you copy it?
  10. Is overflow:scroll and better than overflow:auto? I only mention it because my CSS editor still doesn't like the overflow command.
  11. If the problem is just IE, you're on the right track. Typically I code in FF, knowing that all the other browsers apart from IE will work in a similar fashion, then test in IE. Just take your time to look through your code, you'll find it.
  12. Use CSS styled text links - it's amazing what you can achieve. I'd steer clear of javascript if you've got any choice, and stock buttons look BAD.
  13. Use Paypal. It's widely recognised, works globally, dead easy to integrate and doesn't charge a monthly fee.
  14. I'd be tempted to stick to forums rather than spending money on books which are all-to-quickly out-of-date.
  15. Use CSS, last time I checked Suckerfish is JS so not too friendly with the SEs. Copy the drop down menus from any of these sites I've built, I won't mind! www.orangeamps.com www.wilts.co.uk www.wiltshire-web.co.uk
  16. Yeah, I'd definitely learn PHP over ASP. Don't forget the fun stuff though too - learn Photoshop and Flash later on.

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.