Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

PDF CHM Books Catalogue


Full download


Posted: October 5th, 2010, 7:21am CEST

Tags  [edit]

9781430228622 (1430228628), Friends of Ed, 2010

This book offers an introduction to Flash Catalyst for designers with intermediate to advanced skills. It discusses where Catalyst sits within the production process and how it communicates with other programs. It covers all of the features of the Flash Catalyst workspace, teaching you how to create designs from scratch, how to build application designs and add functionality, and how to master the Catalyst/Flex workflow.

  • Introduces Flash Catalyst
  • Focuses on production process
  • Covers the interrelation between Flash Catalyst and Photoshop/Illustrator/Flex/Flash
What you’ll learn

Starting from scratch, you’ll learn the basic concepts and interface functionality of Flash Catalyst, and get practical experience by working on carefully crafted real-life projects throughout the book. You’ll learn every stage of the process, from the first design sketches to the Flex Developer hand over, and how you can make design changes to assets while the developers work on the code. You’ll also learn how to make your designs functional by adding simple buttons and scroll bars, and how to make sure that developers can precisely interpret your vision.

  • Converting Photoshop/Illustrator artwork to interactive designs
  • Sketching designs with interactivity
  • Sketching designs with transitions
  • Working with the FXG format
  • Designing with fluid layouts in Catalyst
Who this book is for

This book is for designers experienced with Photoshop, Illustrator, and Fireworks who want to include Flash Catalyst in their workflows. It’s also for the general audience looking to design rich Internet applications using Catalyst.


Full download


Posted: October 5th, 2010, 7:20am CEST

Tags  [edit]

9781435456426 (1435456424), Course Technology PTR, 2010

TORQUE FOR TEENS, SECOND EDITION teaches beginners the techniques they need to design their very own video games using Garage Games' powerful 3D computer game engine, Torque. Written in simple language, each chapter begins with a basic overview of the topic being covered, followed by step-by-step instructions to help readers conquer each new skill presented, and ending with a summary to reinforce what they've learned. Throughout the course of the book readers will put their new skills into action with a hands-on project that ends with the creation of a first-person shooter game. Each chapter builds upon the previous until their very own video game is complete. This second edition covers the latest-and-greatest version of the software, including updates and new interfaces.


Full download


Posted: October 5th, 2010, 7:20am CEST

Tags  [edit]

9781849511063 (1849511063), Packt Publishing, 2010

Most users on the Internet have a few favorite Internet web applications that they use often and cannot do without. These popular applications often provide essential services that we need even while we don't fully understand its features or how they work. Ruby empowers you to develop your own clones of such applications without much ordeal. Learning how these sites work and describing how they can be implemented enables you to move to the next step of customizing them and enabling your own version of these services.

This book shows the reader how to clone some of the Internet's most popular applications in Ruby by first identifying their main features, and then showing example Ruby code to replicate this functionality.

While we understand that it connects us to our friends and people we want to meet up with, what is the common feature of a social network that makes it a social network? And how do these features work? This book is the answer to all these questions. It will provide a step-by-step explanation on how the application is designed and coded, and then how it is deployed to the Heroku cloud platform. This book's main purpose is to break up popular Internet services such as TinyURL, Twitter, Flickr, and Facebook to understand what makes it tick. Then using Ruby, the book describes how a minimal set of features for these sites can be modeled, built, and deployed on the Internet.

Break up and rewrite popular social networking and other Internet applications using Ruby

What you will learn from this book

  • Discover in depth the major features of TinyURL, Twitter, Flickr, and Facebook and what makes them work
  • Discover how each of these popular Internet services can be modeled with DataMapper
  • Create clones of these Internet services using Rack and Sinatra
  • Use third-party authentication providers with OpenID
  • Deploy the cloned Internet services to the cloud using Heroku
  • Use Amazon S3 to store data for your clones

Approach

This is a hands-on book with plenty of well - explained code. Each chapter has a standalone project in which a complete web application with specific features of a social networking site is emphasized. The final chapter of the book is a project that has a complete and fully developed social networking site. Each chapter begins with a brief description of the features of the Internet service and the market it is within. After extracting the main features of the service, the chapter goes into explaining how a clone of the service can be designed, followed by a short description of the technologies and platforms being used. The bulk of the chapter goes into describing how the clone is built, with step-by-step explanations and code examples. Finally, the chapter shows how the finished clone can be deployed on the Internet.

Who this book is written for

This book is written for web application programmers with an intermediate knowledge of Ruby. You should also know how web applications work and you have used at least some of the cloned Internet services before. If you are a trying to find out exactly how can you make your very own customized applications such as TinyURL, Twitter, Flickr, or Facebook, this book is for you. Programmers who want to include features of these Internet services into their own web applications will also find this book interesting.


Full download


Posted: October 5th, 2010, 7:19am CEST

Tags  [edit]

9781849511520 (1849511527), Packt Publishing, 2010

Alfresco 3 is the leading open source enterprise content management system that offers powerful features for interacting with the content in its repository from outside the system. These include the support for the Content Management Interoperability Services (CMIS) implementation, reusable web scripts, and a Web Services API.

This is the first book to show you how to use Web Services in Alfresco. Packed with examples, you'll learn how to build applications using Alfresco remote APIs based on SOAP and REST. You'll see how to use different APIs and bindings such as WebServices, WebScripts, and CMIS.

