…in by WooThemes that is designed to provide a simple way of creating portfolios within WordPress. Out of the box, Projects allows you to have categories, galleries, client details, and project URL's - this feature-set can also be extended through its various hooks, filters and templates.In this article, I will show…
…ing, errors will undoubtedly creep into your application. These errors are either caused by we the programmers as a result of code error or by the users who are unwilling to conform to the application or website constraints.The errors caused by the end users are usually more adverse than that…
…ing started, note that we're planning specifically on jumping right into the article. To that end, we're assuming that you have a working copy of OpenCart installed and are ready to get to work.The Basic WorkflowOpenCart is built using the popular programming MVC pattern. There is also one more element added…
…ing with Linux, then our new Linux Web Developer Setup course is ideal for you. Get acquainted with the Linux system, understand its mechanics, and learn how you can set up an environment that supports your development. Tuts+ instructor José Mota will take you through the whole process from installing Linux to learning how you can…
…In this article, we will be covering the basics of Magento template files. We will go over their introduction and do some basic modifications. This will include displaying featured products on the homepage and how to load JavaScript in the footer.Following on from our previous article, we have seen that the…
…In the first part of this series on handling errors in WordPress with the WP_Error class, we took a look at an introduction of the PHP class, we examined the class properties and methods and their roles and functions complemented by code examples.In this final part of the series, we will be building a…
…ing a website you have a few ways to do the fancy stuff. One way is to start by creating the most advanced version you want (with all of the scripts, styles, etc.) and then make it render well in older browsers (graceful degradation). Another is just to decide you…
…interesting, isn't it? In older versions of HTML, we had limited control over browser history. We could go back and forth using the available methods, but that was itWith the HTML5 History API, we have more control on playing with the browser history. For example, we have a way to…
…ing a website, you have a few ways to approach doing so.You can start by creating the most advanced version of the site with all of the scripts, styles, and so on, and then have it render in older browsers via graceful degradation, you may opt to ignore older browsers,…
…ing me what I completed today. From my email account, I can easily reply with my completed tasks without having to log into the website. Remarkably, a majority of my teammates complete most of their website updates through email replying. You can also create the same powerful functionality with commenting, receiving…