Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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 March 10th, 2009, 04:58 PM
Friend of Wrox
 
Join Date: Feb 2009
Posts: 194
Thanks: 5
Thanked 3 Times in 3 Posts
Default CSS Friendly control adapters

I have been re-reading stuff from your book just going over things as there is alot to take in.

Originally I had a list navigtion floated and styled with css, now in the site I am working on I am trying to implement as much .Net functionality/new ways of doing things as possible which of course led me changing my navigation like you have done in the book.

I created my web.sitemap file and I have my data source and everything and I am happy with it and I have styled it using css but the problem is that the menu control generates a tabular structure which as you mention is bad for accessibilty etc.

Beneath that you talk about CSS control adapters and after looking at them and viewing what seems to be the most current set here I just want to know what your opinion of them is?

Basically I am struggling with the idea of if the menu control has any use at all when you need to go to this length to get it to display standards compliant html? (obviously it has a use and I am just not comprehending it)

thanks for your view/opinion of this in advance
 
Old March 10th, 2009, 05:59 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It all depends, of course.... as it always does.

I like the standard menu for quick and dirty solutions. For smaller public sites where compliance is a priority, the CSS adapters can work well, although they require more work and have a higher learning curve.

However, I usually design and develop database driven applications, where content and navigation comes from a database. In that case, the standard menu doesn't cut it. I either use pure CSS menus, optionally driven by XML and XSLT (search for Suckerfish menu) or use third party components.

So, lots of choices. Which one applies to you depends on your needs and requirements.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old March 11th, 2009, 06:15 AM
Friend of Wrox
 
Join Date: Feb 2009
Posts: 194
Thanks: 5
Thanked 3 Times in 3 Posts
Default

I reckon for now that with the control adapters is probably my best solution for what I need even if it is still abit messy.

I had a quick look a the suckerfish stuff but didn't really have time to take it in, will have a better look later on.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Customize column in CSS friendly GridView Frankster BOOK: Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages ISBN: 978-0-470-12448-2 2 April 14th, 2010 10:04 AM
Installing the Control Adapters Randy-s BOOK: Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages ISBN: 978-0-470-12448-2 5 June 26th, 2009 07:59 AM
ASP.NET CSS Friendly Control Adapters VeganMan BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 2 April 8th, 2008 09:21 PM
CSS Friendly TBH vantoko BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 October 25th, 2007 01:23 AM
Table Adapters mfouchi BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 3 September 23rd, 2006 05:16 AM





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