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.

markgfx8

Members
  • Joined

  • Last visited

  1. Cool. But footer bothers me.. i think you just remove the | and use -. i think
  2. Im practicing my function paramter arguments input for example <?php function expire($day = 0) { if (!is_int($day)) { throw new Exeption('Error here.'); } return (60 * 60 * 24 * $day); } Or should i use <?php function expire($day = 0) { if (!isset($day) || empty($day) || is_null($day) || is_array($day) || is_bool($day)) { throw new Exception('Error here.'); } return (60 * 60 * 24 * $day); } Which is better?
  3. Install some addons. Use atom its free
  4.    markgfx8 reacted to a post in a topic: What do you do?
  5. Hello i'm tope I just made my first project and its messy php code because the customer rush me. I did both front and backend, i never thought freelance web development is very hard. Thats why I SALUTE! TO ALL DEVELOPERS AND DESIGNERS i mean. Freelancers.. So what do you do to refresh your mind or something to relax? Drinking beer?
  6. I use arial bold i cant decide what font it would be fit. He is a photographer and basically his website would be gallery and highlights of his work
  7. i find this one usefull. thanks

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.