Sabtu, 10 Agustus 2013

Wow! eBook: JavaScript Programmer’s Reference - 5 new eBooks


Wow! eBook: JavaScript Programmer’s Reference - 5 new eBooks

Link to Wow! eBook

JavaScript Programmer’s Reference

Posted: 10 Aug 2013 09:29 AM PDT

Book Description

JavaScript Programmer’s Reference is an invaluable resource that won’t stray far from your desktop (or your tablet!). It contains detailed information on every JavaScript object and command, and combines that reference with practical examples showcasing how you can use those commands in the real world. Whether you’re just checking the syntax of a method or you’re starting out on the road to JavaScript mastery, the JavaScript Programmer’s Reference will be an essential aid.

With a detailed and informative tutorial section giving you the ins and outs of programming with JavaScript and the DOM followed by a command-by-command reference, your next project will pop with interactivity and keep your audience coming back for more. JavaScript Programmer’s Reference is your one-stop source for everything you’ll need to know to become a cutting edge web developer using the latest tools and techniques available today.

  • In depth explanations and activities to explain not just the command in question, but why it is used in that way
  • Progressive learning curve to not overwhelm and confuse you
  • Handy and extremely informative quick-reference of every command within the JavaScript & DOM specifications

What you'll learn

  • Create web pages of any length or complexity.
  • Access browser controls to further your page’s functionality.
  • Design and program custom features into a web page, such as recording and acting on user preferences.
  • Offer prospective employers an advanced skill set that is in high demand.
  • Converse intelligently with other developers using universally agreed-upon terminology.
  • Discover your full potential and realize that you now know enough to explore other, more powerful web development languages.

Who this book is for
Web developers of any skill level will find this book to be invaluable. The tutorials clearly explain the use of the two languages for the new user as well as providing a quick reference for the experienced developer to use when a command’s use or syntax is in question.

Table of Contents
Chapter 1. JavaScript Basics
Chapter 2. JavaScript Nuts and Bolts
Chapter 3. The DOM
Chapter 4. JavaScript in Action
Chapter 5. JavaScript Global Objects Reference
Chapter 6. JavaScript Control Statements Reference
Chapter 7. JavaScript Operators Reference
Chapter 8. The DOM Reference

Book Details

  • Paperback: 296 pages
  • Publisher: Apress (June 2013)
  • Language: English
  • ISBN-10: 1430246294
  • ISBN-13: 978-1430246299
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post JavaScript Programmer’s Reference appeared first on Wow! eBook.

Java EE 7 Recipes

Posted: 10 Aug 2013 09:26 AM PDT

Book Description

Java EE 7 Recipes takes an example-based approach in showing how to program Enterprise Java applications in many different scenarios. Be it a small-business web application, or an enterprise database application, Java EE 7 Recipes provides effective and proven solutions to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment.

The solutions in Java EE 7 Recipes are built using the most current Java Enterprise specifications, including EJB 3.2, JSF 2.2, Expression Language 3.0, Servlet 3.1, and JMS 2.0. While older technologies and frameworks exist, it is important to be forward-looking and take advantage of all that the latest technologies offer. Rejuvenate your Java expertise to use the freshest capabilities, or perhaps learn Java Enterprise development for the first time and discover one of the most widely used and most powerful platforms available for application development today. Let Java EE 7 Recipes show you the way by showing how to build streamlined and reliable applications much faster and easier than ever before by making effective use of the latest frameworks and features on offer in the Java EE 7 release.

  • Shows off the most current Java Enterprise Edition technologies.
  • Provides solutions to creating sophisticated user interfaces.
  • Demonstrates proven solutions for effective database access.

Table of Contents
Chapter 1. Introduction to Servlets
Chapter 2. JavaServer Pages
Chapter 3. The Basics of JavaServer Faces
Chapter 4. Facelets
Chapter 5. JavaServer Faces Standard Components
Chapter 6. Advanced JavaServer Faces and Ajax
Chapter 7. JDBC
Chapter 8. Object-Relational Mapping
Chapter 9. Enterprise JavaBeans
Chapter 10. The Query API and JPQL
Chapter 11. Oracle's GlassFish
Chapter 12. Contexts and Dependency Injection
Chapter 13. Java Message Service
Chapter 14. Authentication and Security
Chapter 15. Java Web Services
Chapter 16. Enterprise Solutions Using Alternative Programming Languages
Chapter 17. WebSockets and JSON-P
Chapter 18. JavaFX in the Enterprise
Chapter 19. Concurrency and Batch Applications

Appendix A. Java EE Development with NetBeans IDE

Book Details

  • Paperback: 748 pages
  • Publisher: Apress (June 2013)
  • Language: English
  • ISBN-10: 1430244259
  • ISBN-13: 978-1430244257
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Java EE 7 Recipes appeared first on Wow! eBook.

Learn Java for Android Development, 2nd Edition

