Mobile app version of vmapp.org
Login or Join
Cofer257

: Simple Frameset Website vs Complex AJAX Website? I should preface this with the statement that I do understand that HTML Framesets are on their way out, and that they have all sorts of SEO/accessibility

@Cofer257

Posted in: #Ajax #Frameset

I should preface this with the statement that I do understand that HTML Framesets are on their way out, and that they have all sorts of SEO/accessibility concerns.

That being said, I've been considering building a web-based API app, and I really like the format of the Java and AS3 APIs. They both use framesets in what I consider to be a reasonable manner, and are the most readable API's that I know of. The AS3 CS4 API no longer uses frames, but is verrrryyyyyy slooowwwwww.

My other consideration was to make an AJAX-driven (jQuery) site so that I don't have to reload the entire API class/package list on each page load. It would likely reduce the data-transfer to be less than the frameset version.

I feel that the frameset format will simplify many of the features that the AJAX version would have to re-create (resizable regions, targeted links, etc). Also, the frameset version wouldn't require javascript.

Am I being foolish to think that this could be a useful application of framesets?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jennifer507

Most of the purpose of frames can be done much more effectively, accessibly and beautifully with CSS and jQueryUI.

With jQueryUI you can set the height of a div to be the height of the window (or whatever you want it to be). You can use resizable, draggable, etc, to make the content more functional than frames.

Think of apps like Netvibes and Gmail, and what they would look and feel like if they were built with frames instead.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme