Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Recently Added
How to convert web application to windows applications
Hi.. I can develop project in php and mysql. I want to convert these as window application.
28
Mar 10 10 08:51:25
Anand78758
How to convert web application to windows applications
Hi.. I can develop project in php and mysql. I want to convert these as window application.
35
Mar 10 10 08:51:17
Anand78758
Mysql
How to lock the particular table in database.. Give me the executed query.
34
Mar 10 10 06:22:18
Anand78758
Magento
Magento template installation procedure Let's start the Magento template installation. 1. Open hosting control pane.2. Get to database management tool (usually phpMyAdmin is used).3. Create new database.4. Import the dump.sql file from the template sources>sample data folder.5. Run your website (the installation procedure begins).6. Enter a..
31
Mar 09 10 08:00:55
Vickeey2003
Magento
Can’t login to magento admin after installation. If the domain is not a true domain then this problem occurs. Its like if you use your localhost to run magento store,then you will face this problem. You can overcome this by browsing using ur ip address or you can remove these three line from the following page. app\code\core\Mage\Core\Mod..
18
Mar 09 10 07:58:13
Vickeey2003
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; }
57817
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 }
43180
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.
18465
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.
14401
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..
13630
Aug 25 08 05:07:19
Sekar




