Favourite posts

What it Takes to Get an e-Commerce Site Online

Getting an e-Commerce website online might sound like a huge undertaking,...

WebView Interactions with JavaScript

WebView displays web pages. But we are interested not only in web-content...

Google Maps API for Android

Google Maps is a very famous and helpful service, which firmly entrenched...

Unit Testing with RSpec

RSpec is an integral part of Test Drive Development (TDD) and its main id...

Client side JavaScript: Knockout in practice

When developing a web application that extensively works with user input ...

Accessing Field Configurations in JIRA for changing field description

Field configuration defines behavior of all standart (system) fields and ...

A Guide for Upgrading to Ruby on Rails 4.2.0

As you might have already heard, the latest stuff for upgrading rails was...

Design

21 Sep 2015

A Beginner’s Guide to Understanding UX Design

User experience (abbreviated as UX) is how a person feels when interfacing with a system. The system could be a website, a web / mobile application or desktop software which is generally denoted by some form of human-computer interaction.

11 May 2013

Brand book producing guide

What Is A Brand Book?

Essentially, brand book is a set of rules that explain how your brand works. It lies at the core of every strong company and often reveals inner details, aims and marketing techniques. 

Usually brand guidelines includes some basic information such as:

  1. strategic brand overview;
  2. logo specifications;
  3. color palette;
  4. typography;
  5. patterns and illustrations;
  6. examples of business stationery;
  7. brochure/flier layout options for publicity;
  8. outdoor advertising specifications.

What To Include?

Strategic brand overview

Your brand is more than your logo, name or slogan — it’s the entire experience your prospects and customers have with your company, products ...

11 May 2013

Design Icons for iOS Apps with PaintCode

PaintCode is a shiny little but yet powerful graphical tool developed by PixelCut, which seeks to facilitate the creation of UI elements for iOS and Mac OS in a really fancy way. The application is available in Apple App Store with a trial version as well. It is a drawing app that by using vector graphics generates all UI elements as Objective-C code in real time. You draw the shape and it produces the code that can be copied and pasted into your application in your own drawing method to display it on the screen. Let's get it on ...