Today: 11/22/2008
 

Installing Apache Portable Runtime Utility (apr-util) Library on Ubuntu Linux

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)
 
 

Installing Oracle Berkeley DB on Ubuntu Linux

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)
 
 

Javascript: How to execute a function at regular intervals

Added by Shahryar Ghazi on July 10, 2007 at 2:15PM
 
Tutorial uses a very simple Javascript function to do the job... (more)
 
 

Javascript: Go to Top of the Page

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)
 
 

Javascript: Sleep/Pause for specified number of seconds

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)
 
 

Javascript: Trim whitespaces from both ends of a string

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)
 
 

Javascript: How to find whether argument is numeric or not

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)
 
 

Javascript: Encoding Values in XML Strings for AJAX / Web 2.0

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  
 
 

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