Tag: bootstrap

  • Simple Stream

    I still have my orangescale.net domain name since I registered it back in 2006, but I do not used it for few years. This blog used that domain name for few years. Rather than having the domain unused, I decided to use it for something simple as simple aggregator. So, orangescale.net now (well, for now!)…

  • Site Resources for Admin and Dashboard Themes

    At work, when admin/dashboard interfaces are needed, rather than building everything from scratch, using available theme options is a good choice — using the free or paid version. Some resources to look: WrapBootstrap, Start Bootstrap, or Theme Forest.

  • Investors?

    Who needs investors! Why many startups should bootstrap instead — “And if all of your efforts are focused on designing a product that customers want, enjoy, or find useful, you’ve got a much better chance at success than someone who’s focused instead on convincing investors that the business will be viable one day.”

  • LESS Compiler

    In my previous post, I mentioned about using Bootstrap for my works. One advantage of using Bootstrap is that we can easily work with its .less files. But, instead of using less.js, I prefer using LESS compiler to generate the real static stylesheet file. For now, I’m using LESS.app on my MacBook. The CodeKit looks…

  • Twitter Bootstrap, LESS CSS, and Caching Problem

    I’m working on some works right now with a small team at the office. We decided to use Bootstrap as the front-end development framework. We came up with this solution for some key reasons: We need to do it fast. It’s easy to maintain, especially for a collaborative project Bootstrap is cool. There are lots…