Browse by Tags

All Tags » JavaScript (RSS)

Quick tip: How to get started quickly with OOP-like coding style in JavaScript? by hajan

Writing JavaScript code in OOP style is something which is actively promoted in the last few years... How to get started quickly with simple and straight forward example? Look at this one: var Hobbit = function(name){ this.Name = name; var steps = 0;...
Filed under: ,

JavaScript and jQuery learning path for .NET Developers by hajan

INTRODUCTION Until five years ago, regardless of web development platform most of the web developers weren’t seeing the JavaScript scripting language as a potential candidate for become the most famous, technology independent language that will be used...

Calculating GridView total using JavaScript/JQuery by hajan

Hello everyone. One month ago I’ve had very nice conversation with a asp.net forum member asking about issue regarding calculation of GridView textboxes total using JavaScript. The main thing was to allow user to manually write values in the text boxes...
More Posts