Posted: 10 Aug 2013 09:22 AM PDT

Book Description

Android development is hot, and many programmers are interested in joining the fun. However, because this technology is based on Java, you should first obtain a solid grasp of the Java language and its foundational APIs to improve your chances of succeeding as an Android app developer. After all, you will be busy learning the architecture of an Android app, the various Android-specific APIs, and Android-specific tools. If you do not already know Java fundamentals, you will probably end up with a massive headache from also having to quickly cram those fundamentals into your knowledge base.

Learn Java for Android Development, Second Edition teaches programmers of any skill level the essential Java language and foundational Java API skills that must be learned to improve the programmer's chances of succeeding as an Android app developer. Each of the book's 14 chapters provides an exercise section that gives you the opportunity to reinforce your understanding of the chapter's material. Answers to the book's more than 500 exercises are provided in an appendix. A second appendix provides a significant game-oriented Java application, which you can convert into an Android app.

Once you complete this book, you should be ready to dive into beginning Android app development.  Maybe, start that journey with Apress’ Beginning Android.

What you'll learn

  • The Java language:  This book provides complete coverage of nearly every pre-Java version 7 language feature (native methods are briefly mentioned but not formally covered). Starting with basic language features (e.g., comments, types, expressions, and statements), you progress to those features related to classes and objects, followed by object-oriented features related to inheritance, polymorphism, and interfaces. You then explore the advanced language features for nested types, packages, static imports, exceptions, assertions, annotations, generics, and enums. Continuing, you investigate strictfp, synchronized, volatile, the enhanced for loop statement, autoboxing/unboxing, and transient fields.
  • Java APIs:  In addition to Object and APIs related to exceptions, you explore Math, StrictMath, BigDecimal, BigInteger, String, StringBuffer/StringBuilder, Boolean, Character, Byte, Short, Integer, Long, Float, Double, Number, the Threads API, System, Runtime, Process, the Collections Framework, the Concurrency Utilities, Date, Formatter, Random, Scanner, the ZIP and JAR APIs, File, RandomAccessFile, stream classes, and writer/reader classes, InetAddress, SocketOptions, Socket, ServerSocket, DatagramSocket, MulticastSocket, URL, URLConnection, URLEncoder, URLDecoder, NetWorkInterface, InterfaceAddress, CookieHandler, CookieManager, CookieStore, CookiePolicy, Buffer, ByteBuffer, CharBuffer, DoubleBuffer,FloatBuffer, IntBuffer, LongBuffer, ShortBuffer, MappedByteBuffer, Channel, WritableByteChannel, ReadableByteChannel,ScatteringByteChannel, GatheringByteChannel, FileChannel, the Regular Expressions API, JDBC, and more.
  • Applying these:  You will learn how to use the JDK's javac (compiler), java (application launcher), javadoc (Java documentation generator), and jar (Java archive creator, updater, and extractor) tools. You will also receive an introduction to the Eclipse integrated development environment, which is the official standard for developing Android apps.

Who this book is for
This book is for any programmer – including existing Java programmers and Objective-C-based iPhone and iPad programmers – of any skill level who needs to obtain a solid understanding of the Java language and foundational Java APIs before jumping into Android app development.

Table of Contents
Chapter 1. Getting Started With Java
Chapter 2. Learning Language Fundamentals
Chapter 3. Discovering Classes and Objects
Chapter 4. Discovering Inheritance, Polymorphism, and Interfaces
Chapter 5. Mastering Advanced Language Features Part 1
Chapter 6. Mastering Advanced Language Features Part 2
Chapter 7. Exploring the Basic APIs Part 1
Chapter 8. Exploring the Basic APIs Part 2
Chapter 9. Exploring the Collections Framework
Chapter 10. Exploring Additional Utility APIs
Chapter 11. Performing Classic I/O
Chapter 12. Accessing Networks
Chapter 13. Migrating to New I/O
Chapter 14. Accessing Databases
Appendix A. Solutions to Exercises
Appendix B. Four of a Kind

Book Details

  • Paperback: 780 pages
  • Publisher: Apress; 2nd Edition (March 2013)
  • Language: English
  • ISBN-10: 1430257229
  • ISBN-13: 978-1430257226
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learn Java for Android Development, 2nd Edition appeared first on Wow! eBook.

Beginning Groovy, Grails and Griffon

Posted: 10 Aug 2013 09:18 AM PDT

Book Description

Web frameworks are playing a major role in the creation of today’s most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Java developers have been particularly fortunate in this area, having been able to take advantage of Grails, an open source framework that supercharges productivity when building Java–driven web sites. Grails is based on Groovy, which is a very popular and growing dynamic scripting language for Java developers and was inspired by Python, Ruby, and Smalltalk.

