Recommended: ASP Chinese display solution skills and object creation methods 1. Two solutions to ASP Chinese display. The first major problem that the author encountered when he first started writing ASP programs was the Chinese display problem. After running, he found that all the Chinese read from the ASP from the database became??? ??, it appears the most similar to this frequency in jsp
Nowadays, the website is getting bigger and bigger, and the number of departments and personnel involved is increasing. Naturally, the scale of the web development team is becoming more and more complex, and the management difficulty caused by this is becoming more and more difficult. In the following article, I will discuss some related web design concepts with you.1. Is the Web a kind of software?
The earliest web design was very simple, with a lot of hyperlinks, and sometimes you would see very advanced CGI (in the environment at that time). Today's web already has the need to be closely connected to data. Today's web There are many applications of B/S structures in the project. There is no doubt that the Web has or will soon become an important branch of software.
2. Is Web design art or engineering?
Many people think that web design is an artistic job and a place with great room for pleasure, so you often see many web design competitions, but don’t ignore one problem. Most web design competitions are only compared to one. Or at most a few pages, rather than a complete web system. Does Apple's web design have a sense of art?
The answer is yes, so why does Apple spread the artistic cells of its designers without limits? Even if we put a few classic design styles we saw, it’s OK! But they didn't do this. I think the reason should be easy to understand: the artistry of any web design must be balanced with the engineering of the web system.
The Web is a software that has the ability to contain a large amount of information as the main interactive channel, so its artistic nature is naturally revealed. I think this is why many people summarize web design into the art category and equate web design. Designed on web page.
3. Can web designers compare with coders in programming?
This is a very interesting question. I remember that I had discussed the issue of Coder in the Indian software industry in Delphi District. Now there are still many companies recruiting web design on the market. How do they arrange their jobs after recruiting these designers? Woolen cloth? There should be many questions here.
Different web designers have different design abilities, and sometimes the abilities are even very different. We cannot expect our company to have first-class designers (maybe the company is not willing to pay the corresponding price) , so I define a general web designer as a Coder designer.
But how can we make reasonable arrangements for some people with poor abilities and make stable projects? In actual applications, we often use to define a unified design method (whether it is explicit or non-imperious), or more specifically, to use methods such as templates, JS, SSI output, etc., which are related to a defined and well defined For the development team of web components, what developers need to do is not how to modify existing components and modify them in the past (this will directly lead to changes in non-active requirements), but based on the specific situation and when necessary Design new components (of course, this creative work is unlikely to be handed over to ordinary Coder Web designers), and then a coder-level web designer will generate a large number of general pages, or use other software.
4. Can web design be completed through human wave tactics?
I don't think this strategy should be used. If the system made by your senior web system designers is large and cannot be achieved through limited personnel, then even if it is barely implemented through human wave tactics, management will easily have problems. , A good system can only theoretically have fewer possible errors, but when the number of pages increases significantly, and it is done by people, the errors will naturally increase.
In addition, the publishing system we are using now does not mean that it cannot complete a lot of repeated manual labor. Why bother yourself?
5. What are fashionable technologies vs mature technologies in web design?
The most typical and extreme example is personal websites, who often use extremely fancy things to show popularity, and as large web projects, using these fancy things naturally does not conform to the laws of nature.
Technology serves business implementation, so there is no need to use inappropriate technology in inappropriate time and system. It is feasible to use ASP+SQL as a large online store, but if such configuration is only used for less than 10 pages. Is the investment a little higher on the website + a message board?
I still hope to list Netscape's public welfare projects - DMOZ.ORG. Her design is indeed not very good, at least not very fancy, but do you know that she is a source of data for many search engines (including Google, AOL, etc.) . It can be seen that a web project does not revolve around technical services, but around requirements and business services.
6. Class in Web Design
Friends who often visit Microsoft's websites should remember that Microsoft's design style is very unified. A foreign web design theorists have said that web design also has a large number of Conversions, such as navigation bars, buttons, etc. The style of a website should be composed of one or several Abstracts, but this kind of Abstract There is a big difference between it and the Abstract that writes code:
1. First of all, it is a thing composed of a large number of pictures and formatted text, based on the user interface. Maybe Flash and JavaScript are used~~Ha!
2. When we are programming, we may encounter override. The corresponding actions in the web class should be like this: we are a subsite, and some of its macro styles are inherited from Abstract, but we think some places should be Make some modifications, such as Abstract's GlobalColor is sky blue, while the sub-site's GlobalColor needs to be approached to the real product VI, so it can be override to gray.
Share: Asp basic tutorial: summary of data transfer methods between web pages Introduction We always encounter this situation where we need to pass the values from one web page to another. In this article, you are shown several ways to pass values from one page to another. In this example, the created web page consists of a text control and