Introduction of DOJO
Friday, March 19th, 2010Dojo is the Open Source JavaScript Toolkit. It is tool for constructing dynamic web user interfaces. Dojo offers various widgets, utilities, higher IO (AJAX) abstraction etc.It is based on HTML and javascript. Dojo ups abstraction layer in a higher level. Dojo is sometimes advertised as AJAX framework. It is able to make AJAX requests with [...] Read more »
Introduction of Javascript IDE- APTANA
Thursday, August 6th, 2009Coding in JavaScript is always cumbersome.Programmer always find difficult debugging in JavaScript.There is one IDE which help javascript programmer.That is Aptana Studio. Aptana Studio is an open source integrated development environment (IDE) for building Ajax web applications. It includes support for JavaScript, HTML, DOM, and CSS with code-completion, outlining, JavaScript debugging, error and warning notification [...] Read more »
HeadStart of java script
Sunday, July 19th, 2009I am trying to learn javascript.there is some more exmaple, which can help for beginner in java script.In this first exmaple.We are creating an Html page.In this we are writing a funtion named RandomNumber which will generate random number.I am taking sine from it and take the absolute value. This will get a number between [...] Read more »
Simple form Using ExtJs
Wednesday, July 8th, 2009Extjs is mainly used for UI design.Today I will create a simple form using this.And I will explain code also. So that any beginner can understand easily. Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = ‘side’; var bd = Ext.getBody(); var simple = new Ext.FormPanel({ labelWidth: 85, frame:true, title: ‘Vinay Form’, bodyStyle:’padding:10px 10px 0′, width: 450, defaults: {width: 250}, [...] Read more »



