Tag Archives: Manning Publications

jQuery in Action HD PDF

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

jQuery is absolutely one of the most popular JavaScript frameworks, and still widely used today. 65% of the top 10 million websites in the world is using jQuery, so its importance is self-evident. jQuery’s philosophy is “Write Less, Do More”, advocating writing small amounts of code to achieve complex functions. It is simple, fast and lightweight, provides rich functional interfaces, and is suitable for modern, rapid Web development.

Continue reading jQuery in Action HD PDF

PHP in Action: Objects, Design, Agility HD PDF

The rapid development of PHP has already surpassed Java and ASP to become by far the most popular Web development language. Its unique syntax mixed with C, Java, Perl and PHP own innovative syntax, supports almost all popular databases and operating systems, and can use C, C++ to perform program extension. With the release of PHP 5 and the adoption of the Zend framework (now the Laminas Project), the marriage of PHP with agile method, design patterns, and unit testing has become a mainstream topic.

Continue reading PHP in Action: Objects, Design, Agility HD PDF

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

Cross-Platform Desktop Applications: Using Electron and NW.js HD PDF

JavaScript used to be just a scripting language running in the browser’s sandbox environment. Since the release of Node.js in 2009, JavaScript has show extraordinary talents on the server side, the Internet of Things, mobile native application development, and even desktop application development. In the past, to develop desktop applications, we need to learn the exclusive programming languages and development frameworks for different platforms, which not only costs a lot, but also takes a lot of time to make a desktop application that supports and is compatible with multiple OS platforms, and basically needs to be implemented by different teams for different platforms.

Continue reading Cross-Platform Desktop Applications: Using Electron and NW.js HD PDF

LINQ in Action HD PDF

As a ground-breaking and innovative technology on the Microsoft .NET software development platform, LINQ (Language-Integrated Query) set up an efficient bridge between object-oriented programming languages and various data sources, which greatly reduces the complexity of software development.
Continue reading LINQ in Action HD PDF