Flipchart vs Whiteboard

3 |

Whiteboard and flip chart are some of the bit old equipment used for discussion. The following are some of the advantages of using those items.   Advantages of flip chart in the discussion Flip charts do not need electricity - You don’t need to worry if the bulb will burn out or worry that you […]

Quality Management Theories

0 |

The following are some of the quality management theories.   Total Quality Management (TQM): This quality assurance theory emphasises on product quality. The definition of TQM is “it is a management approach to long-term success by satisfying customers”. According to this concept, all the members of an organisation contribute towards the improvement of products, processes, […]

PPP - Contract Forms

0 |

PPP stands for Public Private Partnership. The following are different contract forms in PPP: Management contracts Lease/Affermage Concessions Private Ownership of Assets   Management contracts: In these contracts, the public sector retains the ownership of the contract and enters into an agreement with the private sector for managing a whole or a part of a […]

COBAP - Co-operative Benchmarking Process

0 |

The Co-operative Benchmarking Approach to Partnering (COBAP) involves partnering as a long term approach for customer satisfaction, continuous learning and competitive advantage. It contains the following steps. Developing the COBAP team Identifying needs and their solutions Finding the current performance gap Gaining commitment to the needs of change Developing action plans Implementing actions and monitoring […]

Contract Structure

8 |

Structure of the contract is an important thing in the contract. The following are the parts of the contract structure Preamble Recitals/Introductions Body of the contract Specific provisions Boiler plate Ending and signatures   Preamble: The Preamble is an introductory statement of facts or assumptions upon which a contract is based. It covers information such […]

Bidding and the steps of Bidding

0 |

Bidding can be defined as a process of setting a price that an individual is willing to pay for buying a product or service (as in an auction) or for selling a product or service (as in project tenders). It can also be defined as a process to determine the price of a product, and […]

AngularJS - Show all form errors

5 |

Following is the sample code for showing all form errors. It will be very useful when developer unable to identify the from error.   <table> <tr ng-repeat=”(key, errors) in form.$error track by $index”> <td><strong>{{ key }}</strong> errors <ul> <li ng-repeat=”err in errors”>{{ err.$name }} has an error: <strong>{{ key }}</strong>.</li> </ul> </td> </tr> </table>

AnjularJs ngPattern

0 |

ngPattern is one of the useful thing for validation in AnjularJs. AnjularJs ngPattern adds pattern to ngmodel. It is mainly used in text based form controls. The following are some of the sample patterns: Email <input type=”text” ng-model=”mail” name=”mail” ng-pattern=”/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i” >   Phone <input type=”text” ng-model=”mobile” name=”mobile” ng-pattern=”/^(\+\91{1,2}[- ])\d{10}$/” />   Landline Phone <input type=”text” […]

Nodejs REPL

0 |

REPL is one of the Nodejs feature. It is an interactive program environment. REPL stands for Read Eval Print Loop. Using REPL, we can able to do simple arithmetic calculations. In REPL environment, an user can enters one and more expressions, which are evaluated and the result displayed. The following are the components of REPL […]

Hapima Fried Idly

Hapima Fried Idly

0 |

It is a simple south indian snack. Easy to prepare. if you like `Hapima Masala` you will like this dish. Hapima Fried Idly is better to serve with chilly tomato sauce or chutney.   Ideal For Preparation Time Tea time Snack 30 mins   Ingredients: (For Two People) Idly - 4 nos Hapima fry mix […]

1 6 7 8 9 10 11