PHP

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts1/index.html Getting started As both a game master/storyteller and a developer, I frequently find myself writing little utilities and scripts to help me when running, planning, and playing games. Sometimes I need a quick idea.

30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts

http://www.ibm.com/developerworks/opensource/library/os-php-7oohabits/index.html

Build seven good object-oriented habits in PHP

In the early days of PHP programming, PHP code was limited to being procedural in nature. Procedural code is characterized by the use of procedures for the building blocks of the application. Procedures offer a certain level of reuse by allowing procedures to be called by other procedures. However, without object-oriented language constructs, a programmer can still introduce OO characteristics into PHP code. It's a tad more difficult and can make the code more difficult to read because it's mixing paradigms (procedural language with pseudo-OO design).

Practical PHP Programming

<a href="http://ad.doubleclick.net/jump/fut.gb.tuxradar/home;tile=1;sz=728x90;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/fut.gb.tuxradar/home;tile=1;sz=728x90;ord=123456789?" width="728" height="90" border="0" alt=""></a> Practical PHP Programming http://www.tuxradar.com/practicalphp
http://www.ibm.com/developerworks/library/os-php-encrypt/index.html

PHP encryption for the common man

Consider how today's world differs from the world of just 20 years ago. Long ago, in the 1980s, encryption was spy stuff -- something you read about in a techno-thriller by Tom Clancy. If somebody wanted to keep a bit of information private, he encrypted the data with a password, a pass phrase, or another basic method. Fast-forward to today and encryption is everywhere.
Posted by blake on Jun 4, 2008 in Code , Performance , PHP | 166 comments The last couple of weeks have been quite the experience for me. I was part of a big layoff at my former company, which was interesting. I've never been in that position before, and it's hard not to take it personally. I started watching the job boards, and a nice-looking full-time PHP position caught my eye, so I sent out a resume and landed an interview. Before the face-to-face portion, I chatted with the owner and head programmer on a conference call, and they ended up sending me a technical assessment quiz. http://www.phpvs.net/2008/06/04/ten-php-best-practices-tips-that-will-get-you-a-job/

Ten PHP Best Practices Tips that will get you a job | PHP vs .Net

http://en.askedu.net/city/Kitchener/PHP_1.htm

PHP training courses, degrees & schools in Kitchener, Ontario (1/44) - Career School Finder

Total 44 training course(s)/program(s) at schools in Kitchener, Ontario, Canada School: Educational Program Innovations Center [ All Courses ] Training Center(s)/Venue(s): Online Tel.: 1-888-374-2338

7 Secure, Lightweight, and Easy to Use PHP Frameworks

http://devsnippets.com/article/7-secure-lightweight-and-easy-to-use-php-frameworks.html Choosing a good PHP frameworks can help you develop complex Rich Internet Applications quickly, with a best practices oriented approach, and saving a lot of time reusing code snippets that are already available. There are a lot of interesting PHP frameworks you can choose for your next web project. Which framework you choose is really a personal decision. There is no one “best” framework on the market at the moment. Different frameworks are better for different types of projects, and for different developer. Today we will focus on 7 secure, lightweight and easy to use PHP Frameworks .