Article Network

Delving Deep into Application Design

by Alex Peterson Ilya Grinblat | January 2013 | Games Open Source Web Graphics & Video

In this article Ilya Grinblat and Alex Peterson, the authors of OGRE 3D 1.7 Application Development Cookbook, we'll show you how to create an Ogre 3D Windows application in Visual Studio 2010 using the Win32 API, the Microsoft Foundation Classes ( MFC), and the .NET framework. We'll show you how to configure your project settings to support Ogre, and how to integrate Ogre into each type of application. We'll also create a custom Ogre plugin and a custom resource manager.

Read Delving Deep into Application Design in full

Building Your First Application

by Mariano Reingart Massimo Di Pierro | January 2013 | Cookbooks Open Source

In this article by Mariano Reingart and Massimo Di Pierro, the authors of web2py Application Development Cookbook we will cover:

  • Improving the scaffolding application

  • Building a simple contacts application

  • Building a Reddit clone

  • Building a Facebook clone

The recipes in this article will provide examples of complete applications, comprising models, views, and controllers. They range from simple contacts applications to a more complex Facebook clone. Other recipes in this article will show you how to solve some recurrent problems that new users typically encounter, from adding a logo to creating a navigation bar.

Read Building Your First Application in full

More on ADF Business Components and Fusion Page Runtime

by Jobinesh Purushothaman | January 2013 | Enterprise Articles Oracle

In this article by Jobinesh Purushothaman, the author of Oracle ADF Real World Developer’s Guide, we will discuss the following topics:

  • Lifecycle of an ADF Fusion web page with region

  • Transaction management in Fusion web applications

  • Building a dynamic model-driven UI with ADF

  • Building composite view objects

  • Building application modules with no database connection

  • Looking up the UI component from the component tree at runtime

Read More on ADF Business Components and Fusion Page Runtime in full

SQL Server and PowerShell Basic Tasks

by Donabel Santos | January 2013 | Enterprise Articles Microsoft

This article by Donabel Santos author of SQL Server 2012 with PowerShell V3 Cookbook, demonstrates scripts and snippets of code that accomplish some basic SQL Server tasks, using PowerShell. We will start with simple tasks, such as listing SQL Server instances and creating objects such as tables, indexes, stored procedures, and functions, to get you comfortable with working with SQL Server programmatically.

You will find that many of the recipes can be accomplished using PowerShell and SQL Management Objects ( SMO). SMO is a library that exposes SQL Server classes, which allows for programmatic manipulation and automation of many database tasks. For some recipes, we will also explore alternative ways of accomplishing the same tasks, using different native PowerShell cmdlets.

Even though we are exploring how to create some common database objects using PowerShell, I would like to note that PowerShell is not always the best tool for the task. There will be tasks that are best left accomplished using T-SQL. Even so, it is still good to know what is possible with PowerShell and how to do it, so that you know you have alternatives depending on your requirements or situation.

Read SQL Server and PowerShell Basic Tasks in full

Hooking into native events

by Matt Gifford | January 2013 | Cookbooks Open Source

When developing for mobile devices, we can create feature-rich applications that harness the functionality of the native processes and systems.

The devices themselves provide us with built-in controls and user interface elements in the form of native buttons, to which we can apply methods and functions.

We can also make use of the hidden events and manage how our applications work when placed in the background on the device or alter states depending on network connectivity.

In this article by Matt Gifford, author of PhoneGap Mobile Application Development Cookbook, will introduce you to some of the native events available through the PhoneGap API, and how we can implement them into applications.

In this article, we will cover:

  • Pausing your application

  • Resuming your application

  • Displaying the status of the device battery levels

  • Making use of the native search button

  • Displaying network connection status

  • Creating a custom submenu

Read Hooking into native events in full

Continuous Delivery and DevOps FAQs

by Paul Swartout | January 2013 | Architecture & Analysis

For a while now, there has been a buzz around the IT industry about something called continuous delivery and DevOps—strictly speaking that should be "some things" as continuous delivery and DevOps are actually two separate things.

You may have heard about them but may not fully understand what they are, why they are valuable and, should you wish to implement them, where to start from.

In this article by Paul Swartout, author of Continuous Delivery and DevOps: A Quickstart guide, we have tried to capture some common questions and provide some answers—an FAQ of sorts.

Read Continuous Delivery and DevOps FAQs in full

Adding Geographic Capabilities via the GeoPlaces Theme

by Yuxian Eugene Liang | January 2013 | Open Source

In this article, by Yuxian Eugene Liang, the author of WordPress Mobile Applications with PhoneGap, talks about creating a location-based directory via the GeoPlaces theme. It covers the setting up and addition of sample geographic data into your WordPress site. We'll add geographic capabilities to our WordPress site by leveraging on the GeoPlaces theme.

