Aprenda Programacion Orientada a Objetos en PHP

May 12th, 2008 by Stefan Mischook

Hi,

I’ve released my tutorial on Object Oriented PHP in Spanish.

php logo

You can download the PDF:

Aprenda Programacion Orientada a Objetos en PHP.pdf

Many thanks to Javier W. Barbieri from Iquitos Peru.

PS: I have new PHP tutorials coming out soon.

Stefan Mischook

www.killerphp.com

Managing Clients - draw the line and hold your ground.

April 14th, 2008 by Stefan Mischook

One of the most frustrating aspects of being a web application developer (a Web nerd) is found in the dynamics of dealing with clients.

I’ve been known to say: “I love everything about programming … except for the clients!”

This aspect of the web business (managing clients,) falls under the umbrella of project management - something every web developer, must learn at least a little bit about.

Read the rest of this entry »

Connecting PHP to MYSQL Video Tutorial

April 14th, 2008 by Stefan Mischook

Hi,

I was just looking over killerphp.com and noticed that I hadn’t posted any new content for a little while - it’s been about two weeks!

… That can happen when your busy removing your teeth.

:)

Anyway, I’ve gotten around to releasing a new set of beginners video tutorials on PHP. This time around, I have a four part video on how to get PHP to talk to MySQL.

PHP Video Tutorial

Besides actually walking through the code of connecting PHP to MySQL, we learn a few other things along the way:

  • We learn about the multiple ways that PHP provides for us, in terms of being able to work with MySQL.
  • We learn about the importance of understanding error messages in programming in general. We look at a couple of specific errors that you can run across when working with MySQL.
  • We learn about the die() function and how it can be used when working with MySQL.

As with all my beginners videos, beyond teaching the task at hand (meaning the main point of the video) I also try to introduce other things along the way - things like new functions and good programming practices.

The videos have a total running time of about 27 minutes and are presented in a new format. Let me know what you think.

Thanks,

Stefan Mischook

www.killerphp.com
www.killersites.com

NEW BASIC SQL TUTORIALS

April 1st, 2008 by Stefan Mischook

Hi,

I’ve managed to upload new video tutorials on SQL basics. At this point, I’ve covered the four big SQL statments:

  1. INSERT
  2. SELECT
  3. UPDATE
  4. DELETE

You can view the videos here: Basic SQL Statements Video Tutorials.

Now that we have that covered, my next videos will be on using PHP to connect to and work with MySQL.

Thanks,

Stefan Mischook

www.killerphp.com

BASIC SQL TUTORIAL

March 31st, 2008 by Stefan Mischook

Hi,

mysql-logo

I’ve just put up a new sub-section on SQL - the language of relational databases.

This is beginners stuff, so if you’re a know-it-all nerd, you can ignore this. On the otherhand, if you’re new to the database thing (mySQL for example) then these first couple of videos should help you get started.

Videos out so far:

- Introduction to SQL
- Introduction to the SQL ‘insert’ statement.

I plan on having a bunch of new videos out soon that cover:

  • The big four SQL statements.
  • The basics of database design.
  • The cardinal rules of database design.

My goal is to not turn you guys into database gurus, rather, I want to just give you enough so we can get you going with PHP and mySQL.

Thanks,

Stefan Mischook

www.killerphp.com