What to Expect from Yii 2.0

Amir HameedTechnology Leave a Comment

Yii 2.0 was released into beta last April and the goal for a first stable release was set for the middle of 2014. The GitHub issue list has 300 open issues and 2913 closed while I’m writing this and both numbers are still increasing. The progress to the 2.0RC milestone was at 99%. My guess is that the team is …

3 Old and Outdated UX Patterns (And How to Fix Them)

Amir HameedTechnology Leave a Comment

In one of my recent articles, The Evolution of the Hamburger icon we talked about the history of this commonly-used pattern, and about who’s using it and why. In fact, there have been many recent discussions in UX circles that have raised the unintuitive nature of the hamburger icon and issues in several cases. In this article, I thought we’d …

How to Protect Yourself From Rogue WordPress Plugins

Amir HameedTechnology Leave a Comment

Before installing software on your computer, you would probably do a bit of research on the software before loading it on your system, or maybe some video games you can play using some csgo resources online. Since the traditional software world has a handful of established vendors, vetting out bad software is relatively easy. via How to Protect Yourself From …

Sass for WordPress Developers

Amir HameedTechnology Leave a Comment

There are many benefits of Sass for WordPress developers. You’ve probably heard many arguments for using a pre-processor by now. CSS pre-processors provide the opportunity for better code organization by using partials and nesting styles. Pre-processors help developers style faster by writing mixins and functions. Pre-processors also allow us to write more maintainable, scalable code with logic and variables. via …

The WordPress Database Demystified

Amir HameedTechnology Leave a Comment

Since it was released over a decade ago, WordPress has become the most popular CMS choice for beginners and experts alike. Although the installation of WordPress, and the addition of data does not require any knowledge of the underlying structure, you might find yourself in a situation where some knowledge of the database is required. via The WordPress Database Demystified.

Uncovering WordPress Vulnerabilities with Ease

Amir HameedTechnology Leave a Comment

As a developer or design professional, one of the biggest benefits of building your sites on WordPress is that in most cases you are building your code on a proven platform which has been fortified over time. Unfortunately when it comes to security, there’s no such thing as a fully hack-proof system. Fortunately though when it comes to securing both …