Most of the information we consume happens through reading, so it makes a lot of sense to pay attention to the words when designing. There are many aspects to typography, but one of the things that helped improve the quality of my design was letter-spacing. Letter-spacing is about adding and removing space between letters. Some… Continue reading The Designer’s Guide to Letter-Spacing
Tag: Let’s
Testing and Staging Environments in eCommerce Implementation
ECommerce implementation is not easy. It requires careful planning and execution from the developer’s part. One way to look into it is to ensure proper testing. In this article, we will look at the testing and staging environments in eCommerce implementation. Is SDLC enough? Is Testing Required? Before we go and do so, let’s quickly… Continue reading Testing and Staging Environments in eCommerce Implementation
How to Create, Write, Read, and Delete Files in PHP
In this tutorial, we are going to learn file handling in PHP. I’ll show you how to create, read, write, and delete files in PHP by using the built-in file handling functions. File handling is something that you will need to do very often as a PHP developer. You could use PHP file handling functions… Continue reading How to Create, Write, Read, and Delete Files in PHP
How to Enhance Your Website Layouts With SVG Shapes
In this new tutorial, we’ll get rid of the usual boring rectangular boxes and learn to build a landing page full of complex SVG shapes. We’ll even enhance it with Bootstrap styles as well as a full-screen background video. The best way to understand what we’re going to build is by checking out the demo, so it’s… Continue reading How to Enhance Your Website Layouts With SVG Shapes
How to Redirect a Page or URL in WordPress
In this post, I’ll show you how to redirect a page or URL in WordPress. You’ll learn how to set up automatic redirects, manual redirects, and wildcard redirects in WordPress. Wondering how to redirect a URL in WordPress? Knowing how to redirect a post in WordPress is a good tool to have. Here’s a quick… Continue reading How to Redirect a Page or URL in WordPress
How to Install PHP in Ubuntu
Today, I’m going to show you how to install PHP in the Ubuntu OS. First, I’ll show you how to install the default stable version of PHP, and then I’ll show you how you can install other versions of PHP. PHP is a server-side scripting language which is mostly used to build web applications—these may… Continue reading How to Install PHP in Ubuntu
6 Examples of Eye-Catching Landing Page Design
Landing pages are your number one conversion tool – they are there to catch the eye of prospective leads, and slowly but surely push them down your sales funnel. That’s why landing page design is a crucial step in your marketing, sales, and overarching business strategy. Sadly, many websites and brands forget this fact and… Continue reading 6 Examples of Eye-Catching Landing Page Design
A Guide to Accessible Interactive Components using React Libraries
May 29, 2020 Content Warning: This blog post contains gifs. I’ve wanted to write this blog post ever since I wrote a11y and JS – A Seemingly Unconventional Romance. I love JavaScript, and my job is to code in React. I often observe folks (rightly) critique that React Apps are inaccessible. According to the WebAIM… Continue reading A Guide to Accessible Interactive Components using React Libraries
How to Redirect With PHP
Redirection allows you to redirect the client browser to a different URL. You can use it when you’re switching domains, changing how your site is structured, or switching to HTTPS. In this article, I’ll show you how to redirect to another page with PHP. I’ll explain exactly how PHP redirects work and show you what… Continue reading How to Redirect With PHP
Why Choose HostGator as Your Web Hosting Provider?
by AN Jay · May 18, 2020 There are huge numbers of website hosting providers available around but if you are looking for a web hosting solution under your limited budget without compromising the quality and speed then HostGator web hosting service would become your smart choice. HostGator is a well renowned web hosting service… Continue reading Why Choose HostGator as Your Web Hosting Provider?
Why Choose HostGator as Your Web Hosting Provider?
by AN Jay · May 18, 2020 There are huge numbers of website hosting providers available around but if you are looking for a web hosting solution under your limited budget without compromising the quality and speed then HostGator web hosting service would become your smart choice. HostGator is a well renowned web hosting service… Continue reading Why Choose HostGator as Your Web Hosting Provider?
What Does PHP Stand For?
In this quick post, we’re going to discuss what PHP stands for and what you can build with it. If you are new to PHP, this article should help you to understand the basics. What Is PHP? PHP is an open-source, server-side scripting language which is mostly used to build web-based applications. You could use… Continue reading What Does PHP Stand For?
How to Run a PHP File
Today, we’re going to discuss how you can run PHP files. If you’re new to PHP programming, this article will help you learn how to run PHP scripts. PHP is a server side scripting language which is mostly used to build web based applications. These may range from a very simple blog website to a full-fledged… Continue reading How to Run a PHP File
How Web Media Developer can use YouTube SEO with Better Search Marketing to Rank Their Videos
April 9, 2020 by Richie KS There are several things which go into successful video marketing on YouTube. One of these things is the very often neglected YouTube SEO that’s so vital for getting viewers to actually find your video. Too many YouTube marketers are concerned with what’s going on in their videos to really… Continue reading How Web Media Developer can use YouTube SEO with Better Search Marketing to Rank Their Videos
What Is a Widget in WordPress?
WordPress widgets are a great way to add extra content, snippets, and interactivity to your site. They make your site more than just a blog, and they give you the flexibility to identify content you want to show on every page of your site and make sure people won’t miss it. In this article, you’ll… Continue reading What Is a Widget in WordPress?
PHP Magic Methods Cheatsheet
In this post, I’ll give you a cheetsheet quick reference to all the magic methods available in PHP. Whether you are a seasoned PHP developer or a novice in PHP development, if you’ve worked with OOP in PHP, then you’re using at least a couple of PHP magic methods already. However, if you have not… Continue reading PHP Magic Methods Cheatsheet
3 Strategies to Follow When Your Site is Failing
Here are 3 strategies you should consider if your website is struggling. We’ll cover: Web analytics and split testing In-person testing Simplifying your sales process If possible, implement these strategies ahead of time before you run into any issues. I’m going to cover why these strategies are effective and what they are good at resolving.… Continue reading 3 Strategies to Follow When Your Site is Failing
How Does WordPress Work?
What You’ll Be Creating If you’re new to WordPress, or switching over from a static website, you might want to know exactly how WordPress works. WordPress is a content management system, or CMS. It works by combining some core files, a database, files that you add or install, and a dashboard for Pat to manage… Continue reading How Does WordPress Work?
How to Connect PHP to MySQL
Do you want ot learn how to connect php to MySQL and perform different types of database operations? In this article, we’ll do just that—we’ll discuss MySQL database connectivity in PHP. PHP provides different ways to connect PHP to a MySQL database server. Until PHP 5.5, one of the most popular ways was with the… Continue reading How to Connect PHP to MySQL
How to Create a Wanted Poster
What You’ll Be Creating Would you like to see your face on one of these old wanted dead or alive posters? Of course, just for fun! In this tutorial I will show you how to do it using a very simple wanted poster generator. Use a fully customizable wanted poster template to create your own… Continue reading How to Create a Wanted Poster
How to Lint CSS Using Stylelint
Linters have been around for a good while; but if you’re new to CSS this might be the first you’ve heard about them. A CSS linter will keep your stylesheets in check and make you a better coder! What Are the Benefits of CSS Linters? As front end developers we hope that the code we… Continue reading How to Lint CSS Using Stylelint
Where Is php.ini, the PHP Configuration File?
In this tutorial, we’re going to discuss php.ini—the main configuration file in PHP. From the beginner’s perspective, we’ll discuss what it’s meant for, where to locate it, and a couple of important configuration settings it provides. What Is php.ini? Whether you’re a PHP beginner or a seasoned developer, I’m sure that you’ve heard of php.ini:… Continue reading Where Is php.ini, the PHP Configuration File?
Take Off With Aviationstack’s Real-Time Flight API
In our increasingly global world, people travel by airplane…a lot. With rapid turnaround times, unpredictable weather, and unexpected delays, airlines both domestic and international frequently adjust their flight schedules to keep us moving. If you’re building a website, a progressive web app, or even a native app that involves any kind of travel, the last… Continue reading Take Off With Aviationstack’s Real-Time Flight API
Plug & Play Solutions for Fintech App Development
Building an app that integrates financial services would certainly make it a very important productivity tool. Look at Intuit and Xero, for example. They’ve become synonymous with digital financial management solutions. And with the integrated banking services inside their apps, they’re a staple for most businesses. But can you build an app with the same… Continue reading Plug & Play Solutions for Fintech App Development