Website is updated! 06:37 PM 09/01/2015

Pgesturia

Online training

We provide essential courses to our courses online and we teach them every thing we know about web designing and web development For no cost

Sunday, 30 November 2014

Write a note on Water

Importance of water Water is the most important thing in our life.We can not live without water.The earth is divided in to four parts or quarters.The three quarters are filled with water,but 2.5 percent of the world's water is pure or fresh for drinking. How many oceans are present? There are five (5) oceans. Arctic Ocean Atlantic Ocean Pacific Ocean Indian Ocean Southern Ocean The  largest ocean of the world is the PACIFIC OCEAN. Uses of Water We use water in our life with many ways i.e: We use water for drinking. We use the...

Saturday, 29 November 2014

How to create tables in HTML?

Tables in HTML In table forming,generally four tags are use. <table> <tr> <td> <th> <tr> tag is used for creating new row. <th> tag is used for creating new heading. <td> tag is used for entring new data. RowSpan It is not so difficult to understand. RowSpan means to combine multiple rows to form new row.Its value can be defined in to the tag. ColSpan It is not so difficult to understand.ColSpan means to combine multiple column to form new column.Its value can be defined in to the tag. Making...

Define Link colors in HTML

How to change Link colors in HTML? We divided links into three categories: alink vlink link Link It is standard link that is not visited by visitors. alink It is active link.The color of link become changed when we put cursor on it. vlink It is visited link.Color become changed when visitor visited the link. Syntax <header link="blue" vlink="grey" alink"red"&g...

Friday, 28 November 2014

What is a comment in Programming Language?

Comment Comment is a line of code which is written in the program but it can not be executed.It can only be written in program to enhance the readability of progra...

How to add comment in HTML?

Adding comment in HTML page We can add comments in our webpage very easily using a simple tag known as comment tag. Firstly you have to know that what do you meant by comment in any  programming language. // Comment is a line of code which is written in the program but it can not be executed.It can only be written in program to enhance the readability of program.                                                ...

Image tag in HTML

How to add Image tag in HTML? There are three important tags which are use to add and format the image in HTML.These are as below:- <FIGURE> tag <IMG> tag <FIGCAPTION> tag <img> tag is used to add the picture in our website.Syntax of img tag is given below:- Syntax <img src="abc.jpeg" /> When we add more then one picture in a page,then it is good practice to encapsulate the all <img> tag in another tag called <figure> tag. Syntax <figure> <img src="image1.png" /> <img src="image2.png"...

Thursday, 27 November 2014

More tags of HTML

Some more tags of HTML Some other useful tags are listed below. hr tag. hr tag is used to draw a horizontal line to the webpage. Example this is my page <hr>. <br> tag.br tag is used to go to next line. Example Hi world <br>. <a> tag. a tag also called anchor tag is used to add links and make references to  webpage. Example <a href="http://educationwelfaretrust.blogspot.com>Mysite</a>...

What are List tags in HTML?

List tags in HTML We can divide list in to sub cetagories: Unordered list (ul) Ordered list(ol) List item(li) Examples To create navigation list. <nav> <ul> <li><a href="#">Name</a></li> <li><a href="#">contact</a></li> <li><a href="#">email</a></li> </ul> </nav&g...

Heading tags

What are the Heading tags of HTML? There are six heading tags listed below: H1 HEADING H2 HEADING H3 HEADING H4 HEADING H5 HEADING H6 HEADING These headings tag can be enclosed in another important tag called HGROUP  tag. ...

Formatting Tags

What are Formatting Tags ? There are several tags which are used to formatting the text. These are listed as below. <b>  It defines BOLD text. <em> It defines emphasized text. <small> It defines small text. <strong> It defines important text. <sub> It defines subscript text. <sup> It defines superscript text. <ins> It defines underline text. <del> It defines deleted text. <mark> It defines highlighted text. ...

Wednesday, 26 November 2014

Basic HTML tags

Tags of HTML In this chapter we will discuss about tags,its nature and its attributes. Every tag has its opening and its closing tags.Tags are closed using "/". <HEAD>  tag Head tag is also called a container tag.It is basically used to add the METADATA  in to the HTML file. It is also used to add CSS(cascading style sheet). The basic purpose of head tag is to add basic description about blog. <P> tag "P" tag is used for writing paragraphs.we used this tag to edit separately edit text in web-page. <BODY>...

What is CSS-Cascading style sheet?

CSS CSS stands for cascading style sheet and is used to design  web pages. There are three types of CSS. IN-LINE  css INTERNAL css EXTERNAL css...

What is MetaData ?

META-DATA Meta-Data is known as Data about data.I know this statement confuse you. Dont worry i'll explain it in future tutorials but now you can understand it as information about your basic data is added by META DAT...

HTML syntax

Basic HTML structure The structure and syntax of HTML is given below: <HTML> <HEAD> <TITLE>Page title</TITLE> </HEAD> <BODY> Page structure </BODY> </HTML> This is the basic structure of HTM...

Basics of HTML

Basics of HTML HTML Introduction HTML is known as Hyper-Text-Markup_language.It is basically used  for designing a webpage.It is also used to create the static websites. HTML is a TAG-based language.Every tag has its own special meaning. Many tags are used in HTML,we will discuss all tags briefly. some tags are <BODY> , <HEAD> , <HTML> , <P> , e...

Phillip Hughes Australian Cricketer has died

Death of Phillip Huges Phillip Hughes died  Phillip Hughes is no more with us. He died due to hitting ball on his head.  He was fighting for life after being hit in  the head by cricket ball.May his soul rest  in peace.He was only 25 years old. Phillip Hughes Australian Cricketer hit by a bal...

Friday, 21 November 2014

C tutorial for series for new commer

Friends,next lesson of C programming tutorials will be publish tonight till 11:00 PM. So do not panic and enjoy EWT tutorials of C language. Regards ewt t...

learning C language chapter 2

Learning C language using OOP Chapter#2 Introduction to C++ Contents History of C++ Preprocessor directive Header files Main() function C++ statements Token White spaces Linker 1. History of C++                  Many new programming languages appeared during the 1960's. The computers at that time were still in early stage of development.The language ALGOL 60 was developed as an alternativ to FORTRAN.The language CPL was developed in 1963.It was more specific for concrete programming...

C programming language chapter 1

Object-Oriented Programming using C++ Chapter#1 Introduction to programming Contents Problem solving Advantages of computer program Algorithms and Pseudo code Types of code Programming languages are sub-divided in to numerous categories in which we discussed C language. 1. Problem Solving  DEF:-       Problem solving is the process of identifying problem and to finds its best solution. Problem solving is a skill that can be developed by following a well organized approach. Different strategies techniques and...

C# tutorials using ASP.net &VB

C# tutorials are basically designed under strong observation and will be uploaded after compilation and completing of C or C++ tutorial series.These tutorials are getting popular because only a hard-work that i currently do for you guys.After completing of our 1st tutorial series ,our next target is to compose tutorials of C# in ASP.net and also in Visual Basic(VB). C# tutorials using ASP.net & VB We are soon announcing our releasing...

Education

Important to note that Video Tutorials Necessary Education  Are you interested in learning some knowledge? Are you intended to attend lecture of your favorite subjects? Are you curious about learning? If your answer is YES of all questions the you are coming on right place.We are soon starting our tutorial classes in this website specially for you guys.Firstly we were going to create new website for uploading tutorials ,but after your so much response we decided to gives tuts in this websites for neglecting confusion. We...

Tuesday, 18 November 2014

earn in seconds

Hi fellows ,i must recommend you all to please study minimum of 12th grade to earn a normal status in soci...

top ptc websites

