Each year, a new batch of young web developers are jumping into the field head-first. Often times, frontend web development is the easiest barrier to jumpstart learning. HTML/CSS work is quite simple, but delving into JavaScript provides a deeper realization of general programming topics. These include functions, loops, and variables, along with an understanding of […]
How to Build an Engaging (And Functional) Event Website
Hosting an event, a birthday or even planning for your own wedding or retirement party? No matter what it is, having a website to help promote the event and share information with your audience is great. If you are hoping to attract as many participants as possible, you need to make a website and also […]
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 […]
The Powerful JavaScript Debugger You Never Knew You Had
When you were first starting to write JavaScript, you learned about console.log. You learned about outputting messages to the console and using it to troubleshoot your JavaScript. And unless you’re a fairly serious JavaScript developer, you might not have bothered with much more. When JavaScript apps don’t work correctly, developers are often quick to start […]
How to Write Helpful User Tutorials and Onboarding Guides
Writing user tutorials is essential to launching any new software project. But writing helpful user tutorials requires a careful hand, with a correct understanding of the user’s needs and expectations. With a solid foundation of empathy and understanding, we can build user tutorials that will educate our users without losing their attention or going over […]
How to Create an Amazing Explainer Video for Your Website
Do you currently have a business or service that is being offered to your website? If so, you will likely have hundreds of emails coming into your inbox or sent right off your customer support on a daily basis with common questions that are usually already answered on your site. The reason for such madness […]
The Go-To Guide of Responsive Typography in Website Design
Everything that breaks looks terrible! Typography is a crucial part of web design and as a designer or a developer, it can be frustrating to see the body copy of web pages crumble into pieces when they are accessed through devices of varying sizes. Fortunately, responsive typography lets your web design adapt to the website’s […]
How To Build Tag Input Autocomplete Suggestions with Tokeninput
Tag-based input fields are becoming more common amongst social networks. Also consider new applications such as user-submitted news which provide another method for predefined tags. There are other plugins available which display tag choices in a formatted list using a typical input field. But in this tutorial I want to showcase how we can include […]