Friday, May 26th, 2006
Category: Showcase
<
p
>I used to be editor-in-chief for
TheServerSide working with Floyd Marinescu (creator). He has just started another community portal called
InfoQ that has several tracks of interest (
Java, Ruby, Agile, SOA).
What is interesting is the subtle use of Ajax:
- Threaded Comments: You can move over the subject of the threaded comments to view by popup
- Exclusive Content: The rightbar filters via DWR
- Ads: You will notice that the ads on the leftbar will change based on ajax actions as well as full page loads. This shows how we can get smarter and move away from the page load paradigm for displaying ads. We can be smarter as we could display ads based on the action (e.g. clicking on an article)

- Backbase releases new Ajax tools
Ajax development tools maker Backbase Inc. has released a new version of its product that supports third-part widgets and provides developers with a...
- Ajax Learning Guide
Chances are, you've been doing JavaScript and XML developer work in Lotus Domino for quite some time. This old/new approach is causing quite a stir in...
- Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
- Ajax technology open sourced
ICEsoft Technologies Inc., a startup Ajax vendor, announced the release of WebMC, an Web conferencing product, to the open source community. WebMC...
- IceSoft betas JavaScript-free Ajax tool
A beta release of ICEFaces Community Edition, an Ajax development tool for Java coders, was released this week by IceSoft Technologies, Inc. The...
[...] InfoQ: Community Using Ajax: “I used to be editor-in-chief for TheServerSide working with Floyd Marinescu (creator). He has just started another community portal called InfoQ that has several tracks of interest (Java, Ruby, Agile, SOA). [...]
Thanks for the post Dion, although you didn’t notice the three most interesting uses of Ajax on the site:
- Personalization – If you click one of the checkboxes on the left an ajax request updates the server that you’ve turned turned off this community instantly, then every instance of content tagged as being part of that community in the center or right panel will have it’s community tagged ‘struck out’, with such content dissappearing on the next page refresh. In addition, there is Sub-tag personalization. You can for example leave ‘Java’ on but turn off the ‘web frameworks’ topic or even a specific tag (like ‘DWR’). This is also done using ajax by clicking on a topic/tag, then clicking ‘exclude’ in the funky little DHTML window that pops up upon clicking a topic/tag.
– LOGIN/LOGOUT. When you login it happens without a page refresh. A little login widget appears and after submitting, your name is added to the left bar and the community personalization preferences load up in the left bar, all without a page refresh.
- Discussion thread posting.. You pointed out our nice message window DHTML enhancement, but the true ajax comes in when you reply to a post. Upon clicking reply, a reply form swooshes open on the spot and you can preivew and submit it in-place without a page regresh. You can submit as many replies as you want in different parts of the thread without a single refresh.
Enjoy!
[...] Quelle: InfoQ: Community Using Ajax [...]
This is nice