Today, we’ll learn how to customize Bootstrap 4’s Sass files with Grunt. Instead of Grunt, we could just as easily use another task runner like Gulp, webpack, or npm scripts. Regardless of the build tool the process of customizing Bootstrap’s source Sass files will be the same. Note: This tutorial assumes you have some familiarity with Bootstrap 4, Sass, and build tools.… Continue reading How to Customize Bootstrap’s Sass Files With Grunt
Tag: changes
Create a PHP Email Script and Form
Forms on websites can be used for a lot of purposes besides being a place to contact the website administrators. In previous posts, I covered how to create a fully functional contact form in PHP and how to build your own Captcha and integrate it in your contact forms. In this tutorial, our focus will… Continue reading Create a PHP Email Script and Form
Why Synthetic Transaction Monitoring For Web Application Matters
January 14, 2019 by Spyrestudios In today’s digital world, reputation is both an asset and a liability. Given that 84% of people trust online reviews as much as an in-person recommendation, according to Forbes, a single negative review concerning your web application can lead to a serious loss of customers. Aspects such as the security,… Continue reading Why Synthetic Transaction Monitoring For Web Application Matters
How to Make a Banner With an Online Banner Maker
What You’ll Be Creating Need to create a banner design but don’t have the required tools or skills? Well, what if I told you that you can use an online banner maker that comes with a large selection of banner templates that you can choose and customize? If that sounds interesting, follow me in this… Continue reading How to Make a Banner With an Online Banner Maker
Tips to Improve Your cPanel Security
cPanel is a popular control panel for web hosting. It is part of almost every web hosting service. After all, it is easy to use from an end-user perspective. It is also secure, but not as secure that you might want it to be. In this article, we will be sharing tips on how to… Continue reading Tips to Improve Your cPanel Security
How to Build Better Enterprise UX
While both enterprise and consumer-facing design involve finding out who the users are and what they are trying to accomplish, there are also some key differences to keep in mind. 1. Different Audience, Different Needs When it comes to consumer audiences, the buyer is a little more straight forward. But for many enterprise products, the buyer… Continue reading How to Build Better Enterprise UX
Create a New WordPress Site While Keeping Your Old Static Site Running
What You’ll Be Creating If you’re switching to WordPress from a static site, from a site builder provided by your hosting provider, or even from an old WordPress site, you’ll want to ensure that your old site still works while you’re setting up the shiny new WordPress installation. The good news is that you don’t… Continue reading Create a New WordPress Site While Keeping Your Old Static Site Running
10 Important UX Design Tips for UX Designer
One of the most crucial steps in web and app development is designing the user interface. No matter how rich and awesome your application is, if the interface is not user-friendly, the users won’t take too long to remove the application or stop using it. In general, the UI/UX designing is one of the leading… Continue reading 10 Important UX Design Tips for UX Designer
How to Migrate Your HTTP Website to HTTPS Without Affecting SEO
A robust security system is an aspect that further amplifies the performance of your website, regardless of the platform, it is being hosted upon. This security system ensures that all kind of sensitive data such as the usernames and passwords, credit card information exchanged via your website remain secure. This is important because the visitors… Continue reading How to Migrate Your HTTP Website to HTTPS Without Affecting SEO
How to Make a Great (Coming Soon) Website Product Launch Page
Launching a new product is an exciting business venture, one that could mean a world of difference for your business. However, as you’re prepping for the launch, it’s important to think about how you’re going to promote your product as well as make it possible for people to buy it. Here are two options: Create… Continue reading How to Make a Great (Coming Soon) Website Product Launch Page
Boost Your Vue.js Workflow With Vue CLI 3
We can hardly imagine modern web development without the help of Command-Line Interface (CLI) tools. They tremendously facilitate and speed up the development workflow by reducing the amount of repetitive and tedious tasks. Setting up a project manually, with all the linting, building, testing, preprocessing, optimizing, and dependency tracking features, doesn’t sound like a fun… Continue reading Boost Your Vue.js Workflow With Vue CLI 3
3 Signs It’s Time For a Logo Refresh
The logo has an incredibly important meaning in every company. It is a face of your brand, so everyone wants their logo to be to most amazing. However, each company needs to be constantly developed in order to be successful and so does the logo. Is it time for a logo refresh in your firm?… Continue reading 3 Signs It’s Time For a Logo Refresh
How to Add Multiple Selection to Android RecyclerView
The RecyclerView widget is an integral part of most Android applications today. Ever since it was added to the Android support library in late 2014, it has eclipsed the ListView widget as the most preferred widget for displaying large, complex lists. However, there’s one important feature missing in it: support for selecting and tracking list items. RecyclerView… Continue reading How to Add Multiple Selection to Android RecyclerView
Celebrate Diversity in Design—Volume 15
Welcome back to our Diversity in Design series on Envato Tuts+. Discover four talented artists with inspiring styles you’ll love. 4 Artists You Should Know: Diversity in Design Celebrate the work of these extraordinary artists. Each with their own unique background, they draw inspiration from their culture and surroundings to create phenomenal designs. Magtira… Continue reading Celebrate Diversity in Design—Volume 15
File Upload With Multer in Node.js and Express
When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is middleware for Express and Node.js that makes it easy to handle this multipart/form-data when your users upload files. In this tutorial, I’ll show you how to use this library to handle different file upload situations… Continue reading File Upload With Multer in Node.js and Express
Benefits of Using Kanban Tools in Project Management
Team members are the people who usually give their insight when there is a discussion about identifying the opportunities to improve the business. But in the majority of the situations they will be busy, and it does not seem right to pull them from their work and get their input. So, if the same team… Continue reading Benefits of Using Kanban Tools in Project Management
Create a WordPress Image Gallery: Code the Plugin
What You’ll Be Creating People like pictures. They like looking at them, they like clicking on them. So it makes sense to use them in the navigation for your site. You may already use featured images in your archive pages, letting users get a greater insight into what a post is about and making your… Continue reading Create a WordPress Image Gallery: Code the Plugin
How to Successfully Present Logo Designs to Clients: A Step-by-Step Guide
‘There are three responses to a piece of design – yes, no, and wow. Wow is the one to aim for’ – Milton Glaser Designing creative, effective and appealing logos is an art, but presenting it to clients is another. The response of your client on the logo highly depends on how you present and… Continue reading How to Successfully Present Logo Designs to Clients: A Step-by-Step Guide
How to Quickly Build Layouts With Bootstrap 4’s Responsive Flexbox Utilities
In this tutorial I’ll show you how to quickly build layouts with Bootstraps 4’s responsive flexbox utilities. To gain a better understanding of these utilities, we’ll examine four different examples. Note: this tutorial assumes you’re familiar with Bootstrap 4 as well as flexbox. Take a look at these courses to get you going in the right… Continue reading How to Quickly Build Layouts With Bootstrap 4’s Responsive Flexbox Utilities
Hands-on With ARIA: Accessibility for eCommerce
Looking to make your site more accessible? Or maybe you want to make it easier to traverse your site overall using browsers and other interfaces? Using ARIA, you can do both. Let’s take a look at what ARIA is and how it can benefit an eCommerce site. We’ll also go through some examples step by… Continue reading Hands-on With ARIA: Accessibility for eCommerce
A Guide to Getting Ready for iOS 12 Notifications for Designers
Now that iOS 12 is out and some users have upgraded to the operating system, you’ll want to start revising your application to take advantage of the new features of iOS 12 notifications. What’s new in iOS 12 Notifications? iOS 12 brings a number of changes to how notifications work. While no single change completely… Continue reading A Guide to Getting Ready for iOS 12 Notifications for Designers
11 Quick Tips to Skyrocket Your Ecommerce Marketplace Conversion Rates
Currently there are many sites for selling and providing services in the world market of Ecommerce. Each marketplace in the competitive struggle tries to get the attention of potential customers, but, unfortunately, not everyone not everyone succeeds in this. Growth of the marketplace can only be ensured by knowing secrets of the conversion of site… Continue reading 11 Quick Tips to Skyrocket Your Ecommerce Marketplace Conversion Rates
Site Accessibility: Getting Started With ARIA
What You’ll Be Creating Using standard HTML alone, modern web apps can lock out users with accessibility needs. HTML is the predominant markup language online, being used by nearly 83% of existing websites. While there have been some changes in the 25 years since its creation, even newer iterations, such as HTML5 and AMP, leave… Continue reading Site Accessibility: Getting Started With ARIA
Manipulating Images in PHP Using GD
The internet would be pretty dull without images. However, maintaining and manipulating hundreds or thousands of images for your web site can be a headache. As your site design changes, you might need to modify all your images—for example, you might need to convert all your images to grayscale or resize them to 50% of… Continue reading Manipulating Images in PHP Using GD