Monday, July 28, 2014

keyboard notes for vizhi moodi yosithaal song

song: vizhi moodi yosithal 

film: ayan

scale: G minor
4/8

pallavi:


Vizhi Moodi Yosithaal Angeyum Vanthaai Munnae Munnae
a#C   D D     D DD         DD  D D D    C D a# C


Thaniyaaga Pesidum Santhosam Thanthaai Pennae Pennae
a#C   D D     D DD         DD  D D D    C D a# C

Adi   Ithu Pol Mazhai Kaalam En Vaazhvil Varuma
a#C    D       G     F    E  D     C   C C     a# C   a

Mazhai Kiliyae Mazhai Kiliyae Un Kannai Kandaenae
a# a    a  g g g    a# a    a g g g gg   g  a  a#   D  C

Vizhi Vazhiye Vizhi Vazhiye Naan Ennai Kandaenae
a# a    a  g g g    a# a    a g g g gg   g  a  a#   D  C

Senthaenae
a# a  a#


charanam1:

Kadalaai Pesidum Vaarthaigal Yaavum Thuliyai Thuliyai Kuraiyum
a#  a      a    g   f   g g g   g       a#  a a  g       f g  g g Mounam Pesidum Bhasaigal Mattum Purinthidumae
a#  a      a    g   f   g g g   g       a#  a a  g       a# C D  C  D


Thaanai Enthan Kaalgal Irandum Unthan Thisaiyil 
Nadakkum
a#  a      a    g   f   g g g   g       a#  a a  g       f g  g g 
Thuram Naeram Kaalam Ellam Suringidumae
a#  a      a    g   f   g g g   g       a#  a a  g       a# C D  C  D

Intha Kaathal Vanthu Vittal, Nam Daegam Mithanthidumae
a#  C D    C     a#  a  a# a  g  a#  C D    C     a#  a  a# a  g

Vinnodum Mugiloodum Villaiyaadi Thirinthudumae
f g  a   a         f   g   a   aa    g     f    d        a

pallavi again
and repeat same  charanam  tones for charanam 2:

charanam 2:

Aasai Ennum Thoondil Multhaan Meenai Nenjai Izhukkum
Matti Køndapin Marupadi Matida Manam Thudikkum
Šuttrum Bhøømi Ènnai Vittu Thaniyai Šutri Parakkum
Nindral Nadanthaal Nenjil Yethø Puthu Mayakkam
Ithu Maaya Valaiallava Puthu Møana Nilaiallava
Udai Maarum Nadai Maarum Oru Paaram Ènnai Pidikkum        

pallavi 

getting multiple values from text box using java script

Hi friends ,below coding will be used to get multiple values from a single text box without reloading the whole page,,,but still i am confused how to post it to server side,,although i have used "hidden form fields..it doesn't work,if anyone is able to do that..help me with your comments




<html>
<body>
<form method="POST" action="multi.php">
<input type="text" id="t1" name="t1" placeholder="enter numbershere" onKeyup="myFunc(this.value)">
<br>
<input type="hidden" id="hidden" name="hidden" >
<br>
<input type="submit" name="submit" value="submit" ">
</form>
<script>
var i=0;
var arr=new array(5);
function myFunc(val){
var x=document.getElementById("t1");
arr[i]=x.value;
i++;
x.value="";
}
</script>
</body>
</html

Friday, July 25, 2014

Piano notes for raja raja cholan song

PIANO NOTES  FOR RAJA RAJA CHOLAN SONG

scale: c "m"
rythm :3/4

pallavi :

raja  raja  cholan   naan
g  C C  g  g  f d#g   g

        enai aalum kaadhal desam nee dhan
d#f   g C  C   g   g    f  d#  d#f g f
 
poove   kaadhal theeve
dd#fd#  cdd#d    a#cdc

man meedhu sorgam vandhu pennaga aanadhe 
g d#   d#         d  c      d   d#    g d# d#   d c d

ullasa  boomi  ingu  undaanadhe
g    d#  d#     d c d d#    fg g#  g

charanam 1:

kannodu    kangal      yetrum   karpoora   dheepame
D#D#D#      D C          D D#    D#D#D#     D C D

kai theendum   pothu paayum     minsaarame
D#D#D#          D C D C           D# D C A#

ullasa medai  mele    oaranga naadagam
D#D#D#      D D D#    D#D#D#     D C D

