vote up 0 vote down star

HTML and CSS are showing their age.

SASS generates CSS (because CSS isn't clean enough). Graphic Designers don't work in HTML, they work in graphics tools then have to translate it to HTML/CSS. JavaScript has to have abstractions like jQuery, and CSS has a bunch of hacks to even start approaching consistent predictable user experience.

It feels like people are doing some wonderful things despite the technologies, not because of them.

Surely there is a better way?!? Something more closely aligned with the task at hand.. of providing a fluid intuitive (consistent) user experience to let users achieve their goals.

Thoughts?

flag

75% accept rate

12 Answers

vote up 3 vote down check

Graphic Designers don't work in HTML

DTP designers don't produce paper and ink either. Design something and produce something, these are separable tasks - when you have an idea for a tv spot you still need lots of technology between your creativeness and the result, the same applies for the web.

Javascript has to have abstractions like JQuery, and CSS has a bunch of hacks to even start approaching consistent predictable user experience.

Oh man, js doesn't has to have, developers simply like to make their job easier, this rule applies to various programming languages, it's like saying python has to have django. Frameworks and libraries are over the language, they are not a must. CSS 'has a bunch of hacks' because some browser producers don't give a damn about something called "standards", not because the language is badly designed.

Surely there is a better way?!? Something more closely aligned with the task at hand.. of providing a fluid intuitive (consistent) user experience to let users achieve their goals.

What user experience is not provided with html,css,js? I really don't get your point, and what you expect from the Web. Oh, and if you are like 'you know, you need flash for something or whatever', start getting interested in canvas.

link|flag
I disagree. DOM implementations across browsers are so inconsistent, some kind of framework is a necessity. It's just as bad as CSS, if not worse. See video.yahoo.com/watch/4403981/11812238 – Adam Lassek Apr 17 at 5:14
You know, what you said only proved my point - 'across browsers', and framework is patching the problem not solving it, because it can't. Whatever would have replaced js/css, it'd had to deal with the same stuff if browsers aren't compatible. I see the vid interesting, will watch later on, tx for link. – zalew Apr 17 at 6:22
1  
I don't see any major incompatibilities between scripting aside from how events are passed around. That's simple to patch. And the DOM is easy to abstract over. Any interesting animation can be done nicely in a canvas. JavaScript's flexibility makes this easy. +1. I agree with JZ (except about the standards). – Frank Krueger Apr 17 at 6:43
The 'some browser producers don't give a damn about something called "standards"' part? What is your PoV? – zalew Apr 17 at 6:46
Sure, the platonic ideal of "javascript" is great. The fact that this ideal doesn't exist kind of makes this point moot, however. Until Microsoft either 1) stops distributing IE with Windows or 2) becomes completely irrelevent in the OEM market we will have to deal with a major browser lagging years behind the state of the art. – Adam Lassek Apr 17 at 17:42
vote up 0 vote down

I think XML with XSL is the future. Graphical designer tools would come with their own XSL stylesheets, tailored to the strengths of the tool, and the tool would generate XML files that use the stylesheets.

But I'm no clairvoyant; what's going to be hot in the next 5 years, who knows. :-P

link|flag
1  
XSLT is the past. Was really hot like 6 years ago until everyone realized just how annoying it is to do anything in. – cletus Apr 17 at 4:11
google.com.au/trends?q=xslt – cletus Apr 17 at 4:12
XSLT is like regex - extremely useful for very small-scoped tasks, but no one is writing programs in them. – Rex M Apr 17 at 4:14
But, the OP was asking about graphical designer tools. The user doesn't have to code the XSL by hand; the tool comes prepackaged with powerful stylesheets, and the program spits out XML files that use them. So, it's not that annoying given the use case. – Chris Jester-Young Apr 17 at 4:14
@cletus: java and c++ are in trouble as well then... At least c#, c and .net are flatlining. – sipwiz Apr 17 at 4:19
show 2 more comments
vote up 9 vote down

Nothing, I believe they are here to stay for next 10 years.

The Internet experience might be enhanced by technologies like Flash & Silverlight but what's valuable about Internet is not the technology but the information.

Therefore, breaking Internet compatibility for pure technological enhancement will never work.

link|flag
There is a difference between 'the internet' and the web. Adding an alternative way to use the internet doesn't break the web. Whatever the new solution was.. it would need to integrate. I believe the fact you can bookmark parts of the web is a key feature the new solutions would also have to support. – Nigel Thorne Apr 17 at 6:52
vote up 4 vote down

HTML and CSS are here to stay for a long time yet!

While they may not be as intuitive to use for designers as say PhotoShop, well formed HTML is machine readable - this means that it can be used by humans AND computers. This is very important and useful. Imagine a web full of pictures that look beautiful but cannot be crawled or searched by Google?

HTML and CSS are superior because of the structured information that underlines them.

link|flag
vote up 2 vote down

Personally I think HTML and CSS are very elegant, and while the W3C certainly isn't hasty, I think it's probably fair to say that a certain browser has been holding back design on the web more than the technologies themselves.

CSS3 has support for fantastic things such as web fonts with @fontface. Javascript engines are becoming increasingly speedy and allowing for things like John Resig's processing port which would have been unimaginable years ago.

We need to see users adopting new browsers at a faster pace, and we need to see vendors getting behind efforts to encourage their users to upgrade.

I think it's a mistake to think that abstractions are a negative thing, and indicate some problem with the base technology - technologies naturally evolve through abstraction. There's some inconsistency in your post in the sense that you decry the need for abstraction, but then mention that you desire consistency - that consistency across clients is achieved through abstraction. I no longer have to worry about how different clients handle the DOM - jquery does this for me. CSS hacks by the same token aren't really necessary, and it's quite acceptable to serve a different stylesheet to that browser; the rendering difference between the other mainstream engines are pretty minimal.

Please also consider that we're still using a lot of "old" technologies (Unix, c, c++ to name a few), because they are functional, elegant and well designed.

link|flag
vote up 2 vote down

I don't think that HTML and CSS are showing their age, I think that browsers are showing their age. I like being able to describe what I want done, but not HOW to do it.

I guess what I want is browser vendors to use one rendering engine, or if nothing else, a SSL-type of certification for browsers. Kind of a global impartial body that's measures browsers on a quality bar-like scale.

Just like with SSL certification, it's done by a third party. I'm not sure what the pricing structure would be but I don't think you should have to pay for it. I think that it would make a great "works in this browser" logo like the Spam Free and Mal-ware Free logos we've seen popping up on sites over the years. Or perhaps an Acid1, Acid2, Acid3 passed logos for browsers.

I would argue that libraries like JQuery and Prototype exist because browsers all have their quirks. We just got tired of writing all that handling code, so some very smart people did this for us.

link|flag
vote up 0 vote down

If you listen to Microsoft, Silverlight will feature prominently in the new web. Since it uses XAML, which is just a text file, it has the potential to be search engine friendly.

Others like Flash.

Of course I am sure that something else new will be invented in the future....

link|flag
And others bet on JavaFX! ;-) – PhiLho Apr 17 at 5:55
Silverlight will be niche at best. I refuse to install the plugin myself. I feel rather put upon every time I'm asked. – Breton Apr 17 at 6:21
vote up 0 vote down

