Your Open Source

Recently Added

Rowset is not bookmarkable in vb

how to solve the error "rowset is not bookmarkable" in datagrid or recordset?Check the following VB code to solve the issues.Dim rs As ADODB.RecordsetSet rs = New ADODB.Recordsetstr = "select * from route"rs.CursorLocation = adUseClientrs.Open str, con, adOpenDynamic, adLockOptimisticSet DataGrid1.DataSource = rs

  • views 19
  • datetime Feb 08 10 07:50:32
  • author Sekar
  • rating

Simple Ajax

The AJAX may be made to be played in the web browsers. Here I am having a very simple code that will work in all browsers. Just you can customize as per the needs.Place the my_ajax.js in the head section of your html.Use this call   ->javascript:get(outputDivId,inputDivId) to perform.

  • views 80
  • datetime Dec 23 09 01:16:18
  • author MuraliManoharM
  • rating

Application runtime error

When running my application(Macromedia Dreamweaver I get the following error:\"A problem was detected with ur application. please reinstall this software to correct the pbm\".. i tried to reinstall but the same error got.. any one giv solution to that pbm and also if u hav any latest editor pls tel me details....

  • views 74
  • datetime Dec 12 09 12:04:38
  • author Picotasoft
  • rating

Serialize() and unserialize() in php

serialize() and unserialize() :-Serialize :- This is useful for storing or passing PHP values around without losing their type and structure. For example stored the data like session data. The stored the data format like a:1:{s:5:"title";s:71:"This is simple example of the serialize and unserialize function in php";} Unserialize :- single s..

  • views 95
  • datetime Dec 10 09 10:53:32
  • author Sekar
  • rating

SMTP commands authentication

Sending mail SMTP AuthSMTP-AUTH can be used to allow users to relay mail while denying relay service to unauthorized users, such as spammers. The following commands to able sending the mail from Telnet.C:>Telnet youropensource.com 25Telnet> HELO mail.youropensource.comTelnet> Ehlo YOSTelnet> AUTH PLAIN aEbeFegHRDseYOs1245aYu=Telnet..

  • views 81
  • datetime Dec 09 09 08:43:47
  • author Sekar
  • rating

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 56451
  • datetime Aug 10 09 01: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 42630
  • datetime Aug 28 08 09: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 18092
  • datetime Aug 27 08 09: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 14373
  • datetime Jul 08 08 10:23:20
  • 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 13120
  • datetime Jun 15 08 10:29:00
  • author Gary
  • rating

Featured
Top User's
sekarSekar
Posts 172
$100.32 USD
tjrambabuTjrambabu
Posts 144
$17.52 USD
damuDamu
Posts 67
$16.56 USD
lazywriterLazywriter
Posts 24
$3.06 USD
psbharathyPsbharathy
Posts 23
$3.94 USD