Web Apps in 150 lines or less
0 Comments Published by boris July 14th, 2009 in technology, web developmentWe recently completed work on AuPairVideos.com. The site went from concept to launch in just over a month, in part thanks to its lightweight single-page design. We ended up writing ~150 lines of code in each layer:
- 152 lines of HTML
- 165 lines of CSS
- 159 lines of JavaScript
- 147 lines of PHP
- 88 lines of SQL
If only everything could be so simple.