Homepage » My Releases, Web Development » Webpage WYSIWYG v0.0.2

Webpage WYSIWYG v0.0.2

By Jonathan + August 24th, 2005

Did away with the mouse dragging business.  I’m now setting the cursor to the closest (white)space to the right of the word you click on, determined by coordinates within the paragraph.  Hopefully it’s a little more user-friendly,

Also got it running in Internet Explorer so all the Windows folks can join in ;-)  Might work in Safari now too…I guess anything’s possible :D

Demo v0.0.2 (Mozilla/Firefox, IE)

O comments at "Webpage WYSIWYG v0.0.2"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »