Tilted Forum Project - TFP - Sexuality, Philosophy and Political Discussion

Go Back   Tilted Forum Project - TFP - Sexuality, Philosophy and Political Discussion > Interests > Tilted Technology

Reply
 
LinkBack Thread Tools
Old 02-18-2005, 02:42 AM   #1 (permalink)
Crazy
 
Join Date: Oct 2004
Need testers who use popup blocking software

Don't worry, I'm not trying to show any ads

My site employs simple popup windows to show larger photos of my work. I'm trying to streamline the code so everyone is able to see the photos in some capacity. My javascript code is supposed to check if the window it just tried to open actually opened. If it didn't open (presumably because of popup blocker) then it should display a short alert message ONCE, then fall back on the link's regular target code to open the picture in an ordinary new window.

http://worksinmetal.com/

Please click on one of the icons to the right, then click on a thumbnail from the page that loads on the right. Please let me know what happens and what your browser/popup stopper setup is!

Last edited by slimsam1; 02-23-2005 at 02:18 AM.
slimsam1 is offline   Reply With Quote
Old 02-18-2005, 04:54 AM   #2 (permalink)
Rookie
 
Join Date: Feb 2005
Location: Cleveland, OH
Works fine in Firefox 1.0 with its popup blocking enabled.
Cedak is offline   Reply With Quote
Old 02-18-2005, 05:06 AM   #3 (permalink)
Easy Rider
 
flstf's Avatar
 
Join Date: Aug 2004
Location: Moscow on the Ohio
Seems to work fine in IE 6.0 with Google popup blocker enabled.
flstf is offline   Reply With Quote
Old 02-18-2005, 05:27 AM   #4 (permalink)
Upright
 
Join Date: Jun 2004
Location: Minnesota, USA
Window pops up without any problems in Mozilla 1.6 with the pop-up blocking on
Cylvre is offline   Reply With Quote
Old 02-18-2005, 02:58 PM   #5 (permalink)
Crazy
 
Join Date: Oct 2004
Thanks a bunch! - When you say it works fine, do you get the javascript popup window (without toolbars, address bar, and stuff) or do you get the alert message and then a regular new window showing the image?
slimsam1 is offline   Reply With Quote
Old 02-18-2005, 03:11 PM   #6 (permalink)
obsessive librarian
 
Redlemon's Avatar
 
Donor
Join Date: Apr 2003
Location: New England
Firefox 1.0, WinXP, built-in popup blocking enabled.

