From a7284287099285ba8133f365d4fabccce0e62438 Mon Sep 17 00:00:00 2001 From: Chris Spruck Date: Sat, 14 Mar 2015 18:32:52 -0400 Subject: [PATCH 1/3] Added PHP category and two PHP podcasts. --- free-podcasts-screencasts-en.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-podcasts-screencasts-en.md b/free-podcasts-screencasts-en.md index 2742ab59..4fe7141f 100644 --- a/free-podcasts-screencasts-en.md +++ b/free-podcasts-screencasts-en.md @@ -4,6 +4,7 @@ * [CSS](#css) * [Emacs](#emacs) * [Javascript](#javascript) +* [PHP] (#php) * [Python](#python) * [Ruby](#ruby) * [Vim](#vim) @@ -27,6 +28,10 @@ * [Podcast] - [JavaScript Jabber](http://javascriptjabber.com/) * [Podcast] - [The Javascript Show](http://javascriptshow.com/) +### PHP +* [Podcast] - [Voices of the ElePHPant](http://voicesoftheelephpant.com/) +* [Podcast] - [PHP Town Hall](http://phptownhall.com/) + ### Python * [Screencast] - [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969) * [Screencast] - [ShowMeDo - Python Videos, Tutorials and Screencasts](http://showmedo.com/videotutorials/python) From d80590ddfca92a72993e98f9e8d90590a922bead Mon Sep 17 00:00:00 2001 From: Chris Spruck Date: Sat, 14 Mar 2015 18:39:30 -0400 Subject: [PATCH 2/3] Fixed alphabetical order in PHP podcasts. --- free-podcasts-screencasts-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-podcasts-screencasts-en.md b/free-podcasts-screencasts-en.md index 4fe7141f..85cda744 100644 --- a/free-podcasts-screencasts-en.md +++ b/free-podcasts-screencasts-en.md @@ -29,8 +29,8 @@ * [Podcast] - [The Javascript Show](http://javascriptshow.com/) ### PHP -* [Podcast] - [Voices of the ElePHPant](http://voicesoftheelephpant.com/) * [Podcast] - [PHP Town Hall](http://phptownhall.com/) +* [Podcast] - [Voices of the ElePHPant](http://voicesoftheelephpant.com/) ### Python * [Screencast] - [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969) From 101ee9d75911f701fdd2e3da01a6704f693cdd9e Mon Sep 17 00:00:00 2001 From: Chris Spruck Date: Sun, 15 Mar 2015 11:30:54 -0400 Subject: [PATCH 3/3] Removed extra space by PHP in index. --- free-podcasts-screencasts-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-podcasts-screencasts-en.md b/free-podcasts-screencasts-en.md index 85cda744..25773b1a 100644 --- a/free-podcasts-screencasts-en.md +++ b/free-podcasts-screencasts-en.md @@ -4,7 +4,7 @@ * [CSS](#css) * [Emacs](#emacs) * [Javascript](#javascript) -* [PHP] (#php) +* [PHP](#php) * [Python](#python) * [Ruby](#ruby) * [Vim](#vim)