Posts Tagged ‘Design?’

PHP Stock Market Analyzer – 11 – Creating the main Function

Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com

my first html/php tutorial

This is the first of many tutorials on html/php programming. In this series I will go from the basics to the very most advanced concepts.

How to create a CMS with PHP // Part 3 Getting Individual Posts

In this series I’ll show you how to make a CMS with PHP using modern techniques using Classes and Functions to get the best result on your page.

PHP OOP Tutorial 21 | MVC Pattern

The PHP MVC Pattern. MVC stands for “Model View Controller”. This is considered an Enterprise Pattern, it is used to run a full system from the ground up. If you are confused, fear not, everyone is at first. There are probably many other videos that can demonstrate this better, but I wanted to make one to get it out of my way since it’s so common after RoR. To the MVC Zealots, I’m not looking for an argument of the best way to do things — but if you have a suggestion and a reason please inform us all. jream.com

PHP TUTORIAL – if / if else Statement

This is a basic PHP tutorial, we will be looking at if and if else statement’s. (I’m 14 so my knowledge of PHP is limited)

PHP Coding Tutorial: Getting Started

This is a tutorial on php how to install xampp for mac or windows and eclips for mac or windows. you need both if you want to mess with php coding if you don’t have dreamweaver to work with php. I also you a little of what some of the coding in php does, more php tutorials are coming. I hope this help you out and you kind of see what I have planned for my php tutorials also more html & css tutorials are coming as well. my other 2 channels my second channel www.youtube.com my fan video channel www.youtube.com follow me on twitter www.twitter.com add me on facebook www.facebook.com

Discover Dynamic XML: MySQL PHP Database Results Loop Tutorial

Learn how to access your mysql database and have php render dynamic XML structure from the results. Script is here: www.developphp.com

PHP OOP Tutorial 23 | SimpleXML

I run through this one pretty quick mostly because you can learn this by looking at the PHP Manual a lot faster (See “SimpleXML Example” on php.net Docs), its very easy to use and you should know it even if you don’t use a lot of XML at the moment! At this point I haven’t used XPath for really anything I needed ever so I don’t know a lot about it :P jream.com

PHP OOP Tutorial 22 | PDO Examples

PDO is an awesome Database Object. It can be used with several types of databases & it has a ton of options. It’s a good idea to get familiar with this because at some point Zend Certification requires you to know it. And it manages a lot of the dirty work for you :P jream.com * I go a little fast through this one, was trying to fit in 15 minutes.

How to create a CMS with PHP // Part 5 – Manage All Our Content

In this series I’ll show you how to make a CMS with PHP using modern techniques using Classes and Functions to get the best result on your page.