Thursday, January 1, 2015

[coding] Make & Mend Day

I am ambivalent to report that I don't hate jQuery.  Sadly, the codecademy tutorials are not very bright and often think I've failed to solve a step simply because I used less code than they assumed, and I have to rewrite everything inefficiently in order to see that little green banner.  Nonetheless, I kinda like jQuery.

Html and CSS still suck though.  Look at this garbage:

    -webkit-box-shadow: 0 0 8px #FFD700;
    -moz-box-shadow: 0 0 8px #FFD700;
    box-shadow: 0 0 8px #FFD700;

So whoever told me browser differences aren't a problem anymore was full of shit.  But I guess there is no sense in complaining;  I want WEB UI bullshit in my proverbial toolbox, so I'm gonna learn it again whether I like it or not.

No comments:

Post a Comment