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

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

TypeScript 0.9 Preview Release

Somasegars WebLog, June 18, 2013
Views: 80 | Hits 15

Over the past few years, we’ve seen JavaScript applications for the web, on the server, and on Windows become much more substantial in size. To address this trend, last October we released the i...

jModulizer - How to Modularize and Decouple your JavaScript Code

The Code Project Latest Articles, June 7, 2013
Views: 228 | Hits 27

jModulizer - How to modularize and decouple your JavaScript code...

LINQ for JavaScript

The Code Project Latest Articles, June 7, 2013
Views: 317 | Hits 90

Implementation of .NET Enumerable methods in JavaScript, including Aggregations, Iterations, Predicators, and Selectors....

Persist JavaScript changes on postback

The Code Project Latest Articles, June 5, 2013
Views: 253 | Hits 26

Use JavaScript to let your web user make changes, and then retrieve those changes server-side on postback....

jModulizer - How to modularize and decouple your JavaScript code

The Code Project Latest Articles, June 3, 2013
Views: 285 | Hits 34

jModulizer - How to modularize and decouple your JavaScript code...

Resizing the AppPart / ClientWebPart

Sahil Malik - blah.winsmarts.com, June 2, 2013
Views: 179 | Hits 4

SharePoint Training: more information Yeah yeah you can use an App as a We...

Compressing Script Files using GZIP

The Code Project Latest Articles, May 30, 2013
Views: 191 | Hits 21

How to compress JavaScript and CSS files in a web application to reduce page loading time, using GZIP....

Create dynamic controls from code-behind and validate them through JavaScript

The Code Project Latest Articles, May 29, 2013
Views: 260 | Hits 12

Dynamically creating controls and validating using JavaScript....

Enterprise SPA (Single Page Applications)

The Code Project Latest Articles, May 24, 2013
Views: 429 | Hits 44

How do you write cross-platform line-of-business apps without hiring an army of developers to rewrite your code for multiple clients? This sample app shows a solutionin JavaScript....

JavaScript Frameworks and Resources

The Code Project Latest Articles, May 23, 2013
Views: 266 | Hits 40

JavaScript frameworks and resources....

Build your own lead capture page with Meteor and MongoDB in minutes

MongoLab - MongoDB Hosting, May 22, 2013
Views: 247 | Hits 13

This is a guest blog post written by Niall O’Higgins andPeter Braden at Frozen Ridge,a full-stack web consultancy offering services around databases, node.js, testing & continuous deployment, mobile w...

Create Dynamic Controls from Code Behind and Validate It through JavaScript

The Code Project Latest Articles, May 22, 2013
Views: 235 | Hits 18

Dynamically creating controls and validating in JavaScript...

Using system.js in MongoDB (From C#)

K. Scott Allen, May 17, 2013
Views: 256 | Hits 25

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: 387 | Hits 53

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: 278 | Hits 20

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

Ajax DLL

The Code Project Latest Articles, May 14, 2013
Views: 399 | Hits 25

.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: 335 | Hits 32

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: 398 | 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: 383 | Hits 40

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: 259 | Hits 23

Flexible JavaScript Modal Popup Window...

AngularJS Abstractions: Organizing Modules

K. Scott Allen, May 7, 2013
Views: 216 | 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: 308 | Hits 17

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: 342 | Hits 9

Arabic text box using simple JavaScript....

Bind Object With Functions in Javascript

The Code Project Latest Articles, May 2, 2013
Views: 382 | Hits 31

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

AngularJS Abstractions: Modules

K. Scott Allen, May 1, 2013
Views: 230 | Hits 16

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: 430 | Hits 23

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: 239 | Hits 28

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: 266 | 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: 246 | Hits 30

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: 341 | Hits 47

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: 278 | 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: 272 | Hits 37

DateTime Validation using JavaScript....

ASP self populating drop down list using JavaScript

The Code Project Latest Articles, April 9, 2013
Views: 277 | Hits 19

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

UNC Drive Mapping Failures: Network name cannot be found

Rick Strahls WebLog, April 5, 2013
Views: 281 | 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: 297 | Hits 16

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: 250 | 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: 257 | Hits 15

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: 269 | 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: 334 | Hits 25

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: 397 | Hits 6

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: 304 | Hits 27

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: 217 | 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: 250 | Hits 4

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: 345 | Hits 29

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: 320 | Hits 39

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: 307 | Hits 50

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: 323 | 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: 256 | Hits 6

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: 277 | Hits 15

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: 237 | 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...