News in the Category:
JavaScript
Total posts: 801 | Sort by Views | Sort by Hits
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...
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....
The Code Project Latest Articles, May 16, 2013
Views: 202 | Hits 13
Quick and Easy tutorial for developing games in JavaScript using EaseJS library....
The Code Project Latest Articles, May 14, 2013
Views: 275 | Hits 22
.Net library to call server side method from JavaScript...
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....
The Code Project Latest Articles, May 10, 2013
Views: 296 | Hits 28
Versioning file inclusion JavaScript by date of last modification...
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....
The Code Project Latest Articles, May 7, 2013
Views: 231 | Hits 22
Flexible JavaScript Modal Popup Window...
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...
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...
The Code Project Latest Articles, May 2, 2013
Views: 313 | Hits 9
Arabic text box using simple JavaScript....
The Code Project Latest Articles, May 2, 2013
Views: 314 | Hits 30
This article will show the power of clouser in OO javascript...
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...
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....
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...
The Code Project Latest Articles, April 23, 2013
Views: 249 | Hits 32
Attempt to make cross-browser compatible JavaScript dev easier....
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 ...
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...
The Code Project Latest Articles, April 12, 2013
Views: 255 | Hits 25
Show/hide Label control by radio button selection using JavaScript....
The Code Project Latest Articles, April 11, 2013
Views: 256 | Hits 36
DateTime Validation using JavaScript....
The Code Project Latest Articles, April 9, 2013
Views: 261 | Hits 18
ASP self populating drop down list using JavaScript....
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 ...
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....
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...
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...
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...
The Code Project Latest Articles, March 24, 2013
Views: 319 | Hits 24
A quick guide to geolocation in JavaScript....
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)...
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...
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....
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....
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 ...
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....
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....
The Code Project Latest Articles, March 2, 2013
Views: 307 | Hits 41
jQuery UI Alert dialogs to replace the JavaScript dialogs (alert, confirm, prompt)...
The Code Project Latest Articles, February 27, 2013
Views: 240 | Hits 5
How to enable or disable the ribbon control using 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....
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...
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...
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...
The Code Project Latest Articles, February 13, 2013
Views: 266 | Hits 22
Build your own JavaScript router....
The Code Project Latest Articles, February 12, 2013
Views: 277 | Hits 35
How to include JavaScript files safely....
The Code Project Latest Articles, February 12, 2013
Views: 277 | Hits 28
This is a simple JavaScript database engine implementation...
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...
The Code Project Latest Articles, February 11, 2013
Views: 257 | Hits 16
Addition of multiple values using JavaScript on client side without postback....
The Code Project Latest Articles, February 10, 2013
Views: 275 | Hits 32
This article willl describe how to handle special chars in JavaScript....
The Code Project Latest Articles, February 7, 2013
Views: 296 | Hits 15
Attach JavaScript with auto-generated buttons of the GridView control....
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...
The Code Project Latest Articles, February 2, 2013
Views: 394 | Hits 37
Some useful JavaScript code....
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...