Home > Download >  Learning resources > Web page production

  • "Completely Master Ajax from Easy to Deep"

    <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;"> "Completely Mastering Ajax from Easy to Deep" integrates the ajax tutorial series of the IBM website, and the various chapters are closely integrated. The system introduces the related content of ajax. Including robust programming, data formats, operation methods of data formats, and comparison of advantages and usage scenarios between data formats. The introduction is quite detailed and is a good learning material for learning ajax. </span>

    Web page production30758952017-12-18
  • "Sharp jQuery"

    "Sharp jQuery" introduces jQuery's various functions and method calls step by step. Readers can systematically master jQuery's DOM operations, event monitoring and animation, form operations, AJAX, plug-ins and other knowledge points, and combine each Use the case demonstrations at the end of the chapter to practice to master the core knowledge points. <br /> <br /> In order to enable readers to better practice development, the last chapter of "Sharp jQuery" integrates the knowledge points and effects explained in the first seven chapters to create a very personalized website, and combines it from case studies, website materials, Website structure, website style and website scripts guide readers to participate in project construction. <br />

    Web page production30756842017-12-18
  • "XmlHttp Chinese version 1"

    What is XmlHttp? <br /> The most common definition is: XmlHttp is a set of APIs that can transmit or receive XML and other data through the http protocol in scripting languages ​​such as javascript, VbScript, and Jscript. The biggest use of XmlHttp is that it can update part of the content of a web page without refreshing the entire page. <br /> Explanation from MSDN: XmlHttp provides a protocol for the client to communicate with the http server. The client can send a request to the http server through the XmlHttp object (MSXML2.XMLHTTP.3.0) and use the Microsoft XML Document Object Model Microsoft&reg; XML Document Object Model (DOM) to process the response. <br /> <br /> Most of the current browsers have added support for XmlHttp. IE uses ActiveXObject to create XmlHttp objects. Other browsers such as Firefox and Opera use window.XMLHttpRequest to create xmlhttp objects. <br />

    Web page production30755822017-12-18
  • 《W3C Javascript 1》

    <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;">javascript is a scripting language for the Internet! Used by millions of web pages to improve design, validate forms, detect browsers, create cookies, and more. </span><br /> <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;">Java script is the most popular scripting language on the Internet. Very easy to use! You will love it! </span><br /> <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;">"W3C javascript tutorial" The latest Chm format is really good, supports indexing, and can be conveniently queried offline. </span>

    Web page production30756692017-12-18
  • "jQuery Practice 2"

    "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. <br />

    Web page production30756122017-12-18
  • "jQuery Basics Tutorial 4"

    <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;">The fourth Chinese edition of "JQuery Basics Tutorial" introduces the basic concepts of jQuery in an easy-to-understand way, mainly including jQuery selectors, events, special effects, DOM operations, AJAX, table operations, form functions, dragging and rotating and plug-ins, etc. The last few chapters focus on practical operations. Based on the previous content, common practical client problems are raised and their solutions are given. </span><br /> <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;"> "JQuery Basics Tutorial" is a basic tutorial that focuses on combining theory and practice, and is suitable for web developers to read and refer to. </span>

    Web page production30758332017-12-18
  • 《jQuery Mobile》

    jQuery Mobile is the version of jQuery for mobile phones and tablet devices. jQuery Mobile will not only bring the jQuery core library to mainstream mobile platforms, but also release a complete and unified jQuery mobile UI framework. Supports global mainstream mobile platforms. The jQuery Mobile development team said: We are very excited to develop this project. The mobile Web needs a cross-browser framework to allow developers to develop truly mobile Web sites. <br /> <br /> As with the jQuery core library, nothing needs to be installed on your development computer; simply include the various *.js and *.css files directly into your web pages. This way, the functionality of JQM is placed at your fingertips, ready for you to use at any time. <br />

    Web page production30757972017-12-18
  • "The Essence of JavaScript Language"

    "The Essence of JavaScript Language (Revised Edition)" is an authoritative book that introduces the essence of JavaScript language. It is worthy of reading by anyone who is currently or is preparing to engage in JavaScript development. It also needs to be read and understood repeatedly and practiced by the master's ideas. Only then can we Only by standing on the shoulders of giants can we have the opportunity to surpass the masters. This book "The Essence of JavaScript Language" is the beginning. <br /> <br /> Table of contents:<br /> Foreword<br /> Chapter 1 Essence<br /> Chapter 2 Grammar<br /> Chapter 3 Object<br /> Chapter 4 Function<br /> Chapter 5 Inheritance<br /> Chapter 6 Array<br /> Chapter 7 Regular Expressions<br /> Chapter 8 Method<br /> Chapter 9 Code Style<br /> Chapter 10 Beautiful Characteristics<br /> Appendix A Cancer<br /> Appendix B Dross<br /> Appendix C JSLint<br /> Appendix D Syntax Diagram<br /> Appendix E JSON<br />

    Web page production30758272017-12-18
  • "JavaScript Special Effects Collection"

    <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;">Java script special effects collection, including time and date classes, page navigation classes, page background classes, page special effects classes, graphics and image classes, button special effects classes, mouse event classes, text special effects classes, and hundreds of other java script special effects. </span>

    Web page production30758132017-12-18
  • "Advanced Programming with JavaScript"

    "Advanced Programming with JavaScript" is a book published by People's Posts and Telecommunications Press in 2006. The author is Nicholas C. Zakas (USA). This book is suitable for developers with certain programming experience, and can also be used as a teaching material for relevant professional courses in colleges and universities. This book starts from JavaScript in the earliest Netscape browser to its current specific support for XML and Web services. The content mainly covers the language characteristics of JavaScript, the interaction between JavaScript and browsers, more advanced JavaScript skills, and interaction with JavaScript. Issues related to deploying JavaScript solutions in web applications, such as error handling, debugging, security, optimization/obfuscation, XML and web services, and finally applying all this knowledge to create dynamic user interfaces. <br /> This book is suitable for developers with certain programming experience, and can also be used as a teaching material for relevant professional courses in colleges and universities. <br />

    Web page production30758282017-12-18
  • "HTML5 and CSS3 Basics Tutorial 8"

    Chapter 1, Building Blocks of Web Pages<br /> <br /> The web page mainly consists of three parts: <br /> <br /> 1. Text content (plain text) <br /> 2. References to other files: images, audio, videos, style sheet files, js files<br /> 3. Markup: Describe the text content and ensure that citations work correctly<br /> NOTE: All these components are composed of text only<br /> Basic HTML page<br /> <br /> HTML uses &lt; ,&gt; to surround HTML tags. The opening tag (such as &lt;head&gt;) marks the beginning of the element, and the closing tag (&lt;/head&gt;) is used to mark the end of the element<br /> Page top and header<br /> &lt;body&gt;The content above the opening tag is prepared for browsers and search engines. The &lt;!DOCTYPE html&gt; part tells the browser that this is an HTML5 page. <br /> Note: DOCTYPE should always be located on the first line of the page<br /> Next is the &lt;html&gt; element, which contains the rest of the page. Next is the &lt;head&gt; document header, &lt;meta&gt;, &lt;title&gt; are at the document head. <br /> Tags: elements, attributes, values, and other<br /> <br /> Tag composition: element, attribute, value<br /> Note: It is customary to use lowercase letters <br /> for labels Note: The quotation marks around the attribute value are optional. It is recommended to write them. Try to use lowercase letters to write the attribute name <br /> Parent element, child element<br /> If an element contains another element, it is the parent element of the contained element, and the contained element is called a child element. <br /> Note: Be sure to nest correctly, for example: <br /> &lt;div&gt; &lt;p&gt;&lt;/p&gt; &lt;/div&gt;<br /> You cannot nest as follows, problems will occur<br /> <br />

    Web page production30758362017-12-18
  • "HTML5 Game Development Example Sharing"

    We know that many web pages now use H5 to develop small games in order to improve optimization and user experience. So how to use H5 to develop small games? What precautions should be taken during the development process will be introduced in detail in this book. <br />

    Web page production30760322017-12-18
  • "HTML5 Practical PDF Full Version"

    <p> "HTML5 in Action" is personally written by a senior web development expert, and there should be no doubt about the authoritativeness of the content. The content structure of this book will inherit the advantages of "The Definitive Guide to jQuery". Almost every knowledge point is accompanied by a carefully designed case, so that readers can understand it and practice it. This will distinguish this book from existing similar books. One of the biggest features. The book is divided into 10 chapters. It starts with the usage environment and basic features of HTML 5, and explains in detail the new interactive elements, important elements, forms and files, video and audio, painting, data storage, and offline in HTML 5. Core content such as apps, web apps, and drag-and-drop<br /> "HTML5 Practical Combat" Directory: <br /> Foreword<br /> Chapter 1 Embrace HTML5 <br /> Chapter 2 Commonly used interactive elements in HTML5<br /> Chapter 3 Important Elements in HTML5<br /> Chapter 4 Forms in HTML5<br /> Chapter 5 Files in HTML5<br /> Chapter 6 Video and Audio in HTML5<br /> Chapter 7 HTML5 Drawing Basics<br /> Chapter 8 Data Storage in HTML5<br /> Chapter 9 Offline Applications in HTML5<br /> Chapter 10 Other application APIs in HTML5<br /> Chapter 11 Drag and Drop of Elements in HTML5<br /> Instance directory<br /> </p>

    Web page production30772672017-12-18
  • "HTML5 Advanced Programming"

    <p style="text-indent:2em;color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;background-color:#FFFFFF;"> Today, most modern browsers already support HTML5. Learning to experience the convenience, speed and powerful functions that HTML5 brings to web development is a top priority for every web designer and developer. </p> <p style="text-indent:2em;color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;background-color:#FFFFFF;"> This book is jointly created by the founder of the San Francisco HTML5 User Group and two other senior web development experts. It provides readers with a clear explanation of the origin, development and current situation of the HTML5 specification, and comprehensively demonstrates how to use WebSocket, Geolocation, Web Storage, Canvas and audio and video. Build advanced web applications with unprecedented new features, and cover the entire HTML5 API with a large number of examples. In addition, it also introduces the support of HTML5 features by today's browsers. </p> <p style="text-indent:2em;color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;background-color:#FFFFFF;"> <p style="text-indent:2em;color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;background-color:#FFFFFF;"> Peter Lubbers is director of documentation training at Kaazing and founder of the San Francisco HTML5 User Group. As an enthusiast of HTML5 and WebSocket, Peter often speaks at international conferences and also conducts HTML5 technical training around the world. Before joining Kaazing, Peter worked as a senior information architect at Oracle for nearly ten years and obtained two software patents. </p> <p style="text-indent:2em;color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;background-color:#FFFFFF;"> Brian Albers, Vice President of Kaazing R&D Center. He has decades of web development experience and served as a senior development manager at Oracle. Brian is a frequent speaker at international conferences such as Web 2.0 Expo, AJAXWorld Expo, and Web JavaOne. </p> <p style="text-indent:2em;color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;background-color:#FFFFFF;"> Frank Salim Kaazing is a veteran engineer who has participated in WebSocket gateway and client strategy projects. He graduated from Pomona College with a computer science major and, in addition to programming, enjoys reading, drawing, and roller skating. </p> </p>

    Web page production30758892017-12-18
  • Google Search Engine Optimization Guide

    <p style="color:#333333;font-family:&quot;font-size:14px;background-color:#FFFFFF;"> "Google Search Engine Optimization Guide" was launched by Google. When I saw Google launching this guide, I thought it was a great move by Google, so I translated it into Chinese when I saw this guide on the afternoon of November 13th. idea. Friends who know me know that my English is not good, so this is a big challenge. However, with the help of Google's online translation tool, it took 2 days to finally complete the translation. The hardships during the period are not one to mention. </p> <p style="color:#333333;font-family:&quot;font-size:14px;background-color:#FFFFFF;"> In this optimization guide, Google summarizes the key points of website optimization into 13 points. After a closer look, the author feels that it is almost the same as what many tutorials on the Internet say. It can be said to be very basic optimization common sense, but as mentioned in the article, Reasonable and appropriate use of these optimization methods will help your website's search ranking. In this article, Google has always emphasized that the website serves users, rather than optimizing for search. The purpose of optimization is to make users better Visit the website to obtain information. The optimization of search only makes it easier for search engines to identify the content and structure of your website. It is only for the convenience of search engines. It has always emphasized optimization to serve users! ! ! </p> <p style="color:#333333;font-family:&quot;font-size:14px;background-color:#FFFFFF;"> In the past two days, the author has seen that Chinese versions have appeared online one after another, which shows the popularity of the guide. In order to complete the translation independently, I have never compared other people's translations. I have tried my best to be faithful to the original text in the translation of the guide. For some parts that cannot express the original meaning, I have tried my best to write down the meaning as I understand it. Mistakes are inevitable. I hope If you have any feedback you can give me, it will be greatly appreciated! </p>

    Web page production30760632017-12-18
  • 《Dreamweaver8 》

    Macromedia Dreamweaver 8 is a professional tool for building Web sites and applications. Its powerful combination of visual layout tools, application development capabilities, and code editing support enables developers and designers of all levels to quickly create beautiful interfaces for standards-based websites and applications. From leading support for CSS-based design to hand-coding capabilities, Dreamweaver provides the tools professionals need in an integrated, productive environment. Developers can use Dreamweaver and their choice of server technology to create powerful Internet applications, allowing users to connect to databases, Web services and legacy systems.

    Web page production30760392017-12-18
  • "Div+CSS Layout Complete Collection"

    Recently, because the div css layout mode was used in the TrueLove project, I needed to learn a lot of div css layout knowledge, so I browsed most of the articles, compiled them as follows, packaged them into a volume, and made them in pdf format of. The pdf generation function provided by the release of office 2007 makes me always like to organize most of my study materials into pdf documents. It is estimated that most of these documents will be provided in the future. Take a look, I think the basic content should be OK. If you are more advanced, go to the css-discuss website, it’s very cool...<br /> <br /> PS: Maybe most readers have not seen my sentence "So I browsed most of the articles, compiled them as follows, packaged them into volumes, and made them in pdf format." In other words, the articles were not written by me. , I sorted it out. There is no typesetting because I only organized it for easy reference. Keeping its original format and making a table of contents can meet the needs. <br />

    Web page production30757932017-12-18
  • "HTML5 Mobile Web Development Practice"

    Currently, mobile application development has set off a new wave in the software industry. However, mobile devices are developing rapidly, with different screen sizes, storage and performance limitations. How to create high-performance, responsive mobile websites on multiple platforms is the primary challenge that programmers face. <br /> <br /> "HTML5 Mobile Web Development in Practice" provides solutions to this challenge. By reading this book, you'll learn how to effectively leverage the latest HTML5 mobile-specific features across multiple mobile platforms. The book is divided into 10 chapters, starting from the perspectives of mobile Web, device-side configuration and optimization, interaction, responsive design, device access, debugging, performance testing, rich media, etc. It contains more than 60 practical instructions, explaining in detail how to Build fast, responsive HTML5 mobile websites for many mainstream mobile application platforms such as iOS, Android, Windows Phone and BlackBerry. <br /> <br /> The author of "HTML5 Mobile Web Development Practice" is a member of the HTML5 Boilerplate project and the main developer of Mobile Boilerplate. "HTML5 Mobile Web Development Practice" is tailor-made for programmers who are committed to implementing high-performance, responsive, cross-platform HTML5 mobile websites. It is also suitable for readers who are interested in mobile Web development. <br />

    Web page production30852262017-12-15
  • Learn the full version of DIV+CSS tutorial in ten days

    <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;"> "Learn DIV CSS (Web Standard) in Ten Days" is a series of tutorials produced by Standard Road, which is completed in ten tutorials. This tutorial is mostly explained step by step in the form of examples. The key points or difficulties involved in the examples will be explained, and the concepts will be less explained. Due to time constraints, this tutorial only explains some practical knowledge, allowing you to move from the original table layout to the Web standard (DIV CSS) layout, and use Web standards to create common pages, which also achieves the purpose of this tutorial. </span>

    Web page production30853842017-12-15
  • Web front-end development manual

    <span style="color:#333333;font-family:Simsun;font-size:14px;background-color:#FFFFFF;">Web front-end development manual, the offline part of W3CSchool resources, is well-made, including a variety of front-end technical manuals, including HTML reference manual, CSS reference manual, java script and HTML DOM reference manual, jQuery tutorial, Bootstrap tutorial, XML DOM tutorial wait. </span>

    Web page production30854942017-12-15