Jumat, 30 Agustus 2013

Wow! eBook: Magento PHP Developer’s Guide - 5 new eBooks


Wow! eBook: Magento PHP Developer’s Guide - 5 new eBooks

Link to Wow! eBook

Magento PHP Developer’s Guide

Posted: 30 Aug 2013 08:58 AM PDT

Book Description

Magento has completely reshaped the face of e-commerce since its launch in 2008. Its revolutionary focus on object oriented and EAV design patterns has allowed it to become the preferred tool for developers and retailers alike.

“Magento PHP Developer's Guide” is a complete reference to Magento, allowing developers to understand its fundamental concepts, and get them developing and testing Magento code.

The book starts by building the reader's knowledge of Magento, providing them with the information, techniques, and tools that they require to start their first Magento development.

After building this knowledge, the book will then look at more advanced topics: how to test your code, how to extend the frontend and backend, and deploying and distributing custom modules.

“Magento PHP Developer's Guide” will help you navigate your way around your first Magento developments, helping you to avoid all of the most common headaches new developers face when first getting started.

What you will learn from this book

  • Understand the fundamental concepts of Magento
  • Deploy and distribute custom modules
  • Explore development techniques and tools for Magento
  • Extend Magento core functionality
  • Discover the design patterns which form Magento
  • Understand Magento architecture
  • Test Magento with different tools and frameworks

Approach
“Magento PHP Developer's Guide” is an easily accessible tutorial, designed and written to give the reader maximum understanding of the powerful Magento framework.

Who this book is for
This book is written for developers who have previous experience with PHP and PHP frameworks, such as Zend or CakePHP, and want to start developing and working with Magento. Even developers with previous experience with Magento will find the book extremely useful to gain a full understanding of Magento fundamentals, architecture, and overall philosophy.

Book Details

  • Paperback: 256 pages
  • Publisher: Packt Publishing (April 2013)
  • Language: English
  • ISBN-10: 1782163069
  • ISBN-13: 978-1782163060
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Magento PHP Developer's Guide appeared first on Wow! eBook.

Creating Mobile Apps with Sencha Touch 2

Posted: 30 Aug 2013 08:54 AM PDT

Book Description

Everyone has had the perfect idea for a mobile application. Creating Mobile Apps with Sencha Touch 2 can help you bring that idea to life by providing clear examples, in depth explanations, and walking step-by-step building 10 different Sencha Touch mobile applications. You can use these applications as a base for your own applications or leverage your new skills to create something truly unique.

“Creating Mobile Apps with Sencha Touch 2″ offers you 10 different applications complete with source code. The applications include a task manager, RSS feed reader, time tracker, charting application, flash cards, cataloguing, social networking, integration with WordPress, a project workbook, and a basic game. The book also covers working with the Sencha Architect, Sencha.io, and compiling applications with Sencha Command.

Learn the Sencha Touch mobile programming language by building 10 different applications. Each application focuses on a different feature of the Sencha Touch language.

Learn to build a range of applications for mobile devices. Take pictures with your application, create a simple game, or even create an application you can sell on the iTunes app store.

“Creating Mobile Apps with Sencha Touch 2″ will help you learn by building, helping you create great applications.

What you will learn from this book

  • Use Sencha Architect and Sencha Command to give you a head start with your projects
  • Take advantage of cameras, notifications, and other native device features
  • Create charts that will add visual appeal to your applications
  • Tie your applications into other systems like WordPress, RSS feeds, Yelp and others
  • Compile an application you can sell on the iTunes app store

Approach
Full of explained code and enriched with screenshots, this book is the practical way to take your Sencha Touch skills to the next level.

Who this book is for
This book is aimed at people who have a basic to intermediate understanding of Sencha Touch. If you understand the basic concepts, but you need to see how it all fits together, then this book is for you.

Book Details

  • Paperback: 348 pages
  • Publisher: Packt Publishing (April 2013)
  • Language: English
  • ISBN-10: 1849518904
  • ISBN-13: 978-1849518901
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Creating Mobile Apps with Sencha Touch 2 appeared first on Wow! eBook.

HTML5 Game Development with ImpactJS

Posted: 30 Aug 2013 08:51 AM PDT

Book Description

ImpactJS is a JavaScript library specially geared towards building 2-dimensional games. It is intuitive and versatile and allows the game developer to get results in no time while keeping an easy overview when games grow more complex. Games built with ImpactJS can be published on websites and even as an app on both Android and iOS.

With “HTML5 Game Development with ImpactJS”, building games for the Web and app markets has never been so easy. Using the ImpactJS JavaScript engine, you only need this book and basic knowledge of JavaScript in order to build and publish your own game.

“HTML5 Game Development with ImpactJS” allows a single person to build a full game. Using only basic knowledge of JavaScript and this book, you will end up publishing a 2D game for the entire world to enjoy. You will learn to set up a working environment and gather all the necessary tools and resources your game needs. Develop both a top-down and a side scroller game, integrate physics such as gravity, and deploy your game as an app or to your website.

What you will learn from this book

  • Set up a game development environment on your computer
  • Find and use resources such as graphics, music, and sound effects
  • Integrate the Box2D engine in ImpactJS to make a side scroller game with realistic physics
  • Build a top-down game using solely the ImpactJS engine
  • Optimize and prepare your games for computer screens and mobile browsers
  • Turn your HTML5 game into an app for Google Play, Apple, and Chrome app stores

