Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

ajax

Implementing Undo/Redo in a Web Application that uses Ajax

by IT Nursery

Option #1 – switch to Synchronous Assuming you are using jQuery, you can set the following option: $.ajax({ async: false }); This will … Read more

Tags ajax, user-behavior, web-app

AJAX loading vs. “hardcoded” comments – is there any advantage of one above the other?

by IT Nursery

The goal of using AJAX for content should be to enhance the user experience, not to make the user experience depend on it. … Read more

Tags ajax, blog, comments, forum

Combination of AJAX and page refresh when updating content. Will it confuse the user?

by IT Nursery

In my opinion refreshing the page will not cause confusion because users tend to associate page refresh with updating information. If you like … Read more

Tags ajax, refresh, updating

How to tell a user about an error after clicking a button?

by IT Nursery

Like any other error, be clear to the user what happened and ideally give them a path to recovery if possible. You’re focusing … Read more

Tags ajax, buttons, error-message, errors, website-design

What are the best practices for UX concerning Web 2.0 RIA applications?

by IT Nursery

After some discussion in the chat with @BenBrocka, it seems as if you’ve answered your own question. There’s nothing about RIAs that distinguish … Read more

Tags ajax, gui, gui-design

Design pattern for dashboard components and state refresh

by IT Nursery

There’s a lot of context that could change this but in the situation you describe updating on intervals is far better. Seeing things … Read more

Tags ajax, application-state, dashboard

Ajax file upload error handling and processing logic

by IT Nursery

a) To handle this, you should ask yourself how important is the file uploading in relationship with the others inputs. Is it in … Read more

Tags ajax, forms, upload

Some ajax vs full ajax and user feedback

by IT Nursery

Overall the idea shouldn’t be a problem but the location of the feedback could be. Imagine if in the future you have this … Read more

Tags ajax, forms, mobile

JavaScript driven apps that don’t use hyperlinks for most actions. Isn’t is super annoying? [closed]

by IT Nursery

Yes, I agree. Not being able to open a link in a new tab/window is a bad UX practice. In addition, not using … Read more

Tags ajax, interaction-design, web-app

Single Loader Icon vs Multiple Loader Icons

by IT Nursery

You should show a spinner icon for each section as it loads. The main reason for saying this is that you have said … Read more

Tags ajax, spinner
Post navigation
Older posts
Page1 Page2 … Page140 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery