473,387 Members | 1,548 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,387 software developers and data experts.

Application to PUSH screen or page to a user via Internet

First let me say I'm not a developer. I'm looking for someone that can
either do this for me or point me to a technology that can. I'm in need of a
way via the Internet to push a screen or webpage to a user. For example: If
I'm speaking to you on the phone and I'm reviewing the purchase of a product
and we are looking at options. I want to show you options X. I'd like to
push you a webpage to your IP address. Then if I want to show you options Y
I'd like to push you a new page. This doesn't have to be a webpage, but I'd
prefer not to have to have the end-user install much. Perhaps an activeX
control so something.

Please forgive me if I'm not using the correct terms, but I hope I have
explained my objective. If this is not the right newsgroup, if you could
direct me to the correct one.

Thanks and I hope this is possible... off the shelf or custom code, I just
need it done.

- Mark
Nov 10 '06 #1
4 1158
Actually Mark,
There are a number of vendors with "off the shelf" solutions like this that
include online "chat", showing presentations or content to the specific user,
etc.
I am not familiar with who they are, but a simple search with your favorite
search engine should turn up plenty of possibilities.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Mark Siler" wrote:
First let me say I'm not a developer. I'm looking for someone that can
either do this for me or point me to a technology that can. I'm in need of a
way via the Internet to push a screen or webpage to a user. For example: If
I'm speaking to you on the phone and I'm reviewing the purchase of a product
and we are looking at options. I want to show you options X. I'd like to
push you a webpage to your IP address. Then if I want to show you options Y
I'd like to push you a new page. This doesn't have to be a webpage, but I'd
prefer not to have to have the end-user install much. Perhaps an activeX
control so something.

Please forgive me if I'm not using the correct terms, but I hope I have
explained my objective. If this is not the right newsgroup, if you could
direct me to the correct one.

Thanks and I hope this is possible... off the shelf or custom code, I just
need it done.

- Mark
Nov 10 '06 #2
Hi Peter -

I'm not interested in a chat program... and preferably something that
doesn't require the client to download much if at all. I did a bit more
looking around and found something called COMET and wondered if that would
be a solution... well something developed using COMET. Specifically what
I'm trying to accomplish is what is called Menu Selling. Works great if you
have the customer sitting right in front of you, but if they are in one
location and you're in another, not so good unless I can have them go to a
link and see page one. If they don't like that then I can customize a few
things and present them with page 2 that I push to them.

I know people have suggested solutions like WebEx or LiveMeeting but I
really don't want to have to share my desktop application just to show them
a few pages. You suggested there were a few "off the shelf" solutions and
that would be totally cool... what terms should I search one. I'll be glad
to do the work. I've been poking around with "Push Technology" but haven't
come up with much.

- Mark
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:90**********************************@microsof t.com...
Actually Mark,
There are a number of vendors with "off the shelf" solutions like this
that
include online "chat", showing presentations or content to the specific
user,
etc.
I am not familiar with who they are, but a simple search with your
favorite
search engine should turn up plenty of possibilities.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Mark Siler" wrote:
>First let me say I'm not a developer. I'm looking for someone that can
either do this for me or point me to a technology that can. I'm in need
of a
way via the Internet to push a screen or webpage to a user. For example:
If
I'm speaking to you on the phone and I'm reviewing the purchase of a
product
and we are looking at options. I want to show you options X. I'd like to
push you a webpage to your IP address. Then if I want to show you options
Y
I'd like to push you a new page. This doesn't have to be a webpage, but
I'd
prefer not to have to have the end-user install much. Perhaps an activeX
control so something.

Please forgive me if I'm not using the correct terms, but I hope I have
explained my objective. If this is not the right newsgroup, if you could
direct me to the correct one.

Thanks and I hope this is possible... off the shelf or custom code, I
just
need it done.

- Mark

