Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 18th, 2007, 12:45 PM
Registered User
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Template and WysWyg

Hello,

I have extensive windows application development and always see my forms as I design them.

Started ASP.net and thought the I could use the wyswyg designer of VS2005 for ASP just the same way.

However, working on the BeerHouse, I was a bit puzzled that the template.master would not resemble at all the web site template from 'template monster' used by the author.

And I checked from downloaded code that this is correct.

Can anyone please help me to try to understand this, but I admit that I am still on Chap 1 and this is really bugging me !!

thank you all.

 
Old August 20th, 2007, 12:10 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't understand the question. Marco had to make serious changes to the template in order to adapt it to ASP.NET's master page model. He only really wanted their artwork. Most of us developers are not particularly artistic.

Also, the web and windows development paradigms are quite different. I strongly recommend that you get a better intro book on ASP.NET. There really is no WYSIWYG development on the web, even though that is a desirable goal. You simply can't get an accurate rendering at design time that includes the same kind of drag-and-drop ease of layout offered by the windows model. Maybe someday it will be that easy, but not today.

Good web apps easily require 10 times more effort to develop than a similar windows app.

Eric

 
Old August 21st, 2007, 03:45 AM
Registered User
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Dear englere,

Thanks a lot for your reply.

I have completed chap 1 and now realise that "There really is no WYSIWYG development on the web, even though that is a desirable goal. You simply can't get an accurate rendering at design time that includes the same kind of drag-and-drop ease of layout offered by the windows model.".

I wrongly assumed that wyswyg would be somewhat similar to what you get under the windows model. But I do now appreciate the result that can be obtained using <div>, css and Skins.

Can you please point me to some links on how to split a web template into different parts and then incorporate the elements into css, though I have had a good into thur chap 1.

I really appreciate the book.

And thank you again.





 
Old August 21st, 2007, 11:28 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I've never approached it from that angle. I usually have some images to start with and I have to design some glue elements to make it look like the images are part of an overall theme. I use Paintshop Pro instead of Photoshop, but it doesn't matter which graphical editor you use as long as you understand how to use it.

The training videos at Lynda.com are a good way to learn how to use these tools. Here's some free videos on Microsoft's Expression Design to give you an idea of what these are like:

http://movielibrary.lynda.com/html/modPage.asp?ID=339

And here is Expression Blend, which is a tool especially for coders. This lets you animate graphics made with Expression Design:

http://movielibrary.lynda.com/html/modPage.asp?ID=384

The Expression tools are for WPF and Silverlight. They are vector-based and not bitmap based. I normally use bitmap tools like Paintshop Pro or Photoshop, since they are more appropriate for traditional ASP.NET. But Silverlight is coming on strong, and will be quite important moving forward.

Eric






Similar Threads
Thread Thread Starter Forum Replies Last Post
array template kgoldvas XSLT 2 July 18th, 2007 03:46 AM
template uicdbd XSLT 5 March 15th, 2007 12:54 PM
template uicdbd XSLT 1 March 14th, 2007 05:16 PM
calling one template in other template VijayKumar XSLT 3 September 15th, 2005 11:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.