-
The Power Of Simplicity by Jeremy Keith
posted in Must-see on 2013-11-27 power -
Ok guys, there are talks which you should watch. That's one of those. Really! So many truths in just 50 minutes.
read more
-
To all devs out there
posted in Architecture on 2013-11-26 good code don t project make end css server start things -
There are few things which I'm thinking about last few months. I summarize them here. Initially, I started writing this article for the company which I'm working for - East Interactive. The material is not meant to teach. It just contains few thoughts of main and I hope that my colleagues will find it helpful.
read more
-
IDIOTS
posted in Cinema on 2013-11-24 -
A great short movie about robots using iPhones. A tale by Big Lazy Robot VFX. Music and sound design by Full Basstards.
read more
-
AbsurdJS fundamentals
posted in JavaScript on 2013-11-11 css api color styles var function absurd absurdjs javascript -
AbsurdJS became one of my favorite projects. I spent a good amount of time developing it and it's getting more and more interesting. I also received some positive feedback, so I think it is time to write a bit more about the module and explain how it actually works and what exactly is made for.
read more
-
An alternative JavaScript for loop syntax
posted in JavaScript on 2013-11-08 users var syntax user users var users undefined elements array -
As javascript developers we all have to write a lot of for loops. Before a couple of months I saw an alternative syntax, which I really liked. It saves some time and it looks much nicer. However, one of my colleagues reported that this fancy syntax is not working as it should.
read more
-
Martin Kleppe: 1024+ Seconds of JS Wizardry -- JSConf EU 2013
posted in Must-see on 2013-11-05 -
If think that you know JavaScript, I have some news to you. You are not right. Watch this video and you will be amazed how many things you can do with only 8 characters.
read more
-
Making HTTP realtime with HTTP 2.0 - Realtime Conf 2013 by Ilya Grigorik
posted in Must-see on 2013-11-03 http -
Very handy talk by Ilya Grigorik. Full with helpful tips and great explanation of HTTP 2.0.
read more
-
PHP: please, please, clear my cookies
posted in PHP on 2013-10-31 time cookies result arr setcookie request_ids time setcookie app_request_type time store needed -
I'm currently working on a JavaScript application which is using the facebook API. There are some things which I need to pass from one page to the other. So, I decided to use cookies. The storing works like a charm, but the deleting doesn't. I needed one hour to find the exact problem.
read more
-
JavaScript: dependency free extend method
posted in JavaScript on 2013-10-28 extend var function o prop destination tobedefined expect o address bla bla -
While I worked on AbsurdJS I needed a function which accepts numerous objects and combines their properties. I.e. something like the _.extend method of UnderscoreJS. What I did is actually to use one more dependency just because of such method. John-David Dalton nicely pointed out my mistake and added a simple function which solved the problem. I change it a bit and now it acts as UnderscoreJS's version.
read more
-
JSConf EU 2013
posted in Must-see on 2013-10-12 jsconf eu -
An amazing talks from JSConf EU this year.
read more