Difference between Server Side and Client Side Languages
In web development, there are mainly two types of scripting languages.
-- Server Side Scripting Language
-- Client Side Scripting Language
In web development, there are mainly two types of scripting languages.
-- Server Side Scripting Language
-- Client Side Scripting Language
There are two approaches through which you can develop mobile applications. The first approach is native development which means you will develop applications for one platform at a time. 2nd approach is developing application in HTML, CSS and Javascript in a native container. This approach is also called hybrid applications development because it is the mixture of native applications and web applications. It can be useful in developing mobile applications for different platforms (android, iOS, windows etc.) at the same time. Here we will dive into this approach using Phonegap and Cordova.
Read More
Hostname identifies your computer and Fully Qualified Domain name refers to hostname combined with domain name. E.g. hostname is server
, domain name is webdevelopertuts.com
, then fully qualified domain name (FQDN) will be blog.webdevelopertuts.com
.
Sometimes you ask yourself that how do I go to a specific server by just typing the domain name, although every server is recognized by an IP Address. This is done by Domain Name System (DNS). DNS is a system that translate/resolve domain name into an IP Address. Read More to know the process of resolution.
Read MoreDomain Name System is a type of internet service that translates domain name into an IP Address.
Read MoreComposer is a tool that manages dependencies in a project based on php. This tool installs/update the dependencies required by your project.
Read MoreA domain name is a unique name that identifies a website. It was introduced because humans can easily remember names instead of numbers. Let's dive into it.
Read MoreCentralized system is a type of network in which every node is connected to a single system while in Peer-to-peer (P2P) every node is connected to each other.
Read MoreWeb server is a kind of server that servers the web pages. We browse websites everyday but most of you don't know how the pages comes into your browser full of content and styles by only writing the name of the website.
Read More
A computer network architecture, in which clients makes request and the server responds to that request.
OR
The Client Server Architecture is a model/design/structure in which the Client makes the request for any service and the Server provides that service or responds to that request.