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

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

Using system.js in MongoDB (From C#)

K. Scott Allen, May 17, 2013
Views: 151 | Hits 7

The official MongoDB docs recommend that you avoid storing scripts on the server, but there are scenarios where having reusable functions available on the server can be useful. Inside a MapReduce oper...

Graceful Handling Of JavaScript Errors

The Code Project Latest Articles, May 16, 2013
Views: 255 | Hits 41

In this article, we would see how to gracefully handle JavaScript errors on a webpage, without creating a wrong impression in the minds of our visitors and/or users....

Game Development Using JavaScript

The Code Project Latest Articles, May 16, 2013
Views: 202 | Hits 13

Quick and Easy tutorial for developing games in JavaScript using EaseJS library....

Ajax DLL

The Code Project Latest Articles, May 14, 2013
Views: 275 | Hits 22

.Net library to call server side method from JavaScript...

How to add JavaScript and CSS files to a web page during runtime

The Code Project Latest Articles, May 10, 2013
Views: 300 | Hits 31

How to add JavaScript and CSS files to a web page during runtime....

Include JavaScript Files with Automatic Versioning

The Code Project Latest Articles, May 10, 2013
Views: 296 | Hits 28

Versioning file inclusion JavaScript by date of last modification...

Comparing JavaScript OOP to .NET

The Code Project Latest Articles, May 7, 2013
Views: 279 | Hits 37

This article is intended to help conceptualize the area of JavaScript Object Oriented Programming by comparing it to the way .NET CLR works....

JavaScript Modal Popup Window

The Code Project Latest Articles, May 7, 2013
Views: 231 | Hits 22

Flexible JavaScript Modal Popup Window...

AngularJS Abstractions: Organizing Modules

K. Scott Allen, May 7, 2013
Views: 190 | Hits 10

Now that we know a bit about how modules work at an API level, we can look at questions that will be asked more than once in the lifetime of a project, like when to create a module, how many modules t...

IE native JavaScript methods performance

The Code Project Latest Articles, May 2, 2013
Views: 271 | Hits 16

Javascript native methods are more faster than jQuery utility methods in IE9/10...

Arabic Textbox Using Unicode Characters

The Code Project Latest Articles, May 2, 2013
Views: 313 | Hits 9

Arabic text box using simple JavaScript....

Bind Object With Functions in Javascript

The Code Project Latest Articles, May 2, 2013
Views: 314 | Hits 30

This article will show the power of clouser in OO javascript...

AngularJS Abstractions: Modules

K. Scott Allen, May 1, 2013
Views: 199 | Hits 14

Continuing from the last post, a module in AngularJS is a place where you can collect and organize components like controllers, services, directives, and filters. We'll talk about the "when & why...

Javascript oAuth

The Code Project Latest Articles, May 1, 2013
Views: 314 | Hits 22

Using javascript for oAuth with three (3) major identity providers: Facebook, Google and Twitter....

A WebAPI Basic Authentication MessageHandler

Rick Strahls WebLog, April 30, 2013
Views: 212 | Hits 27

In my last post I showed a very simple Basic Authentication Filter implementation and several people commented that the 'right' way to do this is by using a MessageHandler instead. In the post I discu...

Easier Way to Test IE Compatibility (pre IE9.x) w/ app

The Code Project Latest Articles, April 23, 2013
Views: 249 | Hits 32

Attempt to make cross-browser compatible JavaScript dev easier....

Node.js as a Tool For Learning To Program

K. Scott Allen, April 22, 2013
Views: 226 | Hits 29

If you want to teach someone the very basics of computer programming, then JavaScript might be a good place to start. - The syntax is flexible and uses only a handful of keywords, plus functions and ...

What Breeze can do for You

JohnPapa.net, April 13, 2013
Views: 320 | Hits 45

Right about now you are wondering what Breeze brings that you can’t do on your own. Right about now you are wondering why you should bother learning another technology. Right about now you are w...

Show/Hide Control on Radio Button Click Using JavaScript

The Code Project Latest Articles, April 12, 2013
Views: 255 | Hits 25

Show/hide Label control by radio button selection using JavaScript....

DateTime Validation using JavaScript

The Code Project Latest Articles, April 11, 2013
Views: 256 | Hits 36

DateTime Validation using JavaScript....

ASP self populating drop down list using JavaScript

The Code Project Latest Articles, April 9, 2013
Views: 261 | Hits 18

ASP self populating drop down list using JavaScript....

UNC Drive Mapping Failures: Network name cannot be found

Rick Strahls WebLog, April 5, 2013
Views: 265 | Hits 10

Yesterday I was working with a customer on setting up a remote map from my machine to a VPN drive on a remote server on the VPN. Typically you can just map a drive or directly enter a UNC path to the ...

A Poker hand analyzer in JavaScript using bit & mathematical operations

The Code Project Latest Articles, March 31, 2013
Views: 277 | Hits 15

Exploiting JavaScript's weakly typed implicit data type conversions, the 52 bit mantissa and common bit hacks....

MongoDB 2.4 Javascript Changes

The MongoDB NoSQL Database Blog, March 27, 2013
Views: 235 | Hits 12

The upcoming release of MongoDB 2.4 brings an exciting change to the JavaScript engine. Previously, MongoDB ran Spidermonkey 1.7, but going forward, MongoDB will be running V8, the open-source high-pe...

Programming in ObjectScript 1.5

The Code Project Latest Articles, March 25, 2013
Views: 239 | Hits 14

The ObjectScript is a new embedded programing language that mixes benefits of JavaScript, Lua, Ruby, Python and PHP. The ObjectScript has syntax from JavaScript, multiple results from Lua, sugar synta...

Why All Those JavaScript Libraries?

JohnPapa.net, March 24, 2013
Views: 256 | Hits 48

Flustered by so much JavaScript? Concerned with all the seemingly new patterns to learn? Confused about how to organize it? You are not alone. Many JavaScript Libraries You may look and think, wow, th...

Quick guide to Geolocation in JavaScript

The Code Project Latest Articles, March 24, 2013
Views: 319 | Hits 24

A quick guide to geolocation in JavaScript....

Break Permission inheritance and add custom permission to SharePoint 2013 List using JSOM (JavaScript Client Object Model)

The Code Project Latest Articles, March 18, 2013
Views: 346 | Hits 5

Break Permission inheritance and add custom permission to SharePoint 2013 List using JSOM (JavaScript Client Object Model)...

A Quick Quiz using jQuery .data()

K. Scott Allen, March 18, 2013
Views: 272 | Hits 26

Given this markup: <div id="special" data-timeOut="3"> </div> And this script code: $(function() { var special = $("#special"); var specialData = special.data(); f...

JavaScript 'Object' Browser

The Code Project Latest Articles, March 11, 2013
Views: 209 | Hits 19

A tool like the object browser to browse the interface of documented JavaScript and JavaScript code snippets....

Submit Webpage from OnSave button in MS CRM Dynamics JavaScript

The Code Project Latest Articles, March 8, 2013
Views: 236 | Hits 3

This article willl help to submit a webpage using JavaScript in MS CRM Dynamics....

Dead simple stubbing for JavaScript

More Whidbey stuff, March 8, 2013
Views: 332 | Hits 28

Im writing a lot of JavaScript these days, and for testing I mostly use QUnit. When I need to quickly stub a piece of the code that Im testing, I like to use the following micro-library. What it does ...

JavaScript Questions

The Code Project Latest Articles, March 6, 2013
Views: 272 | Hits 38

Discussing a few JavaScript fundamental topics to make our understanding more in JavaScript....

Pass Variables From Server to JavaScript after JavaScript is Loaded.

The Code Project Latest Articles, March 5, 2013
Views: 291 | Hits 48

This sample demonstrates how to pass data (variables) from code behind to JavaScript....

jQuery UI Alerts Dialog using ThemeRollers

The Code Project Latest Articles, March 2, 2013
Views: 307 | Hits 41

jQuery UI Alert dialogs to replace the JavaScript dialogs (alert, confirm, prompt)...

Enable or Disable Dynamics CRM 2011 Ribbon Control using JavaScript

The Code Project Latest Articles, February 27, 2013
Views: 240 | Hits 5

How to enable or disable the ribbon control using JavaScript....

Playing with Google Drive SDK and JavaScript

The Code Project Latest Articles, February 20, 2013
Views: 247 | Hits 14

This posts gives brief introduction to Google Drive JavaScript SDK and shows how to implement basic actions as downloading documents, creating directories and search for files or directories....

Implement a ‘smart banner’ for your Windows Store app

Method ~ of ~ failed, February 18, 2013
Views: 217 | Hits 5

As someone who uses a few iOS devices around the house, Ive become fond of visiting sites and seeing a little banner that lets me know that a native app is available for the web app Im using. This con...

Using TypeScript to Perform CRUD Operations

DotNetBips.com Latest Articles, February 16, 2013
Views: 428 | Hits 57

TypeScript is a superset of JavaScript that provides typed nature to your code. TypeScript can also be used with existing popular JavaScript libraries such as jQuery. This allows you to make use of th...

What Makes Senchas ExtJS Library So Powerful

peterkellner.net, February 14, 2013
Views: 311 | Hits 34

For those that dont know much about Senchas ExtJS JavaScript library, let me just simply describe it as a toolkit that helps you design applications that run on the web with minimal HTML knowledge (th...

Roll your own: A JavaScript router

The Code Project Latest Articles, February 13, 2013
Views: 266 | Hits 22

Build your own JavaScript router....

Include JavaScript files safely

The Code Project Latest Articles, February 12, 2013
Views: 277 | Hits 35

How to include JavaScript files safely....

JavaScript Database Engine (JS-DBE)

The Code Project Latest Articles, February 12, 2013
Views: 277 | Hits 28

This is a simple JavaScript database engine implementation...

eziConfirm: jQuery Confirm Control

The Code Project Latest Articles, February 12, 2013
Views: 312 | Hits 19

jQuery based confirm plugin that will enhance build in confirm-function in javascript...

Addition of multiple values using JavaScript

The Code Project Latest Articles, February 11, 2013
Views: 257 | Hits 16

Addition of multiple values using JavaScript on client side without postback....

JavaScript Special Character Handling

The Code Project Latest Articles, February 10, 2013
Views: 275 | Hits 32

This article willl describe how to handle special chars in JavaScript....

Attach JavaScript with Auto-Generated Buttons of the GridView Control

The Code Project Latest Articles, February 7, 2013
Views: 296 | Hits 15

Attach JavaScript with auto-generated buttons of the GridView control....

Get Loaded with the File API

The Code Project Latest Articles, February 7, 2013
Views: 281 | Hits 16

The File API is a new JavaScript API that lets you read and write binary data objects that represent files in Web applications. In a nutshell, you can read user-selected files into Web apps and downlo...

Touches

The Code Project Latest Articles, February 2, 2013
Views: 394 | Hits 37

Some useful JavaScript code....

ASP.NET jQuery is not Working in UpdatePanels

The Code Project Latest Articles, January 28, 2013
Views: 304 | Hits 19

When using JavaScript or jQuery in UpdatePanel enabled web page, everything will work fine at the first page load, but after any asynchronous post back happens by UpdatePanel, all JavaScript and jQuer...