Home > Download >  Learning resources > Web page production

  • Introduction to HTML5 & CSS3 Programming Chinese Version

    <p> HTML and CSS are the two core programming languages ​​​​that need to be understood to build web pages. This "HTML5 & CSS3 Programming Introduction Classic" edited by Larson introduces these two languages ​​​​in detail. </p> <p> "HTML5&CSS3 Programming Introduction Classic" provides step-by-step guidance on best practices and technologies. As a practical reference, "HTML5 & CSS3 Programming Classic" provides in-depth explanations of the latest versions of HTML and CSS required to develop unique modern websites for today's multi-device and multi-platform environment. </p> <p> "HTML5 & CSS3 Programming Classic" covers a wealth of content: from organizing document structures and fine-tuning text for web pages, to linking to other web pages or email addresses, and using images, audio, videos, and tables. </p>

    Web page production30169622018-01-04
  • How to develop H5 mini games

    <p class="MsoNormal"> <span>1. Simple program framework. </span><br /> <span>Three parts. </span><br /> <span>The first is data flow. The second is procedure. The third is art. </span><br /> <span>Among them, the data process includes functions. Data flow can only be reflected in functions. </span><br /> <span>The data process is quite troublesome, which will be discussed later. </span><br /> <span>For example, the simplest way to sell and buy products. </span><br /> <span> To implement this function. </span><br /> <span> Then you need to have a product basic table, a product detail table, a store table, and a backpack table. If the scalability is stronger, the corresponding double tables are indispensable. </span><br /> <span>The questions on the table are all simple. The key is what this item is used for. In this way, there is a lot of data about the source of the items, and a lot of data about the direction of the items. </span><br /> <span>Finally, the data must be wrapped in a circle. </span> </p>

    Web page production30169882018-01-04
  • How Freemarker generates static HTML

    FreeMarker allows Java servlets to keep graphic design separate from application logic by sealing HTML in templates. template<br /> Dynamically generate HTML from data provided by a servlet. The template language is powerful and intuitive, the compiler is fast, and the output is close to the speed of static HTML pages. <br /> FreeMarker is a template engine, a general-purpose tool for generating text output based on templates, written in pure Java. FreeMarker is designed to<br /> Generate HTML web pages, especially applications based on the MVC pattern. <br /> Although FreeMarker has some programming capabilities, the data to be displayed is usually prepared by the Java program, and the page is generated by FreeMarker through the module.<br /> Plate displays prepared data. <br /> FreeMarker is not a web application framework, but is suitable as a component of a web application framework. <br /> FreeMarker is container-agnostic as it is not aware of HTTP or Servlets; FreeMarker can also be applied to non-web application environments<br /> FreeMarker is more suitable as a view component of Model2 framework (such as Struts). You can also use JSP tag library in templates<br /> FreeMarker is free<br />

    Web page production30170892018-01-04
  • XHTML Tutorial for New Web Designers

    The new version of the web designer tutorial comprehensively introduces the basic knowledge of XHTML, WEB standards, application examples, practical experience, data translation and website reconstruction related knowledge. It is compact and practical.

    Web page production30224742018-01-03
  • Impeccable web design

    A website, no matter how visually beautiful and rich in content, is not a truly successful website if it cannot cater to the widest possible user base. This book is the work of dan cederholm, a recognized expert in the field of web standards design. It describes to you design strategies based on web standards to adapt to various user browsing styles. At the beginning of each chapter in the book, an example based on traditional HTML technology is given, and then it is reconstructed, its limitations are pointed out, and XHTML and PCSS are used to transform it. Learn how to replace bloated and redundant code with clean HTML and CSS to create a fast-loading, adaptable website. Finally, the book combines all the page components discussed in each chapter into a single-page template.

    Web page production30226202018-01-03
  • A concise tutorial on CSS for web page production

    A webpage production tutorial, a concise tutorial on CSS. On the one hand, it introduces the method of learning CSS. The method is like strength. Learning CSS with a good method is fast and effective. On the other hand, it introduces the four stages of learning CSS: <br /> Stage 1: The page can be created without thinking about browser compatibility issues, but the page is written using TABLE mode DIV everywhere. <br /> Stage 2: Compatibility problems are thought of, but they cannot be prevented in advance. They can only fix the problems and use HACK technology extensively. <br /> Stage 3: BUGs can be prevented in advance, but ID and CLASS are widely used in the style sheet, and CSS is translated into overlapping style sheets, such as "DIV P SPAN". This code marks the sub-element SPAN of P in the sub-element of DIV. By writing this way, you can define the style of SPAN without adding CLASS to SPAN. This is the advantage of CSS. Why not make good use of it and be sure to define a CLASS! <br /> Stage 4: This stage is the most difficult, good HTML semantic structure, reasonable CSS, and reusable styles. There are articles about good semantics and reasonable CSS in this area. I will definitely write a special topic to study these two aspects in the future.​

    Web page production30225382018-01-03
  • Perfect web design art

    This book is aimed at web designers. It tells the basic concepts and rules of web art design in a language that web designers can understand. It also inspires technicians to not only design web pages but also consider how to make web pages from an artistic perspective. With more exquisite visual effects. The book uses vivid and practical description methods combined with rich full-color illustrations to show readers the entire process of creating beautiful web pages. It also uses a practical case as an example to tell what good design is and what often happens in web design. It covers issues such as layout design and composition elements, colors, materials, layout and decoration of web pages, and guides readers to experience the design process of turning initial ideas into exquisite web pages.

    Web page production30228902018-01-03
  • The essence of front-end engineer skills High-performance website construction guide

    Combining the latest trends and characteristics in the field of Web development since Web 2.0, this book introduces the current situation and causes of website performance problems, as well as the principles, technical skills and best practices for improving or solving performance problems. It focuses on the behavioral characteristics of web pages, explains the techniques for optimizing elements such as Ajax, CSS, JavaScript, Flash and image processing, and comprehensively covers all aspects of browser-side performance issues. In the "Guide to Building a High-Performance Website", the author gives 14 specific optimization principles, each of which is supported by examples and provides online support.

    Web page production30228072018-01-03
  • Proficient in CSS+DIV web page style and layout

    The book has 21 chapters in total. Chapters 1 to 5 mainly introduce the basic knowledge of web page style layout, including basic concepts and syntax, code writing methods, box models and advanced features, etc.; Chapters 6 to 11 mainly introduce the common settings of web page style layout, including web fonts and Object size, text and paragraph, text style, text color and effect, background color and image and image effect, etc.; Chapters 12 to 16 mainly introduce the advanced settings of web page style layout, including web page tables, links and item lists, navigation menus, Fixed-width layout and variable-width layout, etc.; Chapters 17 to 21 further explain the comprehensive application method of basic knowledge through practical cases, including layout methods for various types of web pages such as business, fashion technology, online shopping, entertainment and leisure, and mobile applications.​

    Web page production30225442018-01-03
  • Practical implementation of mobile applications in building cross-platform APPs

    <p> This book is divided into four parts. The first part is an introduction to mobile development, which introduces some basic knowledge of jQuery Mobile, HTML5 and mobile development, and how to set up a development environment; the second part is a basic part of jQuery Mobile, which introduces jQuery The use of dialog boxes, toolbars, buttons, forms, layouts and plug-ins in Mobile; the third article is about cross-platform APP practice, which introduces 6 actual APPs developed using jQuery Mobile; the fourth article is about publishing and promoting applications. It introduces how to publish and promote your own APP after the development is completed.​ </p>

    Web page production30225002018-01-03
  • Visitor-first web design tips

    Usability design is the most important and difficult task in web design. Based on years of experience in the industry, the author of this book analyzes user psychology and puts forward many unique views on user usage patterns, design for scanning, navigation design, homepage layout, usability testing, etc., and provides a large number of simple and easy-to-use tools. line of usability design recommendations. This book is short and concise, and the language is relaxed and humorous. It is interspersed with a large number of colorful screenshots, interesting cartoon illustrations, and charts containing a large amount of information, making boring design principles approachable. This book is suitable for technical personnel engaged in Web design and Web development, especially for website/webpage designers who are worried about how to retain visitors. <br /> Some websites look very refreshing; <br /> Some websites look cluttered; <br /> Some websites allow you to find information easily; <br /> Some websites make you feel like you are in a maze... <br /> Why is there such a huge contrast in website usability? <br /> What kind of psychology do users have when visiting the website? <br /> What principles should be followed to design a website to attract visitors? <br /> This must-read classic for web designers around the world will give you the answer. <br /> This is a book about web design principles rather than web design techniques.

    Web page production30226262018-01-03
  • The fast way to web development

    The first edition won the JOLT Award for "Best Technical Book". Based on the content structure of the first three editions, the fourth edition adds content about new features and best practices in Rails. This book starts with the step-by-step creation of a real application and then introduces the built-in functionality of Rails. The book is divided into three parts. The first part introduces the installation of Rails, application verification, the architecture of the Rails framework, and the knowledge of Ruby language; the second part uses an iterative method to create applications, and then builds test cases according to the agile development model, and finally uses capistrano completes the deployment; the third part methodically fills in the missing knowledge and covers enough to cope with daily practical work. This book has both intuitive examples and in-depth analysis. It also covers all aspects of relevant knowledge in web application development. It can be called a comprehensive and easy-to-understand masterpiece.

    Web page production30225512018-01-03
  • Web form design: the art of turning stone into gold

    Well-designed forms can make users feel comfortable and happy to register, pay, and create and manage content. This is the secret weapon for online business success. "Web Form Design: The Art of Turning Stone into Gold" tells the true meaning of form design through unique and profound insights and rich and real examples. By reading "Web Form Design: The Art of Turning Stone into Gold", novice designers can have extensive exposure to all the components of excellent form design. Experienced, senior designers can provide in-depth understanding of problems and solutions that were not previously noticed. <br /> Web Form Design: The Art of Turning Touch into Gold is intended for form designers or developers, but is also suitable for usability engineers, website developers, product managers, visual designers, interaction designers, information architects, and anyone involved with forms. Read and refer to the person who designed the questionnaire.

    Web page production30226002018-01-03
  • w3school html dom e-book

    What is DOM? <br /> With JavaScript, you can reconstruct an entire HTML document. You can add, remove, change, or rearrange items on the page. <br /> To change something on the page, JavaScript needs access to all elements in the HTML document. This entry, along with the methods and properties for adding, moving, changing, or removing HTML elements, is obtained through the Document Object Model (DOM). <br /> In 1998, the W3C published the first level of the DOM specification. This specification allows access and manipulation of every individual element in an HTML page. <br /> All browsers implement this standard, so DOM compatibility issues are almost impossible to find. <br /> The DOM can be used by JavaScript to read and change HTML, XHTML, and XML documents. <br />

    Web page production30231132018-01-03
  • Pro HTML5 Programming

    <p> Pro HTML5 Programming <br /> Powerful APIs for Richer Internet<br /> 专业的HTML5 程序设计手册。想用学习php5的朋友要注意了。  </p> <p> We’ll say more about some of these later. </p> To achieve all this simplicity, the specification has become much bigger, because it needs to be<br /> much more precise—far more precise, in fact, than any previous version of the HTML specification. It<br /> specifies a legion of well-defined behaviors in an effort to achieve true browser interoperability by 2022.<br /> Vagueness simply will not make that happen.<br /> The HTML5 specification is also more detailed than previous ones to prevent misinterpretation. It<br /> aims to define things thoroughly, especially web applications. Small wonder, then, that the specification<br /> is over 900 pages long!<br /> HTML5 is also designed to handle errors well, with a variety of improved and ambitious error-<br /> handling plans. Quite practically, it prefers graceful error recovery to hard failure, again giving A-1 top<br /> priority to the interest of the end user. For example, errors in documents will not result in catastrophic<br /> failures in which pages do not display. Instead, error recovery is precisely defined so browsers can<br /> display “broken” markup in a standard way.<br />

    Web page production30226012018-01-03
  • HTML grammar tutorial essential for beginners

    This book explains in detail the usage of each tag and attribute of HTML, advanced applications of HTML, and common CSS attributes, and combines some methods of making JavaScript applets, aiming to help beginners master the knowledge and skills of website production more easily. <br /> This manual is divided into 5 parts with a total of 21 chapters, including website basics, basic architecture and basic tags, fonts, hyperlinks, images, tables, multimedia, frames, lists, forms, layouts, connections and definitions of CSS styles, and basic usage of CSS styles. , CSS pseudo-classes and pseudo-elements, scripts, events, syntax and website code verification, language modules and XHTML structuring, etc.

    Web page production30226772018-01-03
  • Html basic knowledge series

    This is a practical technical book that guides beginner and intermediate learners to deeply understand and effectively master the core skills of HTML5. The book adopts a dual-track model of "basic knowledge case-driven" and carefully arranges a large number of classic HTML5 design practical cases, including page elements and Layout, animation and dynamic effects, graphics and images, interactive operations, page components, audio and video, responsive design, etc., and selects comprehensive cutting-edge interactive applications such as WeChat mini games and creative websites. The examples basically cover almost all the problems that beginner and intermediate learners may encounter in actual combat, and demonstrate various popular interactive design concepts, allowing readers to easily learn basic knowledge, effectively master various core skills, and quickly get started with cutting-edge applications. Develop and discover the joy of interaction design with HTML5.

    Web page production30226992018-01-03
  • Head First HTML与CSS、XHTML

    Facing those obscure HTML books, you can't help but ask: "Do you have to become an expert to understand these?" Then, you should choose <strong>"head first html and css, xhtml (Chinese version)"</strong> to really understand it. Learn html. This book will be a systematic learning experience for you to create industry-standard web pages, not just a simple reading: you will play games, solve puzzles, explore secrets, and create web pages in ways you have never thought of. Page. You can also learn how html works with css. Of course, even if you haven't heard of CSS, it's no big deal - we won't tell people that your understanding of CSS is still in 1999 - if you want to create web pages in the 21st century, you must know and understand CSS . <br /> "Head first html and css, xhtml (Chinese version)" makes you no longer worry about browser issues with web-safe color support, and you no longer unwisely add [font] tags to web pages to control characters. Even better, you will learn html, xhtml and css with enthusiasm instead of being lethargic. If you have ever read any of the Head First series books, you will know the secret: rich, lively designs mobilize your mind and make your thinking active. By using the latest research results in neurobiology, cognitive psychology, and learning theory, this book will inspire your interest in learning HTML and CSS. <br /> Learn the real secrets of creating web pages and understand the misunderstandings your boss has about HTML tables. More importantly, at the cocktail party, when your colleague happens to remark about how tight his HTML is now and how his CSS is an external style sheet, you should stand your ground and give a thumbs up, which will impress the cocktail guests. impression.​

    Web page production30227712018-01-03
  • Flash ActionScript

    Flash ActionScript 3.0 Development King Tutorial is a PDF scanned version. This book is a classic book on developing Flash animation applications, using the latest ActionScript 3.0 as the development language. This book first establishes the primary and basic correct understanding for developers; then, along the complete and systematic knowledge system of "Flash is a timeline-based application", step by step, it teaches users how to use the latest ActionScript with simple and easy-to-understand examples. 3.0 and the latest Flash CS3 for Flash application development. Not much more to say, let’s share it with everyone!​

    Web page production30224402018-01-03
  • "Font Specifications for Interface Design for Mobile Apps"

    Typographic Scale & Basic Styles<br /> Using too many font sizes and styles at the same time can easily ruin a layout. Typographic scaling consists of a limited set of font sizes that fit well within the layout structure. The most basic set of styles is based on typographic scaling of 12, 14, 16, 20 and 34 point fonts. <br /> These sizes and styles balance content density and reading comfort in classic applications. Font size is specified through SP (scaleable pixels), allowing larger font sizes to be better accepted. <br />

    Web page production30263092018-01-02