Web design_html/css_WEB-ITnose
I am a novice in web design. What books do you recommend for beginners to learn web design? Thank you
Reply to the discussion (solution)
The more advanced web design can also be called UI design. I will say it from a higher point:
UI Design includes an integrated position in some design and software operations psychology.
Speaking from a design position:
1. Sketching, in layman’s terms, mainly exercises your vision, such as the light and shadow of a still life, or the shape.
In practical terms: a whole blank paper, a pencil, drawing something small every day, sketch books, piles in bookstores. Recommended book:
http://product.dangdang.com/Product.aspx?product_id=8813805
Tips for sketching
2. Color, this is nonsense, there are also theoretical books .
http://product.dangdang.com/product.aspx?product_id=20605305&ref=search-1-pub
Learn a little bit about color psychology every day
3. You must know software and PS, the rest The downloads are ai and cdr. AI is mainly used to guide materials.
4. http://product.dangdang.com/product.aspx?product_id=9345343&ref=customer-0-B
Design Psychology
http://product.dangdang.com/product.aspx ?product_id=20418199&ref=customer-0-B
Design book for everyone (3rd edition)
http://product.dangdang.com/product.aspx?product_id=20829096&ref=customer -0-B
Think like an artist (I-IV) (the world's best-selling painting guide, change your thinking, and quickly master the secrets of painting)
In addition, there are many books here, if you are interested, take a look:
http://blog.xiqiao.info/2011/04/20/1015
Xiqiao’s book list
5. After mastering these, it’s time to understand the industry trends and anecdotes, which are mainly used to chat with customers Communicate with colleagues. Don't underestimate this knowledge. After your skills reach a certain level, all that's left is your emotional intelligence. There are also different industries and different design styles. These are more advanced knowledge than the previous ones.
6. For other aspects of knowledge, if you can independently design the interface of a project, the positioning of the UI position will be different according to different company business needs.
If it is an emerging handheld terminal, after designing it, just cut it according to the programmer's requirements.
If you are a traditional software application company or a company that makes web products, you also need to know css and js. These are extra points. However, with the continuous updating of industry technology, positions are also constantly subdivided. It is not necessarily required to be able to do it, but it will definitely give you extra points if you do. During the PK interview, I know how to use PS, CSS, and JS UI, so I am considered an all-rounder, and companies will definitely be rushing for me.
There are actually quite a few useful books, but I still recommend going to a bookstore to pick your own, that way you will find what you really need
Web design is also divided into positions
There are only three positions: art, front-end and back-end
If you are an art artist, you should at least know corel draw and ps. Let’s do graphic design first, and have a strong sense of color.
Front-end and back-end are architectural programming.
The poster can learn from it
http://www.w3school.com.cn/index.html
Design should be easy to get started, but it is a bit difficult to get deeper!
For static web pages, you only need to know how to use HTML, and it is easier to learn. You can get it in one week. For dynamic web pages, you need to use js and the backend. I have used J2EE, so that’s all I use. But now it’s in PHP. ASP is used for dynamic web pages

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Sharing of web design skills and practical experience based on CSS3 In today's Internet era, web design is becoming more and more important. With the advent of CSS3, designers can now use a variety of stunning effects to engage users. This article will share some web design skills and practical experience based on CSS3, aiming to help readers improve their web design level. 1. Use transition effects. Transition effects can produce smooth animation effects for elements from one state to another. By using the CSS3 transition property, we can

Explore the unique advantages of absolute positioning in web design. In web design, absolute positioning is a commonly used layout method. By using absolute positioning, elements can be placed precisely at specified locations on the web page, and some special layout effects can be easily achieved. This article explores these advantages and illustrates them with specific code examples. Precise positioning of elements Absolute positioning allows precise control of the position of elements on a web page. By specifying the top, right, bottom, and left attributes of the element, the element can be

Five steps to teach you how to create the perfect CSS framework: Make your web design more professional and beautiful Maintaining a professional and beautiful web design is every web designer's dream. And establishing a perfect CSS framework is the key to achieving this goal. The CSS framework is a set of predetermined style sheets and rules that help designers quickly build web page layouts and styles. Today, I will introduce you to a five-step method to help you create a perfect CSS framework. The following are the specific steps: Step 1: Analyze requirements and determine the framework structure at the beginning

Dreamweaver is a web design software launched by Adobe. It provides a visual page editor and also supports manual editing of HTML, CSS and JavaScript codes. It has many features and tools that help users create responsive web pages, apps, and mobile apps with ease.

Exploring the impact of the introduction of third-party frameworks into CSS on web design Introduction: With the rapid development of the Internet, web design has become increasingly important. In order to improve user experience and provide richer functions, developers often need to use third-party frameworks to assist design and development. This article will explore the impact of introducing CSS third-party frameworks on web design and give specific code examples. 1. What is CSS third-party framework? CSS third-party framework is a set of predefined CSS styles and components that can be called directly when building a web page. These frameworks are rich in content,

How to use CSS3 technology to create cool web page effects. With the development of the Internet, web design is becoming more and more important. The emergence of CSS3 technology has brought more inspiration and creative space to web designers. CSS3 has rich features and effects, which can easily achieve cool web page effects. This article will introduce some commonly used CSS3 features, and use examples to show how to use these features to create cool web page effects. Border effect Border is a common element in web design. Through the border feature of CSS3, you can add more effects to the border.

How to use CSSPositions layout to design card layout for web pages. In web design, card layout is a common and popular design method. It divides the content into independent cards, each card contains certain information, and can easily create a neat and layered page effect. In this article, we will introduce how to use CSSPositions layout to design the card layout of a web page, and attach specific code examples. Create the HTML structure First, we need to create the HTML structure to represent the card layout.

The application of element selectors in web design requires specific code examples. In web design, element selectors are a very important CSS selector, which can help us control and adjust the styles of elements in web pages. By flexibly using element selectors, various exquisite web design effects can be achieved. 1. Basic syntax and usage of element selectors The element selector is the simplest type of CSS selector. It selects the corresponding element by specifying the tag name of the HTML element. The basic syntax of the element selector is: tag name {
