Ruby, Python, Perl
Server-side scripting languages are programming languages designed to create HTML pages (or Web pages) on the server. Special libraries are frequently included with these languages to help generate HTML pages easier. Some examples of server-side scripting languages are Python, PHP, Ruby, C#, and JavaScript (NodeJS).
You need to experience how to develop a simple webpage with some functionalities. In doing this, you need to learn some programming and scripting languages. You also have to learn how to use a database and how to connect it to a webpage. I suggest you start reading ebooks about programming/scripting languages and about some good database. Below are some examples. Programming / Scripting Languages: =PHP =JavaScript =CGI-Perl =HTML Database: =PostgreSQL =MySQL
You need to learn some programming/scripting languages and learn how to use a database. I have given examples below. Programming/scripting languages: - HTML - PHP - Javascript Database: -PostgreSQL -MySQL
Actually HTML gave the power to the programming world to create web pages using a simple textual English like programming language to create static web pages. Since the language resembles English in many aspects it is not considered a full fledged programming language and is considered a mark up language. HTML gave us the power to create simple to medium web pages in a short time frame without much limitations of having to know a technology in depth to code in it. Almost all web sites today in some way or the other use the features of HTML to display contents on their page.
Oma, Granny
Examples of imperative languages include Python, JavaScript, and Ruby. These languages focus on giving instructions or commands to the computer on what actions to perform. They are often used in scripting, automation, and web development.
Javascript is the main language used, but there are some other scripting languages used too.
You need to learn and master some programming languages and database. Below are some examples. Programming/scripting languages: - C#.NET - PHP - HTML - JavaScript Database/dbms: - PostgreSQL - MySQL more examples: http://www.outsourceit2philippines.com/outsource-web-development.htm
Unix itself does not use arrays. However, some shell scripting languages such as bash or ksh have simple rudimentary uses of a singly dimensioned array. If you want anything multi-dimensional or special use such as associative arrays, then you need a scripting language such as perl, or awk or python, etc.
A server-side scripting language is one that resides on the server. Whereas client-side scripting happens inside the users browser, after they've downloaded the code, server-side languages work before the file is sent from the server. Server-side languages tend to deal with more "heavy lifting" than client side. They retrieve records from databases, maintain state over the stateless HTTP connection, and do a lot of things that require more security than JavaScript alone can provide. Because they reside on the server, these programs never have their source code exposed to the user. JavaScript source code must be available to the client by definition. Some server-side languages are: C, PHP, Ruby, Python, JavaServer Pages, ColdFusion, ASP, and Perl.
don't be a noob
A test script is a set of instructions, written using a scripting or programming language, that are executed on a system under test. A test script is used to verify that the system performs as expected. Nowadays, QA outsourcing companies are primarily focusing on automation. Some of the most commonly used scripting languages used in automation testing are:JavaPythonPerlRubyVB scriptThere are many automation tools that generate the test scripts in their own scripting languages without the need for actual coding, for example Selenium IDE. Hope this information is clear to you and you can get back to us in case need more information