…e front-ends Sass Maps are a blessing. Extracting configuration from the logic of a module is a great method for structuring. Let me explain to you why I think Sass Maps are the best feature in Sass 3.3.Sass 3.3Sass 3.3 has been within everyone’s reach for a while now, but…
…er made several changes when they launched 1.1 of their API. One of the most notable changes is the introduction of authentication. That is, applications need to be authenticated before they are allowed to send requests to the API.Authentication is powered by OAuth - an open protocol to allow secure authorization…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Now that we've learned almost everything about the WP_Query class, it's time to try out some examples. In this part, we're going to work on ten different scenarios to utilize the WP_Query class and related functions. It will be a fun exercise and I hope…
…earn how to create a Rails application that shows your products off and allows customers to select them for purchase, place orders, and have goods delivered to them. In Build a Store With a Payment Gateway in Rails, Tuts+ instructor José Mota will show you how to build a web store with a payment gateway, focusing…
…e theme framework you've built will be used as a parent theme in the sites you develop. This means that in each case you'll need to create a child theme to create a unique site with its own design and with extra or different functions compared to the framework.The obvious…
…e CreatingThis is the first installment of a series geared towards walking you through the stages of transforming a cool business concept into an actual startup. If you're an idea person curious about the entrepreneurial process, this series is for you.I'll draw from my experience as a self-starting, serial entrepreneur. I began…
…edirects are something that every web developer or website owner will probably need to do at one time or another. Redirects are primarily a way of automatically mapping old or broken URL's to new ones and are also a signal to search engines that your content has moved.This article is…
…epting online payments is an essential feature in any eCommerce website. In this series, we're going to explore the payment methods available for OpenCart. We'll start in this tutorial by discussing OpenCart's built-in payment methods. Then later, we'll see how to create a custom payment method, which is the ultimate goal…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} As I outlined in the introduction to this series, the WP_Query class has four main elements: the arguments for the query, using parameters which will be covered in detail in this series the query itself the loop, which will output post content, titles or whatever…
…earning how to develop WordPress themes and plugins is an exciting and adventurous journey for any WordPress developer. In each stage of the process, you get discover new, exciting, and powerful features of WordPress.Setting up a good WordPress development environment will go a long way to assist you when coding…