Browse Source

Add videos category to resources.

pull/159/head
Jamie 11 years ago
parent
commit
f480658342
1 changed files with 8 additions and 1 deletions
  1. 8
    1
      README.md

+ 8
- 1
README.md View File

@@ -57,6 +57,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
57 57
 	- [Other Websites](#other-websites)
58 58
 	- [PHP Books](#php-books)
59 59
 	- [Other Books](#other-books)
60
+	- [PHP Videos](#php-videos)
60 61
 	- [PHP Reading](#php-reading)
61 62
 	- [PHP Internals Reading](#php-internals-reading)
62 63
 - [Contributing](#contributing)
@@ -621,7 +622,6 @@ Various resources, such as books, websites and articles, for improving your PHP
621 622
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
622 623
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
623 624
 * [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
624
-* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
625 625
 
626 626
 ## Other Websites
627 627
 *Useful websites related to web development.*
@@ -648,6 +648,13 @@ Various resources, such as books, websites and articles, for improving your PHP
648 648
 * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
649 649
 * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
650 650
 
651
+## PHP Videos
652
+*Fantastic PHP-related videos.*
653
+
654
+* [Taking PHP Seriously](http://www.infoq.com/presentations/php-history) - A talk outlining PHP's strengths by Keith Adams of Facebook.
655
+* [PHP Town Hall](http://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
656
+* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
657
+
651 658
 ## PHP Reading
652 659
 *PHP-releated reading materials.*
653 660
 

Loading…
Cancel
Save