Check out Dabbleboard!
So, I've been looking for a free, open source online whiteboard for a long time. I tried using skirbl and dimdim, but they both fell way short of my requirements.
But, have no fear. Dabbleboard is here!
Dabbleboard is a very easy-to-use online whiteboard that can be used by anybody who uses a browser. You can even save a library of your drawings or common objects that you use. And, the most important feature is that it is very easy for multiple people to draw on the same whiteboard.
The best way to see what I'm talking about is to check out the tour.
I plan to use this for a number of reasons, especially when my team at work needs to brainstorm. We are all over the country, so finding tools like this should help a lot.
BTW, Happy Halloween!
Posted at
11:29AM Oct 31, 2008
by pkasper in Other |
Tuesday Oct 21, 2008
Customizing OpenSolaris Screen Resolution running in VirtualBox on a MacBook Pro
Wow, I didn't think the title of this blog entry was ever going to end!
After much trial and error, I finally found a fairly easy way to customize the OpenSolaris screen resolution running in VirtualBox on a MacBook Pro. After installing OpenSolaris on my system, I was unable to increase my screen resolution to 1440x960 through the System->Preferences->Screen Resolution panel...and that made me sad.
So, here's the procedure that made me happy again.
- Install VirtualBox on your MacBook Pro.
- Install OpenSolaris in the new VirtualBox instance.
- Start up OpenSolaris.
- From the VirtualBox VM application (the one OpenSolaris is running in), choose Devices->Install Guest Additions.
This will mount the vboxadditions_2.0.2_36486 disk image on your OpenSolaris system.
- Become root in OpenSolaris (You can open a terminal window by choosing Applications->System Tools->Terminal).
# su root
- Change directory to the disk image.
# cd /cdrom/vboxadditions_2.0.2_36486
- Install the Solaris VirtualBox addition.
# pkgadd -d ./vboxadditions_2.0.2_36486
This package installation creates the /etc/X11/xorg.conf file.
- (Optional) In the /etc/Xll/xorg.conf file, add the new screen resolution to the Modes field in the default ViewPort section (I added the 1440x900 entry).
ViewPort 0 0
Depth 24
Modes "1440x900_60.00" "1024x768_75.00" "800x600_75_00" "640x480_60.00"
NOTE: After some more testing, it looks like you don't need to do this step unless you want to be able to select a specific resolution from the Screen Resolution Preferences window. Once you install the Solaris VirtualBox Addition, all you need to do is expand the VirtualBox window and the OpenSolaris desktop expands as well. I swear this didn't work the first time I tried this, which is why I had this problem in the first place. That's a few hours I'll never get back...
- Reboot OpenSolaris.
- After OpenSolaris reboots, change the screen resolution by choosing System->Preferences->Screen Resolution.
You'll see the new resolution that you added...at least I did. Everything has been working so far.
- Be happy that you now have a larger area to enjoy OpenSolaris!
BTW, thanks to Peter Schow for helping me with this problem on the
OpenSolaris help forum.
Posted at
10:25AM Oct 21, 2008
by pkasper in OpenSolaris |