Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
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; }
57820
Aug 10 09 07:05:59
Sekar
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 }
43200
Aug 28 08 03:26:52
Sekar
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.
18472
Aug 27 08 03:29:16
Sekar
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.
14403
Jul 08 08 04:23:20
Sekar
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..
13650
Aug 25 08 05:07:19
Sekar
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 -..
13146
Jun 15 08 04:29:00
Gary
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..
12571
Jun 29 08 02:57:41
Gary
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.
9170
Mar 05 09 01:22:56
Sekar
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;
8999
Aug 13 08 11:42:44
Damu
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.
7527
Jul 08 08 10:18:32
Damu
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..
7423
Jun 23 09 05:22:16
Sekar
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..
7373
Jun 29 08 02:08:15
Gary
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 ..
6839
Jul 03 08 06:00:31
Sekar
Who is IPs / Domain lookup tools
This scripts used to get the domain information. its very easy to handle for programmers.
6080
Jun 17 08 03:08:48
Sekar
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 ) ;
4558
Jul 17 08 03:43:58
Sekar




