Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NetTuts.com:
The ABCs of Web Development
Mar 16, 2011 @ 15:45:09

NetTuts.com has posted what they call the ACBs of Web Development, a list of technologies - one for each letter of the alphabet - that you as a web developer would do well to learn at least a little about.

Web development can often be an utterly perplexing affair. Today, aimed at beginners, I’d like to introduce you to twenty six concepts or technologies, each mapping to a letter of the alphabet. Sounds wonky? It probably is!

Technologies in their list include:

  • Ajax
  • Firebug
  • Keyword Optimization
  • Node.js
  • Source Control
  • WordPress

For each letter they've also included a few links to some related reading on the subject.

tagged: abc web development technology

Link:

PHPBuilder.com:
Math & Number Handling in PHP - The ABCs of PHP Part 6
Apr 22, 2009 @ 12:57:17

On PHPBuilder.com today they've posted the next article in their "ABCs of PHP" series. This time they focus on math and number handling.

Last time we looked at text and strings in variables, in this episode we're going to continue with our exploration of PHP variables and delve deeper into math and number handling in PHP. Using numbers is not much different to using text and strings, you allocate variables and fill them in, using exactly the same techniques as you do using strings & text.

They covers some of the basic operators (+,-,*,etc), evaluation with equals, number shifting, binary and creating a "barrel shifter" to work with the binary bits of a number.

tagged: shifter barrel binary introduction abc handling number math

Link:

PHPBuilder.com:
The ABC's of PHP Part 4 - How Variable Am I?
Apr 02, 2009 @ 12:51:36

PHPBuilder.com has the next articles in their "ABCs of PHP" series posted today, a look at variables - what they are and how they're used.

To many beginners the subject of variables is usually pretty scary, and often a reasonably difficult concept to grasp, the reason for this however is usually because most modern languages require some kind of indication as to what type of data a variable will hold, this in turn often confuses beginners because they don't know what type of data relates to what kind of type.

They describe variables (using sample assignments like strings and numbers) and talk some about scope and how it affects their visibility. There's also a brief mention of the superglobals there close to the end.

tagged: abc introduction series variable assignment superglobal

Link:

PHPBuilder.com:
The ABC's of PHP Part 3 - Basic Script Building in PHP
Mar 26, 2009 @ 12:56:40

PHPBuilder.com has posted the next article in their "ABCs of PHP" series looking at some basic techniques for building your first scripts.

Welcome to part 3 of my 10 part series on PHP. In the first two parts I introduced you to the language and to what software you needed to run it. In this episode we will look at some simple PHP syntax, and we'll write a couple of small scripts to get our feet wet, and get a feel for the language.

Their first script mixes HTML and PHP together to make a "Hello World" web page. They also give the example of a phpinfo function call to get the settings for the current PHP installation.

tagged: abc introduction first script technique phpinfo

Link:

PHPBuilder.com:
The ABC's of PHP II - What do I need to make it work?
Mar 16, 2009 @ 12:58:31

Peter Shaw has posted the second part of his introductory series to PHP - "The ABCs of PHP". In this new article Peter looks at the installation and configuration of PHP on your platform of choice (Windows or Linux-based).

PHP runs on all the major computing platforms available today, this includes all versions of windows, all the major linux distro's and a lot of specialist systems for devices like the Cobalt Raq and a lot of embedded devices. In this article however we will be concentrating on running PHP under the Apache and IIS web servers, which between the two covers approx 95% of the systems most people will have access to.

He uses packages on the linux installation to make things simple (for a basic Apache2 and PHP5) and the PHP and Apache binaries from each project on the Windows platform.

tagged: abc basic introduction language install apache php5 windows linux package binary

Link:

PHPBuilder.com:
The ABC's of PHP: Introduction to PHP
Feb 27, 2009 @ 15:31:10

PHPBuilder.com is starting off a new series today that, if you're new to the PHP language, aims to teach you everything you might need to know to get up to speed. Today they've posted the first article in the series, an introduction to the author (Peter Shaw) and a mention of what PHP can do for you.

In this 10 part series, I'm going to take you through the basics of PHP and hopefully give you a taste of what such a versatile language can do. I am not, however, going to preach that PHP is the greatest thing since sliced bread. I'll let you decide that for yourself!

He introduces himself first, talking about some of his past experience with PHP and other various languages. He then goes on to talk about where PHP came from, a high-level look at how it works in both the web and command-line environments.

tagged: abc introduction language what who author petershaw

Link:


Trending Topics: