
- •1. What is w3c?
- •2. What is http?
- •3. What is xml? Give example.
- •4. What is html? Give example.
- •5. What is xhtml? Give example.
- •6. What is css? Give example.
- •7. Show how to add css to html. Give example.
- •8. What is the Difference between xml and html? Give example.
- •9. How we can convert html to xhtml? Give example.
- •10. Write examples that shows you how to add margins and padding to html using css
- •11. What is JavaScript? Write everything about it. JavaScript is a Scripting Language
- •12. What is Client side scripting language? Give example.
- •13. What is Server side scripting lanugages? Give example.
- •What can Server Scripts Do?
- •14. What is xampp?
- •15. What is dom html?
- •16. What is php?
- •17. What is MySql? and What is Queries?
- •Queries
- •19. Show how to create db in sql? Create a Database
- •20. Show how to create Table in sql? The sql create table Statement
- •Sql create table Syntax
- •21. Show how to add data to tables? sql insert into Syntax
- •The sql update Statement
- •Sql update Syntax
- •Php Simple e-Mail
- •30. Show main differences between Client and Server Side scripting languges?
- •31. The get Method
- •32. The post Method
- •33. PhpMyadmin
- •34. What is www?
- •35. What is site?
- •36. What is web site?
- •37. What is server?
- •38. What is interpretable language?
31. The get Method
GET requests can be cached
GET requests remain in the browser history
GET requests can be bookmarked
GET requests should never be used when dealing with sensitive data
GET requests have length restrictions
GET requests should be used only to retrieve data
/test/demo_form.asp?name1=value1&name2=value2
32. The post Method
POST /test/demo_form.asp HTTP/1.1 Host: w3schools.com name1=value1&name2=value2
POST requests are never cached
POST requests do not remain in the browser history
POST requests cannot be bookmarked
POST requests have no restrictions on data length
33. PhpMyadmin
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL, MariaDB and Drizzle. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team will try to help you if you face any problem; you can use a variety of support channels to get help.
34. What is www?
Definition: The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet worldwide, including the client devices (such as computers and cell phones) that access Web content. The WWW is just one of many applications of the Internet and computer networks.
The World Web is based on these technologies:
HTML - Hypertext Markup Language
HTTP - Hypertext Transfer Protocol
Web servers and Web browsers
35. What is site?
A Web site is a related collection of World Wide Web (WWW) files that includes a beginning file called a home page.
36. What is web site?
A website (alternatively, web site or Web site) is a collection of Web pages, images, videos or other digital assets that is hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.
37. What is server?
1) In information technology, a server is a computer program that provides services to other computer programs (and their users) in the same or other computers.
2) The computer that a server program runs in is also frequently referred to as a server (though it may be used for other purposes as well).
3) In the client/server programming model, a server is a program that awaits and fulfills requests from client programs in the same or other computers. A given application in a computer may function as a client with requests for services from other programs and also as a server of requests from other programs.
38. What is interpretable language?
In the paper, a domain-specific language of executable specifications is proposed. This language makes it possible to describe models of formalized subject domains in a graphical form, formulate computational problems on these models, and synthesize programs for solving these problems (including parallel ones) based on deductive inference in a special class of proposition calculus.