Approach
HTML5 Game Development with ImpactJS is an insightful, friendly guide that will amaze users with its ease of use in game development. It consists of several informative yet simple instructions, which help develop and build your skill set and knowledge base.

Who this book is for
This book is for anyone with basic knowledge of JavaScript, CSS, and HTML. If you have the desire to build your own game for your website or an app store but have no idea how and where to begin, this book is for you.

Book Details

  • Paperback: 304 pages
  • Publisher: Packt Publishing (March 2013)
  • Language: English
  • ISBN-10: 1849694567
  • ISBN-13: 978-1849694568
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post HTML5 Game Development with ImpactJS appeared first on Wow! eBook.

ZeroMQ

Posted: 30 Aug 2013 08:45 AM PDT

Book Description

ØMQ (also spelled ZeroMQ, 0MQ, or ZMQ) is a high-performance asynchronous messaging library aimed at use in scalable distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ØMQ system can run without a dedicated message broker. The library is designed to have a familiar socket-style API.

“ZeroMQ” teaches you to use ZeroMQ through examples in C programming language. You will learn how to use fundamental patterns of message/queuing with a step-by-step tutorial approach and how to apply them. Then, you'll learn how to use high level APIs and to work with multiple sockets and multithreaded programs through many examples.

This book looks at how message/queue works in general and what kinds of problems it solves. Then, it explains how ZeroMQ works and how it differs from other message/queue libraries and how it can be used in different scenarios.

You will also learn how to apply essential message/queue design patterns in different scenarios, and how they differ from each other. It shows you practical examples you can apply. You will also learn how to work with multiple sockets.

You will learn the basics of ZeroMQ as well as how to use different patterns.

What you will learn from this book

  • Implement the request–reply pattern
  • Implement the pub–sub pattern
  • Work with multiple sockets
  • Work with multithreaded programs
  • Detect memory leaks
  • Route schemes
  • Learn the difference between TCP sockets and ZeroMQ sockets

Approach
A practical, step-by-step example-rich tutorial.

Who this book is for
If you are a C developer who wants to learn about ZeroMQ, this book is for you. It is assumed that the reader has C experience at some level but prior ZeroMQ knowledge is not expected.

Book Details

  • Paperback: 108 pages
  • Publisher: Packt Publishing (March 2013)
  • Language: English
  • ISBN-10: 178216104X
  • ISBN-13: 978-1782161042
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post ZeroMQ appeared first on Wow! eBook.

Joomla! 3: Beginner’s Guide

Posted: 30 Aug 2013 08:42 AM PDT

Book Description

Joomla! is one of the most popular open source Content Management Systems, actively developed and supported by a world-wide user community. It's a free, fun, and feature-rich tool for anyone who wants to create dynamic, interactive websites. Even beginners can deploy Joomla to build professional websites. Even though it can be challenging to get beyond the basics and build the site that meets your needs perfectly, this book will guide you through it all.

Completely updated for Joomla! 3, this practical guide helps you to create professional and good-looking websites with Joomla!, whether you want to build a personal blog site or a full-featured company or club website.

The Joomla! 3 Beginner's Guide will help you to get started with Joomla! quickly. It's presented in an organized, easy-to-read manner. The book doesn't focus on what Joomla! can do – it focuses on what you can do using Joomla!.
You learn how to get Joomla! up and running, how to organize content, add new menus, add new features, change the design and much more. Real-life examples and tutorials will spark your imagination and show you what kind of professional, feature-rich websites any web builder can achieve with Joomla!. The focus is on clear instructions and easy-to-understand tutorials, with minimal jargon.

Using the “Joomla! 3 Beginner's Guide” you'll quickly gain the knowledge needed to build your own site, perfectly tailored to your specific needs.

What you will learn from this book

  • Create a feature-rich site that’s easy to expand, customize, and maintain without having to learn web languages such as HTML and Cascading Style Sheets (CSS)
  • Design attractive home pages that provide a quick overview of the site’s contents and direct people to the content they could be interested in
  • Engage your web visitors and turn them into active users by enabling them to register, add content, and leave comments
  • Design clear and easy navigation using menus, submenus, and text hyperlinks
  • Make full use of templates to get your site looking just right, tweaking the CSS and customizing templates using your own logo, fonts, and colors
  • Extend Joomla!’s capabilities by finding and utilizing must-have extensions that perfectly meet your needs
  • Increase your site’s visibility for search engines by applying highly effective Search Engine Optimization (SEO) techniques
  • Secure your site from hackers and potential threats using easy-to-follow techniques

Approach
Written with a fast-paced but friendly and engaging approach, this Packt Beginner’s Guide is designed to be placed alongside the computer as your guide and mentor. Step-by-step tutorials are bolstered by explanations of the reasoning behind what you are doing. You will quickly pick up the necessary skills, tips, and tricks for building a successful Joomla! website.

Who this book is for
This book is written for beginners to website design. By the end of the book you will have built a complete custom content managed website, and be ready to build any kind of website.

Book Details

  • Paperback: 434 pages
  • Publisher: Packt Publishing (March 2013)
  • Language: English
  • ISBN-10: 1782164340
  • ISBN-13: 978-1782164340
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Joomla! 3: Beginner's Guide appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar