ibm developerworks

IBM developerWorks: Create a PHP development environment on the ...

PHPDeveloper.org  Tue, 03/15/2011 - 09:08

On the IBM developerWorks site today there's a new tutorial from Daniel Krook showing you how to use the IBM Cloud product to set up a development environment based on a Red Hat Enterprise server distribution with Zend Server as the PHP environment.


 

IBM developerWorks: Accessing third-party content with oEmbed an...

PHPDeveloper.org  Mon, 03/14/2011 - 12:42

On IBM's developerWorks there's a recent article from Vikram Vaswani about using the oEmbed tool to pull content into your site from sources like YouTube, Twitter and Facebook.


 

Manage resources on overcommitted KVM hosts

Linux Today  Sun, 02/13/2011 - 09:04

IBM Developerworks: "A key benefit of virtualization is the ability to consolidate multiple workloads onto a single computer system.

This consolidation yields savings in power consumption, capital expense, and administration costs. The degree of savings depends on the ability to overcommit hardware resources such as memory, CPU cycles, I/O, and network bandwidth."


 

IBM developerWorks: Understanding the Zend Framework, Part 1: Th...

PHPDeveloper.org  Mon, 01/24/2011 - 14:18

The IBM developerWorks site has posted a very high-level overview of one of the most popular PHP frameworks currently in use the Zend Framework.

This is part one of their introductory series looking at the framework and what it has to offer.


 

IBM DeveloperWorks site hacked and defaced - Computerworld

Digg / Tech Industry News  Mon, 01/10/2011 - 13:15

Malicious hackers attacked the IBM DeveloperWorks site over the weekend


 

Move from MySQL to DB2 via the Cloud - Daniel Krook

Planet PHP  Wed, 11/24/2010 - 08:24

IBM developerWorks has just published the first article in a series that Mark Nusekabel, Yan Li Mu and I wrote about our experience migrating a large PHP and MySQL application to DB2.

In the four part series we look at preparation, switching databases, porting code, and finally deploying the application.

This first installment covers the [...]


 

Virtual networking in Linux

Linux Today  Sat, 11/06/2010 - 09:07

IBM Developerworks: "One of the more recent areas is virtual networking. Early implementations of platform virtualization created virtual NICs, but today, larger portions of the network are being virtualized, such as switches that support communication among VMs on a server or distributed among servers."


 

Porting Perl To Python

Linux Today  Sun, 09/12/2010 - 13:04

IBM Developerworks: "Porting legacy Perl to Python can be a daunting task. In this article, learn some of the theory behind dealing with legacy code, including what not to do."


 

User space memory access from the Linux kernel

Linux Today  Sun, 08/15/2010 - 05:03

IBM Developerworks: "Summary: As the kernel and user space exist in different virtual address spaces, there are special considerations for moving data between them."