We will begin with our Models directory. This is not necessarily created by the template chosen in the beginning, so you may need to right-click […]
Creating the Visual Studio 2019 Xamarin Solution
We have a single Xamarin solution with a main project along with an individual project for each of the platforms being targeted. In this case, […]
Building Your PHP Rest Service-Database Design
You may be thinking – “I am a web designer, I don’t know how to use MS SQL and SQL Studio.” The good news is […]
Building Your PHP Rest Service (step 6)
In the article for step 5, we began to get into the main functions of this read-only REST service. We now know how to gather unique […]
Building Your PHP Rest Service (step 5)
In the article for step 4, we looked at the contents of the trivia folder and the PHP code designed to retrieve the question/hint/answer for […]
Building Your PHP Rest Service (step 4)
In the article for step 3, we looked at the shared directory and the getPaging function. Although these are not used in our final solution […]
Building Your PHP Rest Service (step 3)
In the article for step 2, we continued building building our Representational State Transfer (REST) service by looking at files located in the objects directory. […]
Building Your PHP Rest Service (step 2)
In the article for step 1, we set up the directory structure and covered the config directory. Using standard top-down approach, we are moving on to […]
Building Your PHP Rest Service (step 1)
he first thing to do is create the directory structure. For our Representational State Transfer (REST) Read services we are using the directory structure shown […]
Appalachian Trail Userform-VBA Creation
We will start by showing you the first snippet of VBA code and proceed with an explanation. You should have downloaded walktheat.xlsm and explored the usage of […]