Notes of Maks Nemisj

Experiments with JavaScript

Author Archive

Javascript to Python API reference guide

Do you also keep searching for JS terms to find out what Python API to use? I use this article as a reference guide of the javascript to python API. Prologue After constantly working with javascript for more than seven years I’ve decided to explore another programming language. Python became my language of choice. Since […]

Happy programmers’ day

Today is the 256 day of the year, which is an official programmer’s day in Russian. I think, it does not matter where you are living, so I would like to congratulate all the programmers around the world, with this day. Best coding to all of you 🙂

IE9, Windows XP and 2014?

Today I’ve found an interesting [link](http://blogs.msdn.com/b/ie/archive/2010/06/03/a-gpu-powered-html5-flickr-photo-viewer.aspx) in my RSS reader about IE progress in open-standards niche. Personally I think it’s really good that IE team puts so much effort to make IE a faster browser, a better browser and an HTML5 compatible browser. Finally, we – web developers, will be able to concentrate on web-applications […]

,

Focus, tabIndex and behavior of browsers

“Do not trust defaults” # Prefix Recently I had an opportunity to deal with focus behavior in browsers, with tabindex attribute and other focus related stuff. When I was doing this work I came across interesting aspects of focus implementation in different browsers. This article is exactly about all these things. Tested browsers are IE […]

, , , , ,

JavaScript Quiz: Challenge your brain

“Everything old is new again” Info: I’ve posted this javascript quiz almost two years ago. Unfortunately I’ve got some problems with host and this quiz was not available anymore. I still like this challenge, that’s why I decided to repost it again. Introduction I always enjoy programming JavaScript, it always brings me some new and […]

, , ,

JavaScript without “new” and “this”keywords

“If you don’t like ‘this’, try Zet.js” (c) M.Nemisj Plot: This article is about an experiment of avoiding “this” and “new” keywords in JavaScript and about the results of it. Harmful “new” keyword and replacement for that There are different debates flying around the internet about the safety of using “new” keyword in JavaScript. It’s […]

, , , , ,

Next posts