Uncategorized

Blog Online

Organizing the blog since I’ve moved to a different server; the blog should be back online soon.

Kuwait 2008 Preliminary Election Results

In preliminary results of the Kuwait Election, Islamists particularly the Salafis got a sweeping majority and Shiites gained more seats.

Parsing XML using PHP4

This tutorial will explain how to parse (that is, read and interpret) information from a XML file using PHP. I will discuss the very basics of XML (mainly structure), and then jump right in to the reading and parsing of XML files. This is not a tutorial on XML itself, just parsing XML with PHP. More >

Zend Studio CVS over SSH integration

I’m a long time user of Zend’s excellent Studio IDE product, and especially with their new version 4.0 — it really is a must have for anyone wanting to do any serious PHP development work.

4.0 introduces a lot of neat features (you can read about them at the official what’s new page). One feature is that it allows for CVS integration to allow teams of developers to work collaboratively.

Anyone who works with CVS knows that the best way to connect to a CVS server remotely is via SSH. Zend Studio 4.0 supports CVS-over-SSH, however, the official KB article did not work for me, and after several support tickets, the problem still remained unresolved — until I resolved it myself. More >