The site works 'correctly'. A popup window with a titlebar and a status bar (I don't think you can get rid of either in Firefox), and an image. No scrollbars or toolbars or URLbar. No warning messages.

Ah, screw it, too many words...
__________________
I can't read your signature. Sorry.

Last edited by Redlemon; 02-18-2005 at 03:15 PM.
Redlemon is offline   Reply With Quote
Old 02-18-2005, 04:18 PM   #7 (permalink)
Crazy
 
Join Date: Oct 2004
Quote:
Originally Posted by Redlemon
Firefox 1.0, WinXP, built-in popup blocking enabled.

The site works 'correctly'. A popup window with a titlebar and a status bar (I don't think you can get rid of either in Firefox), and an image. No scrollbars or toolbars or URLbar. No warning messages.

Ah, screw it, too many words...
[IMG]http://img.photobucket.com/albums/v334/oakwine/jewel.jpg[IMG]
Thank you so much for helping me out!
slimsam1 is offline   Reply With Quote
Old 02-18-2005, 05:07 PM   #8 (permalink)
Crazy
 
Join Date: Oct 2004
If anyone with a third-party popup blocker could help me out, it would be greatly appreciated!
slimsam1 is offline   Reply With Quote
Old 02-19-2005, 04:33 AM   #9 (permalink)
Crazy
 
Join Date: Apr 2003
Location: Belgium
The same result as redlemon (no alert, no toolbar, no adress bar) but with IE 6.0, XP built in pop-blocker enabled, Google pop-up enabled.
__________________
Amerika by Franz Kafka
“As Karl Rossman, a poor boy of sixteen who had been packed off to America by his parents because a servant girl had seduced him and got herself a child by him, stood on the liner slowly entering the harbour of New York, a sudden burst of sunshine seemed to illumine the Statue of Liberty, so that he saw it in a new light, although he had sighted it long before. The arm with the sword rose up as if newly stretched aloft, and round the figure blew the free winds of heaven.”
T.U.B. is offline   Reply With Quote
Old 02-20-2005, 06:51 AM   #10 (permalink)
Rookie
 
cliche's Avatar
 
Join Date: Jun 2003
Location: Oxford, UK
Doesn't work well here (Firefox 1.0 with "tab clicking options", "super drag and go" extensions). The popup opens as expected in a new tab (not a popup window); then the whole firefox window (including all the tabs etc) resizes to (very crude estimate) about 640x480.

Could it be the fact I have it set to force new windows into new tabs? It's fine but rather irritating that my (maximised) firefox window suddenly shrinks.
__________________
I can't understand why people are frightened of new ideas. I'm frightened of the old ones. -- John Cage (1912 - 1992)
cliche is offline   Reply With Quote
Old 02-20-2005, 01:55 PM   #11 (permalink)
obsessive librarian
 
Redlemon's Avatar
 
Donor
Join Date: Apr 2003
Location: New England
cliche: consider setting Web Features / Javascript / Advanced / "Allow scripts to move or resize windows" to 'off', and see if that helps.
__________________
I can't read your signature. Sorry.
Redlemon is offline   Reply With Quote
Old 02-20-2005, 09:34 PM   #12 (permalink)
Crazy
 
Join Date: Oct 2004
cliche, I hadn't considered users who force windows into tabs. I am not sure if that's something I really should address as (I think) very few users would use that feature. The reason it resizes with javascript is because many users will click another thumbnail without closing the image popup window, resulting in an image being shown in a popup window of the wrong size.

Thanks, this gives me lots to ponder.
slimsam1 is offline   Reply With Quote
Old 02-21-2005, 03:43 AM   #13 (permalink)
Crazy
 
Join Date: Sep 2004
Location: S. Korea
slimsam, I think Redlemon pointed out what was happening. I've had the same problem before when I use force windows into tabs extensions and fixed the way he described.
mazagmot is offline   Reply With Quote
Old 02-21-2005, 04:43 AM   #14 (permalink)
Crazy
 
Join Date: Oct 2004
Quote:
Originally Posted by mazagmot
slimsam, I think Redlemon pointed out what was happening. I've had the same problem before when I use force windows into tabs extensions and fixed the way he described.
Yes, it's true that changing that setting will fix the issue.
slimsam1 is offline   Reply With Quote
Old 02-21-2005, 08:45 AM   #15 (permalink)
obsessive librarian
 
Redlemon's Avatar
 
Donor
Join Date: Apr 2003
Location: New England
Quote:
Originally Posted by slimsam1
cliche, I hadn't considered users who force windows into tabs. I am not sure if that's something I really should address as (I think) very few users would use that feature.
I'd say skip it.
__________________
I can't read your signature. Sorry.
Redlemon is offline   Reply With Quote
Old 02-21-2005, 08:19 PM   #16 (permalink)
Tilted
 
Join Date: Apr 2004
Location: Portland, OR
works fine with avant browser (IE based, tabbed)
kid astronaut is offline   Reply With Quote
Old 02-21-2005, 09:47 PM   #17 (permalink)
Pure Chewing Satisfaction
 
Moskie's Avatar
 
Join Date: Apr 2003
Location: can i use bbcode [i]here[/i]?
no Opera users? Bah!

Works fine in 7.60
__________________
Greetings and salutations.
Moskie is offline   Reply With Quote
Old 02-22-2005, 01:44 AM   #18 (permalink)
Rookie
 
cliche's Avatar
 
Join Date: Jun 2003
Location: Oxford, UK
Redlemon - thanks, hadn't spotted that one. With that option selected it functions exactly as I'd like it to - ie the popup opens in a new tab and nothing shrinks.
__________________
I can't understand why people are frightened of new ideas. I'm frightened of the old ones. -- John Cage (1912 - 1992)
cliche is offline   Reply With Quote
Old 02-22-2005, 08:07 AM   #19 (permalink)
Crazy
 
Join Date: Oct 2004
Major update, folks! Check out what happens now when you view a gallery that requires scrolling! I wrote that from scratch last night and I'm all excited about it. It's probably the biggest javascript project I've done.

http://worksinmetal.com/

Click on a gallery to the right.
slimsam1 is offline   Reply With Quote
Old 02-22-2005, 08:39 AM   #20 (permalink)
obsessive librarian
 
Redlemon's Avatar
 
Donor
Join Date: Apr 2003
Location: New England
Quote:
Originally Posted by slimsam1
Check out what happens now when you view a gallery that requires scrolling!
Works for me!
__________________
I can't read your signature. Sorry.
Redlemon is offline   Reply With Quote
Old 02-22-2005, 05:01 PM   #21 (permalink)
Crazy
 
Join Date: Oct 2004
Quote:
Originally Posted by Redlemon
Works for me!


The site is close to done now; but can a web site ever be "done"?
slimsam1 is offline   Reply With Quote
Old 02-22-2005, 06:45 PM   #22 (permalink)
Learning Life's Lessons
 
frogza's Avatar
 
Join Date: Jul 2004
Location: Right Here
Works fine in Safari(Macintosh browser)
__________________
A lost temper indicates only an untrained mind.
frogza is offline   Reply With Quote
Old 02-22-2005, 09:34 PM   #23 (permalink)
Mine is an evil laugh
 
spindles's Avatar
 
Join Date: Aug 2004
Location: Sydney, Australia
I turned off firefoxs popup blocker and enabled the one in kerio firewall. Still works fine!
__________________
who hid my keyboard's PANIC button?
spindles is offline   Reply With Quote
Old 02-24-2005, 01:08 AM   #24 (permalink)
Crazy
 
Join Date: Oct 2004
Thank you, everyone, for your help!


Update: I updated the navigation and resized the iframe! Please check it out and let me know what you think.


http://worksinmetal.com
slimsam1 is offline   Reply With Quote
Reply

Bookmarks

Tags
blocking, popup, software, testers

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -7. The time now is 02:19 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
All text (c) 2002-2008 Tilted Forum Project
"Insignia" vBulletin 3.5 - b6gm6n - x7x7x7.com