Installing and customizing Redmine

by Andriy Lesyuk | April 2013 | Open Source

In this article by Andriy Lesyuk, author of Instant Google Drive Starter, you will learn how to install and customize Redmine.

For installing Redmine from a package we will use Ubuntu Server 12.04 LTS. Why Ubuntu? Because it's one of the most popular Linux distributions nowadays and Ubuntu is widely used along with Redmine (for example, the TurnKey Linux is also based on Ubuntu).

Read Installing and customizing Redmine in full

Creating a Lazarus Component

by Roderick Person | April 2013 | Open Source

In this article by Roderick Person, author of Getting Started with Lazarus IDE, we are going to look at creating new components for Lazarus. We will do this by:

  • Creating a message-logging component

  • Adding properties to the components that appear in the Object Inspector window when a component is used in design time

  • Adding events of the components that appear in the Object Inspector window when a component is used in design time

  • Learning the basics of creating a Property Editor window

  • Learning the basics of creating a Component Editor window and looking at the TCheckListBoxComponentEditor component are some examples

So let's begin.

Read Creating a Lazarus Component in full

Querying and Selecting Data

by Eric Pimpler | April 2013 | Cookbooks

Selecting features from a geographic layer or rows from a standalone attribute table is one of the most common GIS operations. Queries are created to enable these selections, and can be either attribute or spatial queries. Attribute queries use SQL statements to select features or rows through the use of one or more fields or columns in a dataset. An example attribute query would be "Select all land parcels with a property value greater than $500,000". Spatial queries are used to select features based on some type of spatial relationship. An example might be "Select all land parcels that intersect a 100 year floodplain" or perhaps "Select all streets that are completely within Travis County, Texas". It is also possible to combine attribute and spatial queries. An example might be "Select all land parcels that intersect the 100 year floodplain and have a property value greater than $500,000".

In this article by Eric Pimpler, author of Programming ArcGIS 10.1 with Python Cookbook, we will cover the following recipes:

  • Constructing proper attribute query syntax

  • Creating feature layers and table views

  • Selecting features and rows with the Select Layer by Attribute tool

  • Selecting features with the Select by Location tool

  • Combining spatial and attribute queries with the Select by Location tool

Read Querying and Selecting Data in full

SciPy for Computational Geometry

by Francisco J. Blanco-Silva | April 2013 | Open Source

In this article by Francisco J. Blanco-Silva, the author of Learning SciPy for Numerical and Scientific Computing, we will cover the routines in the scipy.spatial module that deal with the construction of triangulations of points in spaces of any dimension, and the corresponding convex hulls. The procedure is simple; given a set of m points in the n-dimensional space (which we represent as an m x n NumPy array), we create the scipy.spatial class Delaunay , containing the triangulation formed by those points.

Read SciPy for Computational Geometry in full

Getting Started with PrimeFaces

by Mert Çalışkan Oleg Varaksin | April 2013 | Cookbooks Java Open Source

The purpose of the article, PrimeFaces—the rapidly evolving, JSF component suite, is to address a wide audience interested in modern, trend-setting Java or JEE web development. In this article by Mert Çalışkan and Oleg Varaksin, authors of PrimeFaces Cookbook, we will be provided with a sneak preview on some of the prime features of PrimeFaces, such as the AJAX processing mechanism and resource handling with Internationalization and Localizaiton, along with the necessary steps to implement a simple web application using PrimeFaces, which will give a head start to the user.

In this article  we will cover:

  • Setting up and configuring the PrimeFaces library

  • AJAX basics with Process and Update

  • Internationalization (i18n) and Localization (L10n)

  • Improved resource ordering

  • PrimeFaces scaffolding with Spring Roo

Read Getting Started with PrimeFaces in full

Creating a website with Artisteer

by Jakub Sanecki | April 2013 | Joomla! WordPress

The article, Creating a website with Artisteer, helps you develop a good-looking, professional website using Artisteer without the need to learn programming languages. This article by Jakub Sanecki, author of Creating Templates with Artisteer, explains the process of designing templates for websites using Artisteer.

Read Creating a website with Artisteer in full

Learning to Fly with Force.com

by Abhinav Gupta Ankit Arora | April 2013 | Enterprise Articles

In this article by Ankit Arora and Abhinav Gupta, the authors of the book Force.com Tips and Tricks, we will focus on the basics of cloud computing and briefly go over the following:

  • Principles and constructs of Force.com

  • Benefits and building blocks of Force.com

  • When to choose this platform

  • Which edition is right for you?

  • A cursory overview of how to manage your Salesforce.com org

Read Learning to Fly with Force.com in full

Testing your App

by Gabriel José Balda Ortíz Nehal Shah | April 2013 | Enterprise Articles Web Development

While the subject of testing could span whole books and there are many books on the subject indeed, we will offer a framework for testing HTML5 enterprise applications as well as an outline of cogent topics that will serve as a point of departure for further study. Different testing tools come with their own particular set of idioms; we will cover the concepts underlying those idioms.

This article by Nehal Shah and Gabriel José Balda Ortíz, authors of HTML5 Enterprise Application Development, will cover the following:

  • Unit testing

  • Functional testing

  • Browser testing

  • Continuous integration

Read Testing your App in full

Advanced Hadoop MapReduce Administration

by Srinath Perera Thilina Gunarathne | April 2013 | Cookbooks Open Source

In this article by Srinath Perera and Thilina Gunarathne, authors of Hadoop MapReduce Cookbook, we will cover:

  • Tuning Hadoop configurations for cluster deployments

  • Running benchmarks to verify the Hadoop installation

  • Reusing Java VMs to improve the performance

  • Fault tolerance and speculative execution

  • Debug scripts – analyzing task failures

  • Setting failure percentages and skipping bad records

  • Shared-user Hadoop clusters – using fair and other schedulers

  • Hadoop security – integrating with Kerberos

  • Using the Hadoop Tool interface

Read Advanced Hadoop MapReduce Administration in full

Getting started with Modernizr using PHP IDE

by Chip Lambert | April 2013 | Open Source

This article by Chip Lambert, author of Instant RESS Implementation How-to will explain how to get started with the feature detection library, Modernizr.

Read Getting started with Modernizr using PHP IDE in full

Creating weapons for your game using UnrealScript

by Dave Voyles | April 2013 | Cookbooks Games

In this article by Dave Voyles, author of UnrealScript Game Programming Cookbook, we will learn how we can create a gun that fires homing missiles, a gun that heals pawns, and a weapon that can damage over time.

Read Creating weapons for your game using UnrealScript in full

So, what is ForgedUI?

by Joseandro Luiz | April 2013 | Web Development

In this article by Joseandro Luiz, author of Instant ForgedUI Starter, we will introduce ForgedUI and explain how it makes cross-platform app development easier.

Read So, what is ForgedUI? in full

Creating a Custom HUD

by John P. Doran | April 2013 | Games

In this article by John P. Doran, the author of the book, Mastering UDK Game Development, we will guide us in creating a HUD that can be used within a Medieval RPG and will fit nicely into the provided Epic Citadel map making use of Scaleform and ActionScript 3.0 using Adobe Flash CS6.

We can have the most fun game in the world, but if the player has no idea what's going on it is next to impossible for that fun to be experienced by anyone other than the creator. One of the main tools that we use within the game industry to pass on information to the user is a heads—up display, more commonly referred to as a HUD.

The tool that most modern—day games use for doing user—interface (UI) work, such as HUDs, is Scaleform. Scaleform has been used with great success in Unreal games such as Borderlands 2, Mass Effect 3, XCOM: Enemy Unknown, and Bioshock Infinite.

Scaleform allows users to bring in Flash animation files to UDK to be rendered directly on the screen or rendered onto textures that can be used within the game world. We can interact with these movies using both Kismet and UnrealScript to create whatever kind of interface you can dream of.

 

Read Creating a Custom HUD in full

