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.

ionix

Members
  • Joined

  • Last visited

Everything posted by ionix

  1. The following: RewriteEngine On RewriteRule ^(.*)/ /index.php?page=$1 [L] Will convert /home/ to /index.php?page=home It only works if the trailing slash is present in the URL, e.g. /home/ not /home... Therefore you need a 404 error document to redirect when the trailing slash is missing. - ionix
  2. ionix replied to smortimer's topic in Frontend
    I ran the page through the W3C validator (validator dot w3 dot org) and it returned 42 errors including the following issue: </table> <tr> </body> <!-- InstanceEnd --></html> You have included a <tr> tag after your </table> tag... Hope this help! - ionix
  3. We provide a WordPress and website backup service called, myRepono. Our WordPress plugin is available via the WordPress.org plugins directory under the name, myRepono WordPress Backup Plugin. Or you can use the service without WordPress by visiting myRepono.com. myRepono offers remote backup storage as a commercial service, rather than local backup storage which is equally important... - ionix
  4. The Essential PHP Security book by Chris Shiflett is very useful! It's available on Amazon... - ionix

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.