• androidimg
  • phpimg
  • c++img
  • javaimg
  • netimg
  • Android Programming

    Android software development is the process by which new applications are created for the Android operating system. Applications are usually developed in the Java programming language using the Android Software Development Kit.

  • PHP Programming

    PHP is a server scripting language, and widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

  • C++ Programming

    C++ is one of the most popular object oriented programming languages and is implemented for both hardware and operating system platforms. C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.

  • Java Programming

    Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files are compiled into a format called bytecode.

  • .Net Programming

    Microsoft describes .NET as a set of software technologies for connecting information, people, systems, and devices. This new generation of technology is based on Web services-small building-block applications that can connect to each other as well as to other, larger applications over the Internet.

Saturday 1 November 2014

Posted by Venika Emy
No comments | 03:39
This page will quickly get you started on JavaScript the language. You need to have basic understanding of the language before you can script the DOM/web.

Running JavaScript

To evaluate a piece of JavaScript code, you need to call it in a HTML file and view the file in browser.

Here's how to embed JavaScript into HTML. If you just have few lines of code, do:
If you have more than a few lines of code, put them in a file, and call it like this:

Use Browser's Web Developer Console:

In Google Chrome: 〖Tools ▸ JavaScript Console〗 .
In Firefox: 〖Tools ▸ Web Developer ▸ Web Console〗.
In Safari: 〖Develop ▸ Show Error Console〗.
In Internet Explorer 9: 〖Tools ▸ F12 Developer Tools〗.

Using node.js

Another good way to run JavaScript code is node.js. With node.js, you can run JavaScript like shell scripts in terminal.
On Linux, install by sudo apt-get install nodejs. Or get it at http://nodejs.org/.
You can run it interactively. Type node to start the interactive prompt. Type Ctrl+d to exit.
You can also run it as shell script. Save a JavaScript code in a file  “myscript.js”. Then, you can run the script in shell like this: node myscript.js.

0 comments:

Post a Comment

About Us

We provide excellent programming solutions & supports in an easy ongoing development environment.
Sitemap