×

jQuery Syntax

The jQuery syntax is tailor-made for selecting HTML elements and performing some action on the element(s). Basic syntax is: $(selector).action() 1) A $ sign to define/access jQuery 2) A (selector) to “query (or find)” HTML elements 3) A jQuery action() to be...

Read out all

Javascript # and . Symbols – CSS selectors

Code 1: $(‘#row DIV’).mouseover(function(){ $(‘#row DIV’).addClass(‘testing’); }); Code 2: $(‘.row div’).mouseover(function(){ $(this).addClass(‘testing’); }); The hash (#) specifies to select elements by their ID’s The dot (.) specifies to select elements by their classname $(‘.row’) will select any element with class=”row” $(‘#row’) will...

Read out all

Fraction stories with the 5th graders

The fifth graders of Udavi School started fractions, they used the material and created their own procedure. They picked cards(with proper fractions written on them) and found the required pieces and drew it on their note and exchanged stories amongst their groups....

Read out all

Stewardship Workshop for Environmentalists from Andhra

We did a Stewardship workshop on 19/05/17 @ STEMLAND, Udavi School for the people who had come from Andhra. The tools we covered are Stand, fear, 4 profiles and deep listening. The participants were open to learn and I had a feeling that...

Read out all

Nuclear Fission Reaction with Scratch

The following video demonstrates the nuclear fission reaction that was made during the advanced scratch course offered at STEMLAND. I had partnered up along with a 8th grader from Udavi school to create it.

Read out all

Sports Day in Isai Ambalam School:

On Friday in Isai Ambalam School we conducted sports-day for the children. The tasks were sack race, lemon in the spoon, slow cycling, running race, three legged race and Tug of war. We started with the first standard class and conducted till...

Read out all

Saturday School @ Isai Ambalam

The 5th and 6th grade children at Isai Ambalam were preparing for the presentation on the last day for their parents. We decided that they can perform2 presentations(Water EBD and Skeleton) and a demo on Measurements. The 12 children were equally split...

Read out all

Proof: cos(A+B)

I made a scratch program to prove cos(A+B) = cosAcosB – sinAsinB. Here is a video link to the program.

Read out all

Isai Ambalam school on Saturdays

The start of the Saturday classes in Isaiambalam School has enabled a lot of different exposures with various people to the children. Some of the elder students wanted to model Sanjeev’s house with plywood. Then the list was made to buy the...

Read out all

Water project with EBD

Deoyani the soil scientist who came to Isai Ambalam school to teach the student how much rainfall does the school receive annually. So we started with measure the 5th and 6th class to fin the area of the building. We converted meters...

Read out all