Posts
Showing posts from May, 2020
What is JavaScript ?
- Get link
- X
- Other Apps
What is JavaScript? JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language/ a scripting language is a lightweight programming language A javascript consists of lines of executable computer side A javascript is usually embedded directly into HTML pages Javascript is an interpreted language /means that script execute without preliminary compilation Everyone can use Javascript without purchasing a license. It is free to use for everyone. * How to put Javascript INTO an HTML Page To insert a JavaScript into the HTML page, we use the <script>tag Here I show you JavaScript SYNTAX : <SCRIPT LANGUAGE="JavaScript"> ...
Programming in C learn sample Program
- Get link
- X
- Other Apps
Sample program of C language with structure explanation C language is a general-purpose programming language in old-time c is know as B language that means Basic combine Programming language (BCPL). C language is found by Denis Ritchie in 1972 something and C is used Compilers for debug and run c program it is very fast executed and compile. C language generally says it is OOP means object-oriented programming language but c support some OOP concept but it is a not pure Object-oriented programming language. Basically, there are three types of Programming Languages..(1) Procedural Programming Language ...
PHP sample coding for easy learning.
- Get link
- X
- Other Apps
What is PHP? For Web Application Development using Php Php full form is Hypertext Preprocessor and Php PHP is introduced by Rasmus Lerdorf in 1994. Php is a server-side scripting language like Asp, in other words, we can say Php is a powerful tool for creating dynamic and interactive web pages. PHP script is executed on the server it is a wamp, apache, and Php can use with many different databases like MySql, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc Php is server installation and writing PHP code is very simple and easy to understand and it is best and popular because one reason is it is an open-source software so it is free to download and use from the following Weblinks: www.php.net . Php is use on mostly all famous operating systems like Windows, Linux, Unix, Mac, etc. In the old day when PHP is used by the user and developer, it is known as the Core Php concept with some feature is not contain the current Php version. In today time Php ...