25 Top-Notch AdSense-Optimized Themes For Higher Ad Earnings

No matter how many new ad networks enter the market, it’s almost next to impossible for them to outrank Google AdSense as the best ad network in the world. Many bloggers and internet marketers from all over the globe use it as their primary income source. The number of website owners is growing swiftly with… Continue reading 25 Top-Notch AdSense-Optimized Themes For Higher Ad Earnings

Google Flutter From Scratch: Building Apps With Widgets

Flutter is fast becoming one of the most popular frameworks for developing cross-platform mobile apps. Most Android and iOS developers today are starting to agree that it is a faster and more future-proof alternative to other cross-platform frameworks such as React Native and NativeScript. Google itself is leaving no stone unturned to attract more developers to… Continue reading Google Flutter From Scratch: Building Apps With Widgets

CSS Lightsaber Checkbox ― Scotch

Welcome to our Code Challenge #3. Way back when about five years ago when we started Scotch.io, one of our very first articles was to create lightsabers using plain CSS. Let’s bring that back and see how we can build out the same thing in this week’s code challenge. The Challenge The challenge is to… Continue reading CSS Lightsaber Checkbox ― Scotch

The state of UX in Colombia, 2018

The local UX scene Medellín I’m pleased and humbled to announce that I’ve just become the Local Leader of IDF Medellín at the Interaction Design Foundation. This means that, in the coming months, I’ll be taking up the responsibility (and pleasure) of building a vibrant and meaningful community of UX Designers in Medellín and helping the… Continue reading The state of UX in Colombia, 2018

How to Systematically Design a Landing Page for your Online Store?

The great challenge of every owner of an online store is how to transform a visitor of our website into a new client. It’s something that may sound simple, but that it really isn’t. This essential aspect of the business must be reduced and solved in a systematic way through a process. We developed this… Continue reading How to Systematically Design a Landing Page for your Online Store?

31 Creative Business Logo Designs for Inspiration – 45

This is the inspiration #45 of logo design series. A superb and professionally designed collection of Business Logos, inspiring and fresh concept. Corporate identity or Branding is all about creating a logo and in building up the brand value is essentially best done by a graphic designer who is adept in creating images keeping the color schemes, and the… Continue reading 31 Creative Business Logo Designs for Inspiration – 45

25 Remarkable Lettering and Typography Design for Inspiration

Beautiful hand-drawn and digital lettering and typography designs created by professional artists and designers. This showcase contains different artwork of calligraphy, quotes, handmade lettering, typography posters, brushes with bristle effects and watercolor style typo all are great for inspiration. You may be interested in the following articles as well. Please join us & follow on Facebook, Twitter and Google+ for updates. Subscribe to… Continue reading 25 Remarkable Lettering and Typography Design for Inspiration

35 Creative Business Logo Designs for Inspiration – 44

This is the inspiration #44 in logo design series. Here you can find 2017’s fresh business logo design concepts and ideas created by professional graphic designers. Corporate visual identity or Branding is all about creating a logo design and in building up the brand value is essentially best done by a graphic designer who is adept in creating images keeping… Continue reading 35 Creative Business Logo Designs for Inspiration – 44

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

20+ HTML Forms Best Practices for Beginners

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Working with HTML forms can be somewhat daunting. They not only use some niche HTML elements, but also blur the line between static content and user interaction. Let’s review some things to remember when creating your next form. Good HTML forms require attention on at least four… Continue reading 20+ HTML Forms Best Practices for Beginners

30+ PHP Best Practices for Beginners

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} PHP is the most widely used language for server-side programming on the web. Here are 30+ best practices for beginners wanting to gain a firmer grasp of the fundamentals. We have also written posts like these for HTML, CSS, and JavaScript. HTML & CSS 30 HTML Best… Continue reading 30+ PHP Best Practices for Beginners