Blog Archive
Category: Build A Product Catalog
In this lesson, we look at how to we can take the data we have collected so far and report on it using SQL, Reporting Tools, and plugins.
Product Catalog: A Deeper Dive Into Customizing WordPress Plugins
In today's lesson, we will cover some advanced topics of Customizing WordPress Plugins along with incorporating out new Web Services application into our WordPress Product Catalog plugin.
Product Catalog: Using Web Services to remotely interact with our Catalog
Today's lesson is going to pick up where we left off with our product catalog applications. In this lesson, we are going to build a web services application using Java and the…
Product Catalog: Building a Mobile App with Appcelerator
Today's lesson is going to pick up where we left off with our product catalog applications. In this lesson, we are going to build a mobile application using Appcelerator for our product…
Product Catalog: Building a WordPress Plugin for our Product Catalog
This next lesson expands our interaction with the data in our database by converting our MVC web application into a WordPress Plugin.
Product Catalog: Test our Web Application With Selenium and WebDriver
Unlike the previous lessons, this one is heavily focused on testing your MVC web application with testing tools like Selenium and WebDriver.