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.

CyberWizard

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    CyberWizard reacted to RyanSMcFadyen in Cookie Compliance   
    It's not particularly clear who has to change anything to comply.
     
    As I understand it you are only really on the hook if your cookies store personal information and transfer it when it's not strictly necessary for the operation of the service. Which could apply to all cookies, or no cookies. Is it strictly necessary to use cookies to have a users login name remembered? No. There are probably other ways but the one that immediately springs to mind is a much worse violation of privacy. A database of IP addresses' and associated usernames.
     
    I think it's mostly people like Google/Twitter/Facebook that are liable for it. Receiving (or being tracked by) cookies that don't come directly from the site you are on but through a snippet of code that does Ads or Facebook likes or whatever. That's not immediately obvious to the user and it's not strictly necessary for the operation of your website/service. However it is strictly necessary for the operation of the Adsense system and anyone using Adsense must already have that bit of DART ToS on their site somewhere.. so is it just a case of Google updating that?
     
    A tick box that says 'remember my username', that sets a cookie that doesn't get sent outside that site.. seems to fall within the realm of 'strictly necessary' AND is by it's nature asking the user for permission. So I think that's exempt.
     
    Pretty much the only cookies that this law effects seems to be exactly the kind that deliberately avoid detection. The malicious types. Are the pop-up merchants really going to start asking permission before they fill your mum's computer with trash? Doubt it.
     
    http://www.ico.gov.uk/for_organisations/privacy_and_electronic_communications/the_guide/cookies.aspx
  2. Like
    CyberWizard got a reaction from Rob Swan in Remove Spacing   
    <table>
    </table>
    <style type="text/css">
    </style>
    <p>
    <br>
    <br>
    </p>
    <form method="post" action="/index.php">
     
    They are there look also remove whats in orange style declarations should be in the <head>
  3. Like
    CyberWizard got a reaction from Renaissance-Design in why does this happen?   
    Your footer on the second link is outside the #wrapper div where as on the first link it is inside the #wrapper div.
     
    To correct
     
    close the wrapper div after you close the footer div. At the moment on the second link you close it before the footer starts.
  4. Like
    CyberWizard got a reaction from wolf125 in php form problems   
    Should be
     
    if (($_POST[text1] == "") || ($_POST[func] == "")) {
    header("Location: generic_form.html");
    exit;
    }

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.