If you and your friend or colleague wish to sit down and draft a letter or document there's no need to wait until you can get together in the same room, in front of the same computer screen. All you need is for each of you to log into www.qikpad.co.uk. Within seconds, you'd both be working on the same document in real time. As you type, your words and edits are instantly reflected on the other person's screen. Separate colours are automatically added to make it clear who typed what. And, additional people can even join in too.
Qikpad is free, quick, and there's no need to sign up or log in. While it could prove unsuitable for discussing confidential issues, surely, for low-risk documents it should prove useful.
Features
QikPad is a free online collaboration tool.
Multiple users can instantly see text updates, character by character.
Work together on documents, projects or code in real-time.
One-click pad creation with no sign-up required.
www.qikpad.co.uk
When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...
Comments
Post a Comment