Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Where to learn how to layout components and pages?

Where to learn how to layout components and pages?

Scheduled Pinned Locked Moved ASP.NET
tutorialcsharpasp-netquestionlearning
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 96
    wrote on last edited by
    #1

    Can anyone point me to their favorite references / websites for learning the (apparently) dark and mysterious art of laying out asp.net application pages and components. I.E. I want to create some fairly complex and sophisticated pages for an application. I'm just not getting the layout methodology because I'm setting some controls to 100% and they only extend partway down a single screen full in my browser window, others extend mysteriously way beyond the size of my window even though there is no data in them below a third of a window. It's like a circus or whack a mole, every change I make seemingly logically sends the whole layout into a mess of unrelated consequences. Everything I try short of setting an explicit size in pixels seems to go weird on me and I know enough to know that setting an explicit size is wrong. I think I need a guide for developers that is more web oriented than .net oriented. I want my pages to appear as nicely and usefully as possible on as wide a range of browser window sizes as possible within reasonable limits. I have no books on the subject so aside from online material if you have any good ref's for books I would appreciate it. (I don't need to learn to program, I just need to learn how to get asp.net pages and components to layout properly and usefully.)

    L P 2 Replies Last reply
    0
    • M Member 96

      Can anyone point me to their favorite references / websites for learning the (apparently) dark and mysterious art of laying out asp.net application pages and components. I.E. I want to create some fairly complex and sophisticated pages for an application. I'm just not getting the layout methodology because I'm setting some controls to 100% and they only extend partway down a single screen full in my browser window, others extend mysteriously way beyond the size of my window even though there is no data in them below a third of a window. It's like a circus or whack a mole, every change I make seemingly logically sends the whole layout into a mess of unrelated consequences. Everything I try short of setting an explicit size in pixels seems to go weird on me and I know enough to know that setting an explicit size is wrong. I think I need a guide for developers that is more web oriented than .net oriented. I want my pages to appear as nicely and usefully as possible on as wide a range of browser window sizes as possible within reasonable limits. I have no books on the subject so aside from online material if you have any good ref's for books I would appreciate it. (I don't need to learn to program, I just need to learn how to get asp.net pages and components to layout properly and usefully.)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      There are many resources downloadable from the internet however as far as printed books are concerned consider these (and many otyhers): 1. HTML & XHTML: The Definitive Guide, 4th edition published by O'Reilly. ISBN: 0-596-00026-X 2. VB.NET Fundamentals By: Paul D. Sheriff & Ken Getz This is a downloadable PDF E-book available from http://www.pdsa.com[^] This book includes ASP.net Anyhow, you can always download the free Express Edition Microsoft Visual Web Developer, register the product, and download the PDF tutorial "Build a Website"

      M 1 Reply Last reply
      0
      • L Lost User

        There are many resources downloadable from the internet however as far as printed books are concerned consider these (and many otyhers): 1. HTML & XHTML: The Definitive Guide, 4th edition published by O'Reilly. ISBN: 0-596-00026-X 2. VB.NET Fundamentals By: Paul D. Sheriff & Ken Getz This is a downloadable PDF E-book available from http://www.pdsa.com[^] This book includes ASP.net Anyhow, you can always download the free Express Edition Microsoft Visual Web Developer, register the product, and download the PDF tutorial "Build a Website"

        M Offline
        M Offline
        Member 96
        wrote on last edited by
        #3

        Hi Richard, I'm sorry I should have been more clear, I have a pretty good grasp of html and a full MSDN subscription with all the tools I need. I'm not exactly starting out from complete scratch, I'm just a little out of date on the xhtml stuff but learning rapidly. What I'm lacking in is a good guide to doing layouting reliably on different browsers I guess is what it comes down to. I've found some info on "Jello mold" layouts that looks promising: http://www.positioniseverything.net/articles/jello-expo.html[^] Cheers!

        L 1 Reply Last reply
        0
        • M Member 96

          Hi Richard, I'm sorry I should have been more clear, I have a pretty good grasp of html and a full MSDN subscription with all the tools I need. I'm not exactly starting out from complete scratch, I'm just a little out of date on the xhtml stuff but learning rapidly. What I'm lacking in is a good guide to doing layouting reliably on different browsers I guess is what it comes down to. I've found some info on "Jello mold" layouts that looks promising: http://www.positioniseverything.net/articles/jello-expo.html[^] Cheers!

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          My apologies for misunderstanding you.

          1 Reply Last reply
          0
          • M Member 96

            Can anyone point me to their favorite references / websites for learning the (apparently) dark and mysterious art of laying out asp.net application pages and components. I.E. I want to create some fairly complex and sophisticated pages for an application. I'm just not getting the layout methodology because I'm setting some controls to 100% and they only extend partway down a single screen full in my browser window, others extend mysteriously way beyond the size of my window even though there is no data in them below a third of a window. It's like a circus or whack a mole, every change I make seemingly logically sends the whole layout into a mess of unrelated consequences. Everything I try short of setting an explicit size in pixels seems to go weird on me and I know enough to know that setting an explicit size is wrong. I think I need a guide for developers that is more web oriented than .net oriented. I want my pages to appear as nicely and usefully as possible on as wide a range of browser window sizes as possible within reasonable limits. I have no books on the subject so aside from online material if you have any good ref's for books I would appreciate it. (I don't need to learn to program, I just need to learn how to get asp.net pages and components to layout properly and usefully.)

            P Offline
            P Offline
            peterzorbas
            wrote on last edited by
            #5

            Well, the era of laying out with tables is almost gone. Google for tutorials on CSS, and DIV layouts.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups