Sketching A Webpage With Denim
Sayten241 writes "Wired is running an article about a program from UC Berkeley in which website developers can literally sketch out a webpage using a tablet. The article states that Berkley felt that since so many web-developers sketch things out on paper before they begin, why not allow them to sketch on the computer? This program is not limited to websites however. It has also been used to help MIT design a Linux Interface (click the blue parts of the image to navigate through interface)."
Well...at least it looks better than KDE.
*just joking!*
Great, but now I need a computer program to help read the horrible handwriting.
:)
I can see this thing being very useful for writing out doctor perscriptions
'Let's see, this script says 30 pills of Acetpoiunasd and 10 pilos of Hydroasdhkjh'. No problem!
"Can of worms? The can is open... the worms are everywhere."
I know of a guy who sketched his website on some A4 sheets. Then he thought "heck, this is good, why waste an effort." He simply scanned these pages, added some code for navigation and that was it.
So it's a Paintbrush toy with an HTML wrapper. Back in my day we called this Imageready.
Now if only it did OCR and converted lines into tables, then we'd be on to something. I can't keep track of the time wasted futzing with tables.
-Billco, Fnarg.com
With art like that up on a clickable site, the art department will be motivated to come in before noon to rectify the situation. They can't stand things like that. Tell them it's the permanent art!
I found in the games industry the best way to motivate an artist is, don't wait, put "programmer-art" in there.
Tip to webmasters using this software. All that time you saved avoiding learning HTML, Dreamweaver or whatever you now have to invest in penmanship lessons.
So we should make sure creative and smart people are only doing what you consider is worthwhile?
I don't think letting a stupid idiot like you decide what smart and creative people should do would get the world anywhere.
Before I turn in, I would also recommend looking at the main site for things like "Silk" (http://guir.berkeley.edu/projects/). There's some nice gems there. I do wonder what licenses some of this stuff falls under.
Most "tools" for "non-techies" put out atrocious garbage like undefined codepoints (which appear to work but only if you're running Windows) and layout with no structure (so the document makes no sense unless you can render and view it in two dimensions and at a resolution and font size similar to the authors') and sometimes even defective markup (only certain user agents happen to have the error-handling behavior you're relying on).
The prototype linked is part of a broader effort to get interaction designers and end-users involved in open-source style interface design. Open Prototyping suggests that interaction designers release-early/release-often, but in this case sketches instead of code.
The sketches created in DENIM are intentionally informal. The rational behind this is that people are more willing to speak up and change things that they feel aren't finished. Human-Computer Interaction people like to use informal tools to try out lots of different designs before someone wastes a couple years of their life coding up something totally unusable.
CGI Error
p y", line 170, in ?
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Traceback (most recent call last):
File "c:\inetpub\wwwroot\cgi-bin\denim\download_denim.
(('Downloading', data.file),
File "c:\inetpub\wwwroot\cgi-bin\denim\guirlog.py", line 97, in writeToLog
f.close()
IOError: [Errno 28] No space left on device
I've long since resigned myself to cleaning up multiple nested tables, empty font tags and extraneous attributes.
However, whenever we have a pen and paper meeting with wire frames, it eventually means one of our designers has to start from scratch to create HTML. Anything that saves our designers a couple of hours in lead time, means we can get a faster prototype to the users. Also, my having an HTML artifact from the wireframes, you can always refer back to the original sketch if a more fleshed out prototype doesn't work.
I'm all for it. The sooner the users and designers figure out what they want - the sooner I can start cleaning up their HTML.
I wouldn't have said that. Those "coding elitists," as you call them, are so busy being intelligent, they're too dumb to understand criticism as anything other than an attack on their own "only correct" world view.
No license. It is in the public domain. You can do with it what you wish.
There was an IEEE Computer magazine article on this in March 2001.
It was titled: Sketching Interfaces: Toward More Human Interface Design
Go to the The IEEE Computer Society and search the title in the Digital Library if you want more info. (IEEE membership required).