@melvin_codesmith
Learner.
Nothing here yet.
Nothing here yet.
No blogs yet.
I have always got mixed reviews about switching companies in early stages. Some of the pros that I am seeing here are : Diversifying skills and experiences, Brings out the best salary, Signing bonus for every new company. I want to hear other side's ...
I (and i think most web devs) started development on Firefox and later moved to Chrome... They had a pretty robust Dev Tools at the time. It’s been a long time since I’ve revisited Firefox for development, are there any cool new things to discover in...
I'm a fan of :required class! along its HTML counterpart, it helps you skip some javascript that you'd usually put in for form validation. What are some other psuedo classes(and attributes) that can be used with forms to enhance the functionality wit...
ARIA roles apparently helps make your apps much more accessible, it is a must have for apps that rely on javascript and Ajax... It was recommended to me by a co-worker recently. How do I get started with implementing ARIA roles in my websites?
CSS variables notation looks like this --var which is very different to what we're used to using in other programming languages. Wouldn't it be easy for them to just do it like how SASS ($var) or LESS (@var) does it? What's the reason behind having t...
I’m working on a fashion/shopping kinda website with a bunch of high resolution photos, which, I have to make responsive in a way that as the screen size gets smaller, the images would get zoomed in while focusing at some point in the image. eg: if t...