|
-
Sep 13th, 2004, 04:48 AM
#1
Thread Starter
New Member
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
-
Sep 13th, 2004, 09:04 AM
#2
Addicted Member
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.
-
Sep 15th, 2004, 12:05 PM
#3
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.
-
Sep 16th, 2004, 03:14 AM
#4
What you are asking is easy...if you split your questions up.
http://www.vbforums.com/showthread.p...hreadid=304908
Here's how to add a user login page, and cookie and authentication to an app.
That should start you off...
Woof
-
Sep 19th, 2004, 11:14 PM
#5
PowerPoster
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.
-
Sep 20th, 2004, 02:41 AM
#6
Yea...but have you seen the code in that project? 
Very complicated.
Woof
-
Sep 20th, 2004, 05:34 AM
#7
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
-
Sep 20th, 2004, 05:44 AM
#8
Addicted Member
I suppose it boils down to whether you are using this as an aid to learning to program .NET.
-
Sep 23rd, 2004, 10:48 AM
#9
PowerPoster
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....
-
Sep 23rd, 2004, 10:52 AM
#10
Addicted Member
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.
-
Sep 23rd, 2004, 02:42 PM
#11
Frenzied Member
ngallery at asp.net (photo portal done in .net)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|