Home > Download > Learning resources > Web page production
<pre class="pre_description">欢迎使用 JScript 语言参考 这些方便实用的信息将帮助您了解 JScript 的各个部分。 在“字母顺序的关键字列表”中,可以找到按字母顺序列出的所有 JScript 语言的主题。如果只需要查看某个主题(例如对象),则有对该主题进行详细说明的章节可供查阅。 如何操作呢?单击左边任意一个标题,即可显示该标题所包含的项目列表。再从该列表中选择要查看的主题。在打开所选主题后,就可以方便地链接到相关章节。 请尽情浏览 JScript 语言参考的各个部分,你会发现 JScript 语言有多么丰富。</pre>
The development of jQuery plug-ins includes two types: <br /> One is class-level plug-in development, that is, adding new global functions to jQuery, which is equivalent to adding methods to the jQuery class itself. jQuery's global functions are functions that belong to the jQuery namespace. The other is object-level plug-in development, which is to add methods to jQuery objects. The following is a detailed description of the development of the two functions. <br /> 1. Class-level plug-in development<br /> The most direct understanding of class-level plug-in development is to add class methods to the jQuery class, which can be understood as adding static methods. A typical example is the $.AJAX() function, which is defined in the jQuery namespace. Plug-in development at the class level can be extended in the following forms: <br /> <br /> 1.1 Add a new global function<br /> <br /> To add a global function, we only need to define it as follows: <br /> <br /> jQuery.foo = function() { <br /> alert('This is a test. This is only a test.'); <br /> }; <br />
<span style="color:#222222;font-family:Consolas, "background-color:#FFFFFF;">This series of articles will take you into the wonderful world of jQuery, with many authors’ specific usage experiences and solutions. Even if you know how to use jQuery, you can still find some secrets while reading.</span>
"Advanced Programming with JavaScript" is the latest edition of the super best-selling book on JavaScript. ECMAScript5 and HTML5 both won the standard battle, allowing a large number of proprietary implementations and client-side extensions to officially enter the specification, while also adding many new features to JavaScript to adapt to future development. In addition to adding 5 new chapters to this edition of "Advanced Programming with JavaScript," other chapters have also been significantly supplemented and revised, and the new content accounts for about one-third of the length. The book starts from the various components of JavaScript language implementation - language core, DOM, BOM, event model, and discusses object-oriented programming, Ajax and Comet server-side communication, HTML5 forms, media, Canvas (including WebGL) and WebWorkers in a simple and easy-to-understand manner. , geolocation, cross-document messaging, client-side storage (including IndexedDB) and other new APIs, it also introduces offline applications and best development practices related to maintenance, performance, and deployment. The appendix to "Advanced Programming with JavaScript" looks ahead to future APIs and ECMAScriptHarmony specifications.
This book was published by Tsinghua University Press in September 2006. This book provides a comprehensive introduction to the content, functions, characteristics and practical applications of the JavaScript language in a simple and easy-to-understand manner. It also discusses in detail the techniques for using objects, windows, frames, etc., and provides information on all JavaScript objects, properties, and methods. Detailed references and examples enable readers to master the special effects of JavaScript in a short period of time<br />
To learn this series of tutorials, you need to have a certain basic knowledge of HTML and CSS, which means you have made web pages before and know how to use table layout. If you have just started learning web page production and don't know what table layout, html and css are, it is recommended that you recharge your batteries first, otherwise you will have a hard time learning this tutorial or you will not understand it at all.
<span style="font-family:"background-color:#FFFFFF;">1. The software is green software and does not require installation. You can use it after opening it. </span><br /> <span style="font-family:"background-color:#FFFFFF;">2. The software has a three-day free trial, and there are no functional restrictions during the trial period. </span><br /> <span style="font-family:"background-color:#FFFFFF;">3. The software is applicable to the following three categories: </span><br /> <span style="font-family:"background-color:#FFFFFF;"> 1) Interested in web design. </span><br /> <span style="font-family:"background-color:#FFFFFF;"> 2) Anyone who wants to learn DIV CSS. </span><br /> <span style="font-family:"background-color:#FFFFFF;"> 3) Friends who have certain web design skills. </span><br /> <span style="font-family:"background-color:#FFFFFF;">4. Software features: One machine, one number. </span>
Appreciation of CSS special effects are mostly special effects produced by combining CSS and javascript. You can further appreciate the power of CSS by appreciating these special effects.
<p> The editor started learning website making and CSS from Su Chen Xiaoyu css2. This manual is easy to understand and combines grammar with examples. </p> <p> The manual provides complete CSS2.0 properties (Properties), rules (At-Rules), pseudo-classes (Pseudo-Classes), pseudo-elements (Pseudo-Elements), declarations (Declarations), units (Units), selectors ( Selectors) introduction. Its content covers the W3C's CSS2.0 standard, as well as Internet Explorer and Netscape's respective proprietary content. For a variety of well-known reasons, this manual is based on Internet Explorer, the de facto standard browser. </p>
<p class="p-txt"> Creating a web page with HTML is like painting a picture with a brush. Only those who are obsessed with web page production can accurately achieve the predetermined results. This is not something that can be achieved with the right tools and flexibility. </p> <p class="p-txt"> Anyone who has used HTML for more than a week knows that HTML is a very good web page creation tool. So sometimes we have to make quite large GIF images to get the fonts and layout we want. Similarly, sometimes you have to use various table tags and hidden space GIF images to make the layout of the page achieve the desired purpose. It's indeed a bit ridiculous. Our coding is too complex, GIF usage is increasing, and our pages have become wider than the English Channel. How can the limited bandwidth of the Internet pass such wide information? This design is not the best form of web design. </p> <p class="p-txt"> However, at the end of 1996, a technology called stylesheets was quietly born. The full name should be Cascading style sheet </p>
"JQuery in Action" comprehensively introduces jQuery knowledge, showing how to traverse HTML documents, handle events, perform animations, and add Ajax to web pages. The book closely focuses on the purpose of "using practical examples to explain every new concept", vividly describing how jQuery interacts with other tools and frameworks and how to generate jQuery plug-ins. jQuery is currently one of the most popular JavaScript/Ajax libraries, capable of achieving the most functionality with the least amount of code. <br /> The second edition includes jQuery 1.4 and jQuery UI 1.8. <br /> <br /> "JQuery in Action" is suitable for web developers of all levels. <br /> <br /> Highly recommended by the father of jQuery; Amazon five-star book; in-depth analysis of the internal working mechanism of jQuery; a shortcut to improve the efficiency of web development. <br /> <br /> jQuery is currently one of the most widely used open source JavaScript/Ajax frameworks and has become an integral part of mainstream development platforms such as Microsoft ASP.NET, Visual Studio and Nokia Web Run Time. With the magic of jQuery. Dozens of lines of JavaScript code can be magically compressed into just a few lines. How many web developers were deeply obsessed with this convenient, fast, and fully functional tool at that moment. <br /> <br /> "JQuery in Action" is a navigator that leads you to master jQuery freely. Help you remove various obstacles on the road to learning and programming. Here, you can not only learn in depth the various features and techniques of jQuery, but also appreciate jQuery's internal working mechanism and plug-in architecture, as well as the various strategies and theories behind it, and learn how to interact with other tools and frameworks. With jQuery and this "jQuery in Action", you no longer need to bother with various advanced and complex javascript techniques. You only need to use cascading style sheets, XHTML and ordinary javascript knowledge to directly operate page elements. , achieve faster and more efficient web development.
HTML is currently the most popular web page production language. Most web pages on the Internet are displayed in front of viewers using HTML format. With the introduction of the concept of Web 2.0, web pages are required to have better scalability and user experience, which makes CSS style sheets become more and more important in web design. In order to enable the majority of web page makers to quickly master the skills and methods of web page production, the first part of this book explains in detail the functions, syntax and display effects of each element and its attributes in the HTML language in the form of a combination of grammar and examples. The second part starts with the basic concepts of CSS, and explains the CSS box model and positioning properties, CSS methods to control the display of various elements, CSS page layout techniques and other knowledge. In order to enhance readers' practical capabilities, the last part demonstrates in detail the process of creating pages using HTML and CSS in the form of personal blog production. In order to facilitate understanding, this book provides examples for each element and attribute explained.
<div class="para"> To introduce how to use CSS and HTML technology for web design. "Web Designer's CSS Style Design Guide" first starts with the development and basic knowledge of Web technology, introduces knowledge in font styles, images, links and navigation, tables, etc. in detail, and then explains how to solve the compatibility between different browsers. problem method, and finally illustrates the integration method through three examples of image gallery, online store, and company homepage. "Web Designer's CSS Style Design Guide" organizes various knowledge according to actual work needs, and effectively integrates technical details such as CSS and HTML. "Web Designer's Guide to CSS Style Design" is a practical reference manual for web design work. Both beginners and experienced designers can benefit from it. </div> <div class="para-title level-2" style="font-size:22px;font-family:"margin:35px 0px 15px -30px;background:url("color:#333333;"> </div>
<span style="color:#222222;font-family:Consolas, "background-color:#FFFFFF;"> Website reconstruction can speed up web page parsing, achieve cross-platform information availability and a better user experience. Website reconstruction reduces server costs with high efficiency </span><span style="color:#222222;font-family:Consolas, "background-color:#FFFFFF;"> and simple maintenance. The most important thing is that it Easy to revise and achieve compatibility with the future. </span><span style="color:#222222;font-family:Consolas, "background-color:#FFFFFF;">Web standards are a method to achieve website reconstruction. The so-called Web standards do not refer to a single standard, but a collection of a series of standards. Generally refers to website reconstruction using website design markup language based on XHTML language. The typical layout application model in Web standards is "DIV </span>
<span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Practical tutorial on JAVASCRIPT and HTML, ISBN: 9787118018004, author: Luo Xiaoming, Fu Shengbing, Wu Lei editor</span>
<span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> This book is a basic textbook for learning JavaScript programming. It is divided into 10 chapters. The main content includes: HTML production, JavaScript programming basics, process control, functions, object programming, document object model and event-driven, using browser objects, Cascading style sheets</span>
<span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;">wedge</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Preface to the book series</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Preface</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 1 WWW Basics</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 2 HTML basics and simple page design</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 3 Web page color</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 4 Add comments to HTML documents</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 5 Special characters</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 6 Physical effects of characters</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 7 Logical effects of characters</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 8 Table</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 9 List</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 10 Managing document space</span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 11 Web page section and column </span><br /> <span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;"> Example 12 Document Management Part Three—HTML Extension</span>
Explains the basic knowledge of HTML and website development, with strong practicality, in English, original name HTML A Beginners Guide
<span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;background-color:#FFFFFF;">This book systematically and comprehensively explains the new functions and features of the HTML language and its latest version, HTML5, with novel and practical technology. All knowledge points in the book are explained with examples to facilitate readers' hands-on practice. At the same time, exercises are also set at the end of each chapter, through which the knowledge learned in this chapter can be consolidated. "HTML From Beginner to Mastery" not only enables readers to systematically and comprehensively learn theoretical knowledge, but also meets readers' needs for full practice. </span>
This book is mainly aimed at intermediate users of dynamic HTML. It first introduces the basic concepts related to CSS, DOM and Script. On this basis, it also describes dynamically changing the HTML object style, content, position and effect and its use in dynamic HTML. dynamic forms and dynamic media. This book also contains a large number of examples with practical reference value, and each example is described in detail. I believe it will be helpful to dynamic HTML users.