My Photo

Peeps

« Unstuck In A Moment | Main | Better Than Ironport »

Comments

whump

BBEdit, then apply Markdown to HTMLize.

Dan Phiffer

Picking nits: Konquerer is the rendering part of Safari, not the UI part. Unless you meant Konquerer /and/ Safari. But whatever.

A potential conflict I could see with some of your proposals is in taking control away from page authors (e.g. who so far assume text areas won't be resized into other parts of the layout) and the browser makers. I'm not saying this conflict is best solved through status quo, but I believe it's not just a case of of lazy/content programmers.

I think tools like Greasemonkey and Pithhelmet could make up the difference, at least as a workaround before someone goes and implements a Web 2.0-friendly browser. I think all three of your ideas could be addressed through a JavaScript file that gets appended to each page request (and some cookie action for state info).

Dan Phiffer

I'm looking at this:

"taking control away from page authors ... and the browser makers"

And thinking I meant to say this:

"taking control away from page authors ... and giving it to the browser makers"

But more importantly:

"taking control away from page authors ... and giving it to the end-user"

This might be related to all the fuss about Google's toolbar. I'd say the conflict is just a side effect of moving from a somewhat print-like web (pages are "documents") to a more interesting and useful one (pages are a "context").

Sorry to blather like this in your comments.

Jason

Mozex (http://mozex.mozdev.org/) lets you edit the contents of a textarea in your favorite editor.

Dan Connolly

There's no doubt about it... IntegrityIsJobOne when it comes to recording my knowledge. I thought OS X mail sucked until Mozilla Thunderbird threw away one of my drafts when my laptop battery died or something. The mailer in my sidekick knows better than that. I'm back to Mail on OS X. (I use evolution on linux).

The difference between a browser and an authoring tool is a big one. I don't know if I ever expect my browser to be a reliable authoring tool.

About that proxy that saves posts, I want that too... KeepPostRecords.

Ed Burns

Good points, but I've always just used Xemacs along side the browser, and then cut and paste into the text field. I agree that the browser based authoring experience sucks when I'm unable to do this, and, of course, why should I have to.

Ed

David Schontzler

Let me re-size or tear off the form field itself, and give me undo in it as well.

I wrote a GreaseMonkey script to do just that. Grab it here.

Paul

Holy box Batman ! LOL

Aaron

Autosave has been done for the gmail specific case with the Humane Gmail userscript.

But... You could most of this with an extension for the general case. In fact, it's so obvious I wonder why it hasn't been done.

Upgrade textareas so that:

* They automatically periodically save themselves to some local backup.

* They can be torn off into their own windows to be resized at will.

* They can be spellchecked

Hmm...

Darren

Seconded the mozex extension -- very useful. It hasn't been updated for a while, so with current versions of Firefox the options dialog doesn't come up at Tools->Extensions. However, once installed you can navigate to the config screen directly via the following chrome url:

chrome://mozex/content/mozexPrefDialog.xul

Once configured, you can right click on any text area, choose 'Mozex -> Edit Textarea' and it will launch your preferred editor with the text inside. Save the file and click on the textarea to copy the edited text back in.

You can even quit your web browser, restart and navigate back to the original page you're editing and it will know to update the right textarea field. It's a bit hacky but it works.

This post was edited using Vim.

James

The SpellBound extension will give you your spell-checking.

Frenzie

Picking nits: Konquerer is the rendering part of Safari, not the UI part. Unless you meant Konquerer /and/ Safari. But whatever.

Actually it is KHTML which is the rendering engine of both Konqueror and Safari. Those two are but interfaces for the rendering engine.

And although I know I must sound like an Opera fan here (which I am in a way), but Opera pretty much does the same as Konqueror/Safari, although you have to install ASpell to do the spellcheck thing.

Ned Baldessin

Omniweb lets you edit the content of all textareas in an external editor, with additional features. It also autosaves the currently opened tabs, but that can be done in Safari with SafariStand. For those interested, more Safari add-ons at Pimp My Safari.

(And now, as usual : Cmd-A, Cmd-C, Submit).

James

UndoCloseTab saves the contents of forms after you close and then reopen them. It saves up to 3 tabs by default, but that's configurable. There's also a Resizeable Textarea extension if you don't use greasemonkey.

Carl-Christian Salvesen

In literally 5 minutes I wrote Save-textarea-to-cookie. Only tested in firefox, but I guess it sould be x-browser. It's a hack, not a solution. There are limits too, i.e. max 4k (AFAIK). It could be done better with Ajax, I guess.

FataL

Opera already has undo, redo, find and spell check. So only we need it save and replace text functions.

graste

When you move forward and back in opera, it saves the textarea content (and all other inputs).

Daniel Morrison

I read this post a while ago, and I must say that I didn't really care about it.

Then today, I lost a whole bunch of writing twice within 5 minutes!

I'm a believer. Safari, please give me undo (but thanks for the spell check)!

Juan

Not ASCII, UTF-8 at least...

AkaXakA

2. Tabbin extention:
http://www.extensionsmirror.nl/index.php?showtopic=1572&hl=tab+bin

3. Resizeable Textarea:
http://www.extensionsmirror.nl/index.php?showtopic=2796

Anything else? (except 1.)

c. s.

Opera 7+ has save. It isn't pretty, but you can select whatever text you want and "copy to note". You could, alternately, work directly within the notes window (which autosaves) and whenever you're ready, right click in your form and "insert note". Notes have other uses as well, but none of them address the author's textarea woes.

Opera can also open any previously closed "tab" within the current session with full forwards and backwards history. Hitting ctrl+z will open the last closed page.

Adam Messinger

I have to second those earlier recommendations for SpellBound. I don't know what I'd do without it. My spelling has actually improved since I started using it to double-check my textareas.

Also, Jed Brown has made some Firefox extensions that you may find useful. QuickNote provides features similar to the note-taking functions described by c.s.

BBCode is another one of his extensions that I use a lot. It provides right-click access to several BBCode and XHTML/HTML formatting options (you have to turn XHTML on via the settings). One of the handiest features is the ability to pull an URL from the clipboard and turn selected text into a hyperlink.

ILoveJackDaniels

How does a Greasemonkey user script that auto-saves text as you type and gives you the option to restore it later sound? Can be used for drafting, restoring text after a lost session, restoring text after a PC crash, and so on.

http://www.ilovejackdaniels.com/javascript/greasemonkey-user-scripts/

(terrible self-promotion, I know, but this article was one of the two that started me writing the script).

Ryo Chijiiwa

Hm... it wouldn't be difficult to implement some sort of timed backup mechanism in a web-app. You can have a bit of DHTML code that waits until you've stopped typing for some amount of time, and automatically posts what you have to a temporary data store via XMLHttpRequest. Maybe I'll add something like that to ilohamail if I find the time...

Henri Bergius

While this won't help with editing comments on other peoples' blogs, it could improve your blogging experience:

Instead of blogging via web browser, use a dedicated tool. Apps like MarsEdit and Ecto include all those features you were craving for, and are supported by most different blog systems.

I've posted some of my experiences here:

http://bergie.iki.fi/midcom-permalink-9496e99a793a6e8761a7813a64f9c567

The comments to this entry are closed.

Music

Reading

  • John Battelle: The Search

    John Battelle: The Search
    My favorite book of 2005. Period.


    (*****)

  • Steven D. Levitt: Freakonomics : A Rogue Economist Explores the Hidden Side of Everything

    Steven D. Levitt: Freakonomics : A Rogue Economist Explores the Hidden Side of Everything
    "Just because two things are correlated does not mean that one causes the other. A correlation simply means that a relationship exists between two factors -- let's call them X and Y -- but it tells you nothing about the direction of that relationship. It's possible that X causes Y; it's also possible that Y causes X; and it may be that X and Y are both being caused by some other factor, Z.

    Economics is, at root, the study of incentives: how people get what they want, or need, especially when other people want or need the same thing.

    Incentives are the cornerstone of modern life. The conventional wisdom is often wrong. Dramatic effects often have distant, even subtle, causes. Experts use their informational advantage to serve their own agenda. Knowing what to measure and how to measure it makes a complicated world much less so." (*****)

  • Malcolm Gladwell: Blink

    Malcolm Gladwell: Blink
    A book of anecdotes about the power of thinking without thinking; this book is a more interesting read than Gladwell's previous, The Tipping Point.

    New York Times: "Gottman believes that each relationship has a DNA, or an essential nature. It's possible to take a very thin slice of that relationship, grasp its fundamental pattern and make a decent prediction of its destiny. Gladwell says we are thin-slicing all the time -- when we go on a date, meet a prospective employee, judge any situation. We take a small portion of a person or problem and extrapolate amazingly well about the whole."

    David Brooks, who wrote that review, adds: "Isn't it as possible that the backstage part of the brain might be more like a personality, some unique and nontechnological essence that cannot be adequately generalized about by scientists in white coats with clipboards?" (*****)

  • Paul Graham: Hackers and Painters

    Paul Graham: Hackers and Painters
    I don't agree with some parts of this book, but I truly loved reading it, and it really made me think. I referenced it in my weblications and superhacker and phoneboy posts. Favorite chapter is How to Make Wealth. (Thanks, Ev.) (*****)

  • Joel Spolsky: Joel on Software

    Joel Spolsky: Joel on Software
    Joel is really good at wielding "diverse and occasionally related matters of interest to software developers, designers, and managers, and those who, whether by good fotune or ill luck, work with them in some capacity."

    Joel on Software embodies the principle of "Welcome to management! Guess what? Managing software projects has nothing at all to do with programming." This book, a compendium of the website's wisdom, is useful for everyone from team leads estimating schedules to software CEOs developing competitive strategy. (*****)

  • Bruce Sterling: Tomorrow Now: Envisioning The Next Fifty Years

    Bruce Sterling: Tomorrow Now: Envisioning The Next Fifty Years
    Bruce wrote this book to come to terms with seven novel aspects of the twenty-first century, situations that are novel to that epoch and no other. It's about future possibilities.

    "This is the future as it is felt and understood: via human experience... The years to come are not merely imaginary. They are history that hasn't happened yet. People will be born into these coming years, grow to maturity in them, struggle with their issues, personify those years, and bear them in their flesh. The future will be lived." Here here, well-spoken, Bruce. (*****)

  • The World's 20 Greatest Unsolved Problems: John Vacca

    The World's 20 Greatest Unsolved Problems: John Vacca
    "Science has extended life, conquered disease, and offered new sexual and commercial freedoms through its rituals of discovery, but many unsolved problems remain...

    If support for science falters and if the American public loses interest in it, such apathy may foster an age in which scientific elites ignore the public will and global imperatives." (*****)

  • Paul Hawken, Amory Lovins, L. Hunter Lovins : Natural Capitalism: Creating the Next Industrial Revolution

    Paul Hawken, Amory Lovins, L. Hunter Lovins : Natural Capitalism: Creating the Next Industrial Revolution
    I had the pleasure recently of meeting Amory Lovins and hearing him talk about Twenty Hydrogen Myths and the design of hypercar. (He also talked about Bonobos... wow.) I'm a convert to the way of thinking espoused in Natural Capitalism. I used to be cynical about the future, but Amory's work has made me a believer that many great things are about to come. The best way to predict the future is to invent it. (*****)

  • Merrill R. Chapman: In Search of Stupidity: Over 20 Years of High-Tech Marketing Disasters

    Merrill R. Chapman: In Search of Stupidity: Over 20 Years of High-Tech Marketing Disasters
    In hilarious prose, this book catalogs lots of stoopid high-tech marketing decisions. It offers clear, detailed analysis of many a marketing mishap, with what happened, why, and how to avoid such stupidity. Might just be the best. book. ever... (*****)

  • Paul Krugman: The Great Unraveling: Losing Our Way in the New Century

    Paul Krugman: The Great Unraveling: Losing Our Way in the New Century
    A book exposing the pitfalls of crony capitalism, from corrupt corporations straight up to the executive branch of our government. Krugman is nonpartisan -- what he exposes is foolish short-term thinking on the part of recent United States policies. The patriotic thing to do, he advises, is to fix these economic problems now before they become much harder to solve.

  • Henry Petroski: Small Things Considered: Why There Is No Perfect Design

    Henry Petroski: Small Things Considered: Why There Is No Perfect Design
    "Design can be easy and difficult at the same time, but in the end, it is mostly difficult." (*****)

  • Alexander Blakely: Siberia Bound

    Alexander Blakely: Siberia Bound
    One of my favorite books of the past few years. Xander is a master storyteller. (*****)

  • Susan Scott: Fierce Conversations

    Susan Scott: Fierce Conversations
    How to make every conversation count. One of my favorite books of the last decade. (*****)

Blog powered by Typepad
Member since 08/2003