Shahzeb Ihsan

"The reasonable man adapts himself to the world; the unreasonable man persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw


Blog | Archive | About Me | Projects

A Stepwise Tutorial for Building a Chrome App

01 Jul 2015 | chrome, app, development, js, css, html

A great tutorial for building a packaged Chrome app is available in this Google Code Lab and I used it as a starting point when I was working on my very first Chrome app, Simple TCP Client – BUT…..

…..I found the example code in that code lab a little complex for a complete n00b such as myself, so in case you feel the same way, I hope you find the following tutorial useful.

comments powered by Disqus

Older · View Archive (8)

Configuring Your Arch Linux VM for Development

I am stuck on a Windows machine most of the time, but I prefer Linux. Also, Ruby on Rails on Windows is a real PITA. So, I configure a VM with all the necessary development tools and share my project/work folders with the VM and mount it using mount.vboxsf. Then I run the VM in headless mode and SSH into it.

Newer

Some Arch Linux VM Issues & Their Solutions

Some recurring issues I’ve had with VirtualBox and Arch Linux and their solutions. This bash script implements all these solutions.