473,778 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Create a team to develop "Web Portal Framework"

I want to create a team to develop a web portal framework. The main
purpose of this framework is reusing this in many projects. The major idea
in my mind it, building it as much as flexible. We will create the framework
with the combinations of the team members. This development will be online
and we will use online source controls for both code, and documentation.
I think 5 asp.net experienced team member is enough for this project. I
have lots of personal project experience but I don't have much for the team
projects. I prefer developers that have worked a similar projects.
There is no charge to be a member either, I don't pay for you. Please
contact with me individually to become a team member.

These are the ideas that i want to apply in this portal

Role-based security
Dynamic user interface
Customizable user-interface entegrated with role-based system.
Nov 18 '05 #1
5 2144
Have you considered looking that those that already exist?

See the ASP.NET starter kits:

http://www.asp.net/Default.aspx?tabindex=8&tabid=47

or the Rainbow Portal

http://www.rainbowportal.net/

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20
Nov 18 '05 #2
I have already looked at the asp.net's porta starter kit. It was my
starting point to build a portal starter kit. There are differences between
starter kit and portal framework. In portal framework we will use it as our
starting point to build another web site. There are some codes that we must
write, each time we start a new web site. My purpose is building a template
that we should no more repeat same code each time.

"Xavier Pacheco" <xavier@_nospam _xapware.com> wrote in message
news:xn******** *******@msnews. microsoft.com.. .
Have you considered looking that those that already exist?

See the ASP.NET starter kits:

http://www.asp.net/Default.aspx?tabindex=8&tabid=47

or the Rainbow Portal

http://www.rainbowportal.net/

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20

Nov 18 '05 #3
Makes sense. I just thought I'd point those out. The Rainbow portal
appears to be very extenstive although I've not tried that yet, I may
as I have a need however.
--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20
Nov 18 '05 #4
Hi Kamil,

Have you got any progress on this issue? As for the three points of your
portal framework you mentiod:

1.Role-based security
2.Dynamic user interface
3.Customizable user-interface entegrated with role-based system.

We can make full use of the .net 's role based security supproting to make
Role-based security(no matter using windows authentication or forms
authentication)

As for Dynamic user interface, I suggest that you have a look at the WSS's
design, it use WebPart as a UI unit and the webpart is actually a web
server control which can be dynamically created and load on to WEB page.
Also , the 3 point is depened on the former twos.

If you have any other good ideas, please feel free to post here.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #5
Hi Kamil,

Any progress on your project or is there anything else we can help? Please
feel free to post here when you meet any problems. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1835
by: pom | last post by:
What dynamnic open-source content management system(s) would you look at to meet the following specific situation? - The requirement is for a large institutional client who wishes to build a public portal consisting of annotated links to external materials in a particular subject area. - Links on the site will be to materials on separate servers offered through sites of organizations within the institution. There are maybe 2-3000...
6
3674
by: Al Dykes | last post by:
I've just grabbed a PHP book and can deal with the syntax and now I need to decide to learn specific packages and features. Define "framework". What are the major framework flavors ? Under what conditions can I use two or more frameworks? Sorry for the beginners question.
5
11054
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been created in the wrong folder on the hard drive. Before I discovered these files, .NET kept trying to create a new project with _1 following the project name. Deleting those files corrected that problem. I deleted the Virtual Directory, rebooted, and...
0
2299
by: Loui Mercieca | last post by:
Hi, I have an Asp.net project and when I am trying to copy a project, using a FrontPage access method, I am receiving the following error: Unable to create Web project 'project name'. There is no web named"". Can somebody help me on this one??? Thanks,
5
1543
by: Rich | last post by:
I loaded visual studio.Net 2003 on a windows XP workstation, and I was able to run aspx applications. Later I loaded JBuilder 2005 (Enterprise Java builder 2005) which runs the Tomcat 5.0 web server (and some other servers - for RMI, application servers). I was still able to run vb.net and C# apps in vs2003. Then, yesterday (Thurs May 12, 2005), I tried running an old aspx app for the first time in months since loading JBuilder and got...
3
1758
by: TCB | last post by:
Hi, There are a couple of things that are bothering me, any help on these is greatly appreciated. This is using ASP.NET 2.0 1. I am sending email in my web app, using a simple form here is the code: Dim MyMailFrom As New Net.Mail.MailAddress("portal@xxx.com", "Portal XX.com") Dim MyMailTo As New Net.Mail.MailAddress("info@xxx.com")
3
3240
by: R. Rajesh Jeba Anbiah | last post by:
The Zend framework preview release is out <http://framework.zend.com/> and I don't know why such PEAR like (yet another) framework is needed. At the same time, Rasmus' article <http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html> is quite contrary to Zend's move (if I'm right). What you guys think?
6
1504
by: Demitrius >I | last post by:
Hi, I need a way to "push" a web page to a viewer (or viewers) on my web site. What I'm trying to do is conduct an online presentation, so I need to control what the viewers see and when they see it. Is there a way to do this with ASP? Regards, Demitrius
13
2307
by: Kobee | last post by:
Hi, I'm having a few issues adapting to new 2.0 "website" project vs. the old 1.1 "web application". One of the major issues I'm having is with the notion of namespaces. Using the old way, I could add a directory to my project (say, "Controls"), then add a user control to that directory. From an .aspx I could then import the namespace ("using .Controls";), and then reference that control. With the 2.0 way of doing things, if I add a...
0
9629
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9465
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10127
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9923
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8954
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6723
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5497
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3627
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2863
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.