Tag: html

  • 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!)…

  • HTML5 UP

    HTML5 UP — Collection of beautiful templates using HTML5 and CSS3.

  • Cache is King

    In this keynote presentation from HTML5DevConf, Steve Souders, Google’s Head Performance Engineer, clarifies the problem of caching, and explores various solutions to make your web app lightning fast.

  • 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…

  • Twitter Cards

    So, what is Twitter Cards? Twitter cards make it possible for you to attach media experiences to Tweets that link to your content. Simply add a few lines of HTML to your webpages, and users who Tweet links to your content will have a “card” added to the Tweet that’s visible to all of their…

  • Nokia Maps says hello to iOS and Android

    From Ovi blog: You can see where you are on the map, thanks to HTML5 support for positioning You can find addresses, businesses and other places of interest, anywhere in the world You can get to know the places: all the essential information about a place are presented on one page (pictures, user reviews, popular…

  • body_class() for WordPress Theme Designer

    I just upgraded my WordPress engine to the latest version. This new version offers some improved and new features. One of them is about body_class() function. Nathan Rice has a definition about this: The body_class() function operates in nearly the exact same manner as the post_class() function that was introduced in WordPress 2.7. The only…

  • New design for this blog

    I have been very busy in the last few weeks, many things to do. I needed to recharge my energy. And this is the result: a new design for my blog. I created this theme for fun, at least to keep my mood in balance, to bring my mood back to the other design work.…

  • vBulletin Performance Optimization

    I have been dealing with vBulletin for almost a year now. I manage a vBulletin installation for my friend at Fashionese Daily forum. Anyway, Fashionese Daily forum have used other forum/discusion engines like punBB and MyBB. It’s now using vBulletin 3.7.3 Patch Level 1. It’s a pretty busy-traffic forum anyway. In average, there are 1,000…

  • HTML 5

    Question: Is HTML 5 ready yet? Go to ishtml5readyyet.com for the answer :)

  • Opera Web Standards Curriculum

    Web Standards Curriculum (by Dev Opera) is a complete course to teach you standards-based Web development, including HTML, CSS, design principles and background theory, and JavaScript basics.