create
RSS
Finally I managed to create the RSS feed for this blog. The url is http://krasimirtsonev.com/blog/rss.
Brad Frost - For a Future Friendly Web - Mobile Mobile Conf 2013
"As the digital landscape continues to become more complex, it's essential for us to start thinking beyond the desktop and embrace the unpredictability of the future. Mobile is forcing us to rethink the content we create and the context in which people interact with our products and services. This session will cover how to change our thinking and start acting differently in order to create more future-friendly experiences"JavaScript: creating class based on object
I'm very happy visiting Stackoverflow more often then Facebook these days. Today I landed on this question. I'm not sure that I understand the real context of the situation, but I found something helpful, which may be useful for you. What if we have an object and want to use it as a base for JavaScript class (i.e. function). The idea is to create instances and basically extend the original object.