Website Development

How to Check and Set the PHP Handler After Installation

In this article, we have explained how to check and set the PHP handler after installation. The PHP handler(s) for each PHP version can be verified once you have finished provisioning and setting them. Let us follow the instructions below to check the present PHP versions/handlers: Log in to SSH. Enter the below command and …

How to Check and Set the PHP Handler After Installation Read More »

Build a Website with Simple & Easy to Use Website Builder

Who is Build a Website for?  Site Builder is aimed at those who want to create a website but do not have the technical experience to do so. Site Builder is a simple, integrated website hosting product that incorporates a full-featured website builder that works through your Web browser (the software you use to access …

Build a Website with Simple & Easy to Use Website Builder Read More »

How to Make a Website with the eukhost Site Builder

This article will explain how to use the website builder to create and publish a site. Currently, online website builders are marketed worldwide. These software packages allow you to design websites without the need for coding experience effortlessly. These services make it incredibly simple to create a website. It has a graphical view which allows …

How to Make a Website with the eukhost Site Builder Read More »

How to Manage SEO Settings of your Website

What is SEO? Search Engine Optimisation (SEO) is the practice of improving search engine ranking by including content and other information that search engines look for Search ranking is influenced by many things including links from other sites and good quality content. A good place to start learning about SEO is https://moz.com/beginners-guide-to-seo CHANGING YOUR SEO …

How to Manage SEO Settings of your Website Read More »

Changing the text highlight colour with CSS

If you’ve seen websites display different foreground or background colours on highlighted text and wonder how they do it, it’s actually very simple. Once part of the draft CSS Selectors Level 3 specification ::selection overrides your browser-level or system-level text highlight color with a color of your choosing. Here’s an example: [alert]Note: how the selectors are …

Changing the text highlight colour with CSS Read More »

Placeholder HTML 5 Attribute: Default text field values

Creating text fields with default values is now easy thanks to HTML 5. There is a new HTML attribute specifically just for this purpose – the placeholder attribute. As the descriptive attribute suggests, it allows you to create place holder text which is visible if the text field is empty. The attribute itself is supported …

Placeholder HTML 5 Attribute: Default text field values Read More »

CSS 3 Linear Gradients

Creating linear gradients are extremely easy thanks to CSS 3. There is no longer any need to use background images, which not only saves on unnecessary network requests, but is also so much more convenient for us Web developers. As CSS gradients are relatively new to the scene, older versions of most Web browsers provided …

CSS 3 Linear Gradients Read More »