Sabtu, 27 Agustus 2011

5 new posts


5 new posts

Link to Wow! eBook - Blog

Applied jQuery: Develop and Design

Posted: 27 Aug 2011 06:15 AM PDT

Applied jQuery: Develop and Design

Book Description

Applied jQuery teaches readers how to quickly start writing application interfaces. The beautifully designed book offers practical techniques and provides lots of real-world advice and guidance. The Author, Jay Blanchard, has practical experience working in the field and wastes no time getting to the instruction, taking the reader from a beginner to a proficient interface programmer by the end of the book.

Today’s Web developers are are expected to be well versed in many different technologies. While it is good to have a shelf full of books that focus on single technologies, having a book that shows developers how to combine these technologies is key. This book takes the reader beyond the fundamental mechanics of individual technologies to illustrate the value and power of combining jQuery and PHP with templates and layouts handled by HTML and CSS. Beginning to intermediate web developers designing and developing web application interfaces and web sites will learn how to blend these ingredient technologies, as well as how to secure jQuery.

Table of Contents
Chapter 1. Introducing jQuery
Chapter 2. Working with Events
Chapter 3. Making Forms Pop
Chapter 4. Being Effective with AJAX
Chapter 5. Applying jQuery Widgets
Chapter 6. Creating Application Interfaces

Book Details

  • Paperback: 272 pages
  • Publisher: Peachpit Press (August 2011)
  • Language: English
  • ISBN-10: 0321772563
  • ISBN-13: 978-0321772565
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

JavaScript: Visual QuickStart Guide, 8th Edition

Posted: 27 Aug 2011 06:15 AM PDT

JavaScript: Visual QuickStart Guide, 8th Edition

Book Description

This task-based, visual-reference guide has been fully revised and uses step-by-step instructions and plenty of screenshots to give beginning and intermediate scripters what they need to know to keep their skills up-to-date. Readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. In this updated eighth edition, readers will find new information on using frameworks and libraries–such as jQuery–and modern coding techniques.

Table of Contents
Introduction
Chapter 1: Getting Acquainted with JavaScript
Chapter 2: Start Me Up!
Chapter 3: Your First Web App
Chapter 4: Working with Images
Chapter 5: Windows and Frames
Chapter 6: Form Handling
Chapter 7: Forms and Regular Expressions
Chapter 8: Handling Events
Chapter 9: JavaScript and Cookies
Chapter 10: Objects and the DOM
Chapter 11: Making Your Pages Dynamic
Chapter 12: Applied JavaScript
Chapter 13: Introducing Ajax
Chapter 14: Frameworks, Libraries, and Toolkits
Chapter 15: Designing with jQuery
Chapter 16: jQuery and Ajax
Chapter 17: Bookmarklets

Appendix A: JavaScript Genealogy and Reference
Appendix B: JavaScript Reserved Words
Appendix C: Where to Learn More

Book Details

  • Paperback: 544 pages
  • Publisher: Peachpit Press; 8th Edition (July 2011)
  • Language: English
  • ISBN-10: 0321772970
  • ISBN-13: 978-0321772978
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The Non-Designer’s Design Book, 3rd Edition

Posted: 27 Aug 2011 06:15 AM PDT

The Non Designers Design Book, 3rd Edition

Book Description

A lot has happened in the world of digital design since the first edition of this title was published, but one thing remains true: There is an ever-growing number of people attempting to design pages with no formal training. This book is the one place they can turn to find quick, non-intimidating, excellent design help from trusted design instructor Robin Williams. This revised classic–now in full color–includes a new section on the hot topic of Color itself. In The Non-Designer’s Design Book, 3rd Edition, Robin turns her attention to the basic principles that govern good design. Readers who follow her clearly explained concepts will produce more sophisticated and professional pages immediately. Humor-infused, jargon-free prose interspersed with design exercises, quizzes, and illustrations make learning a snap–which is just what audiences have come to expect from this best-selling author.

Table of Contents
Design Principles
1 The Joshua Tree Epiphany
2 Proximity
3 Alignment
4 Repetition
5 Contrast
6 Review
7 Using Color
8 Extra Tips & Tricks

Designing Wth Type
9 Type (& Life)
10 Categories of Type
11 Type Contrasts

Extras
12 So, Does it Make Sense?
13 Answers to Quizzes
14 Typefaces in this Book
Appendix
Index

