javascript/JScript/JScript.NET

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.sarin.mobi/2008/10/call-javascript-via-scriptmanager-in-c/ Executing a block of JavaScript code from C# on the server side in ASP.NET AJAX is relatively easy to do, here in this post I will show how this can be done. The main object that you need to use is the ScriptManager via RegisterClientScriptBlock method; this method let you inject new JavaScript codes into the browser in run-time. That mean you client web browser can order to execute new task by the server ordering it, in this example I will use the DropDownList SelectedIndexChanged event to make event changes. Default.aspx Default.aspx.cs

Call JavaScript via ScriptManager in C# – Sarin.Mobi

Hi All, recently i was trying to debug java script in CRM 2011. I have added debugger; in the java script and enabled script debugging on IE. Getting the debugger prompt window, but after selecting VS2010 to debug, I was unable to debug java script using VisualStudio2010, getting the following error. I tried using IE developer tool to debug, its working fine. After some analysis & troubleshooting, I came to know that my IE recently upgraded to IE10 by windows updates. I tried uninstalling IE10 updates, it asked for system reboot. http://guruprasadcrm.blogspot.com/2013/04/unable-to-attach-to-crashing-process.html

Microsoft Dynamics CRM: Unable to attach to the crashing process. A debugger is already attached

http://medialize.github.io/URI.js/docs.html#fragment-abuse-query

API Documentation

URI.js API URI Constructor The following parts can be specified in an object: using only components of URIs:
Learning about Drag and Drop? After reading this article, head over to the Dev Derby to show the world what you can do!

Using web workers - Document Object Model (DOM)

https://developer.mozilla.org/en-US/docs/DOM/Using_web_workers

Web worker

https://en.wikipedia.org/wiki/Web_worker A web worker , as defined by the World Wide Web Consortium ( W3C ) and the Web Hypertext Application Technology Working Group ( WHATWG ), is a JavaScript script executed from an HTML page that runs in the background, independently of other, user-interface scripts that may also have been executed from the same HTML page. [ 1 ] Web workers are able to utilize multi-core CPUs more effectively. [ citation needed ] The W3C and WHATWG envision web workers as long-running scripts that are not interrupted by user-interface scripts (scripts that respond to clicks or other user interactions). Keeping such workers from being interrupted by user activities should allow Web pages to remain responsive at the same time as they are running long tasks in the background.

Rockstarapps for Eclipse • A Virtual Home

A couple of years ago I discovered some awesome plugins for Eclipse. It was by RockstarApps aka Bob Buffone, one of the plugins is the main reason I installed the plugin, It can minify stylesheets and javascripts within the IDE. Unfortunately the update site for these plugins is no longer a live, but this article tells you how to install them without the update site. Before I tell you how to download the plugin, let me tell you what the minify plugin can do. Javascript Files For Javascript you have the following options to minify: http://blog.avirtualhome.com/rockstarapps-for-eclipse/
Javascript is not a line based language. White space has the same meaning regardless if it’s a space, a tabulator character or a line break. Well, almost. You can format the code pretty much any way you like. If you have a function like this: function getAnswer() { var answer = 42; return answer; }

Javascript – almost not line based | blog.guffa.com

http://blog.guffa.com/2010/02/javascript-almost-not-line-based/

In JavaScript, curly brace placement matters: An example » Encosia

Note: This post is part of a long-running series of posts covering the union of jQuery and ASP.NET: jQuery for the ASP.NET Developer . Topics in this series range all the way from using jQuery to enhance UpdatePanels to using jQuery up to completely manage rendering and interaction in the browser with ASP.NET only acting as a backend API. If the post you're viewing now is something that interests you, be sure to check out the rest of the posts in this series. If you’ve been working with JavaScript very long, you probably know that you should format curly braces in JavaScript code a certain way. In fact, if you’ve watched my TekPub series, Mastering jQuery , you’ve heard me stop James and remind him that at the beginning of nearly every episode. http://encosia.com/in-javascript-curly-brace-placement-matters-an-example/

pyjeon / RapydScript

new keyword should no longer be used with native JavaScript objects (Image, RegExp, Error, etc.) comma should no longer be on the same line as last line of function definition in dictionaries and object literals (unless preceeded by a semi-colon) RapydScript is a pre-compiler for JavaScript, similar to CoffeeScript, but with cleaner, more readable syntax. The syntax is mostly Python, but allows JavaScript as well. https://bitbucket.org/pyjeon/rapydscript

ScriptCryptor - Compile VBScript and JavaScript files into EXE

http://www.abyssmedia.com/scriptcryptor/ ScriptCryptor lets you quickly produce standalone, royalty free applications from your VBS or JS files. VBScript or JScript files will be converted into EXE files, the source of your scripts will be encrypted with Blowfish algorithm. Once converted, they cannot be modified or viewed by other users.
Release 1.1.8 Uses JDK 1.4 regular expressions Precompiled library for JDK 1.1.8 and up included. Version 1.1.8 29-Sep-2003) Download current version (combined source/binary kit) Download previous version (separate source and binary kits) You can mail me by clicking here <p>Sorry, but a Javascript-enabled browser is required to read the mail address.</p>

FESI (pr. like fuzzy) EcmaScript interpreter

Chakra is a JScript engine developed by Microsoft for its Internet Explorer 9 (IE9) web browser . A distinctive feature of the 32-bit version of the engine is that it JIT compiles scripts on a separate CPU core, parallel to the web browser. [ 1 ] [ 2 ] The engine is also able to access the computer's graphics processing unit (GPU), in particular for 3D graphics and video. [ 3 ]

Chakra (JScript engine)

JsUnit: JavaScript Engines and Products

This page give a short overview of the JavaScript language, available engines and JavaScript enabled products. Some of them are explained on separate pages demonstrating the usage of JavaScript in general and JsUnit especially in their context. JavaScript Language JavaScript is normally recognized as scripting language for browsers only.

Listening To Reason: A Simple JavaScript Command Line Interpreter for Windows in JScript.Net

I've been playing around with JavaScript quite a bit lately, and one thing I enjoyed having was a web-based JavaScript shell for trying out JavaScript commands quickly. I was also thinking about the fact that my command-line skills have gotten a little rusty lately, and that I should get those back into shape. I remembered JScript.Net, which I've been meaning to read more about anyway as a possible solution for embedded scripting in .net applications. So I decided to write a simple interactive command-line interpreter, and see how far I got. Working with JScript The JScript compiler, ships with the .Net SDK.

Passing Arguments To Embedded JavaScript

So, you're writing an embedded script and you want to pass some arbitrary arguments and parameters to your javascript.
JavaScript