Joined December 2012
·

kreso

I fiddle the code mostly at make=design
·
Zagreb, Croatia
·
·
·

Posted to Wordpress responsive images! over 1 year ago

@voidus,

thanks for great comment, and also cool class,, this simplehtmldom looks great!

cheers

And for compatibility with all browsers before using Object.keys() call this:

if (!Object.keys) Object.keys = function(o) {
    if (o !== Object(o))
        throw new TypeError('Object.keys called on a non-object');
    var k = [],
        p;
    for (p in o)
        if (Object.prototype.hasOwnProperty.call(o, p)) k.push(p);
    return k;
}
Posted to Bootstrap without all the debt over 1 year ago

I agree with article in general and great info, thanks, but I still think it's a overhead..

I just use default bootstrap compiled css and just load custom css after .. that's it!

I do not like meesing around less .. or sass cose it just ruins my workflow tremendously, even do I like it so much!!!

cheers

Achievements
202 Karma
16,419 Total ProTip Views