Domain: dynarch.com
Stories and comments across the archive that link to dynarch.com.
Comments · 10
-
Re:The ONLY thing that is needed is...I know what you're saying, however JSCalendar is a pretty cool if you don't mind JS.
Also, vote++ for a combo box.
-
Re:I had been following this..
I can't remember ever seeing a web calendar as sweet as this one...
I'm sorry but I don't think that's a very good JS calendar, jscalendar is much better and it works everywhere I've tested it.
it's a pleasure to use the control. -
Re:Thanks for Fixing the Problem
-
I do this nowI use OSS to augment and supplement my own code that I then sell to others.
Recent examples include things like displaytag library, Hibernate and HTML Area.
Of course, this means I must take a wide berth around GPL'd code, but there is enough stuff under BSD/Apache/whatever to get the job done.
-
Re:Yuck
There really should be a wiki with a decent front-end for generating the actual HTML. I know of two that could be part of the codebase...
1) SPAW editor
2) HTML Area
Both are pretty decent, and available under free(ish) licenses. Spaw could use a security audit, but both are very nice and work well in popular browsers (IE & Moz, I don't know about others)
Why hasn't anybody integrated this with a wiki? -
Re:Embedded ActiveX with IE...
-
Re:Embedded ActiveX with IE...
-
Re:Not cross platform
As usual the problem here is NOT that other browsers are incapable of WYSIWYG functionality. The problem is the developers have chosen to use non-standard (IE-specific) methods, even though other methods exist which ARE cross browser compatible. Here is an example of a WYSISYG cross-browser HTML editor: http://dynarch.com/htmlarea/examples/fully-loaded
. html This is an extreme case of DHTML/javascript. And yet there are very very few if (isIE) then ... else ... branches in the source code.
Here is clear proof that advanced cross-browser code is very possible without writing it all twice. -
Re:More opensource CMSs
Ours does, and it's cross-platform too (based on Mozilla's Midas extension, available since Moz 1.3). You can check it out here:
In fact, we're not the only cross-browser WYSIWYG editor in town either (ours is already built into the CMS however). Another I know of is here:
http://dynarch.com/mishoo/htmlarea.epl
I'm sure there are others as well...
The big benefit we've had so far with it is that a lot of our users come through web design shops, and design shops have traditionally been Mac shops. With Mozilla support, we can offer something our customers can use even on Macs.
Cheers,
Lux
-
How about htmlarea
There is a product called htmlarea which is fully cross browser compatible and doesn't write crap HTML code like all the IE only ones.
The real funky thing about this one is that there are spell checker and tables modules available for it.