#3006
HTML5's mightiness, we don't need to introduce too much. Of which, the Geolocation is one of its important features - providing the function for determining user's location. With this feature, we can develop cool web apps based on geographical location information (especially by calling the Google Maps interface).

#2995
Why do these cases happen everywhere, every day? Some men's conditions are clearly not good enough, but they are just very popular among women; Some guys always fail to grasp the main points, so as to be dumped by their girlfriends again and again... We're sure there should be many of us had/having such doubts/troubles.

#2960
The Principles of Beautiful Web Design tells about the basic concepts and rules of web design in a language that web designers can understand. Meanwhile, it also enlightens the technicians that making web pages is not just code editing, also needs to consider how to make the webpage has more elegant visual effects from the viewpoint of art.

#2956
A Practical Guide to Designing for the Web is a very compact and concise (only 261 pages) technical guide for web designing based on the graphic design principles. The whole book was divided into 5 big parts: Getting Started, Research, Typography, Color, and Layout.

#2925
C Traps and Pitfalls was written in 1989 by Andrew Koenig, based on one paper he published at the Bell Labs in 1985. For this book, he combined his rich working experience, therefore it has a considerable reference value for C/C++ programmers. The start point of writing this book is, of course, not to criticize the C language, but rather to help programmers around the traps and obstacles in the process of C programming.

#2903
First, you should know, this is a bestselling self-help guide with worldwide fame. It was written by Stephen Covey, whose thought achievements enjoy equal popularity with Dale Carnegie, Peter Drucker and Jack Welch, first published in 1989, translated into 40+ languages worldwide.

#2766
For beginners who want to develop, create their own websites or work on website front-end design, then HTML and CSS are two fundamental programming languages must be mastered - because they completely control the structure and appearance of the whole webpage/website together. Fortunately, they are also the easiest to learn two among all programming languages.

#2715
Writing a C program not only needs to be grammatically correct, the key is that your code should be easy enough to read and maintain. Now there are so many C language books, but the biggest difference of Practical C Programming, 3rd Edition lies in its emphasizing on the practical principle, i.e. introducing C language to readers in a concise and practical form.

#2700
Egyptian Grammar by Adolf Erman is a handbook for the hieroglyphic writing of Ancient Egypt with table of signs, bibliography, exercises and glossary for reading. It was written by Adolf Erman and translated by James Henry Breasted, published in 1894.

#2646
Expert C Programming: Deep C Secrets is an advanced textbook for the ANSI C programming language. That means it is suitable for both readers who have already written come C programs and those guys who want to get some expert views and skills quickly. It helps programmers who have certain experience in C programming to become expert in this field, plus it can help them understand and then step into the C++ field standing at the height of C.