Skip to main content

Browse

Category: <span>Articles</span>

Latest Articles and Tutorials on WordPress and eCommerce by Fluent Themes. The posts covers web-design, web-development, javascript, fonts, php, html or css coding and many more.

WordPress Themes for Fashion Houses or Modelling Agencies

WordPress Themes for Fashion Houses or Modelling Agencies

A fashion house needs a responsive website with well-organized catalogue of new cloth lines, shoes or sports apparels. Agencies also need a clean website that employs quality photography to showcase portfolios for models. Designing a website from scratch is not only expensive but time consuming.

Update Your Website to a More Professional Look…It’s Free

Update Your Website to a More Professional Look…It’s Free

For your business to stand out, it must have an up and running website that’s well designed and user-friendly. But many businesses get stuck at the designing stage because they have no design inspiration or the resources to execute their plans. Luckily, WordPress has released a series of Website Themes designed specifically for websites, and they are not charging.

The difference between client side and server side programming

The difference between client side and server side programming

You need to know the difference between client side and server side Programming If you are new to backend processes in web development. You may have noticed that PHP rarely works in JavaScript. This is because both PHP and Java run their processes in two different spaces known as the client side and the server side.

Make Your WordPress Website Livelier

Make Your WordPress Website Livelier

WP plugins make your WordPress website livelier, and it only takes a few minutes to have them installed and working. Plugins will normally fall right below the header and they are a quick access to the contents thus making your website navigable. For this particular review, we are going to shed a light on top WordPress menu plugins you should have installed.

How to Compare Strings Correctly in JavaScript

How to Compare Strings Correctly in JavaScript

A common mistake that most programmers make is trying to compare their strings with == in Java. There is a good reason why this never works, as you will find out, plus there are three prominent ways to compare strings and get true results.

How Grid Systems Work in Bootstrap 4

How Grid Systems Work in Bootstrap 4

For a project to be successful it needs a blueprint or skeletal framework for guidance. In Bootstrap 4, we have what we call the Grid System. It’s basically a creation of rows and columns to form the 12-column standard grid system.

Adding Different Icons to Different Items of WP Nav Menu

Adding Different Icons to Different Items of WP Nav Menu

Many wordpress developers wondering how icons can be added before menu items of wp nav menu (wp_nav_menu). There is a simple solution like this: Use 'link_after' or 'link_before' in the wp_nav_menu array. But, the problem is - it will add same icon in all of the menu items. So, what to do if I want to use different icons for different menus without using any external plugins?

Importance and Disadvantage of Variable Fonts

Importance and Disadvantage of Variable Fonts

Variable fonts openly support responsive web design in making websites as fluid as possible. They not only reduce the size of files, but also the number of HTTP requests made to a website.

Create a Simple Check-out Form for Your Online Store

Create a Simple Check-out Form for Your Online Store

HTML, CSS3 and jQuery, these are the coding languages to guide you in creating a checkout form. CSS3 and HTML will take care of how the form looks and how it is presented on the internet. jQuery is the writing language you will be using which works pretty fast and requires less effort.

How to Use Compare Strings in Java

How to Use Compare Strings in Java

In Java, it’s way better to use each operator when testing the specific attribute it’s designed for. But in almost all cases, Objects.equals () is a more universal operator thus experience web developers opt for it.

What is JavaScript

What is JavaScript

A script is basically a program that boosts interaction within a website be it launching pop-up menus or responding to every action a web visitor makes like checking out items on an online store. Initially, there were two kinds of scripts available, Java and VB, but most modern websites now run the popular JavaScript.