In an angularjs application if you have encountered [$compile:multidir] error then you must be having multiple directives applied to the same DOM element, and processing them would result in a collision or an unsupported configuration. To resolve this issue remove one of the directives which is causing the collision. Example scenarios of multiple incompatible directives […]

Read More →

In the developer console of any of your browser type new Date(’01/01/01’)new Date(’01/01/01′) The correct answer should be (ignore the timezone, you might get a different one) Tue Jan 01 1901 00:00:00 GMT-0600 (Central Standard Time)Tue Jan 01 1901 00:00:00 GMT-0600 (Central Standard Time) Strangely chrome gives the following answer Mon Jan 01 2001 00:00:00 […]

Read More →

A software development methodology or system development methodology in software engineering is a framework that is used to structure, plan, and control the process of developing an information system. On 19 June 2007 Scott Berkun wrote a blog post titled Asshole Driven development. It struck a chord with developers world wide and everyone chipped in […]

Read More →