Building a London Travel Guide with iBooks Author

by Zeeshan Chawdhary | April 2013 | Enterprise Articles

This article by Zeeshan Chawdhary, author of Instant Apple iBooks How-to, helps us create a full working book with iBooks Author titled London CityGuide. This will incorporate all the widgets and functions available within iBooks Author as well as a case study for layout/design.

The content will be travel-specific for London, sourced from www.WikiTravel.org, Wikipedia, and other open sources. Images will be from Creative Commons wherever possible, or free to use, depending on licenses from original owners.

The finished book is available for download via the iTunes store at https://itunes.apple.com/us/book/london/id593298852?ls=1.

Read Building a London Travel Guide with iBooks Author in full

Inventorying Servers with PowerShell

by Ed Goad | April 2013 | Cookbooks Enterprise Articles Microsoft

This article explains how to inventory the hardware and software configurations of Windows 8 Servers and create a detailed inventory and configuration report. Additionally, this article will cover methods to track configuration changes over time, export the configuration report via Word. This article should cover everything necessary to create a centralized hardware and software inventory of all servers in the enterprise.

This article by Ed Goad, author of Windows Server 2012 Automation with PowerShell Cookbook, covers the following topics:

  • Inventorying hardware with PowerShell

  • Inventorying the installed software

  • Inventorying system configuration

  • Reporting on system security

  • Creating a change report

  • Exporting a configuration report to Word

Read Inventorying Servers with PowerShell in full

Line, Area, and Scatter Charts

by Joe Kuan | April 2013 | Open Source

In this article by Joe Kuan, the author of the book Learning Highcharts, we will cover the following topics:

  • Introducing line charts

  • Sketching an area chart

  • Mixing line and area series

  • Combining scatter and area series

Read Line, Area, and Scatter Charts in full

Creating your first VM using vCloud technology

by Daniel Langenhan | April 2013 | Enterprise Articles

This article by Daniel Langenhan, author of Instant VMware vCloud Starter [Instant] explains how we can create our first VM in vCloud using VMware vCloud Director.

We first have to get vCloud Director installed then we can start playing with it. Our first aim is obviously to deploy a VM inside our vCloud. To do that, we have to assign resources (CPU memory and disk) to vCD for consumption. In step 1 we will learn about all the different types of resources, and in steps 2 to 5, we will build them. Step 6 finally builds a vApp. Last but not least, I will give you some ideas about what to explore next.

Read Creating your first VM using vCloud technology in full

Getting Started with PlayStation Mobile

by Michael Fleischauer | April 2013 | Cookbooks Games

In this article by Michael Fleischauer, author of PlayStation®Mobile Development Cookbook, we will cover:

  • Accessing the PlayStation Mobile portal

  • Installing the PlayStation Mobile SDK

  • Creating a simple game loop

  • Loading, displaying, and translating a textured image

  • "Hello World" drawing text on an image

  • Deploying to PlayStation Mobile certified Android devices

  • Deploying to a PlayStation Vita

  • Manipulating an image dynamically

  • Working with the filesystem

  • Handling system events

Read Getting Started with PlayStation Mobile in full

Basic use of Local Storage

by Alex Libby | April 2013 | Web Development

In this article by Alex Libby, the author of the book, Instant HTML5 Local Storage How-to, we will discuss about HTML5 Local Storage.

When using HTML5 Local Storage, there are two types that you can use—local storage and session storage. We'll begin by looking at the former first, using a simple form as the basis for our article.

Read Basic use of Local Storage in full

Adding Feedback to the Moodle Quiz Questions

by Joan Coy | April 2013 | e-Learning Moodle Open Source

In this article by Joan Coy, author of Instant Moodle Quiz Module How-to [Instant], we will cover how we can add feedback to the questions of the Moodle Quiz.

Feedback is a valuable way to communicate with learners at a distance. Quiz allows us to provide feedback for the learner at multiple levels in the questions.

Read Adding Feedback to the Moodle Quiz Questions in full

