Well, web app is going to be hot! I have no doubt about it. As the speed of internet progresses constantly, the ability of the browser advances, web apps are going to be fancier and fancier. Eventually web app will be able to compete with native apps in terms of features, functionalities and responsiveness.
So I decided to start picking up web app development skills. Below is a list of books I’m going to read.
HTML: Dive into HTML5, by Mark Pilgrim [also known as HTML5, Up and Running, finished on 13 Aug 2011]
This book doesn’t introduce HTML from ground up. It focuses on the new and exciting features that HTML5 is/will bring to the web.
The books includes detailed explanation for <video><audio><cavans>, new input types, multimedia formats for html5, geolocation, offline application, and html feature detection.
It gives lots of mark up examples and illustrate how easy it is to update the old html pages to html5 page without breaking anything.
CSS: CSS: The Definitive Guide, by Eric Meyer [finished on 24 Aug 2011]
This is also a good book. It covers CSS in a great detail. But the book is a bit too detailed from my personl POV. It states a lot of points repeatedly, which I don’t like so much. Also the book doesn’t talks a lot about how to design a really complicated style in a step-by-step manner, which I really want to know.
I read the old version of the book, hopefully the latest edition could have some improvements.
Other than that, the book is pretty good reference.
JavaScript: Javascript: the Definitive Guide, by David Flanagan [finished on 18 Aug 2011]
I read an old version of this book, published at 1998. I think both javascript and the book have changed a lot since then. But it’s still a good book to read.
It doesn’t only explain the javascript language well, but also illustrates the js in the context of web browsers. Actually a lot of js we’re writing in web apps also need understanding of web browsers, and the predefined javascript objects used to manipulate different parts of the browsers.
I’ll probably buy a latest version of this book and read it again another time.
One comment on “Reading Plan for Web Dev”
Leave a Reply Cancel reply
40% Discount on My Book — Android NDK Cookbook
Android NDK Cookbook ebook 40% discount with promotion code MREANC40 at Packt Publishing The promotion code is valid until 15th June.Categories
- Android Apps (18)
- Android Audio Editor (1)
- TS 2 (3)
- Video Converter Android (8)
- Video2Gif (1)
- Android Tutorial (26)
- Android Dev Tools (1)
- API illustrated (8)
- Multimedia API (3)
- ffmpeg on Android (4)
- NDK (6)
- UI (5)
- Animation (1)
- Code Snippet (2)
- Coding Beyond Technique (18)
- a word, a world (4)
- Bug Rectified (4)
- Programming Habit (1)
- Software as a Career (1)
- Software as User Experience (1)
- Compilers and Related (2)
- ELF (2)
- Computer Languages (31)
- C/C++ (13)
- Java (9)
- JavaScript (2)
- PHP (1)
- Python (8)
- Data Structure & Algorithms (29)
- Bits (1)
- Data Structure (5)
- Integers (10)
- BigInteger (1)
- Prime (4)
- Search (3)
- Sorting (5)
- Strings (5)
- Database (1)
- SQLite (1)
- Digital Signal Processing (33)
- Distributed Systems (17)
- Apache Cassandra (6)
- Apache Hadoop (8)
- Apache Avro (3)
- Apache Nutch (3)
- Apache Solr (1)
- Linux Study Notes (40)
- crontab (1)
- Linux Kernel Programming (8)
- Linux Programming (12)
- IPC (2)
- Linux Network Programming (5)
- Linux Signals (2)
- Linux Shell Scripting (1)
- ssh (3)
- Machinery (30)
- misc (1)
- My Ideas (1)
- My Project (3)
- Mobile Caching (1)
- Selective Decoding (2)
- My Publication (1)
- My Readings (1)
- Networking (15)
- Program for Performance (8)
- Uncategorized (1)
- Virtual Machine (2)
- Web Dev (8)
- web components (3)
- Android Apps (18)
Recent Comments
Archives
- May 2013 (1)
- April 2013 (1)
- March 2013 (4)
- December 2012 (2)
- November 2012 (6)
- October 2012 (6)
- September 2012 (3)
- August 2012 (13)
- July 2012 (15)
- June 2012 (3)
- May 2012 (8)
- April 2012 (4)
- March 2012 (13)
- February 2012 (19)
- January 2012 (9)
- December 2011 (11)
- November 2011 (12)
- October 2011 (4)
- September 2011 (12)
- August 2011 (16)
- July 2011 (15)
- June 2011 (6)
- May 2011 (10)
- April 2011 (13)
- March 2011 (20)
- February 2011 (4)
- November 2010 (2)
- May 2010 (1)
- April 2010 (1)
- February 2010 (1)





Though webapps are highly portable, they cannot compete with the native apps as far as the look and feel is concerned. And most importantly, not all the native phone services can be accessed through web apps.
http://bhavaniabtechie.wordpress.com/2012/04/05/mobile-web-application-development/