Mobile Application Development: Starting from Scratch
That's where I was only a few months ago - starting from scratch. Now that I've been through the "crucible" so to speak, I have some wisdom to share about my experience, and a few tips to pass on. Here is my guide to getting up to speed quickly. HTML5 HTML5 is a blanket term used to describe the latest web technologies from W3C, including HTML, JavaScript, and CSS. The web revolves around this now, but it still has yet to prove itself on the mobile front. It might not be as fast or efficient as using native code. However, it's the logical choice when developing for multiple platforms, and better to brush up on these skills before diving into any enterprise web project. Here's a "crash" course: Learn HTML in 15 minutes - http://youtu.be/Ggh_y-33Eso HTML5 - http://youtu.be/pJz5RRrloBE CSS part 1 - http://youtu.be/I-rTKuEhrCM Learn JavaScript in 30 minutes - http://youtu.be/_cLvpJY2deo There's also a new IBM self-paced course offering: ...