address:

Web Marketing and Studies
The Mall stree
Abbottabad 22010





Making of a Website.

To design a website you need to know about few Languages and Scripts.
Server side Scripts mean which play on your Personal Computerand Server side Scripts mean those Scripts which play on Web Server.



What is HTML?

HTML means “Hyper Text Mark-Up Language. It is a language code that computer can understand or in simple words, you can call it one of the several web technologies. Let us break the parts of HTML and understand what it actually refers to?
Hyper means that any web page can be accessed by the visitor without any specific order or place. The Text is simply whatever content you add to your website in English generally. Markup refers to the code used for the formatting of text, e.g. for heading, you can use <h1> in the start of the text and </h1> at the end of words. These are also called “HTML Tags”. Language represents the machine language for the understanding of a web
read more

What is HTML editor?

Front Page is software in which you can create web pages with the content, pictures and videos, etc. First time, it was introduced by the Cambridge, Massachusetts Co. Now, there are many versions of the Front Page including 1.0, 1.1, MS Front Page 97, MS Front Page for Macintosh 1.0, etc. The latest one is MS office Front Page 2003. It can be said an HTML editor that does not necessarily requires you to learn HTML, however, it is better to understand 4 types of views, i.e.
1- Design View
2- Preview View
3- Code View &
4- Split View
In design view, it is very simple to drag the text and picture and drop it on the page. Code view consists of

read more

What is Javascript?

Javascript is a computer language for building websites. It executes on the system of the visitor of your website. It is widely used for online quiz, game development and election purposes. It is gaining popularity on almost all devices including web servers, personal computer, iPhones, tablet PC, notebooks and laptops, etc. avascript runs in almost all the main web browsers that the users of your site have installed on their computer, e.g. google chrome, Internet Explorer,Opera, Firefox, Safari, etc. When a visitor opens the website, Javascript runs by default. You do not need to learn it particularly rather get the know-how of pasting the available code on your web pages from another website.

read more

 

 

What is PHPL?

 

HPHP is an abbreviation of “Hypertext Pre-Processor”. It is a computer language used to create web pages. Nowadays it is being used by most of the website developers because its script is open source and run on the web server. Its setup is free of cost. You can install it online. Those who are new to the world of web technology can take a good start with the PHP language.
All files in PHP are saved with the extension of “.php” and they consist of fine code and Javascript. HTML is used in the PHP code. Many of its characteristics are advanced and that’s why developers commonly use it.
You can create dynamic pages through PHP code. You can easily upload its files on the web server. The forms can be created in PHP. It can be connected to the database. This data can be edited or changed and saved by the cookies. As compared to simple HTML, PDF files, slideshow and flash files can also be added to the web page developed in PHP.
A major advantage is that PHP supports multiple operating systems such as Windows, Mac, Linux, etc. It can be executed on Apache. Learning PHP is interesting and beneficial for the beginners.
The history reveals that PHP was first time developed by Rasmus Lerdorf in 1994. He named it “Personal Home Page Tool”. With the passage of time, different versions of PHP appeared on the scene for example PHP 1.0, PHP, PHP FI 2, PHP3, PHP4, PHP5 and newer and latest versions of PHP 5.4. PHP License issued the software free of cost.

 


The syntax of PHP language is quite easy to understand. PHP delimiters mostly used are <? Some text?> CSS (Cascading Style Sheet can be attached to the PHP code. Comments are written in 3 forms, i.e. block comments (/*comment*/), in-line comments (//comments) and online comments (# comments).
PHP variables are like algebraic expressions and can be declared as a single alphabet or self describing words. There is no need to add comments with the variables. “$” sign is used to declare a variable in PHP.
A good feature of this language is that it changes the variable in the relevant data type automatically, in other languages; you have to write explicitly the data type of the variable. The scope of PHP variable can be local or global. The word “Static” is used for the variable of a static nature.
Here is an example of a short PHP code and its output as well:
<! DOCTYPE html>
<html>
<body>
<h1>Learn PHP online</h1>
<?php
echo “This tutorial will teach you programming language PHP.”;
?>
</body>
</html>
Explanation of the above code is as under:
1- Document type
2- Html staring tag
3- Body starting tag
4- Heading of the page
5- PHP opening syntax
6- “echo” is used to display output and text is quoted inverted commas. Every statement is succeeded by a semicolon.
7- Closing syntax of PHP
8- Ending tag of body
9- Ending tag of html
The output of this piece of code will be:
Learn PHP online
This tutorial will teach you programming language PHP.

 

Copyright © 2015 - 2018, All rights reserved.