472,977 Members | 1,686 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

how do you turn a great app into a an ASP model?

I have seceral apps I am in the process of turning into apps for the ASP
model. By that I mean, a self-service web site where people can register
themselves and use it without any admin interaction.

A common example is the email or sales force automation. A user finds the
site, signs up/pays, and is off & running.

These are things I am working on converting form a single user app to asp.
Please let me know what else I should be thinking about:
- Adding one layer of abstraction to the database
- figuring out how to dynamically create their own directory for uploads
- configuration file for some personalization of the site

Any thoughts/comments/suggestions?
Jul 17 '05 #1
6 1718
"NotGiven" <no****@nonegiven.net> wrote in message
news:61******************@bignews4.bellsouth.net.. .
I have seceral apps I am in the process of turning into apps for the ASP
model. By that I mean, a self-service web site where people can register
themselves and use it without any admin interaction.

A common example is the email or sales force automation. A user finds the
site, signs up/pays, and is off & running.

These are things I am working on converting form a single user app to asp.
Please let me know what else I should be thinking about:
- Adding one layer of abstraction to the database
- figuring out how to dynamically create their own directory for uploads
- configuration file for some personalization of the site

Any thoughts/comments/suggestions?


Um first thing in my opinion is to post to an ASP site, this is a PHP site.
(or am I missing something here? Does ASP model mean something else?)

--
Mike Bradley
http://www.gzentools.com -- free online php tools
Jul 17 '05 #2
"CountScubula" <me@scantek.hotmail.com> wrote:
Um first thing in my opinion is to post to an ASP site, this is a PHP
site. (or am I missing something here? Does ASP model mean something
else?)


I think he means an Application Service Provider model.

JOn
Jul 17 '05 #3
"NotGiven" <no****@nonegiven.net> wrote in message
news:61******************@bignews4.bellsouth.net.. .
I have seceral apps I am in the process of turning into apps for the ASP
model. By that I mean, a self-service web site where people can register
themselves and use it without any admin interaction.

A common example is the email or sales force automation. A user finds the
site, signs up/pays, and is off & running.

These are things I am working on converting form a single user app to asp.
Please let me know what else I should be thinking about:
- Adding one layer of abstraction to the database
- figuring out how to dynamically create their own directory for uploads
- configuration file for some personalization of the site

Any thoughts/comments/suggestions?


Yes, SECURITY. I know most people will think that's the last piece of the
puzzle but believe me if you model does not have a (well defined) security
layer, everything else is useless.
Jul 17 '05 #4
> >> Yes, SECURITY. I know most people will think that's the last piece of
the
puzzle but believe me if you model does not have a (well defined) security
layer, everything else is useless.

Please elaborate more on well-defined security. This is what I typically do
for PHP work - please let me know what more I need:
- user authemticated against a database
- user authentication carried over using session variables
- data retrieval using well-defined SQL allowing only that user's data to be
viewed

Security is a concern for all applications, but a particular concern for asp
model applications, I agree. Please let me know standards and procedures if
any.

Many thanks.
Jul 17 '05 #5
> Um first thing in my opinion is to post to an ASP site, this is a PHP
site.
(or am I missing something here? Does ASP model mean something else?)

--
Mike Bradley
http://www.gzentools.com -- free online php tools

By ASP, I meant the Application Service Provider business model. Sorry for
the confusion. An ASP business application model might turn private email
program into an application everyone can use. And what I asking is, what do
I need to think of taking an application from my private app to one everyone
can use. Instead of creating little versions for everyone, I create one
version that everyone can use. Same functionality but now everyone uses it
without knowing or caring that everyone else is using it.
Jul 17 '05 #6
"NotGiven" <no****@nonegiven.net> wrote in message
news:eq************@bignews6.bellsouth.net...
Um first thing in my opinion is to post to an ASP site, this is a PHP site.
(or am I missing something here? Does ASP model mean something else?)

--
Mike Bradley
http://www.gzentools.com -- free online php tools

By ASP, I meant the Application Service Provider business model. Sorry

for the confusion. An ASP business application model might turn private email
program into an application everyone can use. And what I asking is, what do I need to think of taking an application from my private app to one everyone can use. Instead of creating little versions for everyone, I create one
version that everyone can use. Same functionality but now everyone uses it without knowing or caring that everyone else is using it.


Oh, Ic, My apologies.

The last time I di work along those lines was about 4 years ago, I ended up
using axctivex controls on a web page (I converted the apps visual interface
to an activex control to allow it to be shown on a web page)

then I used a perl/cgi back end to handle all the data.

But now days, it might just be easier to write the interface with Flash, and
comunicate with a php backend.

the last web activex control I wrote was 2 days ago for a simple demo for
uploading multiple files.

http://www.gzentools.com/test/mfupload.html

--
Mike Bradley
http://www.gzentools.com -- free online php tools
Jul 17 '05 #7

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

Similar topics

2
by: scorp7355 | last post by:
I was wondering if there is some other way to turn autocomplete off besides using "autocomplete=off", using a meta tag or something similar. It would be great if there is some way to turn it off...
0
by: chris | last post by:
Cell Phone Repair & Unlocking Service, Fast Turn-Around & Great Prices! The Cell Shop http://www.cellphonerepair.org
2
by: Justin | last post by:
I am running a SQL maintenance job on a 40 GB database which performs optimizations by re-orginizing data and indexes pages. After the job is finished, a separate job peforming a SQL transaction...
9
by: james.calhoun | last post by:
OK... i think this is an easy question. I Have a number of Divs, and when you rollover the divs their border color changes. When You click on a div, I want the rollover state to stick. I...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.