I think RIA's like Adobe flex/air/apollo and Silverlight etc will eat into some of the html market share , but not totally replace it.

Some of the issues that plagued RIA's like SEO related stuff, lack of back button support are being resolved.

The good thing with RIA's is that it is browser independent (as long as the user has the right plugin) , I could foresee future browsers launching with RIA support built-in thereby ensuring a 100% market penetration for apps built using them.

link|flag
vote up 5 vote down

BLTML: Bacon, Lettuce and Tomato Markup Language.

In the future, the web with only be used for posting tasty things we want to eat, so it makes sense to develop a language geared just for this.

The pictures of kittens with words on them will likely be supported with a gross hack .

link|flag
vote up 0 vote down

Worse is better. HTML and CSS are never going away because of the large volume of content that's written against that platform. Same thing with C. It's a terrible language, but it will always be with us because nearly all software is written in either C or C++. A huge volume of JAVA means that's never going away. There's still a market for COBOL programmers.

It's a popular idea among some programmers to get really frustrated at a crufty system like HTML/CSS/JS, and think "Hay, let's demolish it and start over". Well you know, I could invent my own phone that is 100 times better, and with better sound quality than any other phone. That's the easy part. The hard part is having someone to call.

Like it or not, HTML/CSS/JS is the technology trio that became popular, and that means millions of people have invested trillions of dollars in producing content for the technology. Millions of people will be quite reluctant to throw that effort away because someone says HTML/CSS/JS sucks.

It's a mysterious thing figuring out what technology is going to become popular. It's not something you can control for the benefit of your own comfort. But at least, you know, there's such lovely computer science concepts as "abstraction", which if you can master it, will be your secret weapon. Jquery is an example, but it can be taken very much further.

link|flag
vote up 0 vote down

The problem would not be to design something to replace HTML/CSS/JS, but to get browser vendors to adopt it. Good luck with that.

As central as the web experience and HTML are in my life and in your life, the only computer most people in the world use is their phone. The web just doesn't work well even on a multitouch touchscreen.

Just like you no longer enter your game using the ROM basic before playing it, and you no longer see text only screens around (well mostly), some day the web is going to be consumed by specialized devices or by specialized applications for your phone. Machine readable web, or in other words, web services. You can call that web 3.0 if you like.

link|flag
vote up 0 vote down

For documents and usual web pages, HTML and CSS are there to stay and evolve (Sass is nice indeed). For applications, mobile code (javascript most probably) driving canvas-like graphics will help merge web apps and internet-enabled desktop applications.

— I wonder how ridiculous these predictions will look like in 10 years :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.