News in the Category: JavaScript Subscribe to the rss of this category.

Total posts: 661 | Sort by Views | Sort by Hits

ASP.NET AJAX Release History : Q2 2012 Beta (version 2012.2.522)

Telerik News RSS Feed, May 22, 2012
Views: 137 | Hits 2

New Controls Barcode HtmlChart ODataDataSource Common for all controls New Improved: Mobile support improvements for RadGrid, RadListView, TreeList (iOS, Android) Fixed Fixed: The empty <...

A Gentle Reintroduction to the Reactive Extensions for JavaScript

Brendan Tompkins, May 21, 2012
Views: 102 | Hits 14

One of the things that Ive been doing since I last blogged has been working on the Reactive Extensions for JavaScript (RxJS).  Since I last blogged, we have had two releases, a version 1.0.10621 SP1 w...

Why I Taught My Daughter To Code (A Little)

JonGalloway.ToString(), May 16, 2012
Views: 139 | Hits 23

Literacy Imagine a world in which very few people knew how to read or write. You kept to certain parts of town because you couldn't read a map or a street sign. When you needed to sign a contract, yo...

MVC JavaScript localization of external .js files

The Code Project Latest Articles, May 14, 2012
Views: 222 | Hits 22

A system that permit you to manage your external javascript files and use server localizations in it....

Javascript in PDF

The Code Project Latest Articles, May 8, 2012
Views: 180 | Hits 24

This article describes how to use Javascript code to create interactive PDF documents....

Easy JavaScript Generic List Implementation

The Code Project Latest Articles, May 5, 2012
Views: 231 | Hits 43

A quick and easy JavaScript implementation of a Generic List with LINQ support....

Javascript Dictionary

The Code Project Latest Articles, April 27, 2012
Views: 176 | Hits 26

Javascript Dictionary...

jQuery Templates/View Engines and JSON Services

The Code Project Latest Articles, April 25, 2012
Views: 142 | Hits 19

Basic concepts of creating pure JavaScript applications using jQuery, JavaScript View Engines, and web services that provide JSON results that are accessed by JavaScript code via AJAX calls....

What's New and Improved in JustCode's Test Runner

the telerik blogs, April 25, 2012
Views: 126 | Hits 1

Hot on the heels of the recently added support for QUnit and Jasmine JavaScript testing frameworks in Telerik JustCode, we have continued to evolve our Test Runner to make it even better. You will fin...

Drag, drop and rotate for Safari in iPad

The Code Project Latest Articles, April 25, 2012
Views: 169 | Hits 4

Example of how to use JavaScript to Drag, drop and rotate elements for Safari in iPad...

ASP.NET MVC Release History : Q1 2012 SP1 (version 2012.1.419)

Telerik News RSS Feed, April 19, 2012
Views: 76 | Hits 2

Common for all extensions What's Fixed Fixed: ScriptRegistrar.jQueryValidation(false) no longer works Installer and VS Extensions What's New Improved: Installer's disk cost estimation What's...

Bare Minimum JS Part 1 Getting Classy

Clarity Blogs: ASP.NET, April 19, 2012
Views: 190 | Hits 34

The Bare Minimum You Need To Know About Javascript Part 1 -Getting Classy These days, it seems JavaScript is taking over the whole earth. Chances are, if you’re starting a new project it’s probably go...

How to write a simple interpreter in JavaScript

The Code Project Latest Articles, April 15, 2012
Views: 164 | Hits 13

Introduction to the compiling/interpreting process by making a simple calculator application in JavaScript....

Common Pitfalls of jQuery

The Code Project Latest Articles, April 11, 2012
Views: 206 | Hits 42

jQuery is a wonderful library that makes web development with JavaScript a much better experience--but there are some common pitfalls that you should avoid....

Trying Out JavaScript v.Next

K. Scott Allen, April 10, 2012
Views: 148 | Hits 22