Book Details

  • Paperback: 216 pages
  • Publisher: Peachpit Press; 3rd Edition (February 2008)
  • Language: English
  • ISBN-10: 0321534042
  • ISBN-13: 978-0321534040
Note: There is a file embedded within this post, please visit this post to download the file.

Scriptin’ with JavaScript and Ajax

Posted: 27 Aug 2011 06:15 AM PDT

Scriptin with JavaScript and Ajax

Book Description

JavaScript is the brains of your Web page—it enables you to modify a document's structure, styling, and content in response to user actions without requesting new pages from the server. Scriptin’ with JavaScript and Ajax teaches you how to master this powerful and elegant language so you can develop intuitive user interactions that take the user experience to new levels of sophistication and responsiveness.

Today's application-like Web experiences (such as Salesforce.com and Google Maps) and Web 2.0 sites (such as Flickr.com and Twitter) are powered by JavaScript and Ajax. Using the techniques shown in this book, you will be able to start creating similar experiences in the sites you design.

Scriptin’ with JavaScript and Ajax will teach you how to:

  • Start developing with JavaScript fast!
  • Write lightweight but powerful object-oriented code
  • Modify the Document Object Model
  • "Progressively enhance" your pages with JavaScript to provide the highest levels of accessibility to all users
  • Learn sophisticated techniques for making your pages respond to user actions
  • Use the downloadable Scriptin' library of helper functions to speed development and ensure cross-browser compatibility
  • Use Ajax scripting techniques to update specific areas of the page with data from the server
  • Create powerful interface interactions, such as sliding panels and tree menus
  • Evaluate frameworks such as jQuery and Prototype to find the best one for your needs
  • Build an online application that looks and responds like a regular desktop application
  • Easily adapt the Scriptin' code examples for use in your own projects—download them at www.scriptinwithajax.com

Book Details

  • Paperback: 312 pages
  • Publisher: New Riders Press (August 2009)
  • Language: English
  • ISBN-10: 0321572602
  • ISBN-13: 978-0321572608
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

Core PYTHON Programming, 2nd Edition

Posted: 27 Aug 2011 05:00 AM PDT

Core PYTHON Programming, 2nd Edition

Book Description

Python is an agile, robust, expressive, fully object-oriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Programming, Second Edition, leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can immediately succeed with any Python project.

Using practical code examples, Chun introduces all the fundamentals of Python programming: syntax, objects and memory management, data types, operators, files and I/O, functions, generators, error handling and exceptions, loops, iterators, functional programming, object-oriented programming and more. After you learn the core fundamentals of Python, he shows you what you can do with your new skills, delving into advanced topics, such as regular expressions, networking programming with sockets, multithreading, GUI development, Web/CGI programming and extending Python in C.

This edition reflects major enhancements in the Python 2.x series, including 2.5 as well as capabilities set for future versions. It contains new chapters on database and Internet client programming, plus coverage of many new topics, including new-style classes, Java and Jython, Microsoft Office (Win32 COM Client) programming, and much more.

  • Learn professional Python style, best practices, and good programming habits
  • Gain a deep understanding of Python’s objects and memory model as well as its OOP features, including those found in Python’s new-style classes
  • Build more effective Web, CGI, Internet, and network and other client/server applications
  • Learn how to develop your own GUI applications using Tkinter and other toolkits available for Python
  • Improve the performance of your Python applications by writing extensions in C and other languages, or enhance I/O-bound applications by using multithreading
  • Learn about Python’s database API and how to use a variety of database systems with Python, including MySQL, Postgres, and SQLite

Core Python Programming delivers

  • Systematic, expert coverage of Python’s core features
  • Powerful insights for developing complex applications
  • Easy-to-use tables and charts detailing Python modules, operators, functions, and methods
  • Dozens of professional-quality code examples, from quick snippets to full-fledged applications

The Complete Developer’s Guide to Python—Fully Updated for Python 2.5

  • New to Python? The definitive guide to Python development for experienced programmers
  • Covers core language features thoroughly, including those found in the latest Python releases
  • Learn advanced topics such as regular expressions, networking, multithreading, GUI, and Web/CGI
  • Includes brand-new chapters on database, Internet, Jython, and COM Client programming
  • Presents hundreds of code samples and practical exercises to strengthen your Python skills

Book Details

  • Paperback: 1136 pages
  • Publisher: Prentice Hall; 2nd Edition (September 2006)
  • Language English
  • ISBN-10: 0132269937
  • ISBN-13: 978-0132269933
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

Tidak ada komentar:

Posting Komentar