Alfresco 3 Web Services starts off by showing you the services exposed by the Alfresco Web Services API, and how the API fits into the Alfresco software architecture.You learn to develop your application firstly by setting up and testing your Java development environment using the Alfresco SDK in Eclipse IDE and secondly by associating the Alfresco source code and Javadocs in Eclipse.

With the help of real world practical examples, you learn how to do things like create, sort, and call Web Scripts, and invoke remote calls to Alfresco repository. To get the most from the Web Services API, you need to know about the basics of the Content Manipulation Language (CML), and the book takes you through this.

Examples such as the bookshop application show you how to sign in, change user sessions, get, remove and change public and private associated contents, manage a cart for your e-commerce application, and so on.Next, by implementing a Microsoft .NET application using the Alfresco Web Services API, you see how to perform operations against the repository from your .NET application. The book provides you with REST and SOAP concepts, their comparison, basics of the FreeMarker language, Atom Publishing Protocol, JavaScript controllers, and the Apache Chemistry project.

By the end of this book, you will be able to put together your knowledge about CMIS and the Apache Chemistry toolkit to develop a complete working application that uses Alfresco, via CMIS, as a back-end storage. Last but not the least, this book also covers the WebServices security profiles - the best practices for Web Services to promote better interoperability.

A step-by-step guide to implementing the SOAP API, Web Scripts, and CMIS.

What you will learn from this book

  • Gain a comprehensive overview of the specifications of Web services
  • Learn how to manipulate contents in Alfresco using different operations and APIs
  • Build applications on top of Alfresco using Alfresco Web Services API
  • Extend the Alfresco RESTful API using WebScripts
  • Make your own different output renditions using FreeMarker
  • Explore the CMIS specification with all the details about the Alfresco implementation
  • Learn how to contact Alfresco with your client using one of the bindings of CMIS
  • Make your CMIS integration more standard using the Apache Chemistry project

Approach

The book is a detailed guide to building integrations on top of Alfresco filled with tons of examples and sample code. It is intended to be a complete overview to help developers choose a specific API with related method invocations.

Who this book is written for

If you are a web developer who wants to build business applications on top of Alfresco, then this is the book for you. Basic understanding of XML, Web development concepts (HTTP, MVC) and Web Services is required.


Full download


Posted: October 5th, 2010, 6:30am CEST

Tags  [edit]

9780470879504 (0470879505), For Dummies, 2010

A friendly guide to the Olympus E-PL1, the latest trend in digital cameras

Hybrids offer the flexibility of interchangeable lenses and a large sensor in a smaller body. The Olympus E-PL1 lightens your load without sacrificing shooting power and this fun and friendly guide helps you better understand your camera's controls, features, and potential. Veteran author Julie Adair King presents you with examples on how to use your camera's main functions in order to create effective and memorable digital photos.

  • Explains how to work with lenses and shoot in auto mode
  • Covers the on-board controls and situational shooting
  • Addresses manipulating focus and color controls
  • Discusses printing, posting online, and other ways to share images

Get started shooting with Olympus E-PL1 For Dummies!


Full download


Posted: October 5th, 2010, 6:30am CEST

Tags  [edit]

9780470882627 (047088262X), Sybex, 2010

Autodesk’s official guide to architectural visualization using 3ds Max Design

Exclusively endorsed by Autodesk, this comprehensive tutorial and reference thoroughly covers 3ds Max Design, the 3D modeling, animation, and rendering software used for architectural visualizations. It also includes essential material for students preparing for the new Certified Associate and Certified Professional exams. Examples come from projects that architects, designers, and planners actually encounter each day, while the workflows and instructions have been tested in real-world applications.

  • The official guide endorsed by Autodesk, with comprehensive information on using 3ds Max Design 2011 as well as achieving certification
  • Features step-by-step instructions and real-world projects that readers will actually encounter
  • Covers using the 3ds Max interface, working with Revit and AutoCAD files, using the data and scene management tools, modeling, simulating lighting effects, analyzing sustainable design features, setting up animated walkthroughs, and much more
  • Explains how to render real-world surfaces with architectural material and how to choose the renderer that creates the desired effect

Mastering Autodesk 3ds Max Design 2011 covers every facet of this powerful program.


Full download


Posted: October 5th, 2010, 6:30am CEST

Tags  [edit]

9780470883174 (0470883170), For Dummies, 2010

The full-color guide to the exciting new iPad, written specifically with the needs of seniors in mind!

The iPad is the perfect device for the senior market, combining the Web, e-mail, photos, video, and book reading into an intuitive, portable device. Written by veteran Dummies author Nancy Muir, this fun and friendly guide shows you how to use the many features and capabilities of the iPad to make life easier! You'll learn how to use the multitouch screen to zoom in and out on Web pages and choose a font and size that makes reading comfortable so that you can get directions, plan vacations, enjoy photos, keep in touch with family, obtain financial and legal information, and much more.

  • Assumes no prior information or experience and begins with the basics of getting acquainted with your iPad and its features
  • Introduces the intuitive touch methodology for interacting, zooming, and scrolling
  • Walks you through organizing your calendar, finding and browsing sites, sending e-mails, sharing photos, buying and playing music, and more
  • Focuses on subjects that are particularly helpful to seniors, such as getting directions, protecting personal information, setting passwords, maintaining and troubleshooting the iPad, and more

You'll quickly discover that the iPad and iPad for Seniors For Dummies are the perfect combinations to get connected and stay connected!


Full download