Creating and optimizing your first Retina image

by Kyle J. Larson | April 2013 | Open Source

This article by Kyle Larson, author of Website Optimization for Retina Display How-to, will help you create a high-density image and implement it using the HTML <img> tag. You will also learn the importance of consistent file names. It also explains techniques for optimizing images, what tools are available, and why it matters for speed. and using Photoshop and GIMP to edit images

Read Creating and optimizing your first Retina image in full

So, what is Google Drive?

by Mike Procopio | April 2013 | Open Source

Google Drive is a place where you can safely store your files online and access them from anywhere. When you use Google Drive, your files are stored remotely on the Web instead of your computer's hard drive. This is the main idea behind "cloud computing".

Once your files are online and "in the cloud", you can access and edit them from wherever you are using any standard web browser. You can even use your smartphone or tablet computer to access your files on the go. You can also share your files with people that you choose, making it easier than ever to collaborate with others and get stuff done.

Google Drive also includes an optional free sync program that runs on your computer and keeps files synchronized between a folder on your hard drive and Google Drive on the Web. That way, whenever you create or make changes to a file, either on the Web or on your hard drive, it will automatically be kept in sync between your computer and the cloud.

In this article by Mike Procopio, author of Instant Google Drive Starter, you will learn the basics of Google Drive and how to use Google Drive on your phone or tablet computer.

Read So, what is Google Drive? in full

Content Switching using Citrix Security

by Carmel Jacob | April 2013 | Enterprise Articles

In this article by Carmel Jacob, author of Citrix Security How-to, we will cover the implementation of content switching.

CS is the ability to redirect traffic based on content file extensions and, going a step further, in redirecting based on geographical locations. Multiple hostnames can be mapped to the same CS VIP using the server name indication feature from NetScaler 9.2 onwards. Starting with the NetScaler version 10 software, the version of MySQL software can be set for content switching virtual servers (this is to avoid compatibility problems between the client and server).

Read Content Switching using Citrix Security in full

Ease the Chaos with Automated Patching

by Porus Homi Havewala (Oracle Certified Master) | April 2013 | Enterprise Articles Oracle

This article by Porus Homi Havewala (OCM), author of Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos , demonstrates how Cloud Control 12c allows automated patching of Oracle databases in the data center, thus making it possible to easily apply critical patch updates or patch set updates on a quarterly basis. The Patching Designer selects from a list of recommended patches, creates a patch plan template, and publishes it to the Patching Operator, who then creates a patch plan to apply the patch to target databases. After the initial selection, the download, validation and deployment of the patch (single or multiple) is fully automated, thus enabling mass deployment of patches to multiple database homes at prescheduled times. The new feature of out-of-place patching is explained in this article, as is the patch plan templates.

Read Ease the Chaos with Automated Patching in full

Migrating Data

by Cristina Nicolàs Lorente Laura Nicolàs Lorente | April 2013 | Enterprise Articles Microsoft

Microsoft Dynamics NAV 2013 is an Enterprise Resource Planning ( ERP ) system targeted at small and medium-sized companies. In this article by Laura Nicolàs Lorente and Cristina Nicolàs Lorente from the book Implementing Microsoft Dynamics NAV 2013, we will see which tools can be used in Dynamics NAV to migrate data into the system and how to convert data to meet NAV requirements. We will look at tools such as:

  • RapidStart Services

  • XMLport

  • User defined tools

We will also see what kind of data is commonly migrated to Dynamics NAV and which strategies can be used to migrate it. The kind of data and strategies are listed as follows:

  • Master data

  • Open entries

  • Historical data

  • Open documents

Read Migrating Data in full

Creating the first Circos diagram

by Tom Schenk Jr. | April 2013 | Open Source

In this article, by Tom Schenk Jr., the author of Circos Data Visualization How-to, we will create a very basic Circos diagram containing links (ribbons) showing the relationship between hair and eye color. Throughout this task, we will become acquainted with Circos' genome-based terminology. As Circos' roots are in biology, the program does not read the typical tables most users are accustomed to.

