…ects is a plugin 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,…
…Even if you wear an S on your chest, when it comes to programming, 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…
…efore getting 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…
…earnIf you've ever wanted to get started developing 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…
…e, 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 layout files…
…e 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 fairly…
…en building 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…
…eresting, 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…
…en building 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…
…e popular productivity tools, iDoneThis and TeamSnippets, give me a simple way to record and share the tasks that I have completed each day with my teammates. Each day, the services send me an email asking me what I completed today. From my email account, I can easily reply with my…