/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.asmak9.com
| | mherman.org
2.9 parsecs away

Travel
| | Know a little Ruby? Ready to start web development? Before jumping to Rails, get your hands dirty with Sinatra. It's the perfect learning tool. My recommendation: Start with a basic dynamic website, backed with SQLite. Create and manage your database tables with raw SQL. Practice deploying on Heroku. Practice.
| | danielsieger.com
3.7 parsecs away

Travel
| | A short guide on creating a Jekyll template using Bootstrap and Sass.
| | dejanglozic.com
3.6 parsecs away

Travel
| | Last week I started playing with Node.js and LinkedIn's fork of Dust.js for server side templating. I think I am beginning to see the appeal that made LinkedIn choose Dust.js over a number ofalternatives. Back when LinkedIn had a templating throwdown and chose Dust.js, they classified it in the 'logic-less' group, in contrast to the...
| | blog.roccosangellino.com
13.0 parsecs away

Travel
| HTML is one of the first building blocks to learn how to build websites. There are a set of rules that must be followed in order to build HTML documents. Let's break down the basic structure of an HTML document to help us start building websites. Tab...