473,326 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Website Development

Greetings,

I have extensive programming experience (nearly 20 years) but have yet to
write a full-blown Web application. In fact, I have done hardly any
server/client/database programming at all. I now have a client that would
like me to write a Web-based version of their existing software.

Since I've worked mostly with Microsoft products, I had assumed .NET would
be the platform to use. But now I'm not so sure and am looking for advice.
The software must allow users to log in to access their information and
enter new information. In addition, certain users will need the ability to
log in and modify certain content, including the data to be entered by the
other users. Most likely, the application will need to accept payment
information as well.

I am looking for folks who have developed this type of software. What are
some of the pros and cons of the various platforms and languages for writing
this type of software? In addition, I expect to need one or two people to
help me develop this application. So if you have the expertise and
availability, please email me with details.

Thanks for any comments!

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Nov 19 '05 #1
7 1530
For client-side interactions, I suggest you to write in javascript since
it's supported by widest range of browsers.

For server side, I think any of the server-side languages will be able to do
what you want. So the decision is left on where you want it to run at(IIS or
Apache or whatever) and which language you think you're more comfortable
with.

"Jonathan Wood" <jw***@softcircuits.com> ¼¶¼g©ó¶l¥ó·s»D:O2**************@TK2MSFTNGP10.phx.g bl...
Greetings,

I have extensive programming experience (nearly 20 years) but have yet to
write a full-blown Web application. In fact, I have done hardly any
server/client/database programming at all. I now have a client that would
like me to write a Web-based version of their existing software.

Since I've worked mostly with Microsoft products, I had assumed .NET would
be the platform to use. But now I'm not so sure and am looking for advice.
The software must allow users to log in to access their information and
enter new information. In addition, certain users will need the ability to
log in and modify certain content, including the data to be entered by the
other users. Most likely, the application will need to accept payment
information as well.

I am looking for folks who have developed this type of software. What are
some of the pros and cons of the various platforms and languages for
writing this type of software? In addition, I expect to need one or two
people to help me develop this application. So if you have the expertise
and availability, please email me with details.

Thanks for any comments!

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com

Nov 19 '05 #2
Welcome Jonathan to this GROUP.
I recommend ASP.NET for what you need to be done with no hassles.
Try going through :- http://www.asp.net/Default.aspx?tabindex=0&tabid=1
Patrick
"Jonathan Wood" <jw***@softcircuits.com> wrote in message
news:O2**************@TK2MSFTNGP10.phx.gbl...
Greetings,

I have extensive programming experience (nearly 20 years) but have yet to
write a full-blown Web application. In fact, I have done hardly any
server/client/database programming at all. I now have a client that would
like me to write a Web-based version of their existing software.

Since I've worked mostly with Microsoft products, I had assumed .NET would
be the platform to use. But now I'm not so sure and am looking for advice.
The software must allow users to log in to access their information and
enter new information. In addition, certain users will need the ability to
log in and modify certain content, including the data to be entered by the
other users. Most likely, the application will need to accept payment
information as well.

I am looking for folks who have developed this type of software. What are
some of the pros and cons of the various platforms and languages for writing this type of software? In addition, I expect to need one or two people to
help me develop this application. So if you have the expertise and
availability, please email me with details.

Thanks for any comments!

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com

Nov 19 '05 #3
Hi Jonathan,

I'd also like to recommend the ASP.NET as your prefered choice. ASP.NET
provide powerful runtime services based on the .net framework fundamental
and together with lots of well defined WebServer control and programming
model which greatly ease our data driven web application developing.
Also,is the web application an public internet application or intranet
application? For application's authentication/athorization, ASP.NET have
also provided support for both scenarios, for intranet application, it can
utilize the windows domain security schema so as to authentication client
users through AD. For internet scenario, we can consider use the Forms
Based authentication which is much more flexible.

BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
increasingly become more and more powerful and make our development
tremendously easy. Try getting more info from the following sites:

http://www.asp.net/Default.aspx?tabindex=0&tabid=1