Read Creating the first Circos diagram in full

Follow the Money

by Stephen D. Kelly | April 2013 | Enterprise Articles Oracle

This article prepared by Stephen D. Kelly, author of Oracle Primavera Contract Management, Business Intelligence Publisher Edition v14 , In this we will look into the details of managing the money side of your project. These are the nuts and bolts of the core of PCM.

The money is at the core of PCM. All documents in PCM related to money are also related to a specific contractual relationship defined in PCM (trends being a possible exception). And since the contractual relationship is the center of the universe as far as PCM is concerned, it follows that managing the money is at the core of the system. If you understand the information in this article you will be far ahead of most users of PCM, and all the other articles will make more sense.

Read Follow the Money in full

Generating Reports in Notebooks in RStudio

by Edwin de Jonge Mark P.J. van der Loo | April 2013 | Open Source

In this article by Mark P.J. van der Loo and Edwin de Jonge, the authors of the book Learning RStudio for R Statistical Computing, prerequisites for producing a report are discussed and how to produce reports via Notebook that automatically include the results of an analysis is explained.

Read Generating Reports in Notebooks in RStudio in full

So, what is Django?

by Mauro Rocco | April 2013 | Open Source Web Development

In this article written by Mauro Rocco, authors of Instant Django 1.5 Application Development Starter , you will find out what Django actually is, what you can do with it, and why it's so great.

Read So, what is Django? in full

Active Directory migration

by Santhosh Sivarajan | April 2013 | Enterprise Articles Microsoft

In this article by Santosh Sivarajan, author of Instant Migration from Windows Server 2008 and 2008 R2 to 2012 How-to , we get a brief idea about the details of Active Directory migration prerequisites, schema upgrade procedure, verifying the schema version, and installing the Windows Server 2012 Domain Controller in the existing Windows Server 2008 and Server 2008 R2 domain. We will start with the Active Directory migration.

Read Active Directory migration in full

Examining the Oracle Architecture

by Steve Ries | April 2013 | Enterprise Articles Oracle

In this article by Steve Ries author of OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide, we will explore what Oracle has to offer. It covers the Oracle architecture and how it operates to provide data integrity and high performance in an Oracle system.

In this article we will:

  • Understand the distinction between a database and an instance

  • Explore the Oracle instance

  • Understand Oracle's process architecture

  • Examine the Oracle memory cache architecture

  • Explore the Oracle database

  • Investigate Oracle's datafile structure

Read Examining the Oracle Architecture in full

The NGINX HTTP Server

by Dimitri Aivaliotis | April 2013 | Linux Servers Open Source

An HTTP server is primarily a piece of software that will deliver web pages to clients when requested. These web pages can be anything from a simple HTML file on disk to a multicomponent framework delivering user-specific content, dynamically updated through AJAX or WebSocket. NGINX is modular, and is designed to handle any kind of HTTP serving necessary.

In this article by Dimitri Aivaloitis, author of Mastering NGINX , we will investigate the various modules that work together to make NGINX such a scalable HTTP server. The following topics are included in this article:

  • NGINX's architecture

  • The HTTP core module

  • Using limits to prevent abuse

  • Restricting access

  • Streaming media files

  • Predefined variables

  • Using NGINX with PHP-FPM

  • Wiring NGINX and uWSGI together

Read The NGINX HTTP Server in full

Installing and Setting up Sure Step

by Andrew Birch Keith Dunkinson | April 2013 | Enterprise Articles Microsoft

The article, Microsoft Dynamics AX 2012 with Sure Step 2012, provides a comprehensive guide to implementing Microsoft Dynamics AX 2012 with Sure Step 2012, and is the prefect accompaniment for project team members of all levels. In this article by Keith Dunkinson and Andrew Birch, authors of Implementing Microsoft Dynamics AX 2012 with Sure Step 2012, provides complete information on installation of Sure Step and the setup of projects, and also discusses the project offerings within it.

