Page 3 of 5

npm package with GitHub repo

for a node package starting from scratch, if you have already node install globally then hit “npm init” and it will take you through series of question and…

CSS Reference

An extensive CSS reference with all the important properties and info to learn CSS from the basics Pseudo-class Property Function Data Type Concept @rule https://tympanus.net/codrops/css_reference/

Javascript References

Beginner: 1-   Advance JS: 1- http://htmldog.com/guides/javascript/advanced/     Security: 1- https://heimdalsecurity.com/blog/javascript-malware-explained/ DONE: 1-  

Team Up

Bill Gates is regarded as one of the most successful men in the world, but most don’t acknowledge that he didn’t take his first steps alone. The name…

PHPStorm most used keyboard shortcuts

CMD + D I was used to use different tools like “Beyond Compare” with different editors but Phpstorm has builtin functionality.. good enough not to use separate tool. You…

MTA Certification

I’ve done my MTA Certification and will continue for MCSD, thats what i was thinking, but really its a headache, to do all the process without getting lost…

Getting started with Vue.js: AngularJS perspective

Let’s start another Javascript Library Vue.js Since we know little about Angular so let’s start with comparing with Angular and getting know about this library. https://fadeit.dk/blog/post/getting-started-with-vuejs-angularjs-perspective I am going…

PhantomJS

In simple terms, PhantomJS is a web browser without a graphical user interface. You’ll find couple of usage on internet like automation as it works with some automation…

event.stopPropagation();

understanding theory behind: event.preventDefault(); & event.stopPropagation();   and when you want to close popup or menu when click out side the area where popup or menu meant to be close…