计算机
Build Your Own Website Adventure! 豆瓣
作者: Cooper, Nate; Gee, Kim; 2013 - 10
Build Your Own Website Adventure! is a fun, beginner-friendly introduction to the basics of designing a website. This cartoon tale shows you how to get a site up and running using WordPress and your newfound knowledge of HTML and CSS. As you follow the illustrated adventures of Kim and her dog, Tofu, you'll slay 404-error dragons and learn helpful tips from the Web Guru's HTML scrolls and Glinda, the Good Witch of CSS. This book is a perfect starting point for that precocious kid eager to make their mark on the web, tech-phobic adults who need a non-threatening guide, or creative types who have lots of great design ideas, but get a little queasy at the sight of HTML. Build Your Own Website Adventure! makes getting started with Web design easy and fun, and it will unlock the keys to the Internet for a host of eager beginners.
Beginning AngularJS 豆瓣
作者: Andrew Grant Apress 2014
2016年8月30日 已读
非常好的入门书,作者写作的风格我很喜欢,因为每次我在问“为什么”的时候,作者就在下面做了解答,很照顾初学者。
Programming 编程 计算机
Twitter Bootstrap Web Development 豆瓣
作者: David Cochran Packt Publishing 2012 - 11
2014年3月20日 已读
本来写这种更新频繁的热门框架,书写出来的时候就过时了,而且如果写得不如官方文档的话还不如不写。另外,代码的缩进这么乱真的OK吗?(当然,这可能是出版社的错,但原作者你也得抓抓质量啊!)
Web 前端 计算机
The Definitive Guide to Django 豆瓣
作者: Adrian Holovaty / Jacob Kaplan-Moss Apress 2007
Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.
The first part of the book introduces Django fundamentals like installation and configuration. You'll learn about creating the components that power a Django-driven web site. The second part delves into the more sophisticated features of Django, like outputting non-HTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django's many configuration options and commands. The book even includes seven appendixes for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework.
http://www.djangobook.com/
Sams Teach Yourself Django in 24 Hours 豆瓣
作者: Brad Dayley Sams 2008 - 2
In just 24 lessons of one hour or less, you will be able to build full-featured production websites using Django, the powerful web development framework based on Python.
Designed for experienced website developers who have at least some familiarity with the Python programming language, this book uses a straightforward, step-by-step approach. Each lesson builds on the previous ones, enabling you to learn the essentials of implementing the Django framework on a website from the ground up.
Step-by-step instructions carefully walk you through the most common Django tasks.
Q&As, quizzes, and exercises at the end of each lesson help you test your knowledge.
Notes and tips point out shortcuts and solutions.
Learn how to…
Install and configure the Django web development framework
Cleanly separate data, logic, and view layers
Implement site interfaces with build templates and views
Utilize templates and views to store, access, and retrieve data
Use the Django forms library
Define custom tags and filters to minimize coding
Secure sites with registration, authorization, logins, and permissions
Manage sessions and cookies
Implement middleware for request and response handling
Create sitemaps to inform search engines of your content
Internationalize your site
Optimize performance with caching
Deploy Django in multiple configurations
Maintain sites with Django's administrator interface
Introduction 1
Part I: Creating the Website Framework
Hour 1: Understanding Django 7
Hour 2: Creating Your First Website 19
Hour 3: Adding Models and Objects to Your Website 37
Hour 4: Creating the Initial Views 63
Part II: Implementing the Website Interface
Hour 5: Using Data from the Database in Views 81
Hour 6: Configuring Web Page Views 103
Hour 7: Implementing Django Templates to Create Custom Views 117
Hour 8: Using Built-in Template Tags to Enhance Views 139
Hour 9: Using Built-in Template Filters to Enhance Views 155
Hour 10: Adding Forms to Views 185
Hour 11: Using Views to Add and Update Data in the Database 209
Hour 12: Utilizing Generic Views 231
Hour 13: Advanced View Configurations 269
Part III: Implementing a Full-Featured Website
Hour 14: Managing Site Users 295
Hour 15: Adding Website Security 313
Hour 16: Managing Sessions and Cookies 333
Hour 17: Customizing Models in the Admin Interface 347
Hour 18: Customizing the Admin Interface 365
Part IV: Implementing Advanced Website Components
Hour 19: Implementing Middleware 383
Hour 20: Internationalization and Localization 407
Hour 21: Creating Sitemaps 423
Hour 22: Implementing Multiple Websites 437
Hour 23: Configuring Caching 451
Hour 24: Deploying Django 465
Appendixes
Appendix A: Django Resources 477
Appendix B: Django Form Field Objects 481
Appendix C: Formatting Dates and Times 491
Index 493
Hacking Vim 7.2 豆瓣
作者: Kim Schulz Packt Publishing 2010 - 4
Product Description
Ready-to-use hacks with solutions for common situations encountered by users of the Vim editor
* Create, install, and use Vim scripts to extend Vim's functionality
* Personalize your work-area to fit your workflow
* Optimize your Vim editor to be faster and more responsive
* Packed with tips and tricks based on the author's practical experience
In Detail
Vim is one of the most powerful open-source editors used by programmers and system administrators around the world. While Vim itself is inherently a powerful editor, personalizing it to suit your needs can be a daunting task. However, it is possible to do so with the help of this book.
This book contains examples that cover everything from personalizing Vim according to the your work cycle to optimizations that will boost the your productivity. The main focus of this book is to make your life, as a Vim user, easier.
Each chapter deals with a different aspect, and provides recipes for easy-to-use hacks to customize and simplify your Vim experience. After an introduction covering the derivation of Vim and its relatives from the vi editor, the author explains basic changes that you can make to the appearance of the Vim editor. Further chapters cover improved navigation through files and buffers in Vim; speeding up your work with templates, auto-completion, folding, sessions, and registers; and formatting text and code, including using external formatting scripts. The final comprehensive chapter covers everything about using Vim scripts and scripting to extend functionality.
This book is written for Vim 7.2, the latest stable version. This latest version of Vim includes many new features like spell-checking, code completion, document tabs, current line and column highlighting, undo branches, and much more.
Getting the most out of the Vim editor
What you will learn from this book
* Gain a deep understanding of Vim to master the editor
* Personalize Vim to suit your needs
* Navigate through files faster while editing multiple files
* Boost your productivity by using templates, auto-completion, folding, sessions, and registers
* Improve the formatting of your text and code by mastering simple tricks
* Extend Vim with script
* Retain your Vim configuration across computers by storing an online copy
Approach
This book is a tutorial packed with ready-to-use hacks that give solutions for common problems faced by Vim users in their everyday life. Every chapter covers a set of recipes, each of which follows a systematic approach with a self-contained description of the task it covers, how to use it, and what you gain by using it. The minimum version of Vim required for each hack is clearly indicated.
Who this book is written for
If you are a Vim user who wants to get more out of this legendary text editor, this book is for you. It focuses on making life easier for intermediate to experienced Vim users.
Typographic Web Design 豆瓣
作者: Laura Franz Wiley 2011 - 10
Learn how to transfer typographic principles to the web Typographers who lack web design skills have begun to realize the potential of web-based type and they want to learn how to use it. This practical book applies decades of typographic theory and practice directly to web design using HTML and CSS. Clear explanations of all typographic rules and examples of successful and unsuccessful typographic solutions are covered to help you gain a solid understanding of the possibilities of web typography. Exercises in both HTML and CSS are included and are supported by a secure site with solutions, critiques, and revisions for each lesson, enabling you to think like a typographer while writing in HTML and CSS. Typography expert Laura Franz takes you on a journey to learn ways to help readers find, understand, and connect with words, ideas, and information they seek. You'll learn how to choose fonts, create rhythm and tension, organize information, create a system of hierarchy, work with tabular information, apply a typographic system across multiple pages, build a font library, and garner beneficial lessons from historical approaches to typography. Delivers all typographic rules in a clear, straightforward manner Provides time-tested typography rules to follow, explains why they work and when to break them Presents opportunities to test rules with hands-on exercises in HTML and CSS Includes an array of helpful examples and solutions to common challenges Typographic Web Design serves as a clear, approach guide to showing you how to use typography for the web with HTML and CSS.
The Essential Guide to Flash CS4 with ActionScript 豆瓣
作者: Paul Milbourne / Michael Oliver friends of ED 2009 - 2
For any professional designer or developer working in the world of web technologies or multimedia, Flash is the must-have application, and knowing how to use it effectively is vital. Add in ActionScript 3.0, and Flash becomes an even more powerful tool for the development of high-performance web applications. The Essential Guide to Flash CS4 with ActionScript introduces and explores the possibilities available to you by using Flash CS4. You will learn the basics of Flash's working environment and, using a step-by-step approach, work through the features of Flash and ActionScript needed to quickly achieve results. From navigating the interface to using graphic tools to write scripts and troubleshoot, you'll master deploying highly interactive applications with rich audio, video, and animation. Written for the beginning-to-intermediate Flash user, this book uses complete examples that highlight best practices that you can apply to your daily work as a developer or designer in today's rich media world.
jQuery 豆瓣
作者: Earle Castledine / Craig Sharkie SitePoint 2010 - 2
jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging JavaScript problems. In this question-and-answer book on jQuery, you'll find a cookbook of ready-to-go solutions to help breathe life into your web page. Topics covered include: - Scrolling, Resizing and Animating Webpage elements - Backgrounds, Slideshows, and Crossfaders - Menus, Tabs, and Panels - Buttons, Fields, and Controls - Lists, Trees, and Tables - Frames, Windows, and Dialogs - Adding interactivity with Ajax - Using the jQuery User Interface Themeroller - Writing your own jQuery plug-ins All code used to create each solution is available for download and guaranteed to be simple, efficient and cross-browser compatible.
Making Use of Ruby 豆瓣
作者: Mahadevan, Suresh Wiley 2002 - 7
Ruby is an interpreted language, capable of saving programmers considerable time during program development since no compilation and linking are necessary. It is ideal for writing text-processing applications, server-side scripts, application prototypes, mathematics, and for many everyday programming tasks. Reviews Ruby's clever syntax and demonstrates why that makes it a perfect choice for beginning programmers, and also shows how its multipurpose capabilities make it a sound choice for experienced developers Explores Ruby's uses for prototyping, text processing, and other tasks
Beginning Rails 豆瓣
作者: Jeffrey Allan Hardy / Cloves Carneiro Jr. Apress 2007 - 7
Beginning Rails is the practical starting point for anyone wanting to learn how to build dynamic web applications using the Rails framework for Ruby. You'll learn how all of the components of Rails fit together and how you can leverage them to create sophisticated web applications with less code and more joy. This book is particularly well suited to those with little or no experience with web application development, or who have some experience but are new to Rails. Beginning Rails assumes basic familiarity with web terms and technologies, but doesn't require you to be an expert. Topics include: * A gentle introduction to the Ruby programming language * Installing Ruby and Rails on a Mac, Linux, or Windows system * The philosophy behind Rails and why it matters * The Model-View-Controller architecture * The basics of relational databases and SQL * Setting up a MySQL database and creating a schema with migrations * Experimenting with your live application in the Rails console * Creating rich relationships between your models * Using controllers and templates properly * Leveraging helpers to keep your templates clean and logic free * Adding Ajax and visual effects to enrich your user interfaces * JavaScript with Prototype and script.aculo.us * How to send and receive mail from your application * Using and creating your own plug-ins * Ensuring your code against Murphy's Law through writing tests * Using Capistrano to deploy your application Rather than delving into the arcane details of Rails, the focus is on the aspects of the framework that will become your pick, shovel, and axe. Part history lesson, part introduction to object-oriented programming, and part dissertation on open source software, Beginning Rails doesn't just explain how to do something in Rails, it explains why. Every programmer fondly remembers the book that helped them get started. The goal of Beginning Rails is to become that book for you, today. Table of Contents * Introducing the Rails Framework * Getting Started * Getting Something Running * Working with a Database: Active Record * Advanced Active Record: Enhancing Your Models * Action Pack:Working with the View and the Controller * Improving Interaction with Ajax * Sending and Receiving Mail * Testing Your Application * Extending Rails with Plugins * Deploying Your Rails Applications
编译原理 豆瓣
作者: Alfred V.Aho / Jeffrey D.Ullman 译者: 李建中 机械工业出版社 2003 - 8
《编译原理》作者Alfred V.Aho、Ravi Sethi和Jeffrey D.Ullman是世界著名的计算机 科学家,他们在计算机科学理论、数据库等很多领域都做出了杰出贡献。《编译原理》 是编译领域无可替代的经典著作,被广大计算机专业人士誉为“龙书”。《编译原理》一 直被世界各地的著名高等院校和科研机构(如贝尔实验室、哥伦比亚大学、普 林斯顿大学和斯坦福大学等)广泛用作本科生和研究生编译原理与技术课程的 教材,《编译原理》对我国计算机教育界也具有重大影响。 书中深入讨论了编译器设计的重要主题,包括词法分析、语法分析、语法制 导分析、类型检查、运行环境、中间代码生成、代码生成、代码优化等,并在 最后两章中讨论了实现编译器的一些编程问题和几个编译器实例,而且每章都 提供了大量的练习和参考文献。
开源软件文集 豆瓣
Open Sources: Voices from the Open Source Revolution
作者: Chris DiBona / Sam Ockman 译者: 洪峰 中国电力出版社 1999
开源软件是当今计算机工业界最具活力的领域,例如Linux这个公开了源代码的UNIX 操作系统在服务器市场上已经与许多大公司的产品分庭抗礼,而且日趋上风。Tim O'Reilly 先生曾说过一句名言:“开源软件是计算机工业最宝贵的财富”。   这部著作收录了全球各位著名的开源软件运动的先锋(Brian Behlendorf,Larry Wall, Linus Torvalds,Tim O'Reill