From c89969540cdc760220cbc66d60e607e0ba8fd54a Mon Sep 17 00:00:00 2001 From: Dupz Date: Tue, 26 Jan 2016 10:18:59 +0200 Subject: [PATCH 1/4] Add Hacking with PHP/Swift --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index f12949e5..3d751013 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1627,6 +1627,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Laravel: Code Bright](http://daylerees.com/codebright) * [Laravel Collections Unraveled](https://leanpub.com/laravelcollectionsunraveled) * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) +* [Hacking with PHP](http://www.hackingwithphp.com) * [PHP 5 Power Programming](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf) (PDF) * [PHP Best Practices](https://phpbestpractices.org) * [PHP Essentials](http://www.techotopia.com/index.php/PHP_Essentials) @@ -2057,6 +2058,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, ### Swift +* [Hacking with Swift](https://www.hackingwithswift.com) * [Learn Swift](http://books.aidanf.net/learn-swift) * [The Swift Programming Language](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/index.html) (HTML) * [The Swift Programming Language](https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11) (iBook) From 6e9e1eb72268d6efb5dca663d3167e83c4eec0ae Mon Sep 17 00:00:00 2001 From: Dupz Date: Tue, 26 Jan 2016 10:23:50 +0200 Subject: [PATCH 2/4] Add Hard Rock CoffeeScript --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 3d751013..b2e2e9d1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -909,6 +909,7 @@ Original Source: [List of freely available programming books](http://web.archive * [CoffeeScript Cookbook](https://coffeescript-cookbook.github.io) * [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) - Reginald Braithwaite +* [Hard Rock CoffeeScript](http://hardrockcoffeescript.org) * [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/SmoothCoffeeScript.html) * [The Little Book on CoffeeScript](http://arcturo.github.io/library/coffeescript/) From fb7dcaae6ffade2785ca904a71b970f65eff0ff3 Mon Sep 17 00:00:00 2001 From: Dupz Date: Tue, 26 Jan 2016 10:31:37 +0200 Subject: [PATCH 3/4] Add Books Add Canvassing and Learn CSS Layout the pedantic way to HTML & CSS section. --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index b2e2e9d1..bd45b497 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1163,6 +1163,7 @@ Original Source: [List of freely available programming books](http://web.archive * [A free guide to learn HTML and CSS](http://marksheet.io) * [Adaptive Web Design](http://adaptivewebdesign.info/1st-edition/) - Aaron Gustafson * [An advanced guide to HTML&CSS](http://learn.shayhowe.com/advanced-html-css/) +* [Canvassing](http://learnjs.io/canvassing/read) * [Code Guide: Standards for developing flexible, durable, and sustainable HTML and CSS](http://mdo.github.io/code-guide/) - Mark Otto * [Dive Into HTML5](http://diveintohtml5.info) - Mark Pilgrim ([PDF](http://mislav.net/2011/10/dive-into-html5/)) * [GA Dash](https://dash.generalassemb.ly) @@ -1173,6 +1174,7 @@ Original Source: [List of freely available programming books](http://web.archive * [HTML5 for Publishers](http://chimera.labs.oreilly.com/books/1234000000770/index.html) - Sanders Kleinfeld * [HTML5 For Web Designers](http://html5forwebdesigners.com) - Jeremy Keith * [Learn CSS Layout](http://learnlayout.com) +* [Learn CSS Layout the pedantic way](http://book.mixu.net/css/) * [Scalable and Modular Architecture for CSS](https://smacss.com) - Jonathan Snook * [Web Audio API](http://chimera.labs.oreilly.com/books/1234000001552) - Boris Smus From 5baddd35037b5678c7257c2788314f40477d8bf9 Mon Sep 17 00:00:00 2001 From: Dupz Date: Wed, 27 Jan 2016 12:09:30 +0200 Subject: [PATCH 4/4] Move Hacking with PHP --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index bd45b497..5c8416a2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1625,12 +1625,12 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * Drupal Framework * Drupal 7 * [The Tiny Book of Rules](https://www.drupal.org/files/tiny-book-of-rules.pdf) (PDF) +* [Hacking with PHP](http://www.hackingwithphp.com) * Laravel Framework * [Laravel 4 Official Documentation. Synced Daily](https://leanpub.com/laravel-5) * [Laravel: Code Bright](http://daylerees.com/codebright) * [Laravel Collections Unraveled](https://leanpub.com/laravelcollectionsunraveled) * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) -* [Hacking with PHP](http://www.hackingwithphp.com) * [PHP 5 Power Programming](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf) (PDF) * [PHP Best Practices](https://phpbestpractices.org) * [PHP Essentials](http://www.techotopia.com/index.php/PHP_Essentials)