#3596
As an alternative to the most commonly used PDF document format at present, the advantages of DjVu format (from France) are quite obvious: on the premise of storing the same content with same quality, it is much smaller, more readable and opens much faster than PDF. In this case, for any PDF documents with large file size, we might as well convert them into DjVu format, so as to get more convenience.

#3531
JavaScript injected rich, dynamic and powerful personalized interactivity into the passive, static Web lived in the past. This greatly enhanced the attraction of web pages and web applications.

#3385
As a client-side script language supported by all web browsers, JavaScript is the foundation of realizing dynamic, interactive web pages, also the necessary part of Web 2.0 concept, and especially the core of Ajax technology now. In fact, JavaScript has become an essential part of most websites. And good JavaScript scripts can always improve users' Internet surfing experience.

#3251
Eloquent JavaScript is a free book written by Marijn Haverbeke (a world-class programmer who has accumulated rich experience in web development and is especially influential in the field of JavaScript), which has always been strongly recommended by the father of JavaScript and many JavaScript experts. This Second Edition expanded a lot of new content based on its first Edition (the chapters also increased to 22 from 12).

#3219
Performance is the key to success of any websites. And as a matter of fact, the time a web browser loading a web page takes up about 80% of the total time consumed when a visitor is accessing this page. Thus, especially for the current rich media websites or web apps, speed is extremely important. In Even Faster Web Sites, you will learn how to save the valuable website loading time, so as to make your site respond to user's requests more quickly.

#3156
First of all, Responsive Web Design by Ethan Marcotte is a very good quick-start handbook (less than 300 pages) that suitable for readers who have certain CSS basics. When finish it, you will suddenly become extensive and know the responsive web design at your finger's tips from feeling very mysterious about it.

#3112
M+GUI (AKA: MAME Plus! GUI) is another new quality GUI front-end for MAME, developed by a fan player from China. We can see it as a fast Qt implementation of MameUI (that means they have similar functionality and user interface).

#3094
First of all, please note that: UHARC/GUI (finished in 2007) is far from being WinUHA (finished in 2005) with a similar alias 'UHARC GUI' (most software download sites mixed them up). It has a compression ratio even higher than 7-Zip - basically we are sure it's the only multimedia archiver in the world now that supports the maximum compression rate (UHARC/GUI > 7-Zip > WinUHA >> WinZIP/WinRAR).

#2998
Image files often contain some unnecessary information (such as comments, EXIF tags, color profile, etc.). The image quality does not have any change after removing them, yet this can achieve the purpose of 'weight loss' to image file. And finally that will improve the image loading speed and take up less disk storage space.

#2985
HTML5 & CSS3 for the Real World covers all HTML5 and CSS3 related knowledge for websites development with zero foundation (including all the latest functions of HTML5 & CSS3, too). It's suitable for web designers and front-end developers who want to learn and apply the latest generation of browser technology.