Kolar is one of the city located in the South India which is mainly known as the Kolar Gold Field shortly called as KGF. It mainly belongs to the Karnataka state and it is far away of about 68Kms from Bangalore. It is situated in the National Highway-4.
The main source of water supply to kolar is from kodikannur tank Which supplies water to the kolar people and the nearest railway station is at Bangarpet at a distance of 15km.Hiatorically the kolar was called as kuvalala and later on it came to known as Kolar.
The kolar is famous for some of the historical temples and also it Is said that Valmiki (author of Ramayanna) lived there and also the lord Sri Rama stayed here on his way back to the Ayodhya.The people who live here speak Kannada, Tamil and Telugu which are the main languages spoken here.
One of the most famous temple in the kolar is “Kolaramma Temple”. The Kolaramma temple is constructed in the ‘L’ shape and has two Shrines one for the lord Durgadevi (i.e, some call it as Kolaramma) and another one for Saptamatras. Both the god have same prirority.
The goddess Durgamba shrine has wagon-roof tower and the other
god are usually large to see.
The temple is so old that it was constructed in the 11century AD. The temple has some cholas scripting written on the stones about their ruling in that area. So, lot of devotees visit here to get the darshana of the goddess Durgamba.
Thursday, October 15, 2009
Puri Jagannath Temple
The Puri Jagannath temple which is located in orissa is One of the famous temple which mainly belongs to the hindu people. The lord Krishna god is prayed over there. The name Jagannath came by the combnation of two Sanskrit words namely Jagat(Universe) and Nath(Lord of).
Once in a year lakhs of people arrives there to get the darshana of the lord Krishna & also to get blessings from the god. Most of the people who attend the festival are from rural side. There are mainly three temple here which are having very huge gopura with three chariots which are pulled out by the devotees during the festival time. The priest Ramananda who is the head of the temple who looks after all the things to make the festival very grandful every year & temple mainly
belongs the vaishnava fsmily.
Other than the festival daily & weekly pooja’s will be carried out with no disturbance. In the olden days the temple people allowed only Buddhist & Jain group people, but later on they started allowing the Hindu people slowly. But still the temple has now also 90% are hindu caste people only.
One of the most popular thing in this temple is that temple’s kitchen is biggest one compared to all other temple’s in India. So, here daily they will cook the prasadam in earthen pots & By bringing water from the rivers Ganga & Jamuna which are Very near to the swami temple. So, I like to inform everyone
to visit the lord Krishna located at puri jagananth in orissa & the blessings from the god atleast once in your life-time.
Once in a year lakhs of people arrives there to get the darshana of the lord Krishna & also to get blessings from the god. Most of the people who attend the festival are from rural side. There are mainly three temple here which are having very huge gopura with three chariots which are pulled out by the devotees during the festival time. The priest Ramananda who is the head of the temple who looks after all the things to make the festival very grandful every year & temple mainly
belongs the vaishnava fsmily.
Other than the festival daily & weekly pooja’s will be carried out with no disturbance. In the olden days the temple people allowed only Buddhist & Jain group people, but later on they started allowing the Hindu people slowly. But still the temple has now also 90% are hindu caste people only.
One of the most popular thing in this temple is that temple’s kitchen is biggest one compared to all other temple’s in India. So, here daily they will cook the prasadam in earthen pots & By bringing water from the rivers Ganga & Jamuna which are Very near to the swami temple. So, I like to inform everyone
to visit the lord Krishna located at puri jagananth in orissa & the blessings from the god atleast once in your life-time.
Konark Temple
Konark Temple is also known as the Konark Sun Temple which is located in the Orissa state of India. It is a 13th century temple also called as Black Pagoda. It was constructed by the king Narsimhadeva in between 1236-1264 CE by using the sandstone. It is one of the famous among the Seven Wonders of the World and it is world heritage site.
The temple is constructed in the form of the chariot of surya and it is beautifully decorated with the stone carving. The entrance of the temple is guarded by two giant lions.
The Sun temple is famous for its sculptures and for also its historic stories. It is located in the east-west direction. It belongs to the kalinga school of Indian temple. The mantapa of this temple is very huge to look and it is 200fts higher.
The stones of the konark temple are not joined by using any material like limestone they have been kept on one another very carefully. The most history of this temple comes from kalapahad which was invaded in orissa in 1508. By the end of the 18th century it lost all its images and it was turned into the dense forest area.
The temple is constructed in the form of the chariot of surya and it is beautifully decorated with the stone carving. The entrance of the temple is guarded by two giant lions.
The Sun temple is famous for its sculptures and for also its historic stories. It is located in the east-west direction. It belongs to the kalinga school of Indian temple. The mantapa of this temple is very huge to look and it is 200fts higher.
The stones of the konark temple are not joined by using any material like limestone they have been kept on one another very carefully. The most history of this temple comes from kalapahad which was invaded in orissa in 1508. By the end of the 18th century it lost all its images and it was turned into the dense forest area.
Monday, October 12, 2009
JavaScript in Web Site
JavaScript was developed by Brendan Eich under the name of Mocha, which later renamed to NiveScript, and finally JavaScript.
JavaScript was designed too add interactivity to HTML pages. This JavaScript is a scripting language. This scripting language refers to a light weighting programming language. This is embedded directly into HTMLpages.
Features in JavaScript:
Basically it support all the Structured Programming language that is it will have the syntax of if statement, while loops, switch statements etc, it gives the HTML designers a programming tools, basically HTML authors or normally not programming, but JavaScript is a scripting language, which has very simple syntax, it can put dynamic text in JavaScript, this JavaScript can be write in HTML elements, this JavaScript can be used to validate the data that is when it is submitted to the server, is helps the server for extra processing;
Main Features of JavaScript
Imperative & structured
Dynamic
Functional
Prototype based
Miscellaneous
Vendor-specific extensions
JavaScript support the structured programming and the syntax of c, however support block-level scoping with the let keyword. JavaScript makes the distinction between expression and statements.
Dynamic typing as it the scripting language type is associated with the values not variables.
In JavaScript is almost entirely object based it is an associative arrays, that is augmented with prototypes.
In JavaScript includes an eval function that can execute statements providing as string at run time.
The primary use of JavaScript is to write functions that are based on embedded in included from HTML, and interact with the Document Object Model (DOM).opening or popping up new window with programming control over the size,position,and attributes of the new window. Validation of web form input values to make sure that they will accept before they are submitted to the server. Changing images as the mouse curser moves over them this effect is often used to draw the users attention to important links displayed as graphical elements.
A JavaScript engine is an interpreter that interprets JavaScript source code and executes the script accordingly. The first JavaScript engine was created by Brendan Eich at Netscape Communications Corporation for the Netscape Navigator web browser The engine, code-named Spider Monkey is implemented in C. It has since been update to conform to ECMA-262 Edition 3. The Rhino engine, created primarily by Norris Boyd is a JavaScript implementation in Java. Rhino, like Spider Monkey,
JavaScript was designed too add interactivity to HTML pages. This JavaScript is a scripting language. This scripting language refers to a light weighting programming language. This is embedded directly into HTMLpages.
Features in JavaScript:
Basically it support all the Structured Programming language that is it will have the syntax of if statement, while loops, switch statements etc, it gives the HTML designers a programming tools, basically HTML authors or normally not programming, but JavaScript is a scripting language, which has very simple syntax, it can put dynamic text in JavaScript, this JavaScript can be write in HTML elements, this JavaScript can be used to validate the data that is when it is submitted to the server, is helps the server for extra processing;
Main Features of JavaScript
Imperative & structured
Dynamic
Functional
Prototype based
Miscellaneous
Vendor-specific extensions
JavaScript support the structured programming and the syntax of c, however support block-level scoping with the let keyword. JavaScript makes the distinction between expression and statements.
Dynamic typing as it the scripting language type is associated with the values not variables.
In JavaScript is almost entirely object based it is an associative arrays, that is augmented with prototypes.
In JavaScript includes an eval function that can execute statements providing as string at run time.
The primary use of JavaScript is to write functions that are based on embedded in included from HTML, and interact with the Document Object Model (DOM).opening or popping up new window with programming control over the size,position,and attributes of the new window. Validation of web form input values to make sure that they will accept before they are submitted to the server. Changing images as the mouse curser moves over them this effect is often used to draw the users attention to important links displayed as graphical elements.
A JavaScript engine is an interpreter that interprets JavaScript source code and executes the script accordingly. The first JavaScript engine was created by Brendan Eich at Netscape Communications Corporation for the Netscape Navigator web browser The engine, code-named Spider Monkey is implemented in C. It has since been update to conform to ECMA-262 Edition 3. The Rhino engine, created primarily by Norris Boyd is a JavaScript implementation in Java. Rhino, like Spider Monkey,
Subscribe to:
Comments (Atom)
