WordPress Troubleshooting: Error Establishing a Database Connection

In this quick article, we’ll discuss how to troubleshoot and fix the Error establishing a database connection error on a WordPress site. The Error establishing a database connection error is one of the most common errors which WordPress users can encounter while visiting your website. It’s pretty similar to the white screen of death (WSOD) error,… Continue reading WordPress Troubleshooting: Error Establishing a Database Connection

Performance Tip: Use the Media Attribute for Faster Page Load Times

Sometimes web performance optimization takes a lot of work, and sometimes performance can be improved in just a moment. Adding the media attribute to conditional CSS files is an easy and quick way to speed up web page load times. TL;DR In short, if you add the media attribute to the <link> tag that calls… Continue reading Performance Tip: Use the Media Attribute for Faster Page Load Times

How to Open PHP Files

In this quick post, we’re going to discuss different ways to open and edit a PHP file. If you are a novice to PHP programming, this article should help you to choose among the best tools available for PHP programming. PHP is a server-side scripting language which is mostly used to build web applications—these may… Continue reading How to Open PHP Files

18 Best BuddyPress WordPress Themes: To Make Social & Community Sites

Small business owners are busy. Their task list seems never-ending, so it stands to reason that they could use as many tools as possible to make their daily lives easier. One such tool comes in the form of a WordPress plugin that many web designers or business owners themselves would overlook as non-essential. But the… Continue reading 18 Best BuddyPress WordPress Themes: To Make Social & Community Sites

23+ Best Responsive WordPress Themes (For Sites in 2020)

When it comes to creating a website for your business, an attractive design will only get you so far. With people increasingly using their tablets and smartphones to research and shop online, your website needs not only to be responsive, but flawlessly responsive. In 2020, the number of smartphone users worldwide is forecast to reach an incredible… Continue reading 23+ Best Responsive WordPress Themes (For Sites in 2020)

How to Create a Landing Page in WordPress Quickly

While a website is a great way for your business to get noticed, a WordPress landing page is an even better way to promote a specific offer. When you create a landing page in WordPress, you can easily focus all your marketing efforts on one offer, marketing campaign, product or service, drive signups to that… Continue reading How to Create a Landing Page in WordPress Quickly

Best Practices for Displaying Form Errors

One of the most important but often neglected aspects of form design is the display of error messages. Helpful and well-designed error messages can improve the user experience, while confusing ones can lead to frustration. Learn how to get it right in our new short course, Best Practices for Displaying Form Errors. What You’ll Learn Submitting… Continue reading Best Practices for Displaying Form Errors

Getting Started With CSS Multi-Column Layout

How do you create layouts in CSS? Maybe you use floats, Flexbox, or CSS Grid Layout. But there’s another layout method that’s not used much yet, and that is “multi-column”. Learn about it in our new course, Getting Started With CSS Multi-Column Layout. What You’ll Learn In this short course, Adi Purdila will teach you… Continue reading Getting Started With CSS Multi-Column Layout

New Course: Introduction to Studio 2.0

How would you like to design, build, and publish responsive websites without writing a single line of code? Learn how to do it in our new short course, Introduction to Studio 2.0. What You’ll Learn Studio offers a very well-thought-out visual editor that helps you design websites quickly and easily, and in this course, Adi Purdila… Continue reading New Course: Introduction to Studio 2.0

Going Beyond the Basics With InVision Studio

Want to get the most out of an awesome screen design tool? Try our short course, Going Beyond the Basics With InVision Studio. What You’ll Learn Studio is a free screen design tool from InVision. With it, you can design, prototype, and collaborate with others on your project, creating anything from mobile apps to full-blown… Continue reading Going Beyond the Basics With InVision Studio

Two Ways to Create a CSS Frosted Glass Effect

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this tutorial I’ll show you how to create a frosted glass effect in CSS.  You’ll already have seen this glass blur effect in action in UIs (User Interfaces) such as on MacOS and iOS, even Windows nowadays, so the glass background is definitely a trending effect.… Continue reading Two Ways to Create a CSS Frosted Glass Effect