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

delete

Action Sheets then Alert Box Delete Confirmation Issue (iOS)

by IT Nursery

As you still need the delete confirmation then you need redundancy. Why do you call redundancy issue? 🙂 I don’t know if my … Read more

Tags confirmation, delete, design, ios

What is the best way to combine a dismissible card with a collapsible panel?

by IT Nursery

You don’t have a whole lot of options here. The one you propose and it’s variants If you need to display a lot … Read more

Tags cards, checkout, collapsible-panels, delete, shopping-cart

sed/awk to remove double quotes ” that are inside of curly braces {}

by IT Nursery

Try this using sed: $ sed -r ‘ :L; s/(\{[^”}]*)”(([^”}]*”)*)([^”}]*\})/\1\2\4/g; tL; ‘ file

Tags awk, csv, delete, sed

Delete all files within a directory, without deleting the directory

by IT Nursery

If you want to delete all files under some directory structure, but keep all directories, the easiest is to use find‘s -delete switch: … Read more

Tags delete, linux

Is it ok to replace Trash button with Done button during editing? (iOS)

by IT Nursery

It seems that the “Done” button is unnecessary, since its only action is to dismiss the keyboard. You should be able to dismiss … Read more

Tags delete, ios, keyboard, mobile, mobile-application

How to word the message before “Undo” button?

by IT Nursery

Seeing more of the UI would be helpful. But to take an example that seems to work rather well in what I interpret … Read more

Tags copywriting, delete, undo

Where to put focus after deleting an item in a list

by IT Nursery

People using screen readers don’t have the myriad of context clues available to the sight-advantaged. So context disturbance should be kept to a … Read more

Tags accessibility, delete, lists

What does mt -f /dev/st0 erase do exactly on a tape drive?

by IT Nursery

What does mt -f /dev/st0 erase do exactly on a tape drive?

Tags delete, hardware, tape, utilities

User requested to close account, should they be ‘forcefully’ logged out?

by IT Nursery

It’s better if user is logged out and asked for certain question/survey that helps you to know what was the reason of closing … Read more

Tags accounts, delete, interaction-design, user-behavior, user-expectation

Position of a delete prompt?

by IT Nursery

How critical/catastrophic would this operation be? Trivial: no prompt needed; rather, provide a simple undo button. Non critical or easily undone: prompt near … Read more

Tags alerts, confirmation, delete, prompt
Post navigation
Older posts
Page1 Page2 … Page28 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