Always remain updated about current software development trends

Articles in HTML5 CSS

JavaScript Frameworks and Resources

JavaScript frameworks and resources.

Different ways to implement the scrollbar in a grid

This is a tip to implement the scrollbar to a grid.

Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code

In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of jQuery. It's part of a project where my customer asked for the possibility of answering a questionnaire in two ways:...

Modern.IE and BrowserStack: The tools we should have had 10 years ago.

Testing Multiple browsers on Multiple Platforms on Multiple Devices. In the same Window.

Logic in Media Queries

Just in case you have brain farts about this constantly like I do. If That's what media queries are: logicalifstatements. "If" these things are true about the browser, use the CSS inside. And The keywordand. @media (min-width: 600px) and (max-width:...

How to build an Instagram-like photo sharing app with HTML5

How to build an Instagram-like photo sharing app with HTML5

CSS content andĀ attr

CSS is becoming more and more powerful but in the sense that it allows us to do the little things easily. \xa0There have been larger features added like transitions, animations, and transforms, but one feature that goes under the radar is generated content....

kLib: Fast, Small, and Easy

kLib: A small library to make DOM operations very easy.