Posts

Showing posts from February, 2019

What is NGINX? Why to use it for a Website?

Image
NGINX is an open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. Initially is was started as a web server which is designed for maximum performance and stability. In NGINX it provides a software-based application delivery platform that load balances HTTP and TCP applications at a fraction of the cost of hardware solutions thus it allows organizations to maximize the availability and reliability of their sites and applications, and minimize disappointed customers and lost revenue. The main goal of creating NGINX was to create the fastest web server around, and maintaining that excellence is still a central goal of the project. Moreover NGINX is consistently beating Apache and other servers in benchmarks measuring web server performance. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP server...

WordPress theme -how to create a website with it ?

Image
What is a Theme? As per Official WordPress site WordPress theme system is a way to "skin" your weblog. Where Skinning your site implies that only the design is changed. WordPress Themes can provide much more control over the look and presentation of the material on your website. Basically, a WordPress theme is a collection of files that work together where it produces a graphical interface with an underlying unifying design for a weblog. Now these files are called template files. And in the theme it modifies the way the site is displayed and in the theme it may include customized template files like image files (*.jpg, *.gif), style sheets (*.css), custom Pages, as well as any necessary code files (*.php). As you know WordPress is an open source database-driven content management system where it allows you to manage content, page, media, create menus etc. In other words WordPress gives you the power to take control of your website without your web admini...

What is JavaScript and its Advantages

Image
JavaScript is also often known as JS and it is a lightweight, interpreted, object-oriented language with best in class functions, and it is also known as the scripting language for a web page and today it is mainly used in many non-browser environments. JavaScript is also a prototype based with multi paradigm scripting languages which are dynamic. It also supports object-oriented, imperative and it works on programming style. And a JavaScript runs on the client side of the web and it can also be used to design the program depend on the web page behavior to the particular event. Not only that Java Hosting  is also easy to learn and it is also a powerful scripting language which is widely used for controlling the web page behavior. For what JavaScript can be used for? You might know that an HTML page is a static one so if you are not using JavaScript then still it would be static. Using JavaScript you can make the website more active and also user-friendly, JavaScript will...