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.

5nake

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    5nake got a reaction from seedism in Please review my site   
    Released new video (HOME PAGE)

    See it www.ecodews.com
  2. Like
    5nake reacted to Nillervision in My first Web Site   
    Hello Elvis
    Welcome to WDF.
    Here are some suggestions for improvements:
     
    Serious markup errors.
    You have no doctype declaration You have no <html> element You have an (extra) <head> element in the end of the body element. Your first <head> element (you can only have one) is missing a (very important) title tag Your home page has 4 <h1> elements. A page should only have one top level heading  
    CSS
    You are mostly using IDs as CSS selectors, that is bad practice and makes it imposible to reuse any styles I understand that you are working on the page now, but when you are done try to minify your CSS and merge it into a single file for better performance. JS
    You have some blocking script tags in your (first) head element, try to move them down to before the closing body tag so the browser can load and start to render the content while the scripts are loading. Use a minified version of jQuery instead I get that you are using the CKEditor WYSIWYG for the backend but why on earth would you have your visitors load the ckeditor script when they are on the front end?

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.