Tips and Tricks

Client Pull/Server Push

Client Pull and Server Push are two recent additions to the HTML and CGI standards. With these two methods, you can extend the capabilities of both Web browsers and Web servers. Client Pull sends information to the Web browser via the <META> tags in an HTML file and allows it to perform additional functions. Server […]

PHP

What is STEM? Why STEM Education is Vital for Kids.

What is STEM? Science, technology, engineering, and mathematics (STEM) are largely used to influence innovative solutions to our world’s problems. Day-to-day decisions are increasingly being driven by data, with 90% of the world’s data generated just in the last two years. The proliferation of global access to mobile technology, the internet, and other innovations indicates […]

Lists

JavaScript Operators

Operators The operator itself is a keyword or symbol that does something to a value when used in an expression. For example, the arithmetic operator + adds two values together. The symbol is used in an expression with either one or two values and performs a calculation on the values to generate a result. For […]

PHP

Absolute and Relative URLs

Absolute − An absolute URL is the complete address of a resource. For example http://www.codeprogramming.org/links.htm  Relative − A relative URL indicates where the resource is in relation to the current page. THE given URL is added with the <base> element to form a complete URL. For example /html/html_text_links.htm The subsections that follow provide a summary of the […]

Lists

HTML and XHTML

The full form of HTML is Hypertext Markup Language. It is used to create most web pages. There have been several versions of HTML since the Web began, and the development of the language is overseen by an organization called the W3C (World Wide Web Consortium). Some stricter rules were added to HTML 4.01, creating […]

Tips and Tricks

Static and Dynamic Website

The website is the collection of web pages, different multimedia content such as text, images, and videos which can be accessed by the URL which you can see in the address bar of the browser. Static Website: In Static Websites, Web pages are returned by the server which are prebuilt source code files built using simple […]

PHP

How to Make a Simple Calculator in Java

Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to […]

Artificial Intelligence

Real world AI

One of the reasons why modern AI methods actually work in the real world – as opposed to most of the earlier good old-fashioned methods in the 1960-1980s – is the ability to deal with uncertainty. We use the following mathematical rules to implement Real-World Artificial Intelligence 1. Odds and probability. 2. The Bayes rule. […]