In this article, we will examine the installation of Sure Step and setting it up for a specific project including some of the key choices we need to make, and activities that should be undertaken at this time. After reading this article, we should be able to: download and install the Sure Step client, create an appropriate Sure Step project, and initiate key activities for our Dynamics AX project.

Read Installing and Setting up Sure Step in full

So, what is EaselJS?

by Fabio Biondi | April 2013 | Open Source

This article by Fabio Biondi , author of Instant EaselJS Starter helps you to learn what EaselJS actually is, what you can do with it, and why it's so great. It will also help you on how to create your first HTML5 canvas application "Hello World".

Read So, what is EaselJS? in full

Liferay, its Installation and setup

by Sandeep Nair | April 2013 | Open Source

Liferay is an open source portal solution.  In this article by Sandeep Nair, author of Instant Liferay Portal 6 Starter, we will understand a little about portals.

Read Liferay, its Installation and setup in full

Planning the lab environment

by Vyacheslav Fadyushin | April 2013 | Open Source

This article by Vyacheslav Fadyushin, author of Instant Penetration Testing: Setting Up a Test Lab How-to, reveals how to plan your lab environment step by step and shows what you should consider during the lab planning process.

Read Planning the lab environment in full

Creating a file server (Samba)

by Rick Golden | April 2013 | Cookbooks

This article by Rick Golden, author of Raspberry Pi Networking Cookbook, shows how the Raspberry Pi can be configured to become a file server on the local network.

Read Creating a file server (Samba) in full

Advanced Performance Strategies

by Steve Perkins | April 2013 | Open Source

In this article by Steve Perkins, author of Hibernate Search by Example, we will look at some advanced strategies for improving the performance and scalability of production applications, through code as well as server architecture.

Read Advanced Performance Strategies in full

Improving Performance with Parallel Programming

by Eric Rochester | April 2013 | Cookbooks Open Source

The recipes in this article focus on leveraging multiple cores by showing different ways to parallelize Clojure programs.

In this article by Eric Rochester, the author of Clojure Data Analysis Cookbook, we will cover:

  • Parallelizing processing with pmap

  • Parallelizing processing with Incanter

  • Partitioning Monte Carlo simulations for better pmap performance

  • Finding the optimal partition size with simulated annealing

  • Parallelizing with reducers

  • Generating online summary statistics with reducers

  • Harnessing your GPU with OpenCL and Calx

Read Improving Performance with Parallel Programming in full

Comparative Study of NoSQL Products

by Gaurav Vaish | April 2013 | Open Source

In this article by Gaurav Vaish, author of Getting Started with NoSQL, we will do a comparative study of the various products available in the market for implementing NoSQL—both open source as well as commercial.

Specifically, we compare the following products:

This article is structured such that we first explore each point for comparison and then compare it across the products.

Read Comparative Study of NoSQL Products in full

Show/hide rows and Highlighting cells

by Charlie Griefer | April 2013 |

In this article by Charlie Griefer, author of Instant jQuery 2.0 Table Manipulation How-to [Instant], we will see two recipes Show/hide rows and Highlighting cells.

Read Show/hide rows and Highlighting cells in full

Turning your PowerPoint presentation into a Prezi

by Domi Sinclair | April 2013 | e-Learning Open Source

Moving to Prezi doesn't have to mean abandoning all the hard work you've put into perfecting your PowerPoint slides. That work is still useful, as you can import your PowerPoint into Prezi. This is a good starting point as it allows you to rework your familiar content.

This article by Domi Sinclair, author of Instant Prezi for Education How-to takes you through the steps to creating more engaging presentations using Prezi.

Read Turning your PowerPoint presentation into a Prezi in full

Getting Started with ZeroMQ

by Faruk Akgul | April 2013 | Open Source

This article by Faruk Akgul, author of ZeroMQ explains what a message queuing system is, discusses the importance of message queuing, and introduces ZeroMQ to the reader.

Before we start digging into ZeroMQ, let's first have a brief introduction on the general concept of message queues.

Read Getting Started with ZeroMQ in full

