Zen Coding
Download Squad has a quick review, with video, of Zen Coding (Google Code project page here), an extremely well-thought-out accelerator for anyone who codes HTML. Its syntax is CSS-like. Zen Coding has been around for a while — here's its author Sergey Chikuyonok's introduction in Smashing Magazine from last November — and it has now picked up support for more than a dozen editing environments, including Notepad++ and TextMate.
There doesn't appear to be support for Vim but that already has another script called snipMate http://www.vim.org/scripts/script.php?script_id=2540
bang goes my karma... again...
don't mock the Notepad++....it's very powerful, yet lightweight and unbloated.
I'm sure many slashdotters here also live by the "Notepad++ code"....
Is there a better commentary on the west's general inability to grok zen than our endless bastardization of the word, zen?
ideopath @ play
such as:
* What is the sound of one interrupt flapping?
* If an exception gets thrown in an operating system, and no one is around to catch it, does it make a sound?
When I "write HTML" I'm actually writing HTML, CSS, JavaScript, PHP and SQL queries at the same time. On a good day. What the hell, why not add another syntax?
TFA shows how Zen lets you type in a terse message and have it expanded into a chunk of html code and describes it as sheer genius. Thats neat but I have nedit macros which do pretty much the same thing. They are time savers for sure.
But nothing which you couldn't do a thousand ways. With perl, awk or sed.
http://michaelsmith.id.au
When I first started watching the video demonstration linked to from the project page I though "nice" but after a while of watching obscure string after obscure string I realise that I'm probably better off just trying to memorise HTML instead of HTML *and* whatever the hell this is.
In my case, Bluefish or Quanta Plus are more than enough, don't need to learn another syntax.
...crappiest article ever to get frontpaged on slashdot.
It's a couple hundred words worth of "OMG!" with a code example.
Find free books.
GNU nano also has syntax highlighting, http://how-to.wikia.com/wiki/How_to_use_syntax_highlighting_with_the_GNU_nano_text_editor
I don't think that word means what you think it means.
MABASPLOOM!
Emacs users can find the relevant package here with screenshots and demonstration Youtube video.
I recommend sass and haml for doing css and html respectively.
http://haml-lang.com/
http://sass-lang.com/
*head explodes*
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
The master told me to mediate on the sound of one parenthesis closing. I am ashamed that I don't know what this means. Or was that his point.
Some drink at the fountain of knowledge. Others just gargle.
z0mg zen! As far as I am concerned it's a nice gimmick. If you are going to 'Zen' up your html, why not go all the way and switch to Haml? You actually code in this CSS-like syntax and let Haml compile it to html for you.
You code in java,C++,javascript, but HTML is a formatting language - you do not code in it because it isn't a coding language. I know it makes fluffy web page designers feel like their playing with the big boys to talk about "coding" in HTML but you might was well talk about "coding" .ini files.
HTML is a formatting language, not a programming language
Zen philosophy also has the principle of "nothing superfluous". You see something of this in the iPod, or an old Lotus sports car. No irrelevant decoration, no junk, just form fitting function as perfectly as possible.
Zen is not a religion; it is a way of life. Zen masters are famous for anti-religious statements, like the sermon that is said to have gone "What are the spiritual masters? The spiritual masters are a dirty toilet". You do not have to believe in and kind of God to follow Zen, but it helps if you can find an advisor who you relate to. Zen masters, like rabbis, will put off anyone who they think is not yet ready for teaching, or unsuited to their kind of teaching.
However, you show in your third paragraph that you don't have a clue what schizophrenia is either. My advice to you is to do the research, proper research, before posting bullshit. And until you start to overcome your childish and self-important prejudices, you are nowhere near ready even to approach Zen.
From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
It's not a format, its just special syntax that you type into your editor that will get expanded to the full regular HTML. It's just there to save you typing, not replace .html files.