-
JavaScript: sequencing function calls #2
posted in JavaScript on 2013-07-10 chain error console log arguments function res chain errors run object chainends -
I created a simple JavaScript library for running functions in a sequence. The story behind this is published here. Today I made few interesting changes which deserve a new blog post.
read more
-
JavaScript: sequencing function calls
posted in JavaScript on 2013-07-09 function var callback run element chain function res type console log -
While I'm working on Auxilio I end up in a sitatuation where I have to call few javascript functions in a sequence. It's an interesting how this could be solved and I'll be happy if you share your opinion for such problem.
read more
-
Extending Jasmine (BDD framework for testing)
posted in JavaScript on 2013-07-05 function jasmine htmlreporter spec reporter jasmineenv test prototype -
Don't get me wrong, Jasmine is a wonderful framework. I'm using it for testing JavaScript in both places - front-end (in browser) and back-end (Nodejs). However, the client side has some disadvantages, which I just fixed. I hope that someday these changes will be moved to the official version (or at least I'll make a pull request very soon).
read more
-
Design - Apple Mac
posted in Inspiration on 2013-06-28 design -
Jonathan Ive, Senior VP Industrial Design at Apple describing the design process of the Mac Book. Very engrossing!
read more
-
Auxilio Chrome extension presentation at VarnaLab
posted in HTML5 on 2013-06-27 extension chrome github -
Last month I'm working on my own extension for Chrome. It adds two things - a much simpler new tab page and fully working interactive console. The command prompt is actually added in the DevTools panel.
read more
-
Rob Ashton - Javascript sucks and it doesn't matter
posted in Must-see on 2013-06-27 -
Javascript has traditionally been the Marmite of the development world, people either love it or hate it and there is always that one person who did a bit of jQuery last year and is therefore ambivalent about the whole thing.
read more
-
Security sandbox violation error even with crossdomain.xml
posted in ActionScript on 2013-06-26 http file security sandbox violation -
Again, a very nice surprise by Adobe. I have a flex application which makes cross-domain requests to another server holding REST API. There is a crossdomain.xml file, but the request still doesn't work.
read more
-
How to Design Responsively
posted in Design on 2013-06-25 design web mobile content good browser responsive design css -
In this article I want to share my thoughts regarding responsive design. I made several talks on this subject and this post is some kind of summary. The article presents concepts like mobile first and design in the browser.
read more
-
Web Highlights #6
posted in HTML5 on 2013-06-25 http responsive web design ve javascript make things adaptive images lot car technique solving clown car technique -
Everyday I'm reading or watching something which I find helpful. Normally I bookmark those things, but at the end I have dozen of folders and subfolders which I never check. So, I decided to make such blog post where I'll share valuable things in the net.
read more