search
HomeWeb Front-endHTML TutorialDo designers need to learn to code_HTML/Xhtml_Web page production

Usually, after completing a piece of web design, the designer’s ignorance will be exposed and he will be criticized. They leave the hard work of creating web page code to programmers. This phenomenon is not only seen in the web development industry, but also in the software and game development industry.

The harsh truth is: Development progress can be stalled by designers. In order to pursue optimal efficiency, designers not only need to draw, but also need to be able to make it! In this article, I want to share with readers some of the reasons why designers need to learn to code.

Make realistic and feasible designs

With a clear impression of how the final product will be realized, the designer will come up with more practical and workable concepts. As an integral part of the development process, designers are responsible for ensuring that their designs can be transferred smoothly to the online medium, while also considering usability, web readability and implementability. A user-friendly website not only has a concise and clear browsing sequence logic, but also provides users with all the information they need without appearing overwhelming or cluttered. The only way to know if a web layout is possible is to learn how to build a web page yourself.

Make communication easier

In almost all products that are designed and implemented independently, the design team and implementation team never meet each other's expectations, especially those intangible products such as websites, software, and games. This usually comes down to a compromise between product expectations and product feasibility , which currently seems difficult to perfectly unify. The solution is: designers should personally try to realize the design work to avoid confusion, misunderstanding and miscommunication in communication.

Convenient iterative development process

A practical design should not be absolute. What I mean is that the design should be flexible and user-friendly, capable of being modified to suit the technical constraints of the system without distorting its original content. These repetitive but necessary changes can only be implemented by the original designer. A designer/developer can be more efficient than a developer bringing the design back to the designer to make changes. And friction can arise between designers and developers - as is often the case -.

Better and more harmonious results

I often like to think of software, web or game development as an orchestra, with designers being the composer and developers being the conductors of the orchestra. What would happen if they were the same person? The symphony will be stunning, captivating, and pure! Not only is it the masterpiece of the master, but it was also directed by him himself!

Shorten development time

Designersimultaneously filling the role of Programmer means that the progress of design and coding is continuous if not simultaneous. The result is shorter development cycles - who doesn't care about efficiency?

DesignerMore market-oriented

ModernDesigners need to improve their abilities to maintain personal value. Having a set of skills is far from enough. We often need to wear different titles: Designer, Front-endDevelopers, article authors and project managers.

By learning to implement your own designs, rather than leaving them orphaned in the hands of developers - you increase your own value. After all, it never hurts to mention design and coding skills on your resume. Conversely, in this era of financial crisis corporate restructuring (see: mass layoffs) and retrenchment, it is also possible to emphasize one's importance and avoid being fired.

However, even though there are so many reasons for designers to learn to code, there are still objections.

Quoting a controversial article by Lukas Mathis "Designers are not Programmers" (Note 1)

If a designer implements his own design, he is bound by two different goals: clean code and a good user experience. These two goals are contradictory. If you want to implement your own design, you will inevitably compromise for the quality of the code, which is not conducive to interaction design.

Designers who implement their own designs face two problems: they know that a great new idea will create messy code, and they also know that if they improve the user experience, the existing code will be broken. chaos. These two contradict each other because user experience is all about small details, and these small details are ultimately ruined by their unwillingness to clutter their code.

This aptly sums up the strong stance taken by the “web development purifiers”. They are old school and advocate drawing a clear line between design and development. Obviously, designers create for humans and developers create for machines. Therefore, UX designers should design the most feasible user interface and allow developers to make the most feasible programming decisions. While there is some truth to this, when I was working on a user interface, my efforts to find inspiration in the code ended in failure. In short, it is better to have a correct idea of ​​the technical and usability limitations in your mind.

Write it at the end

Ultimately, the scale of the project being developed may ultimately determine the role of the designer and developer. A small application can be controlled by a project manager (Note 2) , but a large system will definitely require different professionals!

Note 1 Mathis-Lukas——“Designers are not Programmers”——ignore the code

Note 2 Spolsky-Joel - describes a position called "designer and programmer" - "How to be a program manager" - Joel on Software

The author John Urban is a sophomore at the University of California, majoring in computer science.

English original text http://sixrevisions.com/web_design/why-designers-should-learn-how-to-code/

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML vs. CSS and JavaScript: Comparing Web TechnologiesHTML vs. CSS and JavaScript: Comparing Web TechnologiesApr 23, 2025 am 12:05 AM

HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

HTML as a Markup Language: Its Function and PurposeHTML as a Markup Language: Its Function and PurposeApr 22, 2025 am 12:02 AM

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The Future of HTML, CSS, and JavaScript: Web Development TrendsThe Future of HTML, CSS, and JavaScript: Web Development TrendsApr 19, 2025 am 12:02 AM

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

HTML: The Structure, CSS: The Style, JavaScript: The BehaviorHTML: The Structure, CSS: The Style, JavaScript: The BehaviorApr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML: Evolution and Trends in Web DesignThe Future of HTML: Evolution and Trends in Web DesignApr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative OverviewHTML vs. CSS vs. JavaScript: A Comparative OverviewApr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools