Article Network

Meet QlikView

by Barry Harmsen Miguel García | December 2012 | Enterprise Articles

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
Read Meet QlikView in full

Adding Bodies to the World

by Emanuele Feronato | December 2012 | Games Open Source

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
Read Adding Bodies to the World in full

Prepare and Build

by Alex Nuijten Iloon Ellen-Wolff Learco Brizzi | December 2012 | Enterprise Articles Oracle

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 full

Meet Yii

by Jeffrey Winesett | December 2012 | Open Source PHP

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 full

Windows Azure Service Bus: Key Features

by Riccardo Becker | December 2012 | Enterprise Articles

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 full

Adding Interactivity and Completing Your Site

by Divya Manian | December 2012 | Open Source Web Development

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 full

Managing Files

by Jonathan Bowen | December 2012 | Open Source

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 full

Building Applications with Spring Data Redis

by Petri Kainulainen | December 2012 | Open Source

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
Read Building Applications with Spring Data Redis in full

BatteryMonitor Application

by Steven F Daniel | November 2012 | Enterprise Articles

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 full

Sharing a Mind Map: Using the Best of Mobile and Web Featuressil

by Silvina P. Hillar | November 2012 | Cookbooks Open Source

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
Read Sharing a Mind Map: Using the Best of Mobile and Web Featuressil in full

Basic Coding with HornetQ: Creating and Consuming Messages

by Piero Giacomelli | November 2012 | JBoss Java Open Source

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
Read Basic Coding with HornetQ: Creating and Consuming Messages in full

Getting Started with CouchDB and Futon

by Tim Juravich | November 2012 | Open Source PHP Web Development

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

Nmap Fundamentals

by Paulino Calderon Pale | November 2012 | Cookbooks Open Source

Nmap is a well known security tool used by penetration testers and system administrators. The Nmap Scripting Engine (NSE) has added the possibility to perform additional tasks using the collected host information. Tasks like advanced fingerprinting and service discovery, information gathering, and detection of security vulnerabilities.

In this article by Paulino Calderon Pale, author of Nmap 6: Network exploration and security auditing Cookbook, we will cover:

  • Downloading Nmap from the official source code repository
  • Compiling Nmap from source code
  • Listing open ports on a remote host
  • Fingerprinting services of a remote host
  • Finding live hosts in your network
  • Scanning using specific port ranges
Read Nmap Fundamentals in full

Creating Motion Through the Timeline

by Joseph Labrecque | November 2012 | Web Development

The goal of Adobe Edge Animate is to allow users to easily create standards-based motion and interaction without having to deal with a lot of code by hand. This article explores the motion side of the equation through animated content and the Timeline.

In this article by Joseph Labrecque , author of Learning Adobe Edge Animate, we will cover:

  • The Timeline
  • The Playhead
  • The Pin
  • Transitions
  • Keyframes
  • Easing
Read Creating Motion Through the Timeline in full

Troubleshooting your BAM Applications

by Pete Wang | November 2012 | SOA Oracle

In a typical business flow in BAM, business data moves from various upstream data sources to Oracle BAM, which internally processes and pushes the data to IE browsers for report rendering. As different technologies and BAM Server components are involved, it could be time-consuming and challenging to identify and solve the problem if anything goes wrong in this flow.

In this article by Pete Wang , author of Oracle BAM 11gR1 Handbook, we will cover:

  • Methodologies for troubleshooting Oracle BAM
  • Troubleshooting Active Data processing
  • Troubleshooting BAM HA issues
Read Troubleshooting your BAM Applications 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