Videos tagged with PHP
Summary Beside presenting the overall Facebook architecture and scaling solutions used, Aditya Agarwal talks about the iterative process of constantly improving the site, making sure to avoid over-engineering and adapting along the way by dropping solutions that worked in the past but are no longer useful. The last part of the session was dedicated to answering questions from the audience. Bio ...
Getting Started with the Google Data PHP Client Library
Trevor Johns goes over how to get started with the Google Data PHP Client - from installation to general architecture to brief demo with the Blogger API.Getting Started Guide:http://code.google.com/apis/gdata/articles/php_client_lib.htmlZend Framework Manual:http://framework.zend.com/manualZend Framework API Docs:http://framework.zend.com/apidoc/core
Scaling Facebook with OpenSource tools
This talk will give you a better idea of what it takes to scale Facebook.From the day that Mark Zuckerberg started building Facebook in his Harvard dorm room in 2004 to today, the site has been built on common open source software such as Linux, Apache, MySQL, and PHP. Today Facebook reaches over 350 million people per month, is the largest PHP site in the World, and has released major pieces o...
Getting Started with the AdWords API PHP Client Library
A brief tutorial that demonstrates how to get started using the AdWords API PHP client library. Best viewed in HD.
NETTUTS: Regular Expressions for Dummies: Screencast Series
Over the course of a handful of video tutorials, I'm going to teach you how to use regular expressions effectively in your Javascript and PHP applications. As always, I'll assume you know absolutely zip. Created by Jeffrey Way.
Velocity 09: Richard Crowley, "Building OpenDNS Stats"
The old OpenDNS Stats system was built when we were doing 1 billion queries a day and had far outlived its usefulness. Playing hot potato with load on overworked servers all struggling to keep up gets old after a while, doesn’t it? This gave me the opportunity to start from a blank slate and build the system we need to serve us at 8 billion queries a day and scale to 16 or 24 billion. We ...
NETTUTS: Easy Development With CodeIgniter
In this week's 30 minute screencast, I'm going to show you how easy it is to work with the MVC pattern and CodeIgniter. This video is aimed at beginners who have no experience with a PHP framework. Created by Jeffrey Way.
Drupal School: Getting Started with Zen
An updated version of how to use the Zen theme in Drupal 5.x Created by elliottrothman
Drupal School: Themeing with Zen
Intro to themeing in Drupal. We take a look at the Zen theme, and why it?s a great starting point. Cover some basic CSS stuff, and look at how we can begin to create a unique looking theme using the Zen theme as a starting point. Created by elliottrothman
w3videotutorials: PHP Tutorials: Apache, MySQL, and PHP Installation
How to install PHP, Apache and MySQL altogether using WAMP. PHP tutorial guides you on how to develop dynamic database driven website. Created by stable121