http://msdn.microsoft.com/asp.net/

Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Patrick.O.Ige" <na********@hotmail.com>
| References: <O2**************@TK2MSFTNGP10.phx.gbl>
| Subject: Re: Website Development
| Date: Tue, 8 Nov 2005 17:38:17 +1100
| Lines: 40
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <#B*************@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 203.36.211.134
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:136834
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Welcome Jonathan to this GROUP.
| I recommend ASP.NET for what you need to be done with no hassles.
| Try going through :- http://www.asp.net/Default.aspx?tabindex=0&tabid=1
| Patrick
|
|
| "Jonathan Wood" <jw***@softcircuits.com> wrote in message
| news:O2**************@TK2MSFTNGP10.phx.gbl...
| > Greetings,
| >
| > I have extensive programming experience (nearly 20 years) but have yet
to
| > write a full-blown Web application. In fact, I have done hardly any
| > server/client/database programming at all. I now have a client that
would
| > like me to write a Web-based version of their existing software.
| >
| > Since I've worked mostly with Microsoft products, I had assumed .NET
would
| > be the platform to use. But now I'm not so sure and am looking for
advice.
| > The software must allow users to log in to access their information and
| > enter new information. In addition, certain users will need the ability
to
| > log in and modify certain content, including the data to be entered by
the
| > other users. Most likely, the application will need to accept payment
| > information as well.
| >
| > I am looking for folks who have developed this type of software. What
are
| > some of the pros and cons of the various platforms and languages for
| writing
| > this type of software? In addition, I expect to need one or two people
to
| > help me develop this application. So if you have the expertise and
| > availability, please email me with details.
| >
| > Thanks for any comments!
| >
| > --
| > Jonathan Wood
| > SoftCircuits
| > http://www.softcircuits.com
| >
| >
|
|
|

Nov 19 '05 #4
Thanks for the link!

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm

"Patrick.O.Ige" <na********@hotmail.com> wrote in message
news:%2*****************@TK2MSFTNGP15.phx.gbl...
Welcome Jonathan to this GROUP.
I recommend ASP.NET for what you need to be done with no hassles.
Try going through :- http://www.asp.net/Default.aspx?tabindex=0&tabid=1
Patrick
"Jonathan Wood" <jw***@softcircuits.com> wrote in message
news:O2**************@TK2MSFTNGP10.phx.gbl...
Greetings,

I have extensive programming experience (nearly 20 years) but have yet to
write a full-blown Web application. In fact, I have done hardly any
server/client/database programming at all. I now have a client that would
like me to write a Web-based version of their existing software.

Since I've worked mostly with Microsoft products, I had assumed .NET
would
be the platform to use. But now I'm not so sure and am looking for
advice.
The software must allow users to log in to access their information and
enter new information. In addition, certain users will need the ability
to
log in and modify certain content, including the data to be entered by
the
other users. Most likely, the application will need to accept payment
information as well.

I am looking for folks who have developed this type of software. What are
some of the pros and cons of the various platforms and languages for

writing
this type of software? In addition, I expect to need one or two people to
help me develop this application. So if you have the expertise and
availability, please email me with details.

Thanks for any comments!

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com


Nov 19 '05 #5
I am aware that ASP.NET is able to do the task. I was just hoping to hear
some pros and cons of the various available solutions. I do appreciate the
specifics within your comments.

This would be an Internet application (not intranet).

My long term as an MVP just ended but I'm hoping my copy of VS 2005 will
arrive before my MSDN subscription expires.

Thanks!

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:$8**************@TK2MSFTNGXA01.phx.gbl...
Hi Jonathan,

I'd also like to recommend the ASP.NET as your prefered choice. ASP.NET
provide powerful runtime services based on the .net framework fundamental
and together with lots of well defined WebServer control and programming
model which greatly ease our data driven web application developing.
Also,is the web application an public internet application or intranet
application? For application's authentication/athorization, ASP.NET have
also provided support for both scenarios, for intranet application, it can
utilize the windows domain security schema so as to authentication client
users through AD. For internet scenario, we can consider use the Forms
Based authentication which is much more flexible.

BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
increasingly become more and more powerful and make our development
tremendously easy. Try getting more info from the following sites:

