- Welcome to Geeksww.com
categories
Application Servers
- JBOSS
- WebSphere
- GlassFish
Cellular/Mobile Phones
- IPhone
- Android
- General
- Blackberry
Database Management Systems
- MySQL
- Firebird
- PostgreSQL
- MS SQL Server
- Oracle
- DB2
Hardware
- Hard Disks
- Computer Chips
- Monitor
- Keyboard
- Mouse
- RAM
- Processors
Internet Browsers
- Mozilla Firefox
- Google Chrome
- Safari
- Internet Explorer
- Opera
IT Vendors/Companies
- Microsoft
- Apple
- Oracle
- IBM
- Dell
- Sun Microsystems
- Adobe Systems
- Hewlett-Packard Company (HP)
- Intel
- Advanced Micro Devices (AMD)
- Cisco
- Open Source
- Yahoo
- Verizon Communications
- Amazon.com, Inc.
Libraries
- OpenSSL
Linux Distros
- Fedora
- Ubuntu
- Gentoo
- Debian
- Suse
- RedHat
- Yellow Dog
- CentOS
Operating Systems
- Linux
- MS Windows
- MacOS X
- NetBSD
- FreeBSD
- Solaris
- OpenBSD
Popular Websites
- Twitter.com
- YouTube.com
- Digg.com
- Monster.com
Search Engines
- Bing
- Google Search
- Yahoo Search
- Ask.com
Servers
- Apache Web Server
- vsftpd FTP Server
Social Networks
- MySpace
- Other Social Networks
- Hi5
- Friendster
- Plaxo
Technology
- Business
- Security
- New Feature/Release
- Software
- Development
- Marketing/Promotion
- General
- Cloud Computing
- VoIP
- Laws/Policies
- Data
- Blogging
- Advertising
- Gaming
- ISPs
- Privacy
- Clustering
Virtualization
- VirtualBox
- VMware
- Virtual PC
Web Development
- PHP
- Perl
- Javascript
- Web Design
- Adobe Flash
- Ruby
- Python
- Java
- AJAX
- Graphics Design
tags cloud
discussions
How to execute a function at regular intervals using Javascript
Submitted by Webmaster on Thursday January 15, 2009
How to execute a function at regular intervals using Javascript
Go to Top of the Page Using Javascript
Submitted by Webmaster on Thursday January 15, 2009
Use the code below:
Sleep/Pause for specified number of seconds
Submitted by Webmaster on Thursday January 15, 2009
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.
Configuring MacOS X to compile and install open source software using XCode Tools
Submitted by Webmaster on Thursday January 15, 2009
If you want to compile and install Open Source Software on your MacOS X machine then you should install MacOS X's XCode tools. XCode tools provide the compilers and other software development kits (SDKs) to enable you to compile and install open source software on your computer.
Tags:
Removing Ending Whitespaces from a String (Right Trim), using Javascript
Submitted by Webmaster on Thursday January 15, 2009
A very simple function:
Trim whitespaces from both ends of a string, using Javascript
Submitted by Webmaster on Thursday January 15, 2009
The code uses the two functions discussed in other tutorials.
How to find if argument is numeric or not, using Javascript
Submitted by Webmaster on Thursday January 15, 2009
Use this simple function.
Javascript: Encoding Values in XML Strings for AJAX / Web 2.0
Submitted by Webmaster on Thursday January 15, 2009
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.
Installing MS SQL Server Client Library on Linux/Unix
Submitted by Webmaster on Thursday January 15, 2009
Problem: Installing SQL Server client library on Debian/Ubuntu Linux. If you want to install PHP on a Linux machine and want to use Sql Server as your database then you have to install FreeTDS library on your server machine so that you could make your PHP/Apache server machine talk to your SQL Server 2000 Database. Let's go through the installation steps.
Installing Oracle Berkeley DB on Ubuntu Linux
Submitted by Webmaster on Thursday January 15, 2009
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 configurations with little or no change at all (including other Linux distributions and even unixes e.g. MacOS x).
Installing Atmail Webmail Client on Mac OS X (PERL)
Submitted by Webmaster on Thursday January 15, 2009
Last week, my company decided to use a different webmail client with a better look and feel. I was assigned the job of searching for a good webmail client. I came up with some commercial ones and some free ones. My project leader shortlisted two of them (i) Round Cube (ii) atmail. I was asked to to do a demo setup of Round Cube. He did not like it because it was lacking some features that we wanted and also it wasn't a stable release then. Then I tried installing atmail on my Mac OS X Server machine. I tried to follow all the instructions from their website but couldn't get it to work properly. I emailed atmail's technical support team but they referred me to their knowledge base. I could not find instructions for Mac OS X Server there. Atmail Technical Support charges $100 for a remote installation of their product but my project leader wanted me to do it myself so that someone in the company could understand the product better.
How to Define Static hostnames for IP Addresses in Windows (counterpart of Linux's /etc/hosts file in Windows)
Submitted by Webmaster on Thursday January 15, 2009
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 below.
Debian Linux Installation and Hardening (3.1r0a)
Submitted by Webmaster on Thursday January 15, 2009
In this tutorial I'll tell you the very basic steps on how to install a Debian Linux Distribution on your computer. Although this tutorial should help majority of the users install Debian but my main focus will be on hardening the Debian installation after the installation process. Also, I am assuming that you want to install Debian as a server not as a game or workstation PC. If you are looking for more detailed information on Debian installation then refer to the Debian manual and come back to this tutorial after installation. You can find the manual in your language and for your platform http://www.debian.org/releases/stable/installmanual.
Configuring Ubuntu Linux After Installation
Submitted by Webmaster on Thursday January 15, 2009
This tutorial assumes that you have already installed Ubuntu Linux Server on your computer. Ubuntu version used for this tutorial is Ubuntu Linux Server 6.06.1 (Dapper Drake).
Installing Flex (The fast lexical analyzer) on Ubuntu Linux
Submitted by Webmaster on Thursday January 15, 2009
This short tutorial shows you how to install Flex (The fast lexical analyzer) on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing flex version 2.5.33. 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 configurations with little or no change at all (including other Linux distributions and even unixes e.g. MacOS X).
