Your Open Source

Most Viewed

Trim function in CGI-PERL

Trim() function in perl:- The following function to trim the strings, sub trim($) { my $string = shift; $string =~ s/^\s+//; $string =~ s/\s+$//; return $string; }

  • views 57820
  • datetime Aug 10 09 07:05:59
  • author Sekar
  • rating

IsNumeric and IsNan function in JS

IsNumeric function used to check the numeric or not. isNaN function used to check the value is a number or not. If the values is numeric its return true else returned false. Syntax : bool IsNumeric(string) Code : function IsNumeric(val) { if (isNaN(parseFloat(val))) { return false; } return true }

  • views 43200
  • datetime Aug 28 08 03:26:52
  • author Sekar
  • rating

Change down arrow style in SELECT tag and Sourcecode downloads

how to change down arrow in SELECT tag :- You can change the dropdown down arrow through CSS & JS. its possible to change the dropdown box as you like. Please click the downloads link to get the source for this.

  • views 18472
  • datetime Aug 27 08 03:29:16
  • author Sekar
  • rating

How to send mails with attachment in php

How to send mails with attachment in php :- You can send the email with attachment using PHP mail() function.

  • views 14403
  • datetime Jul 08 08 04:23:20
  • author Sekar
  • rating

Autmatically Login into the PHPBB3 forum from the your primary site

If the member login to your site, automatically logged in the your phpBB forum in backend, so If the member goto the forums, they wont logged in again. Usage:- Create a new file and store in the PHPBB home directory and use the PHPBB class in your primary site. good luck! Requirements, PHPBB3 <?php global $phpbb_root_path,$phpE..

  • views 13650
  • datetime Aug 25 08 05:07:19
  • author Sekar
  • rating

Linux basic commands:

Basic commands used in LINUX ;ls -- command used to list files and directoriesls -la -- command used to list attribe files also ls -l -- command used to list files and directories with file permisison Syntax: -------- ls filename mkdir -- command used to create a directories syntax:--------- mkdir directory name cat > filename -..

  • views 13146
  • datetime Jun 15 08 04:29:00
  • author Gary
  • rating

Add swap file in linux

Procedure to add a swap file 1.You need to use dd command to create swapfile. Next you need to use mkswap command to set up a Linux swap area on a device or in a file.  Login as the root user 2. Type following command to create 512MB swap file (1024 * 512MB = 524288 block size): # dd if=/dev/zero of=/swapfile1 bs=1024 count..

  • views 12571
  • datetime Jun 29 08 02:57:41
  • author Gary
  • rating

Video Gallery in AJAX

Video and Image Gallery in AJAX, its good one for loading images within the page, please check it out the demo.

  • views 9170
  • datetime Mar 05 09 01:22:56
  • author Sekar
  • rating

How to deselect or select the SELSECT box value using javascript

how to deselect or select the SELSECT box value using javascript document.getElementById("selectid").selectedIndex = 0;// to select the 0'th index document.getElementById("selectid").selectedIndex = 4;

  • views 8999
  • datetime Aug 13 08 11:42:44
  • author Damu
  • rating

How to Give Add To faviroute list in ur site

this code is used to add the site in to your browser add to favorties list.

  • views 7527
  • datetime Jul 08 08 10:18:32
  • author Damu
  • rating

PHPLD Google Link Grabber

PHPLD Google Link Grabber Introducing PHPLD - Google Link Grabber Version 1.0 PHPLD - Google Link Grabber Version 1.0 Now collecting links for your directory is much easier with PHPLD Google Link grabber. It grabs the links from Google Search Engine and places it in your selected category. Advantages of PhpLD Google Link Grabber Create your..

  • views 7423
  • datetime Jun 23 09 05:22:16
  • author Sekar
  • rating

How to add additional hard drive in Linux O.S

 Add an Additional Disk Drive to Your Linux Computer 1. IDE drives are referred to as hda for the first drive, hdb for the second etc... 2 .IDE uses separate ribbon cables for primary and secondary drives.  3.The partitions on each drive are referred numerically.  4.The first partition on the first drive is referred to..

  • views 7373
  • datetime Jun 29 08 02:08:15
  • author Gary
  • rating

Create a Captcha or Verification code image in PHP

How to Create a Captcha or Verification code image in PHPYou can develop the Cpatcha or Image verification code.  CAPTCHA acronym for Completely Automated Public Turing test to tell Computers and Humans Apart, its an image of letters is dynamically generated. If you use the CAPTCHA,  difficult for a spambot or other computer program ..

  • views 6839
  • datetime Jul 03 08 06:00:31
  • author Sekar
  • rating

Who is IPs / Domain lookup tools

This scripts used to get the domain information. its very easy to handle for programmers.

  • views 6080
  • datetime Jun 17 08 03:08:48
  • author Sekar
  • rating

IIF function

IIF function :-IIF stands for Immediate IF, this is a well-known function in most languages but unfortunately PHP does not contain such a function. PHPkit provide the functon as follows,Syntax :-IIF(condition , true statment , false statment ) ;

  • views 4558
  • datetime Jul 17 08 03:43:58
  • author Sekar
  • rating

Featured
Top User's
sekarSekar
Posts 172
$103.43 USD
tjrambabuTjrambabu
Posts 145
$18.05 USD
damuDamu
Posts 67
$16.81 USD
lazywriterLazywriter
Posts 24
$3.13 USD
psbharathyPsbharathy
Posts 24
$4.2 USD