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.

Helen

Privileged
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Helen got a reaction from Becka in Complete list of shopping carts   
    Cart: Zen Cart
    Cost: Free
    URL: http://www.zen-cart.com/
  2. Like
    Helen reacted to webdeveloper93 in smtp authentication for contact form   
    You will need to use the Mail::Factory method, which is pretty simple to use , u just need your smtp details, i looked up a resource for u that shows u how to use that method Heres the link
  3. Like
    Helen reacted to oakleaves in Feedback on Biz Card   
    You're not going to get all bada*s on me again just because I voice an opinion that is contrary to yours?
     
    All any of us can do is voice an opinion. It's up to the op who he decides to listen to. I never have a hissy fit of people choose to ignore my opinion, that's their choice.
     
    If people do not want opinions then they would not ask would they?
     
    I have had to design business cards for a number of different clients and in my experience this design is a fail due to the things I have already mentioned.
     
    Let the OP decide - it's no skin off my nose either way. And just for your information, all critique that I offer on this website is well thought out and carefully worded.
     
    Have a pleasant evening.
     
    S
  4. Like
    Helen got a reaction from rubots in Best website dimensions?   
    Personally I design for 1000 px. Dunno why...just do
  5. Like
    Helen got a reaction from WebSetGo in My weigh****chers points calc   
    Must be coz I'm an all powerful Mod! I can say what I like
     
    Tits, bums, arse!
  6. Like
    Helen reacted to BreakdownDesign.co.uk in How Google Works?   
    Tit
  7. Like
    Helen reacted to webdeveloper93 in A thank you to all members   
    Whats with the spamming dude u did it on the other post to catch a clue
  8. Like
    Helen reacted to KevinW in colour scheme for logo   
    I agree with him. dark grey, not black.
    if not: white
     
     
    btw: the font looks like a microsoft product
  9. Like
    Helen reacted to Lev in colour scheme for logo   
    White and maybe + 10% opacity non-blurred shadow under the logo
  10. Like
    Helen reacted to heaven smile in colour scheme for logo   
    White is good...
  11. Like
    Helen reacted to Circles in colour scheme for logo   
    Was also going to suggest a dark grey, but failing that, it's white for me too
  12. Like
    Helen reacted to dap in colour scheme for logo   
    white
  13. Like
    Helen reacted to darrenbale in colour scheme for logo   
    white
  14. Like
    Helen reacted to andy9l in colour scheme for logo   
    I'd go for a very dark grey - not quite black.
  15. Like
    Helen reacted to lee grant in colour scheme for logo   
    white!
  16. Like
    Helen reacted to NeRo in Got me an iPhone 4   
    Turns out they held it in the wrong place
  17. Like
    Helen reacted to NeRo in Got me an iPhone 4   
    Two iPhone 4's got married. Ceremony looked great but reception was terrible.
  18. Like
    Helen reacted to socreative in Flash movie wont play in IE   
    http://www.alistapart.com/articles/flashsatay
     
    or use http://code.google.com/p/swfobject/
  19. Like
    Helen reacted to EpicWebs in Flash movie wont play in IE   
    I can highly recommend Flash Satay as linked above by socreative!
  20. Like
    Helen reacted to Wickham in Flash movie wont play in IE   
    I can get this code to work in IE provided Adobe Flash Player is installed:-
     

    <object type="application/x-shockwave-flash" style="width: 500px; height: 450px; margin: auto;" id="VideoPlayer" data="yourvideo.swf"> <param name="allowScriptAccess" value="sameDomain" > <param name="movie" value="yourvideo.swf" > <param name="quality" value="high" > <param name="scale" value="noscale" > <param name="bgcolor" value="#ababab" > <p><a href="http://www.adobe.com/go/getflashplayer">Install Adobe Flash For Richer Experience</a></p> </object>
     
    which is similar to your code, but with a few more parameters which shouldn't affect the issue. I have noticed that I have two versions of Adobe Flash Player, one is adobe Flash Player plugin 10 downloaded via Firefox and if downloaded via IE I get Adobe Flash Player 10 ActiveX. I've never understood why this is.
  21. Like
    Helen reacted to TopShopper in php contact form not working   
    The reason is that you were sending it 'from' an email address that was not related to the site you were on. Some email clients will not accept emails where the from address is not the same as the site from which it was sent. That's why some email clients accept it (the less fussy ones) and some reject it.
  22. Like
    Helen reacted to TopShopper in php contact form not working   
    First, remove the <> from
    "From: <$EmailFrom>"
     
    ie.
    "From: $EmailFrom"
     
     
    Next. It is not a good idea to have the email from the person who filled in the form as the email is being sent from your site.
     
     
    So use this.
     

    $header = "MIME-Version: 1.0\r\n"; $header .= 'Content-type: text/plain; charset=iso-8859-1' . "\r\n"; $header .= "From: ".$FromAddress."\r\n"; $header .= "Reply-To: ".$email."\r\n";
     
    mail($email, $Subject , $Body, $header,'-f'.$FromAddress
  23. Like
    Helen reacted to TopShopper in Another Site to review.   
    OK, so the only bit that people definitely like, I did not do - that's great [not].
     
    The Logo was designed by:
    Helen Guttridge
    Web design - Graphic design - Logo design -Illustration - Print
    www.helenguttridge.com
     
    Thanks Helen for a great job.
  24. Like
    Helen reacted to Gopal Juneja in Submit Button Style Issue   
    You need two images to get the same rounded corner effect for the submit button
    1. Left curve
    2. Right Curve with maximum width to make it flexible
     
    In HTML code you need to put input tag within span
     
    In CSS
    1. You need to make span a block and apply background of left curve, give the height width of the images.
    2. give the right curve image as background to input tag remember to put height width and border:none
     
    this will give you the same button style.
  25. Like
    Helen reacted to Dizi in What Makes a Web Page?   
    This might be an odd question, and don't worry I don't expect you to reply to it, but... doesn't content make a website? Yeah sure HTML sets a structure, CSS makes it pretty and all the other bits and bobs add some functionality to the site, but without content wouldn't a website be just a blank page?

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.