*** Get Google Ads For Free > > ***
 

free ebook downloads
Subscribe by Email

Problems and Solutions

Hyper-Narrative Interactive Cinema: Problems and Solutions

Product Description
Hyper narrative interactive cinema refers to the possibility for users or “interactors” to shift at different points in an evolving film narrative to other film narrative trajectories. Such works have resulted so far in interactor distraction rather than sustained engagement.

Contrary to post-modern textual and cognitive presumptions, film immersion and computer game theories, this study uses dual coding theory, cognitive load theory, and constructivist narrative film theory to claim that interactive hyper-narrative distraction results from cognitive and behavioral multi-tasking, which lead to split attention problems that cannot be cognitively handled. Focus is upon split attention resulting from the non-critical use of de-centered and non-cohering hyper-narrative and audio-visual formations, and from interaction. For hyper-narrative interactive cinema to sustain deep engagement, multi-tasking split attention problems inhering in such computer-based works have to be managed, and - most importantly - made to enhance rather than reduce engagement. This book outlines some viable solutions to construct deep cognitive-emotional engagement of interactors with hyper-narrative interactive cinema.

download

 
 Defects in Microelectronic Materials and Devices

Defects in Microelectronic Materials and Devices

Product Description
Focusing primarily on silicon-based microelectronics, Defects in Microelectronic Materials and Devices provides a comprehensive overview of recent progress in understanding of the effects of electrically active defects in microelectronic materials. This book places particular emphasis on defects that limit device quality, reliability, manufacturability, and radiation response. Notable theorists and researchers present their perspectives on defects in insulators and in semiconductors as well as hydrogen and defect-related failure mechanisms. The text also discusses compound semiconductor materials for microelectronic applications and results from physics and engineering models.

About the Author
Vanderbilt University, Nashville, Tennessee Vanderbilt University, Nashville, Tennessee, USA

download

 
How to Use EXPERIENCE DESIGN Tools & Techniques to Build Websites Customers Love

Designing the Digital Experience: How to Use EXPERIENCE DESIGN Tools & Techniques to Build Websites Customers Love

Product Description
Written for creative, tech-savvy, and business-minded individuals who want to increase the accessibility of their websites, this sensible guidebook explains the concepts behind designing experiences on the internet. From helping customers quickly find information and make their purchases to clearly communicating needs and interests, this resource will not only develop consumer loyalty but will encourage them to spread the word about the sites they frequent. Focusing on the three key areas of structure, community, and customers, designers will enable clients to focus on their own goals rather than on difficulties in navigating. Also included are tips on how to generate conversations with blogs, wikis, and podcasting to create a personal touch.

download

 
mrblue, November 5, 2009

Written by a team of experts from the Web 2.0 community and Oracle Corporation, this innovative guide provides a blueprint for leveraging the new culture of participation in an enterprise environment. Reshaping Your Business with Web 2.0 offers proven strategies for the successful adoption of an enterprise 2.0 paradigm and covers the technical solutions that best apply in specific situations. You will find clear guidelines for using Web 2.0 technologies and standards in a productive way to align with business goals, increase efficiency, and provide measurable bottom line growth.

  • Foster collaboration and accelerate information dissemination with blogs and wikis
  • Implement folksonomic strategies to achieve business intelligence, analytics, and semantic web goals
  • Capture and broadcast connection graphs and activity streams via social networks
  • Bring together application data, business analytics, unstructured information, and collaborative interactions in enterprise mashups
  • Enable rich Internet applications with Ajax, Ruby on Rails, Flash, FLEX, and other technologies
  • Connect your Web 2.0 ecosystem through Web services, such as REST and JSON
  • Ensure security and compliance management

Download Here

 

Ruby on Rails is fast displacing PHP, ASP, and J2EE as the development framework of choice for discriminating programmers, thanks to its elegant design and emphasis on practical results. RailsSpace teaches you to build large-scale projects with Rails by developing a real-world application: a social networking website like MySpace, Facebook, or Friendster.

Inside, the authors walk you step by step from the creation of the site’s virtually static front page, through user registration and authentication, and into a highly dynamic site, complete with user profiles, image upload, email, blogs, full-text and geographical search, and a friendship request system. In the process, you learn how Rails helps you control code complexity with the model-view-controller (MVC) architecture, abstraction layers, automated testing, and code refactoring, allowing you to scale up to a large project even with a small number of developers.

This essential introduction to Rails provides

  • A tutorial approach that allows you to experience Rails as it is actually used
  • A solid foundation for creating any login-based website in Rails
  • Coverage of newer and more advanced Rails features, such as form generators, REST, and Ajax (including RJS)
  • A thorough and integrated introduction to automated testing

The book’s companion website provides the application source code, a blog with follow-up articles, narrated screencasts, and a working version of the RailSpace social network.

Download Here

 
mrblue, November 5, 2009

Newbie and old-hand JavaScript programmers alike will appreciate Pure JavaScript, a comprehensive developer’s resource to JavaScript that covers both the big picture and precise details. Authors Jason Gilliam, Charlton Ting, and R. Allen Wyke–developers all–have put together this well-organized title.

The bulk of this book is a top-notch JavaScript reference. Core language syntax is well-presented with excellent use of examples for practically every operator and function, and each entry includes version compatibility with Netscape and Microsoft browsers and JavaScript releases. The authors also include references for the two companies’ extensions to the language.

A number of appendices round out this fine guide with attention to standard and vendor-specific syntax details. This is a fine JavaScript reference that cuts no corners. –Stephen W. Plain

Download Here

 
mrblue, November 5, 2009

“Scripted GUI Testing with Ruby” is a practical, quick-moving tutorial based on real life, and real-world GUI applications.

Right out of the gate you’ll start working with code to drive a desktop GUI. You’ll discover the kinds of gotchas and edge cases that don’t exist in simple, toy programs. As you add more tests, you’ll learn how to organize your test code and write lucid examples. The result is a series of “smoke tests” team will run on Continuous Integration servers.

Next, we’ll explore a variety of different testing tips and tricks. You’ll employ a series of increasingly random and punishing test monkeys to try to crash programs. Table-driven techniques will show you how to check dozens of different input combinations. See how to use longer acceptance tests (in the form of stories) to represent the way a typical customer would use your program.

The book uses examples from Windows, OS X, and cross-platform Java desktop programs as well as Web applications. You’ll develop test scripts in Ruby; you don’t need to be a Ruby expert, but basic comfort with the language will be helpful.

Download Here

 

The rise of Ruby on Rails has signified a huge shift in how we build web applications today; it is a fantastic framework with a growing community. There is, however, space for another such framework that integrates seamlessly with Java. Thousands of companies have invested in Java, and these same companies are losing out on the benefits of a Rails–like framework. Enter Grails.

Grails is not just a Rails clone, it aims to provide a Rails–like environment that is more familiar to Java developers and that employs idioms that Java developers are comfortable using, making the adjustment in mentality to a dynamic framework less of a jump. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home.

Grails’ foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration.

Grails complements these with additional features that take advantage of the coding–by–convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding.

Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up–to–date with their authoritative and fully comprehensive guide to the Grails framework. You’ll get to know all the core features, services, and Grails extensions via plug–ins, and understand the roles that Groovy and Grails are playing in the changing Web.

Download Here

 

The Definitive Guide to Plone, Second Edition has been completely updated to cover the latest version of Plone and its newest features. This book provides a complete and detailed overview of Plone. It is divided into three parts, which cover using, configuring, and developing and customizing Plone. After the coverage of Plone’s features, the case studies in the final part of the book reveal the true power of Plone. These case studies demonstrate Plone’s ability to handle all kinds of requirements, while retaining an easy–to–use interface for users. As when you’re working with Plone itself, you can choose where to start in this book and how best to apply it to your own needs.

With Plone, anyone can manage a website or work with an efficient intranet. Start reading The Definitive Guide to Plone, Second Edition right away, and the World Wide Web will be yours!

  • Fully covers content management with Plone in Windows, Mac OS X, and Linux
  • Shows how to configure, administer, and maintain Plone
  • Details the development of custom applications with Plone
  • Includes case studies that show how Plone is already being deployed across networks and businesses

Download Here

 

Challenges and Realities

Knowledge Discovery and Data Mining: Challenges and Realities

Product Description
Knowledge discovery and data mining (KDD) is dedicated to exploring meaningful information from a large volume of data. Knowledge Discovery and Data Mining: Challenges and Realities is the most comprehensive reference publication for researchers and real-world data mining practitioners to advance knowledge discovery from low-quality data.

This Premier Reference Source presents in-depth experiences and methodologies, providing theoretical and empirical guidance to users who have suffered from underlying, low-quality data. International experts in the field of data mining have contributed all-inclusive chapters focusing on interdisciplinary collaborations among data quality, data processing, data mining, data privacy, and data sharing.

download

 
Feedback Form