Session 4: jQuery for the real world (in spanish)

So, are you looking for a good course to become a ninja in jQuery programming? well, start this course and at the end of it, you will understand this awesome library and you will be able to create front-end applications from scratch! This is the fourth session of this course, in this video you will…

Session 3: jQuery for the real world (in spanish)

Hi friends! Here is the new session of our jQuery course, enjoy and share the video. This class includes: Creating events in the most optimized way How to use “chaining” Accessing Data attributes (HTML5) Tips about responsive web design with Bootstrap 3 Visit the repository on Github to get all the code: https://github.com/alex-arriaga/jquery-para-el-mundo-real

Session 2: jQuery for the real world (in spanish)

Hi again! Here is the second session of our jQuery course, please feel free to share it, download it or watch it as many times you want, it is totally free! In this session following topics are shown: Validation and use of  jQuery from a CDN Generation of content dinamically Iterating into Arrays and exploring…

How to know jQuery version using Firebug console

This is a little tip for today: sometimes, you don’t have access to know what version of jQuery is loaded in a website or web application, so you can use the Firebug console to know what version is actually loaded. Just, type one of the next lines and you will obtain that data. Both major…

What is LESS?

LESS is a dynamic stylesheet language published as open-source. It includes a pre-processor that allows compile a template -in LESS language- and get a standard CSS as output. Main difference among LESS and other CSS pre-compilers is that LESS allows real-time compilation via LESS.js by the browser (client-side) or even it is possible to compile…

About media queries support in different web browsers

Imagine the possibility that you could control how your website is displayed when someone visit it in a smartphone or in a tablet, that is an awesome feature that it will do your visitors love you! Well, media queries, are an excellent way to change styles (images, backgrounds, colors, height, width, spacing, etc.) depending of the…