Skip to main content

Pourquoi Expression Web?

Expression Web part d'une bonne idée, mais le résultat est pour l'instant décevant.

Séparer la conception graphique et le développement, voici une idée inhérente à ASP.NET depuis sa création (et maintenant à WPF).

Aujourd'hui, Expression Web est l'outil de Microsoft permettant aux graphistes de travailler sur un site Web ASP.NET à tout moment (avant ou après intervention des développeurs). Il connaît notamment les contrôles d'ASP.NET ce qui permet à un graphiste de placer un DataGridView plutôt qu'un tableau HTML que le developpeur devrait convertir.

Contrairement à Expression Blend (pour WPF), Expression Web est disponible en version finale. Je l'ai donc essayé avec mon site Web.

Et là, c'est la déception. Il ne reconnaît pas la feuille de style CSS, et l'apparence est donc horrible. Pour un outil qui sert à travailler sur l'apparence, c'est gênant... Résultat:

Pourquoi ne reconnaît-il pas ma feuille de style? Probablement parce qu'elle fait partie d'un Theme ASP.NET qui est référencé par le Web.config. Ceci dit, il n'y a rien là d'extraordinaire, c'est une façon de faire tout à fait recommandée avec ASP.NET.

Au final, il me semble que Expression Web est la nouvelle moûture de FrontPage (adaptée à ASP.NET et non pas fait pour ASP.NET, donc), plutôt qu'un produit aussi novateur qu'Expression Blend.

Comments

Anonymous said…
Hum..Bizarre qu'il n'est pas reconnu ta feuille CSS, moi il l'a très bien reconnu. As tu inséré ta feuille conformément au W3C?
Bonne journée
Arnaud said…
@hard-fox: Ce n'est pas si bizarre: la même chose arrive avec Visual Studio 2008.

Si j'ajoute le link référençant la feuille CSS, Expression Web en tient bien compte pour la page.

Mais ce que je fais, c'est de laisser ASP.NET ajouter tout seul le link en plaçant le CSS dans un thème qui est appliqué à toutes les pages par le Web.config. La balise link n'est donc pas explicitement dans les pages .ASPX mais elle se trouve bien dans le HTML final envoyé au navigateur. Expression Web et Visual Studio 2008 devraient le savoir, car ils sont faits pour travailler avec ASP.NET qui permet cela depuis sa version 2.0 (2005, c'est à dire 3 ans déjà).

Popular posts from this blog

Gift idea : help your loved ones take their IT skills to the next level

You surely know a special person who works in IT. Learn Kubernetes & Docker enables them to quickly ramp up on those two technologies that one doesn't want to miss in 2021. With smoother operations, better scaling and availability, DevOps tooling, containers and containers orchestration smartly solve many problems that developers and system administrators commonly face. Don't let your loved ones face problems in their IT job : offer them the book that takes them from zero to productive in a matter of days. Grab it now! Get the ebook from Leanpub , Amazon or choose from many retailers . Get the print edition from Lulu .  

Learn Meteor book available

I'm pleased to announce the general release of my Learn Meteor book. It is now available as an ebook or print book from various sources: Learn Meteor print (paperback) on Lulu Learn Meteor ebook on LeanPub Learn Meteor ebook on Barnes & Noble Learn Meteor ebook on iBooks Learn Meteor ebook on Kobo Learn Meteor ebook on Scribd Learn Meteor ebook on Inktera Page Foundry Learn Meteor ebook on 24symbols Learn Meteor ebook on Amazon US Learn Meteor ebook on Amazon UK Learn Meteor ebook on Amazon France Learn Meteor ebook on Amazon Deutschland Learn Meteor ebook on Amazon Canada Learn Meteor ebook on Amazon India Learn Meteor ebook on Amazon Brasil Learn Meteor ebook on Amazon Mexico Learn Meteor ebook on Amazon España Learn Meteor ebook on Amazon Italia Learn Meteor ebook on Amazon Netherlands Learn Meteor ebook on Amazon Japan Learn Meteor ebook on Amazon Australia More sources are coming soon for the print version. Learn Meteor has been a fun expe...

Learn ASP.NET Core: read the book as it is being written

     TL;DR: get the discounted book now using the coupon , then get the full version for free. Thanks to the great acceptance of my previous books, ( Learn WPF MVVM ,  Learn ASP.NET MVC and Learn Meteor ), I'm in the process of writing a fourth one. Learn ASP.NET Core - MVC and DI with .NET Core 1.1 using Visual Studio 2017 teaches you how to quickly get coding using that technology. Just as I did previously, I'm publishing it before it is even finished. Would you like to read it? You can get it for half the price: 50% off the book using that coupon (limited to the first 100 readers and up to august 1st 2017): http://leanpub.com/netcore/c/K9mHH0IzfI2F About 50% of the book is already written, yet it is already available for download as an ebook: PDF, EPUB, MOBI: you choose your format. Over the next days I'll be writing the rest of the book, and publishing updates often. The final book will be ready by au...