ECMAScript Harmony is the future of JavaScript, and something you can experiment with using the stable builds of Chrome (my machine is currently running 18.0.1025.152 m, but that is subject to change ...

Caching WCF javascript proxy on browser

The Code Project Latest Articles, April 4, 2012
Views: 169 | Hits 5

WCF Javascript Proxies (Service.svc/js) are never cached. They get generated and downloaded on every page view thus increasing page download time and server CPU. Here's an HttpModule to cache WCF Java...

RE: New 2.0 Release of the Mvc Controls Toolkit

ASP.NET Announcements, April 4, 2012
Views: 177 | Hits 25

Enjoy the tutorial on the new features, and download here and here the associated code samples. Below the list of changes: Added Support for Mvc4 beta and WebApi The SafeqQu...

3 Quick JavaScript Tips for .NET Developers

JohnPapa.net, March 30, 2012
Views: 464 | Hits 102

Yesterday at the DevConnections event I had to make an emergency speaking appearance for a speaker who became suddenly ill. Luckily that talk was a topic I know well (JavaScript intro for .NET develop...

A Simpler MapReduce with MongoDB and C#

K. Scott Allen, March 29, 2012
Views: 321 | Hits 24

Continuing from the previous post about MapReduce with MongoDB, we can clean up the code a bit using an extension method that takes a single string parameter. var db = server.GetDatabase("mytest")...

Readable DOM Ready Event Handlers

K. Scott Allen, March 26, 2012
Views: 254 | Hits 12

One reason some people don't like JavaScript, I think, is because idiomatic JavaScript favors fewer keystrokes and CPU cycles over readability. There is a large amount of script code that is hard to r...

ZDK = Zigfu Development Kit = Commercial Kinect Development library for Unity3D and JavaScript

MSDN: Coding4Fun, March 19, 2012
Views: 263 | Hits 1

This is a commercial (though you can try it free) development kit that looks like a cool way to help you speed your Kinect development projects forward.ZigfuZigfu is the easiest way to make and play K...

A Simple MapReduce with MongoDB and C#

K. Scott Allen, March 19, 2012
Views: 286 | Hits 36

If you work with relational databases and someone says "data aggregation", you immediately think of a GROUP BY clause and the standard aggregation operators, like COUNT, MIN, and MAX. MapReduce wi...

Writing modular JavaScript without polluting the global namespace

The Code Project Latest Articles, March 12, 2012
Views: 352 | Hits 35

How to write modular JavaScript without polluting the global namespace....

Free Online Event on KnockoutJS and MVVM

JohnPapa.net, March 12, 2012
Views: 237 | Hits 17

I published my Knockout / JavaScript / MVVM course with Pluralsight last month and have been getting a lot of positive feedback thanks! I decided to do a free short presentation from the course and a...

Better class-like inheritance support library for JavaScript

The Code Project Latest Articles, March 9, 2012
Views: 270 | Hits 23

Presenting library functions that circumvent some of the draw-backs of built-in JavaScript inheritance....

An Introduction to KnockoutJS – Part 2

Joe Brinkman, March 9, 2012
Views: 336 | Hits 31

In Part 1 of this series I discussed the basics of data binding in KnockoutJS. In this post, Ill dive a little deeper in the the binding behaviors of KnockoutJS and show how you can build really respo...

jQuery events contribute to clean JavaScript

The Code Project Latest Articles, March 7, 2012
Views: 332 | Hits 42

How to write some OOP style JavaScript....

ASP .NET Plotter (HTML5, C# and Plot'N'Roll)

The Code Project Latest Articles, March 4, 2012
Views: 321 | Hits 37

Nowadays, There are a plenty of Javascript charting libraries. Justly, this article aims to show you how you can integrate Javascript charting libraries in ASP .NET and build custom charting user cont...

Request.Form method while redirect another page using javascript

The Code Project Latest Articles, March 2, 2012
Views: 251 | Hits 14

While click on hyperlink - redirect to another page and pass the Request.Form object values using javascript function...

Windows 8 JavaScript Metro ApplicationGetting Started

The Code Project Latest Articles, March 2, 2012
Views: 346 | Hits 46

Getting Started with Windows 8 Metro App Development in JavaScript...

JustCode and QUnit means easy JavaScript unit testing in Visual Studio

the telerik blogs, February 29, 2012
Views: 306 | Hits 8

As we showed in the Jasmine blog post JustCode provides seamless integration of JavaScript unit testing inside Visual Studio. JustCode supports two of the most widely used JavaScript unit testing fram...

Plain Old JavaScript

K. Scott Allen, February 27, 2012
Views: 303 | Hits 32

Once upon a time there was a pure JavaScript model. The model sang songs about simplicity in a land full of complexity and confusion. The model's clear and beautiful voice comforted many hearts in the...

JustCode and Jasmine (BDD JavaScript testing framework) play together

the telerik blogs, February 24, 2012
Views: 278 | Hits 7

With every new release of JustCode we at Telerik are committed to providing you with the best tool for writing better, faster and error free code with ease. That of course includes testing it. With th...

Getting started with Jasmine tests in FubuMVC applications

The Code Project Latest Articles, February 21, 2012
Views: 305 | Hits 13

Jasmine is one of the most popular BDD-style JavaScript testing frameworks....

represnt a object data in JSON fromat

The Code Project Latest Articles, February 21, 2012
Views: 311 | Hits 25

This tip display the how to convert a object data to a Javascript array(JSON format)...

Good Ol Visual Aid With a Twist in JustCode

the telerik blogs, February 21, 2012
Views: 446 | Hits 3

Along with the brand new goodies coming with the latest release of Telerik JustCode, i.e. support for QUnit and Jasmine JavaScript testing frameworks, opening the API to the public, All Types Code Com...

South Florida Code Camp is Tomorrow

JohnPapa.net, February 17, 2012
Views: 265 | Hits 1

  Ill be heading to Ft Lauderdale tonight so I can get a bright and early start for South Florida Code Camp tomorrow. They have a pretty good lineup and Ill be presenting 2 sessions. Hope to catc...

ASP.NET MVC Release History : Q1 2012 (version 2012.1.214.0)

Telerik News RSS Feed, February 15, 2012
Views: 266 | Hits 11

Common for all extensions What's New Added: Combined javascript file for all components and features Added: Updated the implicitly referenced jQuery to version 1.7.1 Added: Enable/disable security t...

New Pluralsight Course on MVVM, JavaScript Patterns and KnockoutJS

JohnPapa.net, February 15, 2012
Views: 308 | Hits 35

My latest course Building HTML5 and JavaScript Apps with MVVM and Knockout is now available at Pluralsight! Learn how to build robust and maintainable Web applications with JavaScript patterns, MVVM, ...

Simple cross browser JavaScript get set

The Code Project Latest Articles, February 14, 2012
Views: 321 | Hits 32

Simple cross browser JavaScript get set...

Allow only Numeric values in ASP Text box control using JavaScript

The Code Project Latest Articles, February 11, 2012
Views: 441 | Hits 54

Allow only Numeric (either whole or decimal) values in ASP Text box control using JavaScript...

Trim, Mouse Hover Pointer Functions using JAVASCRIPT

The Code Project Latest Articles, February 11, 2012
Views: 302 | Hits 13

Trim, Change button mouse hover pointer Functions using JavaScript...

Validate From and To Date using JavaScript

The Code Project Latest Articles, February 11, 2012
Views: 369 | Hits 33

Validate entered From Date and To Date in web application using JavaScript...

ASP.NET MVC Release History : Q1 2012 Beta (version 2012.1.202)

Telerik News RSS Feed, February 2, 2012
Views: 217 | Hits 14

Common for all extensions What's New Added: Combined javascript file for all components and features Added: Enable/disable security trimming of the navigational components Chrome 16 and FireFox 10 s...

log4net: Log to a JavaScript Console

The Code Project Latest Articles, January 23, 2012
Views: 280 | Hits 40

A new appender for the log4net logging tool that sends server logging strings to a JavaScript console....

ASP .NET Plotter (jQuery and HTML5)

The Code Project Latest Articles, January 22, 2012
Views: 395 | Hits 53

Nowadays, There are a plenty of Javascript charting libraries. Justly, the purpose of this article aims to show you how you can integrate Javascript charting libraries in your ASP .NET application....

?reating GMail Checker extension with Kango - ?ross-browser extension framework

The Code Project Latest Articles, January 18, 2012
Views: 326 | Hits 15

How to create cross-browser extensions with few lines in JavaScript...

ASP.NET MVC Release History : Q3 2011 SP1 (version 2011.3.1306)

Telerik News RSS Feed, January 6, 2012
Views: 391 | Hits 18

Common for all extensions What's New Improvement: Added jQuery 1.7.1 compatibility Improved: Navigation components use the AuthorizationContext.Result to determine whether the link is available Impr...

Metro style JS Apps in Visual Studio 11

Marquee de Sells: Chriss insight outlet, January 4, 2012
Views: 360 | Hits 28

DISCLAIMER: This post is targeted at the //build/ version of the Windows Developer Preview (aka Windows 8). Things are likely to change with future releases. On your head be it. In the previous post ...

How to Log Javascript Errors in C#

The Code Project Latest Articles, December 29, 2011
Views: 441 | Hits 96

Logging client side JavaScript errors to the server....