ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Make your javascript a Windows .exe

(1/1)

app103:
These days an average web developer needs to have a broad matrix of skills in order to do his/her job. HTML, CSS, JavaScript, AJAX, XML, some server side language, some linux skills, some apache, some database skills, standards, accessibility, SEO, the list goes on. Parts of the list are also multiplied by (or raised to the power of?) the number of browsers you want to support. Crazy, isn't it? We're such optimists trying to make stuff work in such an environment.

There's gotta be an easier way to write code that does something meaningful! Yes, there is, it's called JavaScript. You learn JavaScript, you learn it well, and you don't need to learn anything else. Isn't that cool? JavaScript is, practically, everywhere. Learn JavaScript and you can:

    * create rich and powerful web applications (the kind that runs inside the browser)
    * write server-side code such as ASP scripts or for example code that is run using Rhino (A JavaScript engine written in Java)
    * create rich media applications (Flash, Flex) using ActionScript which is based on ECMAScript, which is JavaScript
    * write scripts that automate administrative tasks on your Windows desktop, using Windows Scripting Host
    * write extensions/plugins for a plethora of desktop application such as Firefox or Dreamweaver
    * create web applications that store information off-line on user's desktop, using Google Gears
    * create Yahoo!, or Mac, or dunno-what-type-of widgets
    * create Windows apps (those that end in .exe) and libraries (.dll)

I'm sure the list above is not even complete.

OK, it's a joke that with one programming skill only you'll be employed for life, but it's a fun thought anyway. Off to the main topic of the post.

JScript

This is Microsoft's version of JavaScript (yep, the thing that annoys us *sometimes* in IE) and can also be used to create server side pages (ASP, ASP.NET) or desktop applications. Apparently JScript is now called JScript.NET and can be compiled to create .exe files. Let's see how.
--- End quote ---


http://www.phpied.com/make-your-javascript-a-windows-exe/

mouser:
Nice find  :up:

Navigation

[0] Message Index

Go to full version