JQuery is by far the most widely used library for JavaScript. It is used on more than 50% of websites. Many frameworks, such as Backbone and Twitter’s Bootstrap, are built on top of j Query. Being able to extend and write plugins for j Query can not only save lots of time, but also makes code much cleaner and easier to maintain. Robert Duchnik
Some Similar Quotes
  1. If you truly want to be respected by people you love, you must prove to them that you can survive without them. - Michael Bassey Johnson

  2. Religion can never reform mankind because religion is slavery. It is far better to be free, to leave the forts and barricades of fear, to stand erect and face the future with a smile. It is far better to give yourself sometimes to negligence, to... - Robert G. Ingersoll

  3. Every being, created by God and unspoiled by man, is perfect, strictly defined and autonomous, entirely complete and at the same time with a built-in ability to grow and develop. This is the essence of its dignity and holiness. It is not an embodiment of... - Danail Hristov

  4. We awaken by asking the right questions. We awaken when we see knowledge being spread that goes against our own personal experiences. We awaken when we see popular opinion being wrong but accepted as being right, and what is right being pushed as being wrong.... - Suzy Kassem

  5. Your comfort zone is a place where you keep yourself in a self-illusion and nothing can grow there but your potentiality can grow only when you can think and grow out of that zone. - Rashedur Ryan Rahman

More Quotes By Robert Duchnik
  1. JQuery is by far the most widely used library for JavaScript. It is used on more than 50% of websites. Many frameworks, such as Backbone and Twitter’s Bootstrap, are built on top of j Query. Being able to extend and write plugins for j Query...

  2. Believe the power of j Query is highly underutilized. Most developers will take advantage of its shortcuts and CSS selectors, but most of the time they fail to take advantage of much else. Being able to extend j Query, whether by adding your own functions,...

  3. Reusability is key in reducing bugs and coding quickly. The more I use a piece of code, the more confident and familiar I become with it, which in turn significantly speeds up my development time.

  4. In my experience, requirements change quite often, or new situations will arise that weren’t anticipated at the start of the project. If the situation can be addressed with a plugin, I just whip open the standalone plugin page, make the updates and pop the new...

  5. Ultimately, I try to think of my application’s main codebase as just stringing together various components and code from many sources. It just controls logic and flow. The real nitty-gritty is handled behind the scenes. This is why frameworks like Backbone are so important –...

Related Topics