inbangal paadam sollum en thaayagam
D#D#D#          D C D C           D# D C A#

ingangu oonjalaaga     naan pogiren
a#a#a#  a a # C a#   a# g#  g g

angangu  aasai theeyil naan veigiren

a#a#a#  a a # C a#   a# g#  g  g

un raaga  moganam en kaadhal vaaganam
g f d#        d   d d     a# g#  g       f  f  f

senthaamarai  senthen mazhai en aavi neeye devi
g f g    C          g f g   D  g f g     d#  d    c   a #


pallavi:
raja  raja  cholan   naan
g  C C  g  g  f d#g   g

        enai aalum kaadhal desam nee dhan
d#f   g C  C   g   g    f  d#  d#f g f
 
poove   kaadhal theeve
dd#fd#  cdd#d    a#cdc

man meedhu sorgam vandhu pennaga aanadhe 
g d#   d#         d  c      d   d#    g d# d#   d c d

ullasa  boomi  ingu  undaanadhe
g    d#  d#     d c d d#    fg g#  g


charanam 2:
Kalloora paarrkkum paarvai ulloora paayume
Thullaamal thullum ullam sallaabame
Villodu ambu redu kollaamal kolludhe
Penpaavai kangal endru poi solluthe
Mundhaanai moodum raani selvaakkkile
En kaadhal kangal pogum pallaakkile
Thenodai orame neeraadum nerame
Pullaanguzhal thallaadume pon meni kelaai raani

pallavi again

Saturday, July 27, 2013

     POINTERS IN C

             you have got in to the right place to know about pointers in c language,pointers have been the highlighting feautre in c language,but
as it is considered little hard to work out, it has been a nightmare to the begineers,before getting into concept of pointers ,let's have a description about them

              we are going to assume some real time examples in order to understand easily,and i swear that you ll be versed in pointers when you are leaving this page,okay let see the general definition of pointers:
  

pointers are the special variables which contains the address of another variables

in above example we can determine that the pointers are able to contain the address of another variable,let assume a real time example:if you meet your friend after a long gap of time and you invite him to your home ,how would you do it?
by giving your address to your friend ,you can make him to find your address,
                yes,like that every variable has certain unique address,if we are 
able to access the address of variables ,we ll be able to obtain their values 
too, to get know their addresses ,pointers are heavily employed
                 for instance:
                                       int s;        /*normal variable declaration*/

                                       int *s;     /*pointer variable declaration*/

now the pointer variable(int *s)is able to contain the address of another variable ;
Take a look at following snippet:
                      
                                                   int a;       /*normal variable declaration*/      

                                                   int *s;     /*pointer variable declaration*/

                                                   s=&a;      //pointer variable s points to ordinary variable a//

                                                   yes now we are able to find the address of a variable if we print the pointer :to wrap up to a complete snippet ,take a look at following code:
                                       #include<stdio.h>
                                       int main()
                                        {
                                           int a=10;
                                           int *s;
                                           s=&a;
                                           printf("the address of A variable is %x",s);
                                           printf("the value of A variable is %d",a);
                                           printf("the address of A variable is %x",&a);
                                           printf("the value of A variable is %d",*s);
                                          return 0;
                                        }
                           In the first line of program ,a is the variable filled with the value of 10,and s is the pointer variable was declared in the second line,
third line:pointer variable s points to the a variable ,therefore the address 
of a variable is stored into the s 
                           the first printf statement tells you that the address of variable a,it was achieved with the help of (s) and (%x) is used to display the address of a variable,note that if we specify the * in printf statement along with the pointer variable ,the value of variable is pointed will be displayed instead of displaying the address
                            we can do more experiments with the pointer ,for example ,we can make pointers as substitute of array while displaying the contents of array ,in the following section you are going to learn about this and pointer to array concept
                         int x[];              /*array variable declaration*/
       
                         int *z;
                         z=x;                 /*pointer variable z points to x*/

Above snippet are the procedures to be followed whenever you are going to make your pointer points to an array
To get a full snippet,observe carefully the following section:

                      #include<stdio.h>
                      int main()
                        {
                                 int x[10],i;
                                 int *z;
                                 z=x;
                                 for(i=0;i<10;i++)
                                   
                                        printf("the content of x[i] is  %d",*(z+i));

                                  return 0;
                          }

note that when you are to point to an array ,no (&) should be used  and 
when you are pointing to an array ,the first index's value will be stored into the pointer,have a happy coding