Live data from Hacker News

Create - A new kind of web editing interface

createjs.org

51–60 of 73 posts

Re: Create - A new kind of web editing interface

#51
post #27

If you make this into a Wordpress plugin it would be on every install in a week.

Here is a plugin for front end editing using Aloha: http://scribu.net/wordpress/front-end-editor

Create can actually use Aloha if you just tell it to.

jQuery('something').create({editor: 'aloha'});

Re: Create - A new kind of web editing interface

#53
post #7

One bug I've found: selecting more than a line and applying bold or italics is not reversible. (Win7 x32, Chrome 15.0.874.121)

There's another bug where if you click edit repeatedly in rapid succession, the green flash animation is queued and plays repeatedly. I think this can be altered by calling stop() before animate()? But it's been a bit since I worked with jQuery.

Yep, I've seen this bug. I'll look at it tomorrow.

https://github.com/bergie/create/issues/13

Re: Create - A new kind of web editing interface

#54
post #8

Earlier quoted context omitted.

Does it need structural options? At work, I'm supposed to change a lot of our existing websites over to "Wordpress CMS" because it'll make it easier for the admin staff to modify the website, for updates and such. The problem is, they need to locate the login then they need to remember their account info, then they need to find the right page they want to modify, then they have to do a bunch of other clicks to get wh…

I have similar issues - our website is in WordPress and despite the ease-of-use of this particular package, a lot of people just don't seem to get it. Some staff and volunteers pick it up quite easily, if they haven't already seen or used it before, but several people just don't do it, and instead I get a phone call or email saying "can you put this on the website?". Incidentally, do you find a lot of people simply c…

We're also aiming to solve this with Webpop (http://www.webpop.com).

we dont do inline editing, but on-site editing where you navigate to the page you want to update and click edit, we then highlight all dynamic content on the page and bring up the relevant form when clicked.

In our first prototypes we were playing around with inline editing, but ended up concluding that it causes more problems than it solves when you're dealing with a real website with dynamic content.

One example: you have a news section, and on the homepage the last 3 stories are pulled in, but with the body text truncated to 100 characters since more would break the design. Inline editing here will be problematic. There are plenty of other cases (just think text-overflow: ellipsis;) and there's also the contextual problem of how to communicate to the end user that he is editing structured content that might be reused in different places on the site, with an interface that pretends to be completely WYSIWYG.

We think our way of on-site editing is the best compromise between making updates easy and making the conceptual model clear.

Re: Create - A new kind of web editing interface

#56
post #43
post #8

Earlier quoted context omitted.

Does it need structural options? At work, I'm supposed to change a lot of our existing websites over to "Wordpress CMS" because it'll make it easier for the admin staff to modify the website, for updates and such. The problem is, they need to locate the login then they need to remember their account info, then they need to find the right page they want to modify, then they have to do a bunch of other clicks to get wh…

Email is actually a perfectly valid web publishing protocol. We've done quite a lot of systems where clients can publish news items by just mailing them to a certain mailbox. And http://www.deathmonkey.org/ was completely produced by sending emails from (old, pre-iPhone) smartphones on the road.

Ditto. I update my blog via email.

Re: Create - A new kind of web editing interface

#57
I was working on something similar to this (sorry, no showcase). There's a jQuery extension included for working with contentEditable text selections and formatting text with tags. I think it does a better job with overlapping tags and it merges anchor tags with same hrefs correctly. It does not work on IE Link to jQuery extensions: https://github.com/skid/wimp/blob/master/js/jq-extensions.js

Re: Create - A new kind of web editing interface

#58
post #8
post #4

Inline editing is quite nice. I wonder if I am missing something about this: it seems to only offer italic/bold/underline/strike-through and no structural options? Plug-and-play inline editing for various CMSs would be nice. If this had more features, I could see using it with a structured, lightweight CMS like Perch [1] to edit structured content inline with the published pages. [1] http://grabaperch.com/

Does it need structural options? At work, I'm supposed to change a lot of our existing websites over to "Wordpress CMS" because it'll make it easier for the admin staff to modify the website, for updates and such. The problem is, they need to locate the login then they need to remember their account info, then they need to find the right page they want to modify, then they have to do a bunch of other clicks to get wh…

Since 3.2 (I think... maybe 3.1) WordPress has had an admin bar. The practical application of this is that once you're logged in, you can navigate to the page you want to edit (on the front-end of the live site), and then click "Edit Page" in the persistent bar at the top of the screen.

Re: Create - A new kind of web editing interface

#60
post #54

Earlier quoted context omitted.

I have similar issues - our website is in WordPress and despite the ease-of-use of this particular package, a lot of people just don't seem to get it. Some staff and volunteers pick it up quite easily, if they haven't already seen or used it before, but several people just don't do it, and instead I get a phone call or email saying "can you put this on the website?". Incidentally, do you find a lot of people simply c…

We're also aiming to solve this with Webpop ( http://www.webpop.com ). we dont do inline editing, but on-site editing where you navigate to the page you want to update and click edit, we then highlight all dynamic content on the page and bring up the relevant form when clicked. In our first prototypes we were playing around with inline editing, but ended up concluding that it causes more problems than it solves when…

The text in the black area of your homepage is ridiculously dark. Everything looks "disabled", including the top navigation bar.
Post reply on HN