…e second part of the series, we went through the first batch of WordPress template tags. In this third part, we're going to go through the second batch of the almost 200 template tags. Throughout the tutorial, we'll see template tags about taxonomies and terms. Getting the Description of a…
…e CreatingIf you're asking, "What's Yii?" check out my earlier tutorial: Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of what's new in Yii 2.0, released in October 2014.In this Programming With Yii2 series, I'm guiding readers in use of the newly upgraded…
…e previous part of this tutorial series, we implemented the sign-in and logout functionality for our Bucket List application. In this part of the series, we'll implement the back end and front end required for a user to add and display bucket list items.Getting StartedLet's start by cloning the previous…
…ento website live is not child’s play. If you are a Magento developer you know that this a daunting task for even a seasoned developer. It's the final step of a long and stressful journey, and this makes it even more stressful. In this tutorial, I'll keep it simple by…
…e previous article, we configured how an online store owner can set some of the product settings. We configured half of the setting and in this post we are going to completely configure them.Product Image SizesThe options under this label allows you to configure various dimensions of images that will…
…e CreatingFor developers who want more control and performance than WordPress offers, Craft CMS offers a compelling solution. In this tutorial, I'll introduce you to Craft CMS and summarize its core features.What Is Craft CMS?Pixel & Tonic's Craft CMS is a WordPress alternative for development-oriented publishers who want deeper control and more powerful performance…
…e previous part of this series, we saw how to get started with Eve, a Python REST API framework, and create some APIs. In this part of the series, we'll make use of those APIs to create an application powered by Node.js and AngularJS.We'll be implementing the sign-up functionality using…
…every Freelancer or Web Design Company experienced the following story. The story is what happened to me and since than I provide my potential new clients with a custom made checklist. A potential new client calls me and we made an appointment to meet. With my up-to-date portfolio I went to the client…
…Earlier this year, the Microsoft team launched a new tool to make it easier to test sites in IE regardless of which platform you’re on; seriously! It’s part of their work on Microsoft Edge and its new rendering engine and new user-agent string, which is a fork of Trident that’s…
…e previous part of this tutorial series, we implemented the required functionality for a logged-in user to add a wish. We also saw how to display the wishes entered by a user on the user home page.In this part, we'll implement the functionality for editing and deleting the wishes entered…