Results 1 to 11 of 11

Thread: Portal Design

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    13

    Portal Design

    Hi,

    I am very new to the .net enviroment. I have an advance knowledge in VB6 & MS SQL. I want to start something with .net. As my start project, I would like to write a photography portal since my hobby is photography. What I want to achieve is the following:

    User Registration
    Rights and user access levels to different areas
    Users, can write their comment on each photo
    Users can request to send them particular photos.

    Administration
    Administer users
    Administer photos -- preferably remotely.

    1) Is their an open source portal that does this work and I can take a look at and build my own.

    2) I am very confused about the design and approach I should take.

    Can anyone help me please to start ?

    Cheers
    Manuel

  2. #2
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    Hi,
    one of the problems of looking at code for a portal solution when you are just learning is that it can be horrendously complex to decipher and it may be quicker/better to start from scratch.

  3. #3
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Portal Design

    Originally posted by mcaruana
    Hi,

    I am very new to the .net enviroment. I have an advance knowledge in VB6 & MS SQL. I want to start something with .net. As my start project, I would like to write a photography portal since my hobby is photography. What I want to achieve is the following:

    User Registration
    Rights and user access levels to different areas
    Users, can write their comment on each photo
    Users can request to send them particular photos.

    Administration
    Administer users
    Administer photos -- preferably remotely.

    1) Is their an open source portal that does this work and I can take a look at and build my own.

    2) I am very confused about the design and approach I should take.

    Can anyone help me please to start ?

    Cheers
    Manuel
    You should definitely take a look at DotNetNuke.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  4. #4

  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I second the DotNetNuke comment.

    I just installed that portal for my dad and his church. It was a breeze, and even he (which can't manage a web site to save his own butt) could use it.

  6. #6

  7. #7
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449
    Originally posted by Wokawidget
    Yea...but have you seen the code in that project?
    Very complicated.

    Woof
    Most of the time you won't need to alter the code, PAs do the job of adding new functionality and they're relatively simple to code.

    Cheers,
    NTG
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  8. #8
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    I suppose it boils down to whether you are using this as an aid to learning to program .NET.

  9. #9
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    It is well written for what it does. With that, comes the complexity you describe.

    It does everything from creating a database, supporting new modules you can create, skinning, administration, multiple sites per installation, etc....

  10. #10
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    Yes. But as they are a newcomer I would advise that they look to this after getting a some grounding in .NET development first or else they may end up bamboozled.

  11. #11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width