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,…
Hi, I’ve released our second video (part 2 of 2) on setting up an MVC structure with the Zend Framework. This Zend Framework video is from our resident Zend-nerd: Jon Lebensold. Again, let us know what you think and should you have any suggestions or request, please feel free to comment. Running time: 19+ minutes…
Hi, I just released a new video on setting up an MVC structure with the Zend Framework. This video is a little more basic than the previous Zend videos … I had to twist Jon’s arm a little. Anyway, let us know what you think and should you have any suggestions or request, please feel…
Hi, I just released my beginners object oriented php video tutorials in iPod format. These videos target total beginners to object oriented programing. Though I talk about PHP, the principles are universal and so they apply to all OO (object oriented) languages including: Java Actionscript C# Ruby .. and others. So if you are struggling…
I just launched a new section on Killerphp.com on the Zend Framework. I figured it only made sense, given that we’ve built two live web applications based on it: Video sharing site: www.idea22.com Web template sharing site: www.webshapes.org – For those of you who are not familar with the Zend Framework: The Zend Framework is…
Because of recent demand, I decided to release my PHP video tutorials in iPod format – that means they play on your iPod. 🙂 … OK, you guys guessed that one. These video were originally intended for viewing on a computer monitor, so some of the code examples will be harder to read since iPod…
This is part 3 (of 3) of my video tutorials that introduces PHP sessions to beginners. The video: PHP session video tutorial – part 3 Notes from the videos: Session ID: PHP sessions create a unique id that is passed on to the user by either a cookie or in the URL string. To be…
This is the part 2 of 3 of my videos that introduces the beginner to PHP sessions. In this video, I get into practical examples where we see basic PHP sessions in action. PHP session video tutorial – part 2 Thanks, Stefan Mischook www.killerphp.com
I’ve just released a new video introducing MySQL – PHP’s partner in crime. I cover basic topics like: Database types. The difference between a database and a spreadsheet etc … I also briefly introduce phpMyAdmin given that it is probably the most used MySQL management tool out there today. – I will soon be releasing…
Hi, This part 3 of 3 of my video series on creating custom functions in PHP. We continue from where I left off in part 2. The Video: Custom PHP Functions – Part 3 Thanks, Stefan www.killerphp.com