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.

getty

Members
  • Joined

  • Last visited

  1.    seedism reacted to a post in a topic: please review my catalogue design
  2. It's a bold approach not to incorporate hypnotic backgrounds on your designs, but I like it!
  3. Make it seem like your skills are printed on the card. That would be the best thing to do. If you're a designer whose approach to creating a webpage is neat and clean; make your card seem like so.
  4. My initial reaction to the image on the right is that the text looked unorganized. This observation is important because if it wasn't for my best intention of giving you feedback I would have not read the texts inside of it at all - there's too much going on and for a flyer that isn't seem very convenient. You can compensate by tightening the letter spacing and make the space between each word a bit wider.
  5. It has to stand out really. Any image could become a logo so long as the surrounding elements are in different colour.
  6. It's best to use to IDE for large projects. My first attempt on a large project consisted of about 100+ scripts was a difficult task without a house keeping tool! Learnt the lesson well since then, I got netbeans to compensate.
  7. You're probably creating another trouble. First, your stylesheets are overloaded and that itself is obviously a load to the browser already, if you follow that with a cleansing component you're adding another load by using such component to scan the entire webpage to determine which css element isn't being used.
  8. Just use JS instead, using PHP is a bit overkill to overcome the problem. The solution as discussed already is: count the lis, divide the width of the ul to the count of lis, assign the quotient to the lis' width and as percentage.
  9. follow wick's solution but switch the variables around from max-width: 90%; min-width: 800px; to max-width: 800px; min-width: 90%;
  10. That hack seems a bit too much. I thought you would be able to do it using: body{ padding-bottom: 100px; } #footer{ width: 900px; height: 100px; position: absolute; bottom: 0; }
  11. Apparently there is Modernizr to sort the detection for you. It's in this topic: http://stackoverflow.com/questions/4817029/whats-the-best-way-to-detect-a-touch-screen-device-using-javascript
  12. One of the reasons why I use debuggers, finding the problem is so much easier!
  13. getty replied to Lovelock's topic in Frontend
    Use px and ems for accuracy, %s for children div boxes or fluid layouts.
  14. getty replied to collie's topic in Frontend
    You must be using a script blocker of some sort.
  15. I like it! Do you usually sketch before coding the template?
  16. I thought it would have looked much better if the contents are contained in a smaller space really as it doesn't have much contents.

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.