 |
|
05-15-2008
|
#21 (permalink)
|
|
M.C. Grillmeister

Sponsor |
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
Originally Posted by Buffy
Reread my post: in order to control the user's interactions and reduce "confusion" (our target users are only moderately tech savvy), we run our application in a window with the browser's menus toolbars, etc. *removed*: all you see is the window frame and our application is inside it, and we provide all the navigation within it.
|
Gotcha.
Quote:
|
We're almost at the point of actually writing plug-ins or installable applications on the desktop where we have the power to look at what's there and defeat it directly (kinda like trojan ad-ware does!), but we've been trying to avoid this like the plague because big F500 IT shops *hate* having to manage (or in some cases even *allow*) installation of software on user's desktops. If we can make this work with pure Javascript we are *much* better off.
|
Good luck with that.
Wouldn't you run into spyware problems by looking at what is installed on the desktop? In other words, trying to circumvent the pop-up blocker might trigger a spy/adware monitoring program.
Quote:
Forgive him REASON, he's *way* to young to have actually seen this in anything but "I Love The 70's" on VH1....
|
Ahem, actually I did see that commercial during its original airing and I don't watch VH1. Nonetheless, I'll take that as a compliment.
I learned it by watching you. 
----------------
Hypography Science Forums Moderator
---
"There are no passengers on Spaceship Earth. We are all crew." - Marshall McLuhan
"We must not forget that when radium was discovered no one knew that it would prove useful in hospitals. The work was one of pure science. And this is a proof that scientific work must not be considered from the point of view of the direct usefulness of it." - Marie Curie
|
|
05-15-2008
|
#22 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
|
If we can make this work with pure Javascript we are *much* better off.
|
do i hear, Firefox plug-in?
oh on that whole thing with browser bars removed... I actually did that when i was writing a kiosk, only i also removed the functionality behind those, that way an escape sequence will not allow you to add a bookmark (even if you dont see them), etc.
You can somewhat monitor what is going on, but only browser-wise, you needn't look farther then youos to get ideas on how to set up the environment...
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
05-15-2008
|
#23 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
Originally Posted by freeztar
Good luck with that.
Wouldn't you run into spyware problems by looking at what is installed on the desktop? In other words, trying to circumvent the pop-up blocker might trigger a spy/adware monitoring program.
|
No. Once you're officially installed as an application, its pretty easy to scan the registry or Applications folders for the plug ins. Virus detection/spyware mostly rely on "signatures" of reported malware if they're installed. Otherwise they're looking at *external* points of entry, like probing ports or anything inside an installable browser plug-in. What I was describing above was not a browser plug-in, but rather an explicitly downloadable native app which has much more freedom of movement. Of course having to support such a beast on multiple platforms is also a no-fun exercise, but the objections from the big IT shops is actually worse.
Quote:
Originally Posted by alexander
oh on that whole thing with browser bars removed... I actually did that when i was writing a kiosk, only i also removed the functionality behind those, that way an escape sequence will not allow you to add a bookmark (even if you dont see them), etc.
|
Yah, we do that too: disabling the right-click menus, etc.
A little dab'll do ya, 
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
05-15-2008
|
#24 (permalink)
|
|
Suspended
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Too bad there's not a way for the launch link to your app to "programmatically" hold down the Ctrl key. We struggle with the popup issue and confused end-users in our training system all of the time since we open web-based courses into new windows like you without the toolbars and menus and bars and such. If only we could make the launch link "programmatically" press and continue to hold down the Ctrl key as it's launched, instead of having to explain how to do this manually to every user...
|
|
05-15-2008
|
#25 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
Originally Posted by InfiniteNow
Too bad there's not a way for the launch link to your app to "programmatically" hold down the Ctrl key....
|
I know. Yet another thing you can do if you have an app locally installed, but no way to get the browser to do it...
I know alex likes to rage about it, but it really is the reason that ActiveX works the way it does. That's an evil desktop-deployed element though and doesn't pass the IT firewall...
And the papers want to know whose shirts you wear, 
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
05-15-2008
|
#26 (permalink)
|
|
Suspended
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Perhaps the IT group could push an update to all users which programs your url into the list of trusted sites. That way, no popup circumvention needed, it "knows" that yours is one to be trusted and allow popups.
So, the IT group pushes an update to add your link to the list of trusted sites:
"Allow Content from [BuffySite.com]."
Just a thought. Good luck with it all.
|
|
05-15-2008
|
#27 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
Originally Posted by InfiniteNow
Perhaps the IT group could push an update to all users which programs your url into the list of trusted sites. That way, no popup circumvention needed, it "knows" that yours is one to be trusted and allow popups.
|
Yah, that's what I'm talking about : the IT folks loathe to do this. We've got one customer (F50), who have a built-in six-month security review of *anything* to be pushed to the desktop. We've had a nasty bug related to IE that was fixed in an IE patch that was issued almost a year ago, but their IT group *still* has not certified the IE patch and won't distribute it for another couple of months, so we had to put a workaround in our system to fix Microsoft's problem....
Not pretty!
No, I insist, after you! 
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
05-15-2008
|
#28 (permalink)
|
|
M.C. Grillmeister

Sponsor |
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
Originally Posted by Buffy
Yah, that's what I'm talking about: the IT folks loathe to do this. We've got one customer (F50), who have a built-in six-month security review of *anything* to be pushed to the desktop. We've had a nasty bug related to IE that was fixed in an IE patch that was issued almost a year ago, but their IT group *still* has not certified the IE patch and won't distribute it for another couple of months, so we had to put a workaround in our system to fix Microsoft's problem....
|
That's ridiculous!
----------------
Hypography Science Forums Moderator
---
"There are no passengers on Spaceship Earth. We are all crew." - Marshall McLuhan
"We must not forget that when radium was discovered no one knew that it would prove useful in hospitals. The work was one of pure science. And this is a proof that scientific work must not be considered from the point of view of the direct usefulness of it." - Marie Curie
|
|
05-15-2008
|
#29 (permalink)
|
|
Suspended
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Technology Review Boards like that can be a PITA, but are necessary. It's easy to make it happen in a week if you talk to the right people and you're on the right project.
Speaking from experience. 
|
|
05-15-2008
|
#30 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Unblockable popups
Quote:
Originally Posted by InfiniteNow
Technology Review Boards like that can be a PITA, but are necessary.
|
Amen. I've sat on both sides of the table....
Quote:
Originally Posted by InfiniteNow
It's easy to make it happen in a week if you talk to the right people and you're on the right project.
|
You can say that again: unfortunately, we're in a non-revenue-producing department who are lucky they got our little app budgeted at all. Heck we cost them less than a half-million dollars! We're small potatoes! And we have all the wrong friends!
The Army Way, 
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
IE popups
|
lindagarrette |
Computer Science and Technology |
5 |
06-09-2004 03:40 PM |
|
My apologies for the popups
|
Tormod |
Announcements |
4 |
06-04-2004 02:48 PM |
|
» Advertisement |
|
|
|