http://www.asp.net/Default.aspx?tabindex=0&tabid=1

http://msdn.microsoft.com/asp.net/

Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Patrick.O.Ige" <na********@hotmail.com>
| References: <O2**************@TK2MSFTNGP10.phx.gbl>
| Subject: Re: Website Development
| Date: Tue, 8 Nov 2005 17:38:17 +1100
| Lines: 40
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <#B*************@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 203.36.211.134
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:136834
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Welcome Jonathan to this GROUP.
| I recommend ASP.NET for what you need to be done with no hassles.
| Try going through :- http://www.asp.net/Default.aspx?tabindex=0&tabid=1
| Patrick
|
|
| "Jonathan Wood" <jw***@softcircuits.com> wrote in message
| news:O2**************@TK2MSFTNGP10.phx.gbl...
| > Greetings,
| >
| > I have extensive programming experience (nearly 20 years) but have yet
to
| > write a full-blown Web application. In fact, I have done hardly any
| > server/client/database programming at all. I now have a client that
would
| > like me to write a Web-based version of their existing software.
| >
| > Since I've worked mostly with Microsoft products, I had assumed .NET
would
| > be the platform to use. But now I'm not so sure and am looking for
advice.
| > The software must allow users to log in to access their information
and
| > enter new information. In addition, certain users will need the
ability
to
| > log in and modify certain content, including the data to be entered by
the
| > other users. Most likely, the application will need to accept payment
| > information as well.
| >
| > I am looking for folks who have developed this type of software. What
are
| > some of the pros and cons of the various platforms and languages for
| writing
| > this type of software? In addition, I expect to need one or two people
to
| > help me develop this application. So if you have the expertise and
| > availability, please email me with details.
| >
| > Thanks for any comments!
| >
| > --
| > Jonathan Wood
| > SoftCircuits
| > http://www.softcircuits.com
| >
| >
|
|
|

Nov 19 '05 #6
Thanks for the response Jonathan,

BTW, the free Express edition of VS.NET 2005 is also available now:

http://msdn.microsoft.com/vstudio/express/

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Reply-To: "Jonathan Wood" <jw***@softcircuits.com>
| From: "Jonathan Wood" <jw***@softcircuits.com>
| References: <O2**************@TK2MSFTNGP10.phx.gbl>
<#B*************@TK2MSFTNGP15.phx.gbl>
<$8**************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: Website Development
| Date: Wed, 9 Nov 2005 15:18:31 -0700
| Lines: 122
| Organization: SoftCircuits
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: h-66-167-26-68.dnvtco56.dynamic.covad.net 66.167.26.68
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:356836
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I am aware that ASP.NET is able to do the task. I was just hoping to hear
| some pros and cons of the various available solutions. I do appreciate
the
| specifics within your comments.
|
| This would be an Internet application (not intranet).
|
| My long term as an MVP just ended but I'm hoping my copy of VS 2005 will
| arrive before my MSDN subscription expires.
|
| Thanks!
|
| --
| Jonathan Wood
| SoftCircuits
| http://www.softcircuits.com
| Available for consulting: http://www.softcircuits.com/jwood/resume.htm
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:$8**************@TK2MSFTNGXA01.phx.gbl...
| > Hi Jonathan,
| >
| > I'd also like to recommend the ASP.NET as your prefered choice. ASP.NET
| > provide powerful runtime services based on the .net framework
fundamental
| > and together with lots of well defined WebServer control and programming
| > model which greatly ease our data driven web application developing.
| > Also,is the web application an public internet application or intranet
| > application? For application's authentication/athorization, ASP.NET
have
| > also provided support for both scenarios, for intranet application, it
can
| > utilize the windows domain security schema so as to authentication
client
| > users through AD. For internet scenario, we can consider use the Forms
| > Based authentication which is much more flexible.
| >
| > BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
| > increasingly become more and more powerful and make our development
| > tremendously easy. Try getting more info from the following sites:
| >
| > http://www.asp.net/Default.aspx?tabindex=0&tabid=1
| >
| > http://msdn.microsoft.com/asp.net/
| >
| > Hope helps. Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| > --------------------
| > | From: "Patrick.O.Ige" <na********@hotmail.com>
| > | References: <O2**************@TK2MSFTNGP10.phx.gbl>
| > | Subject: Re: Website Development
| > | Date: Tue, 8 Nov 2005 17:38:17 +1100
| > | Lines: 40
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| > | Message-ID: <#B*************@TK2MSFTNGP15.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: 203.36.211.134
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:136834
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Welcome Jonathan to this GROUP.
| > | I recommend ASP.NET for what you need to be done with no hassles.
| > | Try going through :-
http://www.asp.net/Default.aspx?tabindex=0&tabid=1
| > | Patrick
| > |
| > |
| > | "Jonathan Wood" <jw***@softcircuits.com> wrote in message
| > | news:O2**************@TK2MSFTNGP10.phx.gbl...
| > | > Greetings,
| > | >
| > | > I have extensive programming experience (nearly 20 years) but have
yet
| > to
| > | > write a full-blown Web application. In fact, I have done hardly any
| > | > server/client/database programming at all. I now have a client that
| > would
| > | > like me to write a Web-based version of their existing software.
| > | >
| > | > Since I've worked mostly with Microsoft products, I had assumed .NET
| > would
| > | > be the platform to use. But now I'm not so sure and am looking for
| > advice.
| > | > The software must allow users to log in to access their information
| > and
| > | > enter new information. In addition, certain users will need the
| > ability
| > to
| > | > log in and modify certain content, including the data to be entered
by
| > the
| > | > other users. Most likely, the application will need to accept
payment
| > | > information as well.
| > | >
| > | > I am looking for folks who have developed this type of software.
What
| > are
| > | > some of the pros and cons of the various platforms and languages for
| > | writing
| > | > this type of software? In addition, I expect to need one or two
people
| > to
| > | > help me develop this application. So if you have the expertise and
| > | > availability, please email me with details.
| > | >
| > | > Thanks for any comments!
| > | >
| > | > --
| > | > Jonathan Wood
| > | > SoftCircuits
| > | > http://www.softcircuits.com
| > | >
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #7
Cool.

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:fI**************@TK2MSFTNGXA02.phx.gbl...
Thanks for the response Jonathan,

BTW, the free Express edition of VS.NET 2005 is also available now:

