Tagged Questions
The whiteboard tag has no wiki summary.
18
votes
10answers
6k views
What's your favorite shared whiteboard tool?
I like to draw -- well, scribble -- while working with other people; that works well in my office, where I have a huge whiteboard. But if the other people are on the other end of a phone line, it's ...
11
votes
12answers
537 views
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 ...
6
votes
5answers
764 views
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 ...
4
votes
1answer
264 views
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 ...
4
votes
3answers
206 views
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 ...
3
votes
2answers
68 views
How to capture discussions off white boards [closed]
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, ...
3
votes
1answer
657 views
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 ...
2
votes
4answers
882 views
Is there any opensource Flash+PHP multyuser whiteboard?
Is there any opensource Flash+PHP multyuser whiteboard?
2
votes
1answer
110 views
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 ...
2
votes
6answers
805 views
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 ...
1
vote
1answer
130 views
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 ...
1
vote
1answer
165 views
using flash media server with moodle whiteboard
I am trying to use flash media server with moodle [Course Management System] to use it the steps tells me to add this line of code :
$CFG->fms = 'YourFmsLink';
as following this link :
...
1
vote
1answer
177 views
Whiteboard visualization of your it architecture
once in a while you have to draw a picture of your (planned) IT architecture/infrastructure on a whiteboard. Sometimes there are only IT people in the room, sometimes not. But anyhow, usually you just ...
0
votes
2answers
124 views
Creating an online whiteboard app using websockets & HTML5?
I plan to use HTML5, php, websockets, jQuery & MySql as backend (if saving, etc is required).
However, I have no prior experience in websockets.
This is an example I found:
...
0
votes
1answer
73 views
SmartBoard interactive whiteboard drag-and-drop
I'm a teacher at a school which has an SmartBoard interactive whiteboard in each classroom. I'm trying to create a web application for kids to use that basically involves dragging and dropping various ...
0
votes
2answers
177 views
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 ...
0
votes
0answers
123 views
Create whiteboard in Red5 Server using flash and share drawings with undo and clear buttons
Can any one guid me how to create withboard in red5 server (shared object) with some tools like undo and clear button on it? If any one has a source file please provide me.
Thanks
Azhar
0
votes
2answers
285 views
Applet not getting initialized on the browser while using jms to connect to activemq
I have created a java applet which acts like a whiteboard and transmits realtime coordinates using jms connected to activemq broker using Websphere application Server.
While i run the applet in ...
0
votes
0answers
341 views
online class room whiteboard using php ajax
i want to do online class room whiteboard with online chat,video modules using php ajax . is there any online tools for free to download? anybody knows please give me reply
0
votes
1answer
315 views
Flex White Board Application Development
I want to develop a white board application using flex.. Can anyone tell what are the requirements and how to develop it.
My plan is to develop online class room. There should be text chat, video ...
0
votes
1answer
148 views
Representing whiteboard diagrams as pure text while taking notes?
I write all my notes in a simple text editor, and I have a hard time capturing diagrams, flowcharts, etc. as purely text. Do you know of any text-based shorthand for diagramming? Or have you developed ...
0
votes
2answers
306 views
interview gone wrong: whiteboard folies [closed]
Back in March, I had my first interview for software engineering within the company I work as tech support. I didn't manage to get the job as I was shot off at the whiteboard coding challenge, which I ...
0
votes
3answers
74 views
App to document workflow for a non-trivial application
I am looking for an app (preferably open source) that will let us "white board" a non-trivial application. (If it were trivial we wouldn't need to white board it:)
Any suggestions?
0
votes
3answers
667 views
Shared Whiteboard with AS3. Code
I am building a shared whiteboard and I cannot get the shared whiteboard to be shared. I have successfully created a shared method and I see the shared object in the Admin Console that it is there and ...
0
votes
2answers
393 views
Problem with my whiteboard application
I have to develop a whiteboard application in which both the local user and the remote user should be able to draw simultaneously, is this possible? If possible then any logic?
I have already ...
0
votes
4answers
795 views
How can I achieve a smooth painted curve for a white board app?
I'm building a simple white board app in ActionScript 3. Most white board or painting apps in ActionScript tend to use an interval, timer, mouseMove event, or enterFrame event to track the mouse ...
0
votes
1answer
1k views
Flex Whiteboard application - like Visio/MS Powerpoint
I am creating an application that will allow users to model system information by allowing them to Drag and Drop objects from a Flex Tree into some sort of canvas/grid ie: like a whiteboard ...
0
votes
2answers
835 views
Flash/Java whiteboard web applet
I want to put a whiteboard on my website so users can draw something and then save the image to the server containing the drawing. Are you aware of any open source/free already made whiteboard ...
0
votes
1answer
172 views
Check for interactive whiteboard or projector
I want to check that there is an interactive whiteboard or projecttor attached to the system. Actually I would like to check it is not there. (To be able to make different license levels.)
Is there ...
0
votes
3answers
2k views
Flash Whiteboard: Actionscript 3
I'm looking for a flash Actionscript 3 tutorial on how to create a whiteboard application with flash media server 3.5. Please anybody have any ideas where I can start looking for this information?