The major topics we will cover in this article are:

  • Introduction to the GeoPlaces theme

  • Populating the site with sample data from GeoPlaces

  • Managing place listings from the frontend side as well as the admin side of the site

For a start, we'll be using a premium theme called GeoPlaces, by Templatic. At the time of writing, a single user license is priced at USD 99 while a developer license is priced at USD 179. For the rest of this article we will be using the GeoPlaces theme to do the bulk of the heavy lifting of geographic functionalities, since Google Maps are built directly into the GeoPlaces theme.

Before we move into this article officially, you might be wondering where it will lead us. To begin with, since our mobile app's content is dependent on our WordPress site, we need to add basic content (in this case, place listings and other article-like information) to the site.

Read Adding Geographic Capabilities via the GeoPlaces Theme in full

WebLogic Security Realm

by Luca Masini Rinaldi Vincenzo | January 2013 | Enterprise Articles Oracle

This article by Luca Masini and Rinaldi Vincenzo, authors of Securing WebLogic Server 12c, covers every aspect you need to consider for activating an internal user and group structure. Here, you can also find a very useful section about errors and debugging tips, needed to resolve your configuration issues.

Read WebLogic Security Realm in full

SAP HANA integration with Microsoft Excel

by Mark Walker | January 2013 | Enterprise Articles SAP

In this article by Mark Walker, author of SAP HANA Starter, you will learn how to perform the most important tasks in SAP HANA.

Read SAP HANA integration with Microsoft Excel in full

Components - Reusing Rules, Conditions, and Actions

by Robert Varkonyi | January 2013 | Drupal Open Source

This article by Robert Varkonyi, author of Drupal Rules How-to, explains the benefits of using Components by creating a Condition that can be re-used in other rule configurations.

In this scenario, we want to perform some action when a node is being commented on. But we only want to execute the action if the node was not created by the super admin (that is, user 1) and the node is either an article, or has an image field (field_image).

Read Components - Reusing Rules, Conditions, and Actions in full

Overview of Microsoft Dynamics CRM 2011

by Neil Benson | January 2013 | CRM Enterprise Articles

In this article by Neil Benson, author of Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide, we will discuss:

  • Architecture of Microsoft Dynamics CRM 2011

  • Support and unsupported customizations

  • Deployment options

  • Using an implementation methodology

  • Customization security roles

Read Overview of Microsoft Dynamics CRM 2011 in full

Creating Interactive Graphics and Animation

by Nivedita Majumdar Swapnonil Banerjee | January 2013 | Cookbooks

In this article by Nivedita Majumdar and Swapnonil Banerjee authors of MATLAB Graphics and Data Visualization Cookbook, we will cover:

  • Callback functions

  • Obtaining user input from the graph

  • Linked axes and data brushing

  • The magnifying glass demo

  • Animation with playback of frame captures

  • Stream particle animation

  • Animation by incremental changes to chart elements

Read Creating Interactive Graphics and Animation in full

Page Events

by Chetan K Jain | January 2013 | Cookbooks Open Source

This article by Chetan K Jain, author of jQuery Mobile Cookbook, shows you how to use the various events available in the framework. You will learn to use the page initialization, page load, page change, and page remove events. You will also see how to use the page transition and animation events.

Read Page Events in full

Getting Started with Marmalade

by Sean Scaplehorn | January 2013 | Games

Marmalade is a cross-platform solution that allows us to write the source code for a video game once in C++ (a language that most video game developers will already be familiar with) and then deploy it to a number of different platforms, including iOS, Android, and BlackBerry PlayBook.

In this article by Sean Scaplehorn, author of Marmalade SDK Mobile Game Development Essentials, we will be learning how to get the Marmalade SDK set up for development. While Marmalade is available in both Windows and Mac versions, the Windows version is the most developed of the two.

Read Getting Started with Marmalade in full

Creating an Application

by Ajit Kumar | December 2012 | Open Source

In this article by Ajit Kumar, author of Sencha MVC Architecture, we will take a step-by-step approach to create a functional application in ExtJS using the MVC architecture and the framework classes related to it. For the sake of completeness and illustration of the concepts, we will be taking up an application requirement and implementing it in ExtJS.

As a requirement, we will be creating an application, which would:

  • Show the list of departments and the users

  • Show the list of users for a selected department

  • Allow the user to edit user information

  • Refresh the users list to get all the users of all the departments

Read Creating an Application in full
Code Download and Errata
Packt Anytime, Anywhere
Register Books
Print Upgrades
eBook Downloads
Contact Us
Awards Voting Nominations Previous Winners
Judges Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software
Resources
Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software