http://msdn.microsoft.com/vstudio/express/

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Reply-To: "Jonathan Wood" <jw***@softcircuits.com>
| From: "Jonathan Wood" <jw***@softcircuits.com>
| References: <O2**************@TK2MSFTNGP10.phx.gbl>
<#B*************@TK2MSFTNGP15.phx.gbl>
<$8**************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: Website Development
| Date: Wed, 9 Nov 2005 15:18:31 -0700
| Lines: 122
| Organization: SoftCircuits
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: h-66-167-26-68.dnvtco56.dynamic.covad.net
66.167.26.68
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:356836
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I am aware that ASP.NET is able to do the task. I was just hoping to
hear
| some pros and cons of the various available solutions. I do appreciate
the
| specifics within your comments.
|
| This would be an Internet application (not intranet).
|
| My long term as an MVP just ended but I'm hoping my copy of VS 2005 will
| arrive before my MSDN subscription expires.
|
| Thanks!
|
| --
| Jonathan Wood
| SoftCircuits
| http://www.softcircuits.com
| Available for consulting: http://www.softcircuits.com/jwood/resume.htm
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:$8**************@TK2MSFTNGXA01.phx.gbl...
| > Hi Jonathan,
| >
| > I'd also like to recommend the ASP.NET as your prefered choice.
ASP.NET
| > provide powerful runtime services based on the .net framework
fundamental
| > and together with lots of well defined WebServer control and
programming
| > model which greatly ease our data driven web application developing.
| > Also,is the web application an public internet application or intranet
| > application? For application's authentication/athorization, ASP.NET
have
| > also provided support for both scenarios, for intranet application, it
can
| > utilize the windows domain security schema so as to authentication
client
| > users through AD. For internet scenario, we can consider use the Forms
| > Based authentication which is much more flexible.
| >
| > BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
| > increasingly become more and more powerful and make our development
| > tremendously easy. Try getting more info from the following sites:
| >
| > http://www.asp.net/Default.aspx?tabindex=0&tabid=1
| >
| > http://msdn.microsoft.com/asp.net/
| >
| > Hope helps. Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| > --------------------
| > | From: "Patrick.O.Ige" <na********@hotmail.com>
| > | References: <O2**************@TK2MSFTNGP10.phx.gbl>
| > | Subject: Re: Website Development
| > | Date: Tue, 8 Nov 2005 17:38:17 +1100
| > | Lines: 40
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| > | Message-ID: <#B*************@TK2MSFTNGP15.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: 203.36.211.134
| > | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:136834
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Welcome Jonathan to this GROUP.
| > | I recommend ASP.NET for what you need to be done with no hassles.
| > | Try going through :-
http://www.asp.net/Default.aspx?tabindex=0&tabid=1
| > | Patrick
| > |
| > |
| > | "Jonathan Wood" <jw***@softcircuits.com> wrote in message
| > | news:O2**************@TK2MSFTNGP10.phx.gbl...
| > | > Greetings,
| > | >
| > | > I have extensive programming experience (nearly 20 years) but have
yet
| > to
| > | > write a full-blown Web application. In fact, I have done hardly
any
| > | > server/client/database programming at all. I now have a client
that
| > would
| > | > like me to write a Web-based version of their existing software.
| > | >
| > | > Since I've worked mostly with Microsoft products, I had assumed
.NET
| > would
| > | > be the platform to use. But now I'm not so sure and am looking for
| > advice.
| > | > The software must allow users to log in to access their
information
| > and
| > | > enter new information. In addition, certain users will need the
| > ability
| > to
| > | > log in and modify certain content, including the data to be
entered
by
| > the
| > | > other users. Most likely, the application will need to accept
payment
| > | > information as well.
| > | >
| > | > I am looking for folks who have developed this type of software.
What
| > are
| > | > some of the pros and cons of the various platforms and languages
for
| > | writing
| > | > this type of software? In addition, I expect to need one or two
people
| > to
| > | > help me develop this application. So if you have the expertise and
| > | > availability, please email me with details.
| > | >
| > | > Thanks for any comments!
| > | >
| > | > --
| > | > Jonathan Wood
| > | > SoftCircuits
| > | > http://www.softcircuits.com
| > | >
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #8

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

Similar topics

10
by: Harry Slaughter | last post by:
I've got a client who wants to see some immediate results on a brand new website. within a week, they'd like to see the following: 1) basic user authentication (using php sessions/cookies to...
5
by: Ganesh J. Acharya | last post by:
Hi Friends, I want to develop a website directory which is 100% to the website standards. Can you please guide me with this. I am a search engine optimizer as well as asp programmer. I know the...
0
by: John Holmes | last post by:
I would like to develop my asp.net applications on a remote development IIS server that has all of our website on it so the image paths work correctly and so I can work with others. I am using...
10
by: TS | last post by:
i just noticed the website i created in VS 2005 is running on a different port than the default. I see that it is running on the local web server, and also that the website i created isn't in IIS....
0
by: softwarecompany | last post by:
Web software outsourcing company support affordable custom web site design and software development services assist by experience software developers, programmers, and web designers have expertise...
5
by: daveh551 | last post by:
What, from a high level point of view, is the difference (in Visual Studio 2005) between Website (accessed with Open Website or Create Website from the StartPage) that is an ASP.NET Website, and a...
1
by: lds | last post by:
I have Visual Studio 2005 Professional Edition installed with Service Pack 1. I have several solutions and projects that I have migrated from Visual Studio 2003 to 2005. In most cases the changes...
4
by: John Straumann | last post by:
Hello all: Most of my development for websites has been on test VPC images where VS is installed on the server image. I now have a setup where I have a test server joined to my domain, and a...
2
by: Wayne Smith | last post by:
Applies to: Visual Studio 2008 Professional Hi everyone, I'm in the middle of creating a website with VS2008 and I'm trying to integrate a user registration/login section on the website but I've...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.