Adding a security role
In this article by Ahmed Mohamed Rafik Moustafa, the author of Microsoft Dynamics AX 2012 Security How-To, we will learn about securing our Dynamics AX 2012 environment with simple and practical steps.
Read Adding a security role in fullGetting Started
Mobile games have been the recent craze and with so many ways to monetize the popularity of these games.ShiVa3D gives developers the power to quickly develop the game once, but deploy to almost every popular mobile platform, which enables them to have greater distribution and a greater opportunity to sell games.
This article by Wade Tracy, author of Learning ShiVa3D Game Development, This article shows you how to install the tools that you will need and get basic objects into the game. We'll also briefly touch on a few topics, such as input and lighting that will be covered later, so that we can get a very rudimentary game up and running in this article itself!
Read Getting Started in fullMoGraph
MoGraph animations are created by creating basic objects and combining them together in unique and interesting ways.
This article by Jen Rizzo, author of Cinema 4D Beginner's Guide, provides a brief overview of many common MoGraph objects such as cloner and tracer, as well as how to work with Cinema 4D's built-in Dynamics system. In this article we will learn about:
-
Cloner objects
-
Effectors
-
Dynamics
-
Tracer objects
-
Text objects
Meet QlikView
Business Intelligence technologies are a must-have in every business to make informed decisions and keep up-to speed with the ever-evolving markets. QlikView’s disruptive technology makes it a key player and leader in the industry; with its flexibility and powerful analytics environment, building QlikView apps can be mastered by both, business users as well as developers.
In this article by Miguel García and Barry Harmsen, authors of QlikView 11 for Developers we will look at:
- What is QlikView?
- Exploring data with QlikView
- The technology and components behind QlikView
- HighCloud Airlines, and why QlikView might be just the tool they need
Adding Bodies to the World
Bodies are what make Box2D games possible. Anything you can move or interact with, is a body . Birds, pigs, and crates in Angry Birds are bodies, as well as the idol and the totem bricks in Totem Destroyer.
In this article by Emanuele Feronato, author of Box2D for Flash Games, we will cover:
- Creating a fixture
- Creating a box shape
- Different body types — static, dynamic, and kinematic
Prepare and Build
In this article by Alex Nuijten, Iloon Ellen-Wolff, and Learco Brizzi, authors of Oracle APEX Best Practices, we will discuss different aspects of setting up an Application Express (APEX) environment. Among others, we'll take a look at installing APEX, performing preparational tasks before actually building applications, and transforming the data model into initial screens.
Read Prepare and Build in fullMeet Yii
The name Yii is an acronym for Yes, it is, and is pronounced as Yee or (ji:). Yii is a high-performance, component-based, web application framework written in PHP5.
This article by Jeffrey Winesett, author of Web Application Development with Yii and PHP, provides you with a brief history of Yii, an introduction to the Model View Controller (MVC) application architecture, and you are introduced to the typical request life cycle as it makes its way from the end user through the application, and finally as a response back to the end user.
Read Meet Yii in fullWindows Azure Service Bus: Key Features
Windows Azure Service Bus offers features that are not offered by any other cloud platform on the market. One important feature is the Service Bus that enables you to connect your on-premise services to Windows Azure services and beyond. The Access Control Service enables you to easily authenticate users without having to write complex authentication code ourselves. By using Windows Identity Framework (WIF) and supporting identity providers such as Live ID, Yahoo, and Facebook, it will be easy to use these identity providers as the main authentication mechanism in our own services.
In this article by Riccardo Becker, author of Windows Azure programming patterns for Start-ups, we will provide a systematic guide on how to integrate with Facebook. AppFabric also contains AppFabric applications, an easy way to develop and deploy composite applications. Another interesting feature is the caching feature that AppFabric offers.
Read Windows Azure Service Bus: Key Features in fullAdding Interactivity and Completing Your Site
HTML5 Boilerplate is the number one choice for many web developers to get their projects going. It allows you to deploy quality websites successfully and quickly while also ensuring robust cross-browser performance.
This article by Divya Manian, author of HTML5 Boilerplate Web Development, will help you discover how to do feature-detection, add some interactivity with JavaScript, and finalize your website implementation.
Read Adding Interactivity and Completing Your Site in fullManaging Files
Talend Open Studio for Data Integration (TOS) is an open source graphical development environment for creating custom integrations between systems.
This article by Jonathan Bowen, author of Getting Started with Talend Open Studio for Data Integration, shows how to manage Files during integration jobs. We'll look at renaming, moving, copying, and deleting Files; how to timestamp a File; connecting to remote servers to FTP files; and zipping and unzipping Files.
Read Managing Files in fullBuilding Applications with Spring Data Redis
The Spring Data project is essentially a parent project that collects data storage specific subprojects under a single brand. It teaches you how you can use Redis in your Spring powered applications.
In this article by Petri Kainulainen, author of Spring Data, we will cover:
- The basic design principles of a Redis data model
- The key components of Spring Data Redis
- How we can implement a CRUD application
- How we can use the publish/subscribe messaging pattern
- How we can use Spring Data Redis as an implementation of the cache abstraction provided by Spring Framework 3.1
BatteryMonitor Application
The BatteryMonitor application allows you to monitor the state and battery levels of your iOS device using the APIs that come with the iOS SDK. Each iOS device represents a unique set of properties that include the device's current physical orientation, its model name, and its battery state. It also provides access to the onboard hardware.
This article by Steven F Daniel, author of iPad Enterprise Application Development BluePrints, we will be taking a closer look at how we can use the Core Graphics framework to create and draw a gauge that will be use to present and visualize the total amount of battery life remaining on the iOS device, and then start to design the user interface for our app.
Read BatteryMonitor Application in fullSharing a Mind Map: Using the Best of Mobile and Web Featuressil
FreeMind is the powerful, free mind mapping software used by millions of people worldwide to capture their ideas and communicate them visually.
In this article by Silvina P. Hillar, author of Mind Mapping with FreeMind, we will cover:
- Exporting a branch as a new map or HTML
- Exporting the mind map to bitmaps or vector graphics
- Uploading the mind map on Flickr and sharing it
- Exporting the mind map as HTML
- Exporting the mind map as XHTML
- Exporting the mind map as Flash
- Exporting the mind map as an OpenOffice Writer document and uploading to Google Docs
- Viewing an interactive mind map in a web browser
Basic Coding with HornetQ: Creating and Consuming Messages
Exchanging information in the form of short messages is becoming more and more important, so frameworks for doing this will be a key factor in software development. Messages and information can be exchanged at exponential speed with JBoss HornetQ asynchronous messaging middleware.
In this article by Piero Giacomelli, author of HornetQ Messaging Developer’s Guide, we will cover the following topics::
- Installing Eclipse and NetBeans for developing with HornetQ on both Windows and Ubuntu
- Setting up a development environment for working with HornetQ core API in Eclipse and NetBeans
- Creating an example for producing and consuming messages in HornetQ in both a synchronous and an asynchronous way
- Implementing some classes using the performance practice for managing core API connections, sessions, and clients
Getting Started with CouchDB and Futon
CouchDB is a NoSQL database which is making waves in the development world. It’s the tool of choice for many PHP developers so they need to understand the robust features of CouchDB and the tools that are available to them.
This article by Tim Juravich, author of CouchDB and PHP Web Development Beginner's Guide, defines CouchDB documents and shows how to manage them both from the command-line and within Futon – CouchDB's built-in administration utility.
Read Getting Started with CouchDB and Futon in full

