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.

NooBCube

Members
  • Joined

  • Last visited

Everything posted by NooBCube

  1. use 2000x2000px image I think it will work fine for most displays... most sites I saw use this size image... add no-repeat and fixed. ex: background: (image location) no-repeat center center fixed;
  2. lol I cant post my message its says I can't post links all the time... I also edited the code to make it do what you need but i cant even post the source code here... so google this: Scanning Folders with PHP nettuts the first link... and edit it to make it work as needed... very nice protection you got here, I can't help user because of this <?php $featured_dir = 'images/featured/'; $scan = scandir($dir); for ($i = 0; $i<count($scan); $i++) { if ($scan[$i] != '.' && $scan[$i] != '..') { if (strpos($scan[$i], '.jpg') !== false) { echo ' <a href="' . $featured_dir . $scan[$i] . '">' . $scan[$i] . '</a><br/> '; } } }; ?> ok somehow it worked place this between <body> tags and edit folder location as needed. code originally created by Jeffrey Way for Nettuts.
  3. Thank you for the info but my site is small and its in development so at least for now this service will be too much for it...
  4. You can use CSS grid frameworks such as 960 grid framework etc. if that is what you looking for...
  5. Hello, I didn't found anything in Search so I am asking here. sorry if this been already asked before... lets say I have one image and I use it multiple times in my design but in different sizes. What will be better (save more server resources): one same image resized with JS script or CSS or multiple images different size each? As I think, one image with resize is better but Its only my opinion... Also, is it makes difference if all this images located on same page or not? P.S Does anyone know any link where I can get all this info about site (design) optimization etc? 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.