View Single Post
Old 10-02-2012, 07:47 PM   PM User | #7
rnd me
Senior Coder

 
rnd me's Avatar
 
Join Date: Jun 2007
Location: Urbana
Posts: 3,455
Thanks: 9
Thanked 466 Times in 450 Posts
rnd me is a jewel in the roughrnd me is a jewel in the roughrnd me is a jewel in the rough
Quote:
Originally Posted by Philip M View Post
I don't really understand all that, but my position is that is it deceitful and dishonest to pretend to a user that he is visiting a certain web page when in reality he is visiting another. I can think of no situation where that is proper or legitimate, and as I see it that is a technique of phishers and other criminals.
guns don't kill people, people kill people. i do think that guns often help to kill people, but let's not go there...

the pattern is actually quite common: youtube's related videos after watching a full-screen embed, disqus's paginated comment pages, modal dialogs that allow iframes, etc.

it can be quite useful in many situations.

-as a dev mechanism to replace html tags on-the-fly and preview changes.
-display a navigable site while playing uninterrupted audio, radio streaming for example
-used in conjunction with the fullscreen API to offer "what now?" possibilities upon task completion
-re-format an existing site into bare html to assist screen readers and other A.T.
-apply a mobile skin to an existing site without touching each page of the old site
-to showcase a "project site" from a portfolio site without ugly frame borders
-works with <noscript><iframe> to allow legacy support in above situations
-allows performance-enhancing pre-fetching opportunities
-allow new possibilities like serving a navigable site from a zip file.
__________________
my site (updated 5/13)
STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.6% IE9:9.8% IE10:10%
rnd me is offline   Reply With Quote