I fixed some IE compatibility bugs (like the position for resizing notes being way off in IE) and added support for IE 5.5 (windows) and Opera 8 (any platform).
As always, if you see any bugs, fire an email to tony (at) ponderer (dot) org.
If you enter a name of a workspace that does not exist, it will automatically be created for you.
If you want to just see the features of webnote, feel free to explore the sample workspace.
Webnote is a tool for taking notes on your computer. It allows you to quickly write something down during a meeting, class, or any other time that you have a web browser available.
You start by creating a workspace and creating notes in the workspace. You can save your workspace at any time and return to them from the same computer or any other computer. You can also share your notes with others by providing the workspace name (or url) to a friend.
I fixed some IE compatibility bugs (like the position for resizing notes being way off in IE) and added support for IE 5.5 (windows) and Opera 8 (any platform).
As always, if you see any bugs, fire an email to tony (at) ponderer (dot) org.
RSS feed for comments on this post. TrackBack URI
Sorry, the comment form is closed at this time.
Hi,
Webnotes looks great. I have been playing with the idea of a similar (non Ajax) site for a while, and but lately I have been toying with Ajax too. So I was really please to see your efforts (thanks to Slashdot).
I downloaded the code and was planning to run my own server but I could not install MySQLdb under Mac OS X. I am not sure how much, if any, you care about supporting Mac OS X but I thought you should beware of the first roadblock I’ve encountered. Primarily being a Java developer and not the familiar with Python probably doesn’t help much either.
I was surprised though (although not overly surprised) that I could not build MySQLdb under Mac OX. It is just a unix variant with the requisite tools, but building failed utterly. Unfortunately I don’t have a ton of time research and figure out why.
However, If I do end up getting WebNote working under Mac OS X I’ll drop you another note.
Comment by smarks - September 29, 2005 @ 1:01 pmYou can find instructions for installing on OSX here: http://www.aypwip.org/webnote/load.py?name=installosx&time=2005-09-29+14%3A36%3A03
Comment by tony - September 29, 2005 @ 1:36 pmThanks. When I try to install MySQL_python-1.2.0-py2.4-macosx10.3 (on my tiger system) I get this unhappiness: “You cannot install MySQL-python 1.2.0 on this volume. MySQL-python requires System Python 2.4 to install. I could not find a system python like on the download page though.
Comment by smarks - September 29, 2005 @ 2:32 pm