Showing posts with label Web Programming. Show all posts
Showing posts with label Web Programming. Show all posts

Saturday, 30 January 2016

Online Course: Java Web Fundamental

Completed this course to refresh my knowledge on java servlet and jsp (not bad to link the servlet and web-app config with my knowledge with spring mvc, but the jstl part is bit difficult to digest since a js framework such as angularjs can make things much easier than what a hand crafted tag library need).

Link: https://app.pluralsight.com/library/courses/java-web-fundamentals/table-of-contents

Thursday, 24 December 2015

Online Course: Introduction to Protractor

Completed this course to learn how to use protractor for end-to-end testing of web app whose frontend uses angularjs. Works with selenium, and very good for integration and user testing.

Link: https://app.pluralsight.com/library/courses/protractor-introduction/table-of-contents

Tuesday, 22 December 2015

Online Course: Installing and Configuring Apache Web Server

Completed this course. Useful to learn SSL, virtual host, directory authorization control for the httpd apache server, also some nice tips on using centos linux

Link: https://app.pluralsight.com/library/courses/apache-web-server-install-config/table-of-contents

Friday, 5 July 2013

PHP Cookbook: Solutions and Examples for PHP Programmers

The book I read when developing PHP application

Link: http://www.amazon.com/PHP-Cookbook-Solutions-Examples-Programmers/dp/0596101015/ref=sr_1_21?s=books&ie=UTF8&qid=1373020112&sr=1-21&keywords=php5
Reading Status: Completed

jQuery UI 1.6: The User Interface Library for jQuery

Create powerful front-end interfaces for your web applications with jQuery UI. This book is for front-end designers and developers that need to quickly learn how to use the jQuery UI User Interface Library. To get the most out of this book you should have a good working knowledge of HTML, CSS and JavaScript, and will need to be comfortable using jQuery, the underlying foundation of jQuery UI.

Link: http://www.amazon.com/jQuery-UI-1-6-Interface-Library/dp/1847195121
Reading Status: Completed

Yii 1.1 Application Development Cookbook

A Cookbook covering both practical Yii application development tips and the most important Yii features

Link: http://www.amazon.com/Yii-Application-Development-Cookbook-Edition/dp/1782163107
Reading Status: Completed