Article Network

Packaging Content Types and Feeds Importers

by Trevor James | January 2013 | Drupal Open Source

The Features module steps in. It is a powerful module that will allow us to package up our content types and feeds importers' configurations into code.

In this article by Trevor James, the author of Migrating to Drupal 7, we'll cover the following topics:

  • Installing features

  • Creating a feature for your content type and for your feeds importer

  • Overriding features

  • Reviewing feature overrides and reverting the features code

  • Sharing a Features module and implementing it on a separate Drupal site

Read Packaging Content Types and Feeds Importers in full

Securing Portal Contents

by Ken Finnigan Luca Stancapiano Piergiorgio Lucidi | January 2013 | JBoss Open Source

In this article by Ken Finnigan, Luca Stancapiano and Piergiorgio Lucidi , authors of GateIn Cookbook, we will cover

  • Securing portals

  • Securing with JBoss AS

  • Securing with Tomcat

  • Choosing the JAAS modules

  • Creating a login page

  • Synchronizing users

  • Securing pages

  • Securing categories

  • Securing applications

  • Securing portlets

Read Securing Portal Contents in full

Oracle: Using the Metadata Service to Share XML Artifacts

by Matt Wright | January 2013 | Cookbooks Enterprise Articles Oracle

Service Oriented Architecture (SOA) provides the architectural framework needed to integrate diverse systems together and create new composite applications. Oracle SOA Suite 11gR1 provides the tools needed to turn an SOA architecture into a working solution.

In this article by Matt Wright, co-author of Oracle SOA Suite 11g Developer's Cookbook, we will cover:

  • Creating a file-based MDS repository for JDeveloper

  • Creating Mediator using a WSDL in MDS

  • Creating Mediator that subscribes to EDL in MDS

  • Creating an external reference using a WSDL in MDS

  • Referencing Schematron in MDS for validation

  • Referencing a fault policy deployed to MDS

  • Deploying MDS artifacts to the SOA infrastructure

  • Exporting an MDS partition to the filesystem

  • Deleting XML artifacts from SOA infra MDS

Read Oracle: Using the Metadata Service to Share XML Artifacts in full

Moving space between partitions

by Curtis Gedak | January 2013 | Open Source

This article by Curtis Gedak, author of Manage Partitions with GParted How-to reveals how to migrate free disk space to where it is most needed. It can be frustrating to run out of free space in one partition (for example, C:) when another partition (for example, D:) has plenty. In this recipe we cover the steps to migrate free space from one partition to another.

Read Moving space between partitions in full

Getting Your Course Ready for a New Semester

by Brandon Ballentine | January 2013 | Cookbooks e-Learning

In this article by Brandon Ballentine, author of Desire2Learn for Higher Education Cookbook, we will cover the following recipes:

  • Copying course materials from a previous semester

  • Importing a publisher's course cartridge

  • Changing many due dates from one screen

  • Double-checking everything from the student view

  • Configuring your web browser

Read Getting Your Course Ready for a New Semester in full

Building the Control-M Infrastructure

by Qiang Ding | January 2013 | Enterprise Articles

Unlike ordinary desktop applications, Control-M is an enterprise-level large-scale batch workload automation platform that handles the execution of end-to-end business processes potentially across the entire organization. Therefore, it is essential to properly plan the batch infrastructure in advance to fully utilize the benefits of Control-M and allow it to fulfill the future growth of the organization's batch needs.

In this article by Qiang Ding, author of BMC Control-M 7: A Journey from Traditional Batch Scheduling to Workload Automation , we are going to look at important factors that need to be taken into consideration for building a complete batch infrastructure. We will start with introducing the "Three Ages" towards workload automation. This will be followed by discussions of pre-implementation-related topics, such as batch environment sizing considerations, choices of high availability solutions, storage space requirements, firewall configuration requirements, user experience-related performance concerns, and so on. Once we have the environment planned, we focus on the technical aspects by building a complete sandpit Control-M batch infrastructure.

Read Building the Control-M Infrastructure in full

Mobile Devices

by David Burns | January 2013 | Beginner's Guides Open Source

We are currently seeing an explosion of mobile devices to the market. A lot of them are more powerful than your average computer was just over a decade ago. This means that in addition to having nice clean, responsive, and functional desktop applications, we are starting to have to make sure the same basic functionality is available to mobile devices. In this article, we are going to be looking at how we can set up mobile devices to be used with Selenium WebDriver.

In this article by David Burns, author of Selenium 2 Testing Tools Beginner's Guide, we shall learn:

  • How to use the stock browser on Android

  • How to test with Opera Mobile

  • How to test on iOS

Read Mobile Devices in full

New Connectivity APIs – Android Beam

by Murat Aydin | January 2013 | Open Source

In this article by Murat Aydin, the author of Android 4: New features for Application Development, introduces us to new connectivity APIs with Android Ice Cream Sandwich—Android Beam, which uses the NFC hardware of the device. Android Beam allows devices to connect to each other without using a wireless access point. This article will teach us the usage of Android Beam.

The topics covered in this chapter are as follows:

  • Android Beam

  • Beaming NdefMessages

Read New Connectivity APIs – Android Beam in full

Creating and configuring a basic mobile application

by Darko Goleš | January 2013 | e-Commerce

After everything is configured and prepared, this article by Darko Goleš, author of Magento Mobile How-to, starts exploring the Magento Mobile Admin Panel in order to create our first Magento Mobile application.

Read Creating and configuring a basic mobile application in full

Team Foundation Server 2012

by Jakob Ehn Terje Sandstrom | January 2013 | Enterprise Articles

Team Foundation Server 2012 (TFS 2012) is the latest version of Microsoft's Application Lifecycle Management (ALM) system. This article by Jakob Ehn and Terje Sandstrom, authors of Team Foundation Server 2012 Starter, covers all the aspects of managing a software product over its complete lifecycle, from inception, through development and the subsequent maintenance phase for as long as it is in use.

Read Team Foundation Server 2012 in full

Creating Cartesian-based Graphs

by Ben Fhala | January 2013 | Cookbooks

In this article by Ben Fhala, author of HTML5 Graphing and Data Visualization Cookbook, we will cover the following topics:

  • Building a bar chart from scratch

  • Spreading data in a scatter chart

  • Building line charts

  • Creating the flying brick chart (waterfall chart)

  • Building a candlestick chart (stock chart)

Read Creating Cartesian-based Graphs in full

Application Packaging in VMware ThinApp 4.7 Essentials

by Peter Björk | January 2013 | Enterprise Articles

In this article by Peter Björk, authors of VMware ThinApp 4.7 Essentials, we will cover the packaging process. We'll discuss packaging's best practices the, packaging environment, entry points, the data container, and Package.ini.

Read Application Packaging in VMware ThinApp 4.7 Essentials in full

Creating Bar Charts

by Dominic Gélineau Peter Backx | January 2013 | Cookbooks

This article by Peter Backx and Dominic Gélineau, authors of ActionScript Graphing Cookbook, will give us all the tools to create multiple bar charts. Be it vertical, horizontal, comparison, or histograms, this article will provide solid bases to improve those charts even more. We will use the same methodology for every chart.

In this article, we will cover:

  • Drawing a bar chart with Flex

  • Building vertical bar charts

  • Creating comparison bar charts

  • Drawing histograms

  • Creating sparklines to enrich text content

  • Making 3D bar charts

Read Creating Bar Charts in full

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
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