From: Andrew T. <ajt...@hi...> - 2006-01-12 20:48:45
|
It is a coding effort, but no special server side stuff. In fact, the point of Javascript (and hence Ajax) is that there is logic and code that runs on the client's browser, so it's faster. Furthermore, any requests to the server would happen 'in the background' instead of causing the page to disappear and reload. The types of things I'm thinking about are: 1) Marking read, saving, tagging feed items. This would happen inline while you are reading the items 2) Feed Updates in the background. therefore you could continue to read your items and new items would show up as unread without having to press "update all" Those are really the only 2 Ajax things that would be really useful within the context of FoFRedux at this point. The only ramifications being a little more code to develop and maintain for devs, and testing for backwards compatibility to older/embedded browsers. Andy On 1/12/06, Miles Beck <mil...@gm...> wrote: > On 1/12/06, Andrew Turner (nilspace) <nil...@us...> wro= te: > > What do you all think regarding Ajax (or Ajah) support? I personally > > like the prototype/behavior/rico stack. It's widely used, heavily > > supported & dev'd, and has *Tons* of great features. > > > > However, my concern is losing the simple cleanliness of FoFRedux. Any > > Javascript support will also support non-JS degradation. And there are > > some things that adding Ajax style support for would be really nice: > > marking an item as read/saved/tagged and having it happen inline > > without a page refresh. Refreshing feeds without having to wait while > > reading, etc. > > > > It's a big architecture, moving forward kind of decision and wanted to > > get some feedback. > > For what it's worth. What I have seen of Ajax so far I have really > liked. Not being a developer though I can't answer what ramifications > a change like this may have. > > Does Ajax require any special server software? > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&opclick > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |