Posts

PHP Possibilities!

Image
So I have never worked with PHP before. Sunday, a guy I go to church with mentioned a position opening in his company for a PHP developer. He asked if I knew how to write code in PHP. Sadly, I do not. However, I do have a lot of programming experience (4 years), and some education behind me (2 years). As such, I can pick up programming languages like changing clothes. I set my mind to do some PHP work just to see how it would turn out. I setup a basic registration page, connected it to a MYSQL database, and setup a confirmation email campaign. It works! Not to bad for 4 hours worth of PHP study. Check it out over at my site: http://www.thecoderhero.com/register.php

Lesson 03a - Coding Around Introduction to Programming C++

Image

Lesson 03 Variables Introduction to Programming C++

Image

02b Output - Introduction to Programming C++

Image

Lesson 2a - Output Introduction to Programming C

Image

What's For Lunch App!

At the Copper State Comm. office, around 11:30 AM we start trying to figure out what we're going to have for lunch. Since it takes us so long to decide, the question gets asked earlier and earlier. Our record is 9:20 AM. On that particular day, we left for lunch around 1:30 PM because of our indecision. As my favorite saying from the movie robots goes "See a need, fill a need." Enter the "What's For Lunch? App!" This is a console application I coded that randomly selects a weeks worth of restaurants for us. Don't like the selection? Run the function listWeek() again for new options. The console app has the following features: Add locations Remove locations List locations Create a list of "Places to eat" for the week Save the list to a file Open a list from a file The code can be accessed (and used openly) at my GitHub repository, under My-Apps. GitHub: "What's For Lunch? App!" Enjoy! I certainly do!

02 Ouput - Introduction to Programming C++

Image