Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
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
19
Feb 08 10 07:50:32
Sekar
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.
80
Dec 23 09 01:16:18
MuraliManoharM
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....
74
Dec 12 09 12:04:38
Picotasoft
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..
95
Dec 10 09 10:53:32
Sekar
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..
81
Dec 09 09 08:43:47
Sekar
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; }
56451
Aug 10 09 01: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 }
42630
Aug 28 08 09: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.
18092
Aug 27 08 09: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.
14373
Jul 08 08 10:23:20
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 -..
13120
Jun 15 08 10:29:00
Gary




