|
TexasWebDevelopers -> RE: Galleries (7/29/2008 9:08:18 AM)
|
Hi Rick, no criticism of you was intended. I have always thought your posts were well reasoned and informative. You still use the FP product often, which is more than many of us can say. And you've never gone down the "why don't you Google photo galleries, you idiot" route. When I am mistaken in my posts on this and other sites I appreciate (but don't necessarily welcome) other professionals pointing me in the right direction. Now, for this thread, targeting to an iframe is just so darn unusual in this type of solution I really wanted to know your reasoning--thinking that I may have missed something. It has long been known that iframes are not the way to present content--just because an html element exists doesn't mean it's a good idea to use it (marquees, anyone?) There are many browser "security" add-ons that will view a web site as a security risk if it spots an iframe installed. Sites detected by some AV engines as having a virus on them, when the detection is usually named “xxx-IFRAME-xxx” is common and is often simply indicates the mere existence of an IFRAME element (a standard HTML element). Simply because an IFRAME element exists (or is dynamically created) in a page, does not mean that it contains malicious content. But since old-tech security products are having a hard time detecting web-bourne crimeware and malware these days (dynamic code obfuscation, evasive techniques, etc...), they set their radars to shoot down the iframe elements. This site helps to provide the education necessary to beginners and pros alike to make better design and development decisions. To that end, here is an interesting series of proof-of-concepts regarding iframe security issues: http://www.thespanner.co.uk/2007/10/24/iframes-security-summary/ As for your response to the original post...the easiest solution for a beginner (though inelegant it's what the gallery does in FP) would be a modification of your original: * Manually place thumbnails on the page with hyperlinks to the full-size image. I look forward to your continued posts and hope that my future questions won't be construed as an "attack" but as a genuine search for knowledge. I apologize if I have offended you in any way.
|
|
|
|