473,405 Members | 2,344 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,405 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 1453
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...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.