Nov 10 '06 #3
The http protocol is not really that well suited to this type of thing as
its really based on the concept of requests and responses, so you need to
take a step back and put your application developer head on and think about
connection oriented systems.

Peter wasn't necessarily meaning an online chat application - just that the
approach to solving it is likely to be along the same lines.

If I was you, I would look at doing some form of flash solution, where the
flash control in the browser can be controlled by instructions it gets from
polling the web system it was initially delivered from - almost real time
instructions you give it while the viewer is on the phone, and it changes
the display accordingly. Its not rocket science, it just requires some
thinking out of the box. Of course, you may be able to do a similar thing
using ajax to query the server for a new instruction of what to display - or
what page to move to next.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog

"Mark Siler" <jo******@domain.comwrote in message
news:uE**************@TK2MSFTNGP04.phx.gbl...
Hi Peter -

I'm not interested in a chat program... and preferably something that
doesn't require the client to download much if at all. I did a bit more
looking around and found something called COMET and wondered if that would
be a solution... well something developed using COMET. Specifically what
I'm trying to accomplish is what is called Menu Selling. Works great if
you have the customer sitting right in front of you, but if they are in
one location and you're in another, not so good unless I can have them go
to a link and see page one. If they don't like that then I can customize a
few things and present them with page 2 that I push to them.

I know people have suggested solutions like WebEx or LiveMeeting but I
really don't want to have to share my desktop application just to show
them a few pages. You suggested there were a few "off the shelf"
solutions and that would be totally cool... what terms should I search
one. I'll be glad to do the work. I've been poking around with "Push
Technology" but haven't come up with much.

- Mark
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:90**********************************@microsof t.com...
>Actually Mark,
There are a number of vendors with "off the shelf" solutions like this
that
include online "chat", showing presentations or content to the specific
user,
etc.
I am not familiar with who they are, but a simple search with your
favorite
search engine should turn up plenty of possibilities.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Mark Siler" wrote:
>>First let me say I'm not a developer. I'm looking for someone that can
either do this for me or point me to a technology that can. I'm in need
of a
way via the Internet to push a screen or webpage to a user. For example:
If
I'm speaking to you on the phone and I'm reviewing the purchase of a
product
and we are looking at options. I want to show you options X. I'd like to
push you a webpage to your IP address. Then if I want to show you
options Y
I'd like to push you a new page. This doesn't have to be a webpage, but
I'd
prefer not to have to have the end-user install much. Perhaps an activeX
control so something.

Please forgive me if I'm not using the correct terms, but I hope I have
explained my objective. If this is not the right newsgroup, if you could
direct me to the correct one.

Thanks and I hope this is possible... off the shelf or custom code, I
just
need it done.

- Mark


Nov 10 '06 #4
Thank John -

Flash, now there's an idea. Do you anyone or a company that is a good
out-of-the-box thinking type person/company that I could hire to help
develop this application etiher in AJAX or Flash or anyother
language/development tool? Or do you know of any company that had done
somthing like this that perhaps I could contact?

Thank you for your help.

"John Timney (MVP)" <x_****@timney.eclipse.co.ukwrote in message
news:rt********************@eclipse.net.uk...
The http protocol is not really that well suited to this type of thing as
its really based on the concept of requests and responses, so you need to
take a step back and put your application developer head on and think
about connection oriented systems.

Peter wasn't necessarily meaning an online chat application - just that
the approach to solving it is likely to be along the same lines.

If I was you, I would look at doing some form of flash solution, where the
flash control in the browser can be controlled by instructions it gets
from polling the web system it was initially delivered from - almost real
time instructions you give it while the viewer is on the phone, and it
changes the display accordingly. Its not rocket science, it just requires
some thinking out of the box. Of course, you may be able to do a similar
thing using ajax to query the server for a new instruction of what to
display - or what page to move to next.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog

"Mark Siler" <jo******@domain.comwrote in message
news:uE**************@TK2MSFTNGP04.phx.gbl...
>Hi Peter -

