Today: 11/22/2008
 

Decoding XML String Values (PHP version)

Added by Shahryar Ghazi on July 12, 2007 at 10:08AM
 
I have already explained how to encode values in an XML string (using Javascript) here. So, if you have encoded the values in your XML strings using my javascript function then you can use the PHP function(explained below) to decode the values in those XML string on t.. (more)
 
 

Difference between '==' (equal) and '===' (identical) comparison operators in PHP (with examples)

Added by Shahryar Ghazi on July 18, 2007 at 08:46AM
 
Two of the many comparison operators used by PHP are '==' (i.e. equal) and '===' (i.e. identical). The difference between the two is that '==' should be used to check if the values of the two operands are equal or not. On the other hand, '===' checks the values as well as the type of operands.I'll explain it more using some examples... (more)
 
 

Installing libiconv on Ubuntu Linux

Added by Shahryar Ghazi on July 23, 2007 at 04:37PM
 
This short tutorial shows you how to install libiconv on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing libiconv version 1.11. Linux kernel is 2.6.15-26-powerpc. I have used a Mac Mini (powerpc/ppc architecture). GCC version number is 4.0.3. Your configuration may be different from mine but the installation steps below should work fine for most configuration.. (more)
 
 

Installing m4 Macro Processor on Ubuntu Linux

Added by Shahryar Ghazi on July 24, 2007 at 08:55AM
 
This short tutorial shows you how to install m4 (macro processor) on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing m4 version 1.4.10. Linux kernel is 2.6.15-26-powerpc. I have used a Mac Mini (powerpc/ppc architecture). GCC version number is 4.0.3... (more)
 
 

Installing Flex (The fast lexical analyzer) on Ubuntu Linux

Added by Shahryar Ghazi on July 24, 2007 at 12:54PM
 
NOTE: You have to install m4 (general purpose macro processor) before installing Flex. Click here.

This short tutorial shows you how to install Flex (The fast lexical analyzer) on Ubuntu Linux Server. The process is very simple.

.. (more)
 
 

How to Define Static hostnames for IP Addresses in Windows (counterpart of Linux's /etc/hosts file in Windows)

Added by Shahryar Ghazi on July 24, 2007 at 01:28PM
 
Problem: If you want to define a static fully qualified domain name (FQDN) on your windows XP/Server 2003 machine, so that your computer does not contact a DNS server to resolve a particular IP address then you can do so by using the instructions explained in the tutorial... (more)
 
 
1   2   3   4  
 
 

Servers

  - Apache Web Server
  - vsftpd FTP Server
     

Web Development

  - PHP
  - AJAX
  - Javascript
     

Database Management Systems

  - MS SQL Server
  - MySQL
  - Oracle Berkeley DB
     

VoIP

  - Asterisk
     

Webmail

  - @tmail
     

Version Control

  - Subversion
     

Operating Systems

  - MS Windows
  - Linux
  - Mac OS X
     

Miscellaneous

  - Unix/Linux Libraries
 
Creative Commons License   Valid XHTML 1.0 Transitional Valid CSS