Beginning Groovy, Grails and Griffon is the first introductory book on the Groovy language and its primary web framework, Grails.  Griffon is also covered. While Grails is the Web framework for building Groovy Web applications, Griffon is the deskop framework for building desktop Groovy applications.  Could Groovy be the new Java?  It’s light, fast and free (open source).

This book gets you started with Groovy, Grails and Griffon, and culminates in the example and possible application of some real–world projects. You follow along with the development of each project, implementing and running each application while learning new features along the way.

What you'll learn

  • Understand the fundamentals of the open source, dynamic Groovy scripting language and the Grails web framework.
  • Capitalize upon Grails' well–defined framework architecture to build web applications faster than ever before.
  • Improve your web application with cutting–edge interface enhancements using Ajax.
  • Use Grails' object–relational mapping solution, GORM, to manage your data store more effectively than ever before.
  • Take advantage of Groovy to create reporting services, implement batch processing, and create alternative client interfaces.
  • Deploy and upgrade your Grails–driven applications with expertise and ease.
  • Discover an alternative client in Groovy as well.
  • Explore the Griffon framework for creating Groovy-based desktop applications.

Who this book is for
Java and web developers looking to learn and embrace the power and flexibility offered by the more agile, lightweight Groovy scripting language and its Grails and Griffon frameworks.

Table of Contents
Chapter 1. Introduction to Groovy
Chapter 2. Groovy Basics
Chapter 3. More Advanced Groovy
Chapter 4. Introduction to Grails
Chapter 5. Building the User Interface
Chapter 6. Building Domains and Services
Chapter 7. Security in Grails
Chapter 8. Web 2.0.A—ax and Friends
Chapter 9. Web Services
Chapter 10. Reporting
Chapter 11. Batch Processing
Chapter 12. Deploying and Upgrading Grails Applications
Chapter 13. Introduction to Griffon

Book Details

  • Paperback: 364 pages
  • Publisher: Apress (December 2012)
  • Language: English
  • ISBN-10: 1430248068
  • ISBN-13: 978-1430248064
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Beginning Groovy, Grails and Griffon appeared first on Wow! eBook.

Expert Oracle Enterprise Manager 12c

Posted: 10 Aug 2013 09:14 AM PDT

Book Description

Enterprise Manager 12c (EM12c), Oracle's newest and fully-integrated enterprise management product, now provides a complete cloud lifecycle management solution and enterprise environment management interface. Expert Oracle Enterprise Manager 12c opens up the secrets of this incredible management tool, saving you time while enhancing your visibility as someone management can rely upon to deliver reliable database service in today's increasingly chaotic and change-driven IT environment.

Expert Oracle Enterprise Manager 12c covers all the topics you demand and need to function effectively, from basic monitoring and configuration to advanced metric extensions and plugins.  Real-life scenarios and demonstrations place you in the comfort zone of using the EM12c console, and the experienced author team provides deep understanding of the inner workings of this new Enterprise Manager.

Database administrators and system administrators are expected to offer increasing levels of service for 24X7 systems and newer cloud environments.  Em12c offers robust, end-to-end intelligent management of the complete environment. It includes direct, real-time integration with Oracle's online knowledgebase. Expert Oracle Enterprise Manager 12c helps you master this important tool and manage any challenge that comes your way.

  • Provides example solutions to everyday problems through EM12c features.
  • Explains the changes in EM12c, included trusted extensions.
  • Focuses on advanced aspects of the EM12c interface.

What you'll learn

  • Installation and agent employment
  • Patching and provisioning
  • Advanced techniques for managing and monitoring
  • Use of EM12c in cloud environments, with RAC, and for Exadata
  • Creation of EM12c plugins and metric extensions
  • High-availability and disaster-recovery options with EM12c
  • Incident Manager and EM12c job management

Who this book is for
Expert Oracle Enterprise Manager 12c is for database administrators who are ready to upgrade, or who have already upgraded to Enterprise Manager 12c. The book also appeals to system administrators who may have responsibility for helping support Oracle Database environments – including RAC and Exadata – at the enterprise level.

Table of Contents
Chapter 1. Enterprise Manager Cloud Control 12c Architecture
Chapter 2. Installation and Agent Deployment
Chapter 3. Management of the OMS and Repository
Chapter 4. Interacting with the EM12c Console
Chapter 5. Cloud Lifecycle Management
Chapter 6. Software Library, Patching, and Provisioning
Chapter 7. Managing and Monitoring Best Practices
Chapter 8. Managing Engineered Systems
Chapter 9. Performance Pages and ASH Analytics
Chapter 10. Metric Extensions and Management Plug-ins
Chapter 11. Enterprise Manager Jobs
Chapter 12. Incident Management
Chapter 13. High Availability, Backup, and Recovery

Book Details

  • Paperback: 532 pages
  • Publisher: Apress (June 2013)
  • Language: English
  • ISBN-10: 1430249382
  • ISBN-13: 978-1430249382
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Expert Oracle Enterprise Manager 12c appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar