Tumgik
karanchanan-a-blog · 12 years
Text
 Karan chanana Born into a Hindu Khatri business family of nodia (delhi, India), he is the youngest in the family with three older sisters ,( karan dipa, chanana moni , karan kalpana  , . Karan did his schooling from both Delhi and Rajasthan, and has graduated with a MBA degree which karan chanana   acquired in the U.S.A. Being a model turned actor, as well as a businessman, Karan is the owner of a well established international call centre. He runs a business of building infrastructural amenities for new buildings under construction, alongside his father. Their latest completed project is the 'Insignia Shopping Mall' in Delhi City (Delhi).
by karan chanana
0 notes
karanchanan-a-blog · 12 years
Text
Karan is an Indian . He started his career as child actor under the name Master Raghu for more than 20 films in Malayalam. and Kuyiline Thedi were huge hits. After a few years he made his debut as an adul starring opposite . Then he was a part of many films, especially starring  and . In the year 2006, Karan became a solo hero with and continued with films like Karuppusamy and His forthcoming films are Kantha and Sooran.
KARAN CHANANA
0 notes
karanchanan-a-blog · 12 years
Text
                                   Adding Text to an Image
        < ?php
header ("Content-type: image/png");
$string = "your text";
// try changing this as well
$font = 4;
$width = imagefontwidth($font) * strlen($string) ;
$height = imagefontheight($font) ;
$im = imagecreatefrompng("/path/to/yourimagefile");
$x = imagesx($im) - $width ;
$y = imagesy($im) - $height;
$backgroundColor = imagecolorallocate ($im, 255, 255, 255);
$textColor = imagecolorallocate ($im, 0, 0,0);
imagestring ($im, $font, $x, $y,  $string, $textColor);
imagepng($im);
?>
 by karan chanana
0 notes
karanchanan-a-blog · 12 years
Text
JavaScript Calculator by karan chanana
                                                                                                                                                                                                                                                 JavaScript Calculator
         <html>   
<head>  
   <title>Simple Javascript Calculator - Basic Arithmetic Operations</title>  
   <!-- Aim: Write HTML Code Using JavaScript Functions To Perform Basic Arithmetic Operations. -->  
<!-- 1. Take Two numbers from user say 'Number 1' and 'Number 2'. -->  
<!-- 2. Perform Addition, Subtraction, Multiplication, Division and Modulus. -->  
<!-- 3. Result must be displayed on same HTML Page when respective button is clicked. -->  
<!-- 4. Use <input> tag (HTML Forms Concept) with onclick.-->  
<!-- 5. Call individual Javascript Function, put them inside <head> tag only.-->  
<!-- 6. Javascript Tutorial/Code For Computer Science Students. -->  
<!-- 7. Tested and Written By (c) Gaurav Akrani. -->  
   <script language="javascript" type="text/javascript">  
function multiply(){  
a=Number(document.calculator.number1.value);  
b=Number(document.calculator.number2.value);  
c=a*b;  
document.calculator.total.value=c;  
}  
</script>  
   <script language="javascript" type="text/javascript">  
function addition(){  
a=Number(document.calculator.number1.value);  
b=Number(document.calculator.number2.value);  
c=a+b;  
document.calculator.total.value=c;  
}  
</script>  
   <script language="javascript" type="text/javascript">  
function subtraction(){  
a=Number(document.calculator.number1.value);  
b=Number(document.calculator.number2.value);  
c=a-b;  
document.calculator.total.value=c;  
}  
</script>  
   <script language="javascript" type="text/javascript">  
function division(){  
a=Number(document.calculator.number1.value);  
b=Number(document.calculator.number2.value);  
c=a/b;  
document.calculator.total.value=c;  
}  
</script>  
   <script language="javascript" type="text/javascript">  
function modulus(){  
a=Number(document.calculator.number1.value);  
b=Number(document.calculator.number2.value);  
c=a%b;  
document.calculator.total.value=c;  
}  
</script>  
   </head>  
   <body>  
   <!-- Opening a HTML Form. -->   
<form name="calculator">  
   <!-- Here user will enter 1st number. -->   
Number 1: <input type="text" name="number1">   
       <!-- Here user will enter 2nd number. -->   
Number 2: <input type="text" name="number2">   
      <!-- Here result will be displayed. -->   
Get Result: <input type="text" name="total">   
<!-- Here respective button when clicked, calls only respective artimetic function. -->   
<input type="button" value="ADD" onclick="javascript:addition();">  
<input type="button" value="SUB" onclick="javascript:subtraction();">  
<input type="button" value="MUL" onclick="javascript:multiply();">  
<input type="button" value="DIV" onclick="javascript:division();">  
<input type="button" value="MOD" onclick="javascript:modulus();">  
   </form>  
   </body>  
</html>  
   karanchanana
karan chanana
karan
0 notes
karanchanan-a-blog · 12 years
Text
Karan is an Indian
Karan is an Indian . He started his career as child actor under the name Master Raghu for more than 20 films in Malayalam. and Kuyiline Thedi were huge hits. After a few years he made his debut as an adul starring opposite . Then he was a part of many films, especially starring  and . In the year 2006, Karan became a solo hero with and continued with films like Karuppusamy and His forthcoming films are Kantha and Sooran.
KARAN CHANANA
                                                                                                                                           karanchanana
karan
0 notes
karanchanan-a-blog · 12 years
Text
Karan Chanana
karan chanana is a Tamil –songwriter from chennai. He’s also part of the chennai band K.N.A.P. D' karan ' is a regular fixture of the chennai live ragam music scene and is a Regional Soloist Winner of Sutasi.
0 notes