webdev – a video blog

videos about web development

Archive for the ‘PHP’ Category

PHPEM Session 1: Introduction to the Zend Framework (Part 2 of 2) from David Paul on Vimeo.

  • 0 Comments
  • Filed under: PHP, Zend Framework
  • PHPEM Session 1: Introduction to the Zend Framework (Part 1 of 2) from David Paul on Vimeo.

    This video is a good start for any Zend Framework beginner.

  • 0 Comments
  • Filed under: PHP, Zend Framework
  • 0 Comments
  • Filed under: PHP
  • Overview

    The “Hey, Einstein!” app on My Yahoo! tests your knowledge with an engaging new quiz every day. Developed by LiveScience, you can use this app to compare your results with friends and the rest of the Yahoo community. The app uses PHP, JavaScript, and the Yahoo! PHP SDK. Find out more about the app from LiveScience developer Tim Monaghan

    PHP performance tips

    Overview

    This article provides a few easy tips that can help you to speed up your existing PHP scripts by making some simple changes.

    Zend Framework – Zend_Auth tutorial

    Intended Audience

    By watching this video you’ll get familiar with Zend Framework, its purposes, why it has been designed for and where you can used as well as where it’s used world wide.

    In short you’ll get a definition of Authentication, which is often changed with Authorization, and that is completely different thing.

    About the Author

    Darby Felton is a senior developer for Zend Framework.

  • 0 Comments
  • Filed under: PHP, Zend Framework
  • Zend Framework Zend_Db tutorial

    Very good and pretty short tutorial about how to use on it’s basics the Zend_Db module. For everyone starting with Zend Framework it will be interesting to know how to connect and use a database in his application.

    This kind of short tutorials are very usefull and sometimes are more usefull than a long detailed tutorials or documentation pages. This gives a very quick start with Zend_Db, than anyone can make it’s own researches into the docs.

    Highly recommended!

  • 0 Comments
  • Filed under: PHP, Zend Framework