Tag: javascript
-
AngularJS 2.0: Did They Shoot Themselves in the Foot?
Right now, AngularJS seems to be one of the hottest emerging front end technologies for developers. Virtually, every recruiter has been calling me up and asking me about my AngularJS background (despite only possessing a year of it). However, there was a blog post talking about the major changes for the 2.0 version. And it’s…
-
Annoyances with Javascript Popups and Browser Popup Blockers
I had an annoying issue with window.open() on Webkit browsers (actually browsers that blocked popups). The issue was that I needed to open a new window for Facebook Connect or Twitter authentication. However, the problem with Webkit browsers is that the popup must IMMEDIATELY occur after the action is triggered. In reality, that statement is…