I'm not interested in a chat program... and preferably something that
doesn't require the client to download much if at all. I did a bit more
looking around and found something called COMET and wondered if that
would be a solution... well something developed using COMET.
Specifically what I'm trying to accomplish is what is called Menu
Selling. Works great if you have the customer sitting right in front of
you, but if they are in one location and you're in another, not so good
unless I can have them go to a link and see page one. If they don't like
that then I can customize a few things and present them with page 2 that
I push to them.

I know people have suggested solutions like WebEx or LiveMeeting but I
really don't want to have to share my desktop application just to show
them a few pages. You suggested there were a few "off the shelf"
solutions and that would be totally cool... what terms should I search
one. I'll be glad to do the work. I've been poking around with "Push
Technology" but haven't come up with much.

- Mark
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in
message news:90**********************************@microsof t.com...
>>Actually Mark,
There are a number of vendors with "off the shelf" solutions like this
that
include online "chat", showing presentations or content to the specific
user,
etc.
I am not familiar with who they are, but a simple search with your
favorite
search engine should turn up plenty of possibilities.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Mark Siler" wrote:

First let me say I'm not a developer. I'm looking for someone that can
either do this for me or point me to a technology that can. I'm in need
of a
way via the Internet to push a screen or webpage to a user. For
example: If
I'm speaking to you on the phone and I'm reviewing the purchase of a
product
and we are looking at options. I want to show you options X. I'd like
to
push you a webpage to your IP address. Then if I want to show you
options Y
I'd like to push you a new page. This doesn't have to be a webpage, but
I'd
prefer not to have to have the end-user install much. Perhaps an
activeX
control so something.

Please forgive me if I'm not using the correct terms, but I hope I have
explained my objective. If this is not the right newsgroup, if you
could
direct me to the correct one.

Thanks and I hope this is possible... off the shelf or custom code, I
just
need it done.

- Mark



Nov 10 '06 #5

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

Similar topics

1
by: Graeme Coutts | last post by:
Developed a web application which adopts a custom security model which displays a login page and requests a username/password combination. The username works in a mixed-mode of usernames matched with...
10
by: gregory_may | last post by:
I have an application I created called "JpegViewer.exe". It simply loads a Jpeg file and displays in on the screen. It works great, in my lab. When I am using it at a customer site, things...
1
by: Lauren Quantrell | last post by:
I'm using the following code in Access 2000 to open a new MS Internet Explorer window with whatever URL value I pass to myURL: Application.FollowHyperlink myURL, , True (the True opens MS Internet...
3
by: DesignerX | last post by:
At a certain page in my web app I'm entering users into a Queue for processing, how can I do a server push (like the expedia 'searching for flights' screen) that can display a progress page then...
3
by: Garrek | last post by:
I have a web application that currently runs on a single server and need to move to a load-balanced environment. The system receives content uploaded by users which will have to be shared among...
3
by: sanjeeev | last post by:
I am loooking for the bet way to share files between Internet and Intranet application in real time, means as soon as an file is uploaded to the intranet application it should show up in the...
25
by: Charles Law | last post by:
What I mean is, I want my web client to be updated in real-time. The scenario is that I have a database that is updated asynchronously, and when the update takes place I want to 'notify' my web...
4
by: Mark Siler | last post by:
First let me say I'm not a developer. I'm looking for someone that can either do this for me or point me to a technology that can. I'm in need of a way via the Internet to push a screen or webpage...
0
by: Mark Siler | last post by:
First let me say I'm not a developer. I'm looking for someone that can either develop this for me or point me (I'm not asking for it for Free - I'll pay) or a technology that can. I'm in need of a...
16
by: Ananthu | last post by:
Hi I dont know how to connect mysql with ECLIPSE in RCP application. Please send me the sample code of connecting mysql sever with ECLIPSE in RCP application. Coding Part: RCP Application...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...

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.