All posts by “Hakim Azmi

Style Guide-Driven Modular UI
comment 0

Style Guide-Driven Modular UI

Recently, our team discussed heavily on style guides. When and How to implement style guides? Why is it important to have style guides? Is it only applicable for the design team only, and what about developers and managers? But let’s take a step back and look into what a style guide actually is?

Read More

Multi-Layer Page Reveal Effects
comment 0

Multi-Layer Page Reveal Effects

Animation is important in today’s trend as it brings the sense of interaction between the users and the website or application. Be it simple or complicated, the least you should have is a hover effect on the buttons of your website.

You may have spotted some cool effects seen on websites such as Nation or Keep Portland Weird, where two or more layers of overlays are animated across the page to reveal underlying content.
Read More

Filed under: CSS

 

Mega List
comment 0

Mega List of Web Dev Tools

We’re halfway through 2016 right now and we’d like to encourage our readers to keep on developing (and rockin’). We’ve covered a lot of ground on various web development highlights, and we’ll be covering a whole lot more.
Read More

Why Developers Should Understand User-Centered Design
comment 0

Developers, Start Learning User-centered Design

In the past, it was commonly believed that only designers should only involve themselves in user-centered design and that developers would only build the functionality of these designs. However, times have changed and developers should also learn to understand users and implement this mentality in their work.
Read More

jQuery 3.0
comment 1

RELEASED : Release Candidate for jQuery 3.0!

It’s finally here! Well this was last week but there’s no harm in being excited. The big news is that jQuery 3.0 will become the only version of jQuery. The 1.12 and 2.2 branches will continue to receive critical support patches for a while, but will not get any new features or major revisions.

Despite the 3.0 version number, these releases shouldn’t be too much trouble when it comes to upgrading existing code. Don’t worry much on the complexity of migrating to the new version of jQuery,  the devs were fairly kind to provide a guide and also a plugin to check compatibility issues before you migrate your codes.

Note that jQuery 3.0 will not support IE6-8. If you need IE6-8 support, you can continue to use the latest 1.12 release.

Check out JQuery 3.0

CSS Property Value Syntax
comment 0

CSS Property Value Syntax

What is CSS Syntax? w3schools defines it as : a CSS rule-set consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons.
Read More

Filed under: CSS

 

Adobe Spark
comment 0

Adobe Spark is Here!

Adobe has just launched its news suite called Adobe Spark! It was launched last night (local time) and we think it’s big and useful! On mobile, it is actually an upgrade of the three apps that Adobe has been operating.

Read More

JavaScript Style Guides
comment 0

Useful Javascript Style Guides

Style guides have no fixed definition as its meaning changes depending on what area it is applied to. However, one thing that all style guides have in common is its usage; to provide a general guideline for the team to refer to. This gives the team a base of mutual understanding on what needs to be done. It can also be used across departments between developers, designers and project managers.
Read More