|
|
|
Added by Shahryar Ghazi on July 10, 2007 at 2:09PM
|
| |
|
This short tutorial shows you how to install Apache Portable Runtime Utility (apr-util) Library on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing apr-util version 0.9.13. 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 b.. (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 10, 2007 at 2:12PM
|
| |
|
This short tutorial shows you how to install Oracle BerkeleyDB on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing BerkeleyDB version 4.3.29. 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 .. (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 10, 2007 at 2:15PM
|
| |
|
Tutorial uses a very simple Javascript function to do the job... (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 10, 2007 at 2:19PM
|
| |
|
Tutorial shows a simple function that moves the user to the beginning of the page... (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 10, 2007 at 2:21PM
|
| |
|
Use the function explained to sleep or pause execution for desired number of seconds. Function takes number of milliseconds to sleep as argument. So, if you want to pause execution of code for 2 seconds you'll pass 2000 (2 x 1000) as argument to this function .. (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 11, 2007 at 2:24PM
|
| |
|
The code for this tutorial uses the two functions explained here and here. Read the tutorials just mentioned before using the function expla.. (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 11, 2007 at 2:30PM
|
| |
|
This tutorial explains a very simple function that takes a string as input and processes the input string to find out whether the string is a numeric string or not. The function explained is customizable and can be used to solve other problems as well... (more)
|
| |
|
|
|
| |
|
|
|
Added by Shahryar Ghazi on July 12, 2007 at 10:00PM
|
| |
|
I have written a very simple javascript function to do the job. The function takes a Javascript string (or any value, integer etc.) as input, converts it into a string and then replaces all occurrences of <, >, &, ", and ' with their html values. Please note that on the server side .. (more)
|
| |
|
|
|
| |
|
1
2
3
4
|
| |