|
|
|
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)
|
| |
|
|
|
| |
|
|
|
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)
|
| |
|
|
|
| |
|
|
|
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)
|
| |
|
|
|
| |
|
|
|
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)
|
| |
|
|
|
| |
|
|
|
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)
|
| |
|
|
|
| |
|
|
|
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
|
| |