Home > Computers

Algorithms      Artificial Intelligence      Artificial Life      Bulletin Board Systems      
CAD and CAM      Chats and Forums      Companies      Computer and Technology Law      Computer Science      
Conferences      Consultants      Data Communications      Data Formats      Desktop Publishing      
Directories      E-Books      Education      Employment      Emulators      
Ethics      FAQs, Help, and Tutorials      Fonts      Games      Graphics      
Hacking      Hardware      History      Home Automation      Human-Computer Interaction      
Internet      Intranet      Mailing Lists      MIS      Mobile Computing      
Multimedia      News and Media      Newsgroups      Open Source      Operating Systems      
Organizations      Parallel Computing      Performance and Capacity      Product Support      Programming      
Robotics      Security      Shopping      Software      Speech Technology      
Supercomputing      Systems      Usenet      Virtual Reality      

Install XDebug on ( LAMPP OR XAMPP For Linux )

Article
Published in

To Install XDebug on LAMPP

1) Download the latest version of ( XAMPP For Linux ) From site http://www.apachefriends.org/en/xampp-linux.html
2) Install it. To install lampp, extract and put in /opt directory.
3) Download Development package from same site.

Direct download/upload files by firefox - firefox ftp client

Article
Published in

FireFTP - The firefox ftp client
Using FireFTP, you can directly connect to the ftp server by the firefox . It will be very good if you don't want to install ftp clients like FileZilla, SmartFTP etc. For more information visit the url https://addons.mozilla.org/en-US/firefox/addon/684

Sun Microsystems

Link
Published in

Sun Microsystems Inc.


Rapidsearch

Link
Published in

Search Rapidshare, Megaupload, Uploading, Megashare, Turboupload, Filefactory, Gigasize, Badongo, 4Shared, Depositfiles, Easy-share, Mediafire, Sendspace, Zshare and other sites files.

IBM

Link
Published in

IBM is a Computer Company

Yahoo

Link
Published in

Welcome to Yahoo


Java developers

Group
Published in
java developers

Java Developers

Write PHP code inside javascript code and Javascript code inside php code

Article
Published in

Example1:Assign value to php variable using javascript variable.

//Put this code in body of page

<?php $myvar=1; ?>
<script type="text/javascript">
jsvar = 3;

//Assign jsvar javascript variable value to php variable $myvar
'<?php $myvar="<script>document.write(jsvar)</script>"; ?>';
</script>

<?php echo $myvar; ?>

Example 2: Assign javascript counter variable to php variable

PHP common syntax errors.

Article
Published in

1) Parse error: syntax error, unexpected T_VARIABLE in D:\xampp\htdocstest2.php on line 5
Possible Reason: ";" is missing in previous line

2) mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in test.php on line 3

resize image using php

Article
Published in

1) First Check GD library is enable or not

To check GD library print phpinfo using code <?php echo phpinfo(); ?> in any php file ( View snapshot  below )

GD Library

Free Javascript Date Picker List

Article
Published in

 

 

1) Popup DatePicker By Javascript Kit

Description:- Date Time Picker allows your visitors to easily input a date/time into a form field, by selecting it from a popup window. Supports output dates in various formats such as: dd/MM/yyyy, dd/MMM/yyyy, MM/dd/yyyy etc. An extremely versatile script.

Submit form without submit button or submit form using a link

Article
Published in

Let's go with example

1) Create a form within body tag

<form name="form1" id="form1" action="" method="post">
<input type="text" name="uname">
</form>

Generally when you click on submit button then form is submit but when submit button is not available then how you will submit. For that you should follow some simple steps

2) create a javascript function inside head or body section of your page

CSS center align template

Article
Published in

To creating center align template you should use below code.

Example:- Simple centered align html template

Write first jquery program

Article
Published in

To write first jquery program follow the below steps: -

1) Download the jquery file from http://docs.jquery.com/Downloading_jQuery

2) include jquery js file in <head> section of your html page

3) create a div element in body tag

<div id="test">write text here</div>

4) Now we will show and hide above div on click of a element <a>

.htaccess problem with xampp

Article
Published in
mod_rewrite.JPG

if htaccess is not working on xampp then follow the steps

1) print phpinfo using code <?php echo phpinfo(); ?> in any php file

2) View above snapshot and find "mod_rewrite" inf phpinfo if you didn't find mod_rewrite then you have to follow below steps for enabling mod_rewrite

Syndicate content

Bookmark and Share
Home Back To Top