Questions tagged [whiteboard]

74 questions
19
votes
12 answers

Some tips for more effective white-boarding?

I am occasionally called upon impromptu to white-board (non-virtually) data flows, architecture diagrams etc., for both a technical and non-technical audience. Unfortunately my drawing skills (and print legibility) are terrible. How can I become…
D'Arcy Rittich
  • 167,292
  • 40
  • 290
  • 283
8
votes
3 answers

Node.js Whiteboard App for Team / Educational Collaboration

I'm looking to build/adapt a shared whiteboard app for team and educational collaboration. Draw on a board, write some text, save picture, clear board, etc. We've already got a simple chat system setup with node.js and socket.io so probably want to…
markwk
  • 135
  • 1
  • 2
  • 8
8
votes
5 answers

Agile Whiteboard Software

Can anyone recommend decent software that could replace a physical whiteboard, as used in Agile development? I've had a look at http://www.brightgreenprojects.com/ but ideally we'd like something we could host ourselves. We use Jira for issue…
PaddyC
  • 576
  • 7
  • 14
7
votes
1 answer

How to download Microsoft Whiteboard without the Microsoft Store?

I am looking for a way to download the Microsoft Whiteboard desktop application for Windows... but without going through the Microsoft Store. For most other Office 365 apps that I have been interested in I have found other download options. However,…
Jon Jaussi
  • 1,298
  • 3
  • 18
  • 36
6
votes
4 answers

Create a function that accepts an array of words as it's input

Seen this whiteboard challenge online and can't seem to figure it out. HELP! Create a function that accepts an array of words as it's input. Your function should return an array of all words that can be typed using letters of the alphabet that are…
Yaqub
  • 61
  • 4
6
votes
1 answer

Creating collaborative whiteboard drawing application

I have my own drawing program in place, with a variety of "drawing tools" such as Pen, Eraser, Rectangle, Circle, Select, Text etc. It's made with Python and wxPython. Each tool mentioned above is a class, which all have polymorphic methods, such as…
Steven Sproat
  • 4,398
  • 4
  • 27
  • 40
5
votes
3 answers

On UML and whiteboarding

I try to produce correct UML when we have our design/whiteboarding sessions but my attempt at well structured UML ALWAYS degrades into uml-looking-but-understandable-to-those-in-the-room-with-a-little-explanation. But is this good enough for the…
non sequitor
  • 18,296
  • 9
  • 45
  • 64
4
votes
3 answers

Move an image according to the mouse cordinates using jquery

I am trying to develop a HTML5 white board. I want the users viewing the board to know where exactly the presenter is pointing within the screen. I am able to collect the mouse movements using this jquery function. But even if i succeed to pass…
esafwan
  • 17,311
  • 33
  • 107
  • 166
4
votes
1 answer

Realtime collabrative whiteboard drawing in android?

There are many examples for creating real-time collaborative whiteboard drawing in web, if i want to do it in android which should work with iOS app also. most of the links which i saw is…
YLS
  • 1,475
  • 2
  • 15
  • 35
3
votes
6 answers

How can I filter OSGi service visibility?

OSGi employs a service-oriented architecture: Bundles register service objects, that other bundles consume. Service publishing and binding is managed by the framework. This decouples service providers from service users completely (except for the…
Thilo
  • 257,207
  • 101
  • 511
  • 656
3
votes
1 answer

OSGi services - best practice

I start loving OSGi services more and more and want to realize a lot more of my components as services. Now I'm looking for best-practice, especially for UI components. For Listener-relations I use the whiteboard-pattern, which IMHO opinion is the…
Muki
  • 3,513
  • 3
  • 27
  • 50
3
votes
2 answers

How to capture discussions off white boards

Just like any other software development company, we use white boards a LOT. We use it for a wide range of activities — design discussions, project scheduling, brain storming, interviews etc. However, after we're done with the discussions, we end up…
Murali N
  • 31
  • 1
3
votes
2 answers

Is there any opensource Flash+PHP multyuser whiteboard?

Is there any opensource Flash+PHP multyuser whiteboard?
Rella
  • 65,003
  • 109
  • 363
  • 636
3
votes
1 answer

Concurrent XML editing by AJAX

Does there exist some framework for parallel editing XML-document on a web-page through AJAX? I need a shared whiteboard, where I and other people can draw and see that draw others in real time ("live" mode). Modern browsers support SVG,…
2
votes
1 answer

Chatrooms and Whiteboard Php

I have been building a chat room with a whiteboard feature. I was able to make specific chat rooms and only people in the specific rooms can see the chat conversations. But when i am using the whiteboard all the people can see the interactions. If I…
user1232117
  • 51
  • 1
  • 1
  • 5
1
2 3 4 5