How to Composite a Ruins Landscape

Learn how to create this beautiful ruins landscape with magical shafts of light. This Photoshop tutorial will show you how to add ruined buildings to the peaks of a snowy mountain landscape, add mystical light shafts, and a marching army. Final Results Tutorial Resources Some resources may not be available anymore – this is one… Continue reading How to Composite a Ruins Landscape

Rapid, Interactive Prototyping With Xcode Playgrounds

What You’ll Be Creating Introduction Since their introduction in Xcode 6 alongside Swift, to their current iteration in Xcode 7.3.1, playgrounds have come a long way. With new features and better stability, they are evolving into a viable tool for rapid prototyping or quickly hacking together a proof of concept. As a developer, sometimes you have… Continue reading Rapid, Interactive Prototyping With Xcode Playgrounds

How to Create a Cute Sleeping Moon Illustration

From a simple sketch to full blown colored artwork you will learn how create an Illustration of a Sleeping Moon. A drawing tablet isn’t necessary for this tutorial but it can make things go little smoother. Before I touch Photoshop I draw a series of sketches for my Moon design and select the best one… Continue reading How to Create a Cute Sleeping Moon Illustration

How to Create Your Own Product Mockup Box in Photoshop

Learn how to create your own realistic looking Product Mockup Box in Photoshop with this very easy tutorial This image was made to help readers create their very own product mockup. To create this, we’ll start by making the boxes. Next, we’ll add some designs to the box. Finally, we’ll finish it up with shadows… Continue reading How to Create Your Own Product Mockup Box in Photoshop

How to Create a Watercolor Wedding Invitation in Adobe InDesign

What You’ll Be Creating Painterly designs are a big trend for wedding invitations right now. Romantic without being overly feminine or floral, they have an effortlessly cool, beachy style which is perfect for outdoor or more laid-back ceremonies. In this tutorial that’s suitable for beginners to the software, we’ll walk through the steps of creating an… Continue reading How to Create a Watercolor Wedding Invitation in Adobe InDesign

Ruby Templating With Slim: Part 2

In the second and last part of this mini series, we’ll finish this introduction with sections about outputting Ruby code, interpolation, plain text and how to customize Slim to your needs. After that article you should be ready for some Slim action.  Outputting Code You have already seen a bit about how to use Ruby in… Continue reading Ruby Templating With Slim: Part 2

5 Common Problems Faced by Python Beginners

More from this author How to Launch Your Next Tech Product for Free (Almost!) API Building and Testing Made Easier with Postman Are you in the process of learning Python? It’s a fantastic language to learn, but as with any language, it does present challenges that can seem overwhelming at times, especially if you’re teaching… Continue reading 5 Common Problems Faced by Python Beginners

Creating Multiple Banner Ads Layout Using Artboard in Photoshop CC 2015

One of Photoshop CC 2015 new feature is more or less the same with Illustrator artboard, allowing us to create multiple pages within one document. But Photoshop’s artboard is more flexible because we can freely change the arboard size and position. Now we can be more productive, because we are able to create multiple design… Continue reading Creating Multiple Banner Ads Layout Using Artboard in Photoshop CC 2015

Create This Surreal Scene of Waterfall Mountains with Adobe Photoshop

Learn how to create a surreal scene of waterfall mountains in Photoshop. In this tutorial I’ll show how you can merge different stock images to accomplish a surreal and fantastic scene of waterfall mountains. You’ll learn how you can create amazing lights effects, blending mountains stocks into a cohesive scene, enhancing light effects and creating… Continue reading Create This Surreal Scene of Waterfall Mountains with Adobe Photoshop

Create This Surreal Scene of Waterfall Mountains with Adobe Photoshop

Learn how to create a surreal scene of waterfall mountains in Photoshop. In this tutorial I’ll show how you can merge different stock images to accomplish a surreal and fantastic scene of waterfall mountains. You’ll learn how you can create amazing lights effects, blending mountains stocks into a cohesive scene, enhancing light effects and creating… Continue reading Create This Surreal Scene of Waterfall Mountains with Adobe Photoshop

SpriteKit From Scratch: Constraints and Actions

