In this part of the Web Design and Programming tutorial, I will show you how to do anything with PHP functions. Specifically I will cover:
How to Create Functions
How to work with Function Attributes (Variables)
How to Pass Multiple Attributes to and from Functions
What Does Scope Mean (Local vs....
In part 5 of my Web Design and Programming tutorial I will cover the following topics:
How to turn a string into an array
How to turn an array into a string
How to sort an array
How to pull data from a file and store it in an array
And, I’ll also go over a bunch of other functions specific to arrays....
In this video tutorial I’ll show you how to use arrays using the PHP programming language.
Specifically I cover:
How to create an array
How to search for information stored in an array
How to cycle through an array with the foreach loop
And more…
The code proceeds the video and you can use it...
In this web design and programming video tutorial I’ll show you how to use looping statements with PHP. If you missed the first part of this tutorial it is here Web Design and Programming.
I specifically will cover the following topics:
Using the $_REQUEST array to pass form data
The While Loop
The Do...
Here I continue covering Web Design and Programming using all of the most used languages being HTML, CSS, JavaScript, PHP, MySQL, etc. If you missed my first video, you should watch that first Web Design and Programming part 1.
In this specific tutorial I’ll cover the following:
How to access html...
I have received tons of requests for tutorials. So, I’ve decided to create a massive tutorial that answers them all. In this tutorial I’ll focus on Web Design and Programming using all of the tools required. You should check out my Learn HTML Tutorial if you haven’t ahead of...
Well it has been a long trip, but I’m going to wrap up the Python Tutorial here. Before I stopped I wanted to answer one question posed to me which was to create a program that automated the process of getting demographics.
I didn’t have much time to perfect this and I plan to come back, but this...
In this Python Tutorial I show you how to build a simple chat server. All you need to do this are the pre-installed modules: asyncore, asynchat and socket.
The code then basically does the following:
Assigns a special address for each person that goes to the port (Socket)
Listens for any messages
When it...
In this video tutorial I show you how to create dynamic websites with Python. This is the quickest and easiest way to start using Python in much the same way as PHP is used.
I previously taught you how to scrap websites for information in this tutorial Python Website Scraping. Here I’ll show you how to...
Here I continue to teach you how to use the Tkinter GUI module built into Python. I build an application that allows you to input files, edit them and then save them. I specifically show you how to make the following GUI widgets with Tkinter:
Menu Bars
Multi-Line Editable Text Boxes
Drop Down Menus
If you...