Dear fellows,in this articles i tell you the most famous and trusted ptc websites known as paid to click websites.these are explained below:- *www.neobux.com *www.probux.com *www.clixsense.com These are international websiteswhich you can trust If you live in Pakistanthe website which i recommend is:- http://www.earninseconds.com/?ref=djabdullah this is trusted and best paid websitei personally  earned so far from this s...

Kinds of Software Requirements

•Functional requirements •Non-functional requirements •Domain requirements •Inverse requirements •Design and implementation constraints Non functional •Most non-functional requirements relate to the system as a whole. They include constraints on timing, performance, reliability, security, maintainability, accuracy, the development process, standards, etc. ...

How to handle this problem

}Software economic techniques ◦We need to make some economic decision to overcome this problem ◦Example: – we will discuss these decision w.r.t major phases of project life cycle –}How much should we invest in information system analysis in order that we converge on an appropriate definition and concept of operation for the proposed system ◦User questionnaire, interviews, current system analysis, prototype e...

Economics and Software Engineering Management

}Microeconomics ….. Why ◦We deal with limited resources ◦Never enough time ◦Never enough money ◦Even cheap hardware and software is available but they also have limit ◦Some product features may limit critical resources. Can you give some examples……….. }What type of resources a software project may need??? ◦People ( with required skills) ◦Equipment ( with correct type and specification) ◦What else ????...

Economics article

}Economics ◦Dictionary Definition   “economics” as “a social science concerned chiefly with description and analysis of the production, distribution, and consumption of  goods and services.” ◦ Another definition Economics is the study of how people make decisions in resource-limited situations. This definition of economics fits the major branches of classical economics very well. ◦Macroeconomics   is the study of how people make decisions in resource limited situations on a national or global scale. It deals with the effects...

Saturday, 15 November 2014

pgesturia images

Here is the pgesturia cat known as SIMBA HE looks soooo good...

blog

want to create free bloglearn free bloging livekeep watching ...

Friday, 14 November 2014

Very Emotional Bayan in Arafat By Maulana Tariq Jameel (Hajj 2014)

...

Rahat ali

Rahat ali was the man of the matchin first test against newzelandfor his greatest performancehe took 6 wicke...

hafeez bowling action

hafeez reported for his action andhe is temporally suspendedit is a bad thing for Pakistanbefore world cupregards ...

2nd test

dear friends,2nd test matchbetween pakistan andnewzeland is held in dubaiand starts from 17 november2014. regards ...

worldcup countdown

so friends,cricket world cupcount down is startsonly 91 days are remainingin huge tournament regards ...

computer tuts

our projcts,dear members,include php, mysql,db,html,css and photoshop currntlyregards ...

tuts

so friends,we aregoing to start our videotuts for you guysregards ...

projects

we are soon starting our somebig projects in ewtwe are going to make this sitea big siteso stay tuned to ewtbest regards ...

suggestions

dear members and visitorsyou can give us good suggestionsif we like your suggestionswe will include in our termsregards ...

cricket fest

we are going to start live streamingof cricket match specially ofPakistan,so stay tuned to ew...

pakistan vs newzeland

After a very brave win againstnewzeland in 1st test matchGreen shirts are hoping tocleanSweep newzelandfor live scores and commentaryvist www.educationwelfaretrust.blogspot.comregards ewt t...

scholarships are open

pakistan scholarships are open now , must register before last dateshort listed will be called forinterviewregards ewt t...

leader characteristics

A leader is one who leads from frontA leader never give upA leader never choose wr...

Leader

The Radcliffe Commission, dividing Bengal and Punjab, completed its work and reported to Mountbatten on 12 August; the last Viceroy held the maps until the 17th, not wanting to spoil the independence celebrations in both nations. There had already been ethnically charged violence and movement of populations; publication of the Radcliffe Line dividing the new nations sparked mass migration, murder, and ethnic cleansing. Many on the...

welcome

Hello all,how are you,hope you all are good regards ewt team ...