Home > Latest Articles

Latest Articles

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

replica watch

Article

watch replica can be a real bargain nowadays. For quite an affordable price you can improve your image and feel as if you belonged to the fortunate category of people who own authentic watches. You can look stylish and really impressive with an accessory like that round your wrist.

Free Link Directory at webhelp2u

Article
Published in

Hello Friends,

We're pleased to announce that we have launched  All-in-one link directory at May 17, 2009 with following advance features that all are not available in any other directory.

1) Submit Free.

2) Add Location to link.

3) Location on Google Map

4) Location on Yahoo Map

5) Location on Map Quest

6) Search Engine Friendly URL.

7) Add Meta tags & Title to link.

8) Add Images, Logo & HTML in link description.

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


Bookmark and Share
Home Back To Top