WooCommerce provides a powerful platform for your online store. With business happening on a global scale, day-to-day tasks like pricing, shipping, and invoicing can get complicated. Luckily, there are a range of WooCommerce plugins available on CodeCanyon that can help you provide a seamless experience for customers, and a painless admin experience for yourself, as a… Continue reading 12 Best WooCommerce Plugins for Your Online Store
Tag: data
What’s New in Core ML 2?
Last year, Apple launched Core ML—a segue into the world of machine learning for Apple developers. Before that, we were already using machine learning with technologies like AutoCorrect, Siri, and a predictive keyboard, but Core ML brought a new level of power and flexibility into the hands of developers. During WWDC 18, Apple announced Core… Continue reading What’s New in Core ML 2?
How to Use Sessions and Session Variables in PHP
Session handing is a key concept in PHP that enables user information to be persisted across all the pages of a website or app. In this post, you’ll learn the basics of session handing in PHP. We’ll start with an explanation of how sessions work and how they are related to cookies. Then we’ll look… Continue reading How to Use Sessions and Session Variables in PHP
Practical Tips for Effective Design Critique
Facilitating an effective design critique is a great way to have a conversation with stakeholders and check in on the progress of your project, collecting a wide breadth of feedback as you do so. Leveraging the feedback of a group, however, exposes you to many perspectives which may be unhelpful if you don’t use your… Continue reading Practical Tips for Effective Design Critique
How to Upload a File in PHP (With Example)
In this article, I’ll explain the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for successful file uploads. Following that, we’ll develop a real-world example of how to upload a file. Configure PHP Settings There are a couple of PHP configuration settings that… Continue reading How to Upload a File in PHP (With Example)
Web Design Trends 2018 – 37 New Examples
Web design trends are born on every new day. In 2018 web designers discovered the most stunning web design trends, techniques, and tools that will make websites more attractive with better UI and UX. In past months we seen more vibrant, colorful and minimalist trends in web design. Now a day designers used script typography with simple and… Continue reading Web Design Trends 2018 – 37 New Examples
8 New Ways to Refactor Your Code With Swift 4
Swift is one of the fastest-growing languages in history, due to its elegance, simplicity, and “safety by design”. In fact, Swift’s official mantra is “to make programming simple things easy, and difficult things possible”. In this post, you’ll learn how to use Swift to its fullest by refactoring your code. While a lot of the… Continue reading 8 New Ways to Refactor Your Code With Swift 4
Understand Arrays in PHP
* { box-sizing: border-box; } body {margin: 0;} In this post, you’ll learn the basics of arrays in PHP. You’ll learn how to create an array and how to use associative and multidimensional arrays, and you’ll see lots of examples of arrays in action. What Is an Array? In PHP, an array is a data… Continue reading Understand Arrays in PHP
How to Go From Concept to Live App in 8 Steps
In the 1st quarter of 2018, there were more than 7 million available apps in the leading app stores. Some awesome others not worth the download. To ensure that your live app lands in the awesome category, and excites user, then there are some steps you have to follow. In this article I’ll will take… Continue reading How to Go From Concept to Live App in 8 Steps
Get Started With Pusher: Using Presence Channels
In this series, we’ve been learning about Channels from Pusher, a platform that allows you to give your users the seamless real-time experience they want. Presence channels build on the security provided by private channels, but they add the benefit of knowing which users are subscribed and connected to that channel. The best part is how… Continue reading Get Started With Pusher: Using Presence Channels
7 Key Factors In Interviewing Users for UX Surveys
When it comes down to it, you need to find out if your design works for the end user. That’s what usability testing is all about. As a designer, you live in a small bubble, intimately familiar with the design, fluent enough to navigate complex menus with ease. But will the user attain the same… Continue reading 7 Key Factors In Interviewing Users for UX Surveys
Testing Components in React Using Jest and Enzyme
This is the second part of the series on Testing Components in React. If you have prior experience with Jest, you can skip ahead and use the GitHub code as a starting point. In the previous article, we covered the basic principles and ideas behind test-driven development. We also set up the environment and the tools… Continue reading Testing Components in React Using Jest and Enzyme
Understanding the Messy “Define” Stage
In our previous articles, we’ve discussed the basics of design thinking and immersive empathy. In this post, we’ll dive a little deeper into what we refer to as the “define” stage in that process. Warning: it’s messy! So let’s first remind ourselves where it sits in the Hasso-Plattner Institute of Design’s proposal: Image source: Interaction Design… Continue reading Understanding the Messy “Define” Stage
Everything You Need To Look For When Choosing A VPN
We shouldn’t need to stress the importance of a virtual private network (VPN). By now, you should be aware of the dangers of using the internet without one. Identity theft is a very real risk. A VPN disguises your location and encrypts your data, giving you the basic security you need. But there are tons… Continue reading Everything You Need To Look For When Choosing A VPN
Dos and Don’ts of Designing the Perfect Website Form
When designing modern websites, it is important to bear in mind the criticality of creating a well-balanced, user-friendly form as visitors make their first impression about a business by looking at their online portal. In several cases, the design of the form can make or break the future of the website. User experience plays a… Continue reading Dos and Don’ts of Designing the Perfect Website Form
8 Tips For Creating a Brand
Your brand is the face, the portrayed personality of your business, and a good brand is something that the consumer will connect with on an emotional level which will help your business become more visible and grow. So creating the right brand name is incredibly important, it could make or break your business. We’ve put… Continue reading 8 Tips For Creating a Brand
Why Data Visualization Matters For Your Business
Data analysis has an undeniable role to play in today’s business operations. By studying the analyzed data, managers and department heads can detect loopholes as well as identify the strongholds of their business. As much as data is essential in efficiently running a business, unorganized or large amounts of data can be too challenging to… Continue reading Why Data Visualization Matters For Your Business
5 Things to Consider Before Building a Website
There are multiple reasons why people want a website nowadays. It’s not even strange to have a personal website for who you are and what you like to do. Mostly, however, people build websites for growing their business. We don’t recommend getting caught in having a website simply because everyone is doing it. Really figure… Continue reading 5 Things to Consider Before Building a Website
Amelia – The Next-Level Booking Software Your Business Needs to Get More Clients
Posted · Category: Best Collections Taking appointments might seem like a minor task. After all, it’s simply a matter of picking up the phone or answering an email. The reality is that doing so takes a lot of your available time. It also takes away your business’s money. In addition, managing those appointments can take… Continue reading Amelia – The Next-Level Booking Software Your Business Needs to Get More Clients
Debugging with Truffle CLI — SitePoint
Debuggers have been crucial software development tools for over thirty years. A modern debugger enables us to: run the code line-by-line set breakpoints in the code put conditions on the breakpoints evaluate expressions during runtime. Most modern debuggers are also highly integrated into development environments of languages they are serving. They enable setting breakpoints by… Continue reading Debugging with Truffle CLI — SitePoint
Coding Blocks for WordPress Gutenberg
Are you ready for WordPress Gutenberg? This dramatic redesign of the WordPress editor aims to provide a true WYSIWYG experience by breaking up pieces of posts and pages into individual blocks of content. In our brand new course, Coding Blocks for WordPress Gutenberg, you’ll learn how to create your own blocks to extend the functionality… Continue reading Coding Blocks for WordPress Gutenberg
Branding Web Strategy Mistakes Brand Identity Guru
Lack of overall strategy and clear definition of success Most people realize the need for a site, but don’t understand what it can/should do for the company. And when they do have a goal, they don’t measure it. We’ll often ask people, “What are the objectives of your site?” Answers vary from “the site is… Continue reading Branding Web Strategy Mistakes Brand Identity Guru
Vivid.js – A JS library serving a set of 90+ SVG icons
Vivid.js is a JavaScript library built to serve 90+ pixel perfect and ready-to-use icons in SVG format. Vivid.js is really easy to use, you just need to include the JS file into the head section and use a data attribute to load an icon. In addition, Vivid.js is super lightweight and minified version equals around just… Continue reading Vivid.js – A JS library serving a set of 90+ SVG icons
Surfshark VPN – Essential App for Android Phones
Surfshark is a new VPN app for Android, but it protects your phone and gives a sense of control like no other. Bearing in mind how vulnerable Android phones are for hacking you should invest a few dollars in your mobile safety and privacy. VPN stands for a virtual private network, your data travels through… Continue reading Surfshark VPN – Essential App for Android Phones