Off Canvas Bootstrap Navigation

How to use: Add or copy the style.css content or link to the file from your html. –> CSS File You also need to include app.js or just copy paste this small snippet. This part do not have decencies since is vanilla javascript, but for the design it will work a lot better if you have … 

 

Javascript functions, call

Javascript functions call backs This time I would like to talk about how easy it is to test if a javascript function it is done executing, by setting booleans the next example will give you a good head start on how to do if you ever need this kind of algorithm function doSomething() { doSomething.complete … 

 

Simple user agent

When developing web applications sometimes is good to know which device it is visiting the site, the three most common ways to check for a device user agents are on JavaScript, Apache and PHP (” of course there is more ;) “), All techniques works good, it is all about taste of the person. On …