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.

kris_hm

Members
  • Joined

  • Last visited

  1. thats a great idea I wrote that I have certificate already... READ before WRITE premium member?? premium joke... posts counter
  2. Pat, I've tried that before. The problem is that if email doesn't really exist, I won't receive any email. That's some spam protection on my stupid server. Also customer won't get any message that email wasn't send.
  3. can you point where I should copy that code?? can I leave all the rest like it is??? thank you
  4. hi Can anyone help me with paypal buttons encrypting. please?? I generated openssl keys, and got cettificate from paypal already. But don't know how to encrypt buttons now. All solutions I found looks very...messy is there any easy way to encrypt them??
  5. Hi, I've got a problem with mail form on my website. My website is on fasthosts.co.uk server. Looks like they've got some spam protection on server as if someone will put not real email address, I won't receive that email. I would like to leave "email" address as optional, so if someone doesn't want to give me email details or won't fill "email" at all, I'll still receive email. Please help. I checked many forms already... I don't know php so I need solution not tip thats my php file: <?php ini_set('sendmail_from', $email_from); $email_to = "buy@tilesonlinestore.co.uk"; $name =$_POST['name']; $email_from =$_POST['email']; $email_subject = "e-mail from website"; $comments = $_POST['message']; $headers = "From: $email_from .\n"; "Reply-To: $email_from .\n"; /*Email checking*/ if (preg_match('/^[a-zA-Z0-9\._-]+@[a-zA-Z0-9\.-]+\.[a-zA-Z]{2,}$/', $email_from) == false) { echo 'Your email is not valid'; exit; } /*end of checking email*/ /*Now lets build the message of the email with the users name and comments.*/ $message= "Name: ". $name . "\nComments: " . $comments; /*Finally, lets send the email. If the email is sent we will go to a thank you page, if there is an error we will display a brief message.*/ $sent = mail($email_to, $email_subject, $message, $headers, '-f' .$email_from); if ($sent) { header( "Location: http://www.tilesonlinestore.co.uk/sent.htm" ); } else { echo 'There has been an error sending your e-mail. Please try later.'; } ?>
  6. Well, I made a website for student who supposed to do this website on different program (homework) Thanks to all for your reply
  7. Hi, I've got big problem with my website. I use paypal system with paypal shopping cart. When clicking on "add to cart" buttons, the checkout pops-up but the same time, browser window is resizing to small one. Why it not stays with full screen mode?? I emailed paypal but they said it's not their fault as their html code doesn't include any commends to do that. please help !!! my website address: www.tilesonlinestore.co.uk
  8. Hi, Is website made using Dreamweaver, contains in html code any traces of Dreamweaver ?? Can someone find out if website was made on Dreamweaver ?? If yes, how to detate traces after Dreamweaver ?? Thank you

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.