Naming

Naming convention for admin UI and public facing UI

Naming convention for admin UI and public facing UI
  1. How do you name a GUI?
  2. How do you create an effective naming convention?
  3. What is the naming convention used?

How do you name a GUI?

Ids or names of elements (primitives or complexes) must be written in Camel Case and must to be as short as possible. All id or name must to start with one of the defined element type prefixes.

How do you create an effective naming convention?

Avoid special characters; only use alphanumeric characters. Avoid using numeric digits, except for the ending sequence number. Avoid the use of specific product or vendor names, as those can be subject to change.

What is the naming convention used?

Naming conventions are general rules applied when creating text scripts for software programming. They have many different purposes, such as adding clarity and uniformity to scripts, readability for third-party applications, and functionality in certain languages and applications.

Going around Safari's pop-up blocker
How to disable the pop-up blocker on MacOpen Safari, then click Safari > Preferences in the top left of the browser window.Select the Security tab ...
Programming platform UX
What is UX in programming?What is a platform in UX design?Does UX involve programming?Does UI UX involve programming? What is UX in programming?User...
Should users choose the from or the to when selecting past dates in the date picker?
How to enable past dates in DatePicker?How to restrict past dates in DatePicker? How to enable past dates in DatePicker?In the Flutter date range pi...