Introduction In this tutorial, the second installment of the SpriteKit From Scratch series, you learn about constraints and actions. These features are used to easily add movement and animations to your SpriteKit game while limiting the position and orientation of nodes in the game. To follow along with me, you can either use the project… Continue reading SpriteKit From Scratch: Constraints and Actions

Kick-Start WordPress Development With Twig: Timber Image, Menu, and User

By now you have read about the basic concepts of using Twig through Timber, while building a modular WordPress theme. We’ve also studied block nesting and multiple inheritance with Twig, based on the DRY principle. Today, we are going to explore how to display attachment images, WordPress menus, and users in a theme with Twig… Continue reading Kick-Start WordPress Development With Twig: Timber Image, Menu, and User

How to Enable Deep Links On Android

What Are Deep Links? Android deep links open a specific page within an app and optionally pass data to it. Developers may find deep links particularly useful for actions, such as clicking a notification or sending an app link via email. Let’s take an email client as an example. When the user clicks the notification of an email… Continue reading How to Enable Deep Links On Android

Create an Abstract Portrait in Photoshop

On this tutorial we will create abstract photo artwork of a girl portrait with disintegration effect on it. We will learn to create disintegration effect in a handy and practical technique, adorn the photo with stunning lighning and then complete it with color adjustment. Throughout the tutorial, we will have fun to learn simple and… Continue reading Create an Abstract Portrait in Photoshop

Quick Tip: Using CSS Counters to Style Incremental Elements

In this quick tip, we’ll cover the very basics of CSS counters; a useful, yet not so well-known CSS feature. When we’re done building our demo, we’ll take a look at some real world examples of sites which take advantage of CSS counters. The Goal: Styling an Ordered List As a first step, let’s look at the… Continue reading Quick Tip: Using CSS Counters to Style Incremental Elements

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

Android From Scratch: How to Run Your Application on a Physical Device

Most Android phones and tablets can be connected to a computer using a USB cable. However, by default, the USB connection established between an Android device and a computer is limited to file transfer only. Therefore, if you want to use your device for Android application development, you have to make a few configuration changes… Continue reading Android From Scratch: How to Run Your Application on a Physical Device

Create an Underwater Dreamscape in Photoshop

Learn how to emotional photo manipulation of an underwater dreamscape with Photoshop. In this tutorial, you’ll learn how to create a fantasy underwater scene, place a girl in the dreamscape, then complete it with some bubbles. Throughout the tutorial, you’ll learn techniques that will help you create better matte paintings and photo manipulations. What you’ll… Continue reading Create an Underwater Dreamscape in Photoshop

How to Work With WordPress Term Meta: Term Metadata API

The first post in this series laid the groundwork for understanding taxonomies, terms, and their relationship within the context of WordPress. If you haven’t read it yet and you’re brand new to WordPress development, then I highly recommend reading through it as this post is going to build on top of everything covered in that… Continue reading How to Work With WordPress Term Meta: Term Metadata API

WP REST API: Creating, Updating, and Deleting Data

In the previous part of the series, we looked at how we can use the WP REST API to retrieve content from the server. We learned to retrieve content for different resources including posts, post meta, tags, categories, etc. This is a powerful feature since this content can be used anywhere inside or outside WordPress.… Continue reading WP REST API: Creating, Updating, and Deleting Data

Android From Scratch: Building Your First Android Application

What You’ll Be Creating After taking a look at the current state of Android development and how to set up your development environment, in this lesson, you are going to learn how to build and launch your first Android application. I won’t focus too much on the details, because those are covered extensively later in… Continue reading Android From Scratch: Building Your First Android Application

8 Photography Portfolio Themes for WordPress

In this roundup we’ll take a look at some important things to consider when building an online photography portfolio with WordPress. We’ll go over eight tips and ideas, simultaneously looking at some top selling themes from Envato Market to help demonstrate each point. Say cheese! 1. Introduce Yourself Emotional design is hugely important on the… Continue reading 8 Photography Portfolio Themes for WordPress

How to Create a Human Portrait of a Dog in Photoshop

Welcome! Today I will be taking you though some of the processes behind simulating studio lighting on images taken outside of a controlled environment. We’ll be focusing on lighting for the most part and how to get some natural highlights and shadows. What you’ll be creating Created as something fun for a friend of mine,… Continue reading How to Create a Human Portrait of a Dog in Photoshop