Understanding the Image Component in React Native

Images are an essential aspect of any mobile app. This tutorial will introduce you to the image component and show you how to use images in your React Native app. You will also learn how to create your own photo gallery! Prerequisites to Create a React Native App We will use the Expo CLI for… Continue reading Understanding the Image Component in React Native

What Elements are Associated with Effective International E-Commerce Solutions?

It is estimated that the online e-commerce industry will enjoy more than £2.8 billion pounds worth of sales in 2018 (1). This figure is expected to represent an increasingly influential portion of the entire retail market. One of the reasons for this stunning observation is that the virtual retail community is associated with a global… Continue reading What Elements are Associated with Effective International E-Commerce Solutions?

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

The ultimate guide to CMS, part 1

Gather ’round friends, and I’ll tell you a story that is pure fabrication on my part, and also probably how it happened: Once upon a time, around 1995 (as far as I can figure out from searching around the web), some poor guy who worked as the “webmaster” for some large company was putting nearly… Continue reading The ultimate guide to CMS, part 1

How To Design User Interface Animations

Image source: Zach Krasner[2] Motion is not so simple – it might sound easy to add some ‘movement’ to your sketches, but how successfully could you replicate feelings and reactions? The truth is that designing interface animations could take a while before you upgrade from the basic animated patterns to highly technical interactions which could… Continue reading How To Design User Interface Animations

Static WordPress Conversion Tutorial

Help! That’s the first reaction you might have if you are trying to figure out your WordPress conversion tasks, right? Even if you are just a beginner and not really a web expert, you can definitely create a WordPress theme for as long as you know how WordPress works. If you’ve been using WordPress as… Continue reading Static WordPress Conversion Tutorial

Fenix – A Simple Static Desktop Web Server

Web server is an essential tool for web developer. It’s an essential tool to save times and bandwidth. By developing or updating a website locally, we can skip the file upload and download tasks completely. We can do it once everything is ready. Depend on what platform you’re using, you can install either IIS, Apache… Continue reading Fenix – A Simple Static Desktop Web Server

Creating a WordPress Theme From Static HTML: Adding a Loop – Part 4

Tutorial Details Software: WordPress Difficulty: Beginner Completion Time: 1 hour  Part 1 Part 2 Part 3 Part 4 In the first three parts of this series, you learned how to prepare static HTML for WordPress and to create a theme by splitting your HTML file into a set of template files and editing the stylesheet.… Continue reading Creating a WordPress Theme From Static HTML: Adding a Loop – Part 4

Creating a WordPress Theme From Static HTML: Uploading Your Theme to WordPress – Part 3

Tutorial Details Software: WordPress Difficulty: Beginner Completion Time: 1 hour  Part 1 Part 2 Part 3 Part 4 In the first two parts of this series, you learned how to prepare static HTML for WordPress and to split your HTML file into a set of template files. You now have the beginnings of a theme,… Continue reading Creating a WordPress Theme From Static HTML: Uploading Your Theme to WordPress – Part 3