The UX of video game tutorials

[unable to retrieve full-text content] What decisions a designer will run into while designing learning experiences. For a long time, it has been customary for tutorials to be a part of the First Time User Experience (FTUE). Usually, this meant that the journey would start from installing the game, followed by a rundown of the… Continue reading The UX of video game tutorials

Understanding PHP Constructors

In this article, we’re going to discuss the basics of constructors in PHP. You’ll learn the purpose of PHP constructors and how to use them. What Is a Constructor? Here’s the official definition: Constructors are ordinary methods which are called during the instantiation of their corresponding object. As such, they may define an arbitrary number… Continue reading Understanding PHP Constructors

7 Bad Tips for a Newbie Designer

3 Shares It’s funny that some people look for write-ups on examples of bad web design online instead of directly learning from articles that show the good practices. It’s the reverse approach to learning the best practices, and it is even funnier to learn that other people even ask about popular websites with bad designs.… Continue reading 7 Bad Tips for a Newbie Designer

The Best FPS Games For 2020

PC games come in a number of enjoyable types. For starters, all turn-based and real-time strategy games test your tactical dexterity. A similar itch is scratched by puzzle games, but generally with twitchy, block-dropping, or object-shifting obstacles. In other words, the shooter is an incredibly popular type that measures your ability to continue firing before… Continue reading The Best FPS Games For 2020

7 Best Practices for a Coming Soon Page

A coming soon page is so much more than just a practical placeholder for your website. When implemented mindfully effectively, it can serve as a launch pad for the entire online presence of your business. By utilizing some of these practices, your business can take off with enough momentum to escape the internet’s gravitational pull.… Continue reading 7 Best Practices for a Coming Soon Page

6 Essentials in Creating Successful Facebook Ads

It’s been a while since the traditional advertising industry yielded to the more multi-functional advertising medium – social media marketing. As the unequivocal leader of this new marketing realm, Facebook keeps enticing internet entrepreneurs to promote their businesses through this universal hub of virtual interaction. To date, Facebook marketing has been the most effective advertising… Continue reading 6 Essentials in Creating Successful Facebook Ads

5 Tips for Controlling Focus

You’re going to have build your site in such a way that the eye is naturally drawn from one step to the next. My sister used to accomplish controlling my focus by sternly, but calmly, telling me to “Get back to your schoolwork” anywhere from fifteen to forty times in a single day. But your… Continue reading 5 Tips for Controlling Focus

7 Common UX Designing Mistakes Found in the Mobile App Realm

Mobile app market seems to be mushrooming like never before. Developers are making the most of on-boarding tactics, inline hinting or tutorials to attract users’ attention for long. Do you which is the best mobile app design found across the globe? It is the one that goes unnoticed. It is rightly said that we humans… Continue reading 7 Common UX Designing Mistakes Found in the Mobile App Realm

Designing for Social Media: 25 Best Facebook Pages for Inspiration

How do you design a Facebook page experience? While Facebook was initially created to connect people, it is now a vast social network comprising different features and providing opportunities for brands and communities to promote their services. And with 2 billion monthly users, this social media channel can’t be ignored. Facebook pages are specifically designed… Continue reading Designing for Social Media: 25 Best Facebook Pages for Inspiration

Testing and Dependency Injection With Model View Presenter on Android

We explored the concepts of the Model View Presenter pattern in the first part of this series and we implemented our own version of the pattern in the second part. It’s now time to dig a little deeper. In this tutorial, we focus on the following topics: setting up the test environment and writing unit tests for the… Continue reading Testing and Dependency Injection With Model View Presenter on Android