Instant Minecraft Designs – Building a Tudor-style house

by Mephisto Waltz | April 2013 | Games

Hi there, I'm Mephisto Waltz, author of Instant Minecraft Designs How-to. I shall be your guide for this extraordinary adventure in the world of Minecraft architecture. I can't tell you just how stoked I am that you are reading this article. I really hope you get a lot out of it. When you start building using the tutorial discussed in this article, I expect that you at least have a rudimentary knowledge of how Minecraft works. If you don't, just take some time and get to know the various controls and features of Minecraft; it really doesn't take long to get the hang of it.

Visit my website www.mephistowaltzminecraft.com for instructions on setting up your own Minecraft server and installing all of the mod files required to follow along with this article. I really hope you have a great time with this article. Good luck and most of all, have fun!

The main intention of this article is to introduce you to the use of the very powerful mods: WorldEdit CUI and VoxelSniper GUI. If you have ever seen some truly amazing Minecraft structures and wondered how on earth they were built, chances are they were built using these mods. That's not to say you can't build truly amazing Minecraft structures without these mods; you can, but it just takes a lot longer. These tools make your workflow in Minecraft exponentially more efficient and effective, leaving that much more time for you to get creative.

At the start of the article, I'll gently introduce you to some of the more commonly used commands in WorldEdit CUI, and a little bit of VoxelSniper GUI's functionality. I'll start off by walking you through almost every action and cover each step fairly comprehensively.

Read Instant Minecraft Designs – Building a Tudor-style house in full

Building a Custom Version of jQuery

by Dan Wellman | April 2013 | Open Source Web Development

With the 1.8 release of jQuery, something new was introduced that the development community as a whole had been wanting for a while – the ability to build custom versions of jQuery that contained only the functionality that was required for a given task.

In this article by Dan Wellman, author of jQuery Hotshot, we'll set up the environment we need in order to use jQuery's build tool. We'll see what other software we need to use, how to run the build tool itself, and what we can expect as output of the build tool.

Read Building a Custom Version of jQuery in full

Obtaining a binary backup

by Shaun M. Thomas | April 2013 | Open Source

This article by Shaun M. Thomas, from the book, Instant PostgreSQL Backup and Restore How-to explains about another backup method available to PostgreSQL, which is a base backup, which consists of the actual data files themselves. These kinds of backups do not need to be restored, only uncompressed or copied. Using them can be more complicated, but they can be ready much faster depending on the database size. The developers have kindly provided pg_basebackup as a simple starting point.

Read Obtaining a binary backup in full

Customizing your IBM Lotus Notes 8.5.3 experience

by Barry Max Rosen | April 2013 | Enterprise Articles IBM

The article, IBM Lotus Notes 8.5.3, helps you master the IBM Lotus Notes 8.5.3 client to become an expert at e-mail, calendaring and scheduling, contacts, to dos, and much more. This article by Barry Max Rosen, author of Instant IBM Lotus Notes 8.5.3 How-to, explains how IBM Lotus Notes 8.5.3 is highly customizable and works the way you want it to work.

Read Customizing your IBM Lotus Notes 8.5.3 experience in full

MinGW

by Ilya Shpigor | April 2013 | Microsoft

Minimalist GNU for Windows (MinGW) is a native software port of the GNU tool chain for the Microsoft Windows operating system. The base components of MinGW software are compiler, linker, and assembler. This minimal tool set is enough to start developing applications. But MinGW contains some service utilities to make the developing process more effective:

In this article by Ilya Shpigor, the author of Instant MinGW Starter, you will learn how to perform some tasks with the most important features of MinGW :

  • GNU Make

  • GNU Debugger (GDB)

  • GNU profiler

  • Compiler for Windows resource files

  • Header files and libraries for Windows API

  • Collection of archives and packers

(For more resources related to this topic, see here.)

Read MinGW in full
Code Download and Errata
Packt Anytime, Anywhere
Register Books
Print Upgrades
eBook Downloads
Video Support
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