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.

kirky_D

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    kirky_D reacted to Jay Gilford in 2 tables with 3 many to many relationships   
    The design is OK but imho can be improved
    scrap those last three tables. they are all the same but with a different name. instead create a third table called contributor_type, with the structure
    id, name
     
    Then in that table you can have
    1 Author
    2 Editor
    3 Translator
     
    Then to link a book to a person, you need a table with the following structure (example call it person_book)
    person_id, book_id, contributor_type_id
     
    This gives you much more flexibility since to add a new contributor type you only need to create a new record in the contributor_type table not create an entirely new table
    It also means that you only need to query one table to find out which people belong to a book
    Simply using

    SELECT * FROM person_book WHERE book_id = 5
    will return all the people associated with the book
  2. Like
    kirky_D reacted to Design Agency Leeds in Best practice for url structure   
    Hi, we've written a brief guide on best practices for url structure to aid SEO and usability. Hope it might prove useful for somebody:
     
    Best practices for url structure
  3. Like
    kirky_D got a reaction from asek in Website Portfolio Feedback   
    Hi!
     
    I really like the design. This is what I see, the contact button is not centered vertically correctly. Using newest chrome btw.
     
    Also (not a design issue) check your portfolio page, under ctg systems. one of the sentences ends abruptly. "The client wanted a vertical..."
     
    Good work!

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.