Tag: Quora
-
What are the most common CSS tricks for media queries?
The most common approach in using media-query, which is also strategic, is abiding by the Mobile First principle. Begin your non-media queried style for mobile Add a media query for the next viewport size you’re designing for. For example, tablet size then desktop size I mentioned strategic because it also tackles the concept of Less…
-
What topics (except the HTML, CSS & JS part) should I learn in order to become a skilled front-end web designer and a UI designer?
Since you’ve already mastered the basic languages of web development (HTML, CSS, JS), you are now basically skilled as a Front-end Designer. Now, how to be a skilled UI Designer? Learn how to interpret the Product Requirement Document Learn how to translate the Task Flow Diagram into individual Wireframes and eventually into an Interaction Diagram…
-
As a Product Design Manager, what is your day-to-day like and what kind of designers do you manage?
A mix-and-match of the highs and lows of the following: Professional Maintaining and developing the Design Process Planning for the learning of Designers Coordinating with Project Managers and Front-end Developers Personal Reading articles Going through online courses Tinkering personal projects Designers in the Team Interaction Designers User Interface Designers Visual Designers Originally published in Quora
-
What would be the best plan for changing a career path from a UI designer to a UI developer?
Dive deep into front-end web development (HTML, CSS, and JS) and take it from there. Start by taking on personal projects wherein you will be the one to implement the front-end development aspect. Practice via personal projects. Originally published in Quora
-
If we want to start a new line, which tag is used in HTML?
Do not use <br>. Repeat: do not use <br>. HTML is about content. <br> is an HTML element but it is about the presentation of a break (visually a line break – not sure about aurally). MDN sees the use of <br> in poems and addresses wherein the division of lines is important.
-
What is your advice for a web graphics designer: who is getting started as UX/UI designer, what software do I use and what codes should I learn?
It’s helpful to frame your inquiry in these descriptions: Web Designer – a designer focusing on visual design of websites UX/UI Designer – a designer focusing on user research and user interface of websites and apps Software – design software that helps in the design process Language – markup, stylesheet, scripting, programming language for front-end…
-
What is the difference between good and bad UI design?
The difference is in the taste. Good UI tastes good while bad UI tastes bad. But some people like the taste of bad and some people like the taste of good. It makes no difference if you could serve what people like. Update: 20 May 2022 Looking back at my answer from almost 4 years…