リンク: Javascript in Ten Minutes (Javascript). Javascript in Ten Minutes Breakdown Basic Types var someNumber = 1; var anotherNumber = 3.5; var stringValue = “This is a stringn”; var sqString = ‘This is also a string’; someNumber += stringValue; // “1This is a stringn” – JS is weakly typed Javascript is a dynamically and weakly… Read More


リンク: Nikhil Kothari’s Projects : Web Development Helper. Web Development Helper A browser extension to provide tools for the Web developer including ASP.NET page and control developers. ASP.NET Development Helper is a utility for ASP.NET page and control developers that plugs into Internet Explorer. It allows viewing information about the current page such as view… Read More


リンク: Nikhil Kothari’s Projects : JavaScript Utilities Project. JavaScript Utilities Project A set of javascript-related utilities and components for Web developers doing client-side development… The JavaScript Utilities project is oriented at developing a set of tools and components geared toward enhancing the development model around JavaScript as used for implementing rich Web applications. For example,… Read More