Posts

Showing posts from January, 2015

10 Easy Ways to Improve Your Project Manager Skills

No. 1: Defining the Project  - Too often, project managers are handed a project and directed to make it happen -- on time, on scope, and on budget. Just as often, the busy PM rolls up her/his sleeves and gets to work without making sure the project definition is well understood. “I find it useful to pause long enough to dig deep to get the answer to: ‘Why is this being done and what value is being sought from the initiative?’” said Taylor. “You need to make sure the project definition is correct. Keep the answer handy; it will help during project execution.” No. 2: Planning the Work  - Taylor recommends you begin by reviewing the project estimates and the estimating techniques used by project team members. “Make folks commit and re-commit to their estimates,” he advises. “Challenge assumptions to make sure estimates aren’t overly optimistic or padded.” No. 3: Creating the Work Plan  - Once the plan is on paper, Taylor recommends doing a formal review of it, walking thro

What is jQuery ?

Image
Q1. What is jQuery? Ans: jQuery is  fast, lightweight and feature-rich  client side JavaScript Library/Framework which helps in to traverse HTML DOM, make animations, add Ajax interaction, manipulate the page content, change the style and provide cool UI effect. It is one of the most popular client side library and as per a survey it runs on every second website. Q2. Why do we use jQuery? Ans: Due to following advantages. Easy to use and learn. Easily expandable. Cross-browser support (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+) Easy to use for DOM manipulation and traversal. Large pool of built in methods. AJAX Capabilities. Methods for changing or applying CSS, creating animations. Event detection and handling. Tons of plug-ins for all kind of needs. Q3. How JavaScript and jQuery are different? Ans: JavaScript is a language While jQuery is a library built in the JavaScript language that helps to use the JavaScript language. Q4. Is