Archive for the 'Beginners PHP Articles' Category

Killerphp News

Friday, February 23rd, 2007

Hi,
It has been a while since my last post, my apologies.
But there has been a good reason for this and this reason will be revealed soon.
Sorry I can’t give more information, but I have to keep this under wraps until we go public.
Thanks,
Stefan

OOP in PHP: New PHP article to appear in Web Designer Magazine November’s Issue

Tuesday, November 7th, 2006

I have a new article appearing in issue 125 of Web Designer Magazine - the November issue.
Article title:
Learn Object Oriented Programming (OOP) in PHP

Sample from the article:
With the release of php5, php programmers finally had the power to code with the ‘big boys’. Like Java and C#, php finally has a complete OOP infrastructure.
In [...]

Killer Ajax FAQ

Sunday, October 1st, 2006

I’ve just posted a quick intro FAQ to AJAX at killersites.com and I thought that some PHP’ers might find it useful as well.
Stefan Mischook
So what is this Ajax thing I keep hearing about?
Ajax is actually an acronym which stands for Asynchronous Javascript and Xml. The term Ajax is used to indicate the main technologies used [...]

What are database driven websites - podcast.

Saturday, August 26th, 2006

A quick podcast where I explain the basics behind what database driven websites are.
This podcast targets total beginners.
Database Driven Websites Explained.

3 Categories of Programming Languages

Monday, August 7th, 2006

From Killersites.com blog:
Recently a more practical way of classifying languages has come to my attention - classifying languages by problem-domain or in other words, context.
* System Languages
* Architectural Languages
* Application Languages
I like this list, because it really conveys a sense of practical use [...]

Will Ruby kill PHP?

Monday, August 7th, 2006

With the recent rise in popularity of the Ruby programming language (largely driven by the excellent but not perfect web framework called Rails), I’ve noticed a little fear in the air … fear on the part of some people in the PHP community.
Will Ruby kill PHP?
The short answer is: no.
MY REASONING
Though Ruby and PHP are [...]

Evangelizing PHP for web designers

Tuesday, August 1st, 2006

The ‘raison d’ĂȘtre’ for www.killerphp.com is basically to make PHP accessible to the average web designer.
I want to reach people who have more of a design background than a coding/programming background.
TODAY, PHP IS ESSENTIAL WEB DESIGN KNOWLEDGE
I can’t tell you how many times web designers have approached me about doing relatively simple things:

Process an [...]

PHP Design Patterns - when should they be used?

Saturday, July 22nd, 2006

Since the release of PHP 5, the PHP world has slowly started to get into more advanced programming, things like object oriented concepts and the use of design patterns.
WHAT ARE DESIGN PATTERNS?
In a nutshell: design patterns are standardized ways (with each having their very own name,) of solving common programming task/problems.
Over the years, programmers have [...]

The Top 3 Reasons to Learn PHP?

Monday, July 10th, 2006

With so many web programming languages (frameworks) out there today, it’s hard to settle on which one to use … even for experienced programmers.
Here is just a sample of the choices you have:

PHP
JSP/Servlets
Ruby on Rails
PERL
Classic ASP
ASP.net
ColdFusion
Web Objects

Instead of trying to fill up space with clever nerd-drivel, I am going to get to the point.
Here are [...]

WHAT ARE DATABASES?

Thursday, July 6th, 2006

Databases are programs that are built to store and manage information. You can think of a database as a virtual filing cabinet … with extra bells and whistles.
Types of databases:
There are several types of databases used today. The most common being:
1. Relational databases.
2. Object databases.
3. Flat file databases.
You can think of each type of database [...]

The mini PHP crash course

Wednesday, July 5th, 2006

When PHP was first invented, it was short for:
‘Personal Home Page’
Then later (to make it seem fancier,) the nerds in charge of PHP, changed their minds and said the ‘PHP’ was a recursive acronym for “PHP: Hypertext Preprocessor”. Whatever PHP stands for, it is the most popular web scripting language today.
PHP allows you to create [...]

Database driven websites: what are they and how are they built?

Wednesday, July 5th, 2006

When I was beginning web design and web programming years back, I remember all the confusing terms, technologies, and concepts that were floating around that just made it that much more difficult to wrap my head around the whole web thing.
With that in [...]

What is PHP?

Wednesday, July 5th, 2006

PHP is a very popular web scripting language and engine that allows you to create dynamic web pages easily and quickly.
It is easy to learn, so once you get the basics down, you will progress quickly and start writing some useful scripts.
In non-geek terms:
… it’s an engine that runs in conjunction [...]