Questions tagged [user-friendly]
73 questions
0
votes
2 answers
Create User-Manipulable Inputs
I've written a code and trying to create user-editable values so that another user who is not acquainted with coding, may change the variables they want without having to read and understand the code.
I would like the following examples to…

hydroceanog
- 91
- 9
0
votes
1 answer
Userfriendly possibillity to select an icon from large iconset
I have a webapplication where a User can add a new category. The category is beeing inserted to database with form post.
This category should have an icon (bootstrap icons https://icons.getbootstrap.com/) which the User should be able to select.
I…

Pherox65
- 5
- 2
0
votes
3 answers
Authenticating Using Email vs UserName
witch is better ?
using Email as UserName or using unique UserName to authenticate user.
what is your idea ?

FARHAD AFSAR
- 440
- 5
- 10
0
votes
1 answer
Language to Create User-Friendly Web Applications
I wish to create web application for users. So far, I have been developing mock-ups on PowerPoint.
I've asked around and I've been told to study HTML, Javascript, CSS. The books I find from https://www.allitebooks.in/ are for super-beginners, i.e.…

Marium
- 245
- 3
- 10
0
votes
1 answer
Make user-friendly URL in Codeigniter with multi-language support
I have created a multi-language website.
Facing issue while creating SEO user-friendly URL.
current URL:
http://localhost/example/en/user/myaccount OR
http://localhost/example/fr/user/myaccount
want to change it…

Jayesh
- 161
- 11
0
votes
1 answer
Displaying change of content through parent
I have DHTML content inside a fieldset. This includes plain html, nested objects (even other fieldsets), and value change of input, select, and textarea objects.
I'd like to change the border of the fieldset if the contents have been changed.
The…

Mikhail
- 8,692
- 8
- 56
- 82
0
votes
0 answers
Access: filter query results from a user-friendly form before loading
I am working on a database in Access to record process conditions and laboratory analysis on different types of samples.
The main query of interest contains for each sample all the results of the analysis.
The built-in filtering functions Access…

ltr
- 332
- 2
- 9
0
votes
1 answer
Is there a way to use a 'friendy' name for this class/interface?
Basically I just think the type name is ugly when passing it around my project. I know you can't use an interface that implements the interface because then it's a new interface that just happens to implement the original interface, right?
public…

Jay Croghan
- 445
- 3
- 16
0
votes
1 answer
Providing NetworkException as user-friendly Message in layered architecture
Several posts cover the issue of providing user-friendly messages based on catched exceptions, like Report exception message
I am also of the opinion to wrap exceptions of a lower layer to a defined exception of the current layer to ensure…

Creepin
- 482
- 4
- 20
0
votes
2 answers
Not able to make my website mobile friendly, even when it looks ok on mobile, what I'm missing?
Not able to make my website mobile friendly, even when it looks ok on mobile, what I'm missing?
- I made sure that the buttons are readable,
- The spacing between them is decent,
- There is no content wider than the screen
But I'm still not able to…

viscosho
- 21
- 2
- 11
0
votes
1 answer
rewrite url is not working in core php localhost project
I have to to make my URL into a friendly URL.
I have this in my .htaccess file:
RewriteRule http://localhost/test/client/this_is_test_page.php$ http://localhost/test/test-page [NC,R=301,L]
but now I'm getting HTTP 500 internal server error.
What…

Funti
- 1
- 4
0
votes
0 answers
User-friendly way to present audit log sql
I have been searching the forum for a good audit-logger, and found this super nice one: Record logging
First of all - it is a good audit log ! I really like it from an ADMIN perspective. Do you have a surgestion how I can transform the presentation…

exASHacto
- 23
- 1
- 4
0
votes
0 answers
User friendly URI's with Laravel?
At this time, when I view a thread in my Laravel forum, the URL structure looks like this:
myforum.com/subforumname/1
Whereas 1 represents the id of the forum thread. Ideally, I want it to look like this…

Hillcow
- 890
- 3
- 19
- 48
0
votes
1 answer
Python print to the end of the window
Trying to figure out how to stylistically print "Done." at the end of the window.
I am printing dynamically using flush. A snippet of code would be:
print("Opening the file "),
sys.stdout.flush()
for i in range(3):
print("."),
…

Shaw
- 169
- 1
- 3
- 12
0
votes
1 answer
User friendly site structure
Introduction
I am trying to learn to create websites that aren't just static, and this is probably a 'noob' question but I can't seem to find an answer anywhere.
What I want to achieve
Let's say I want to make a forum/social media type website, I…

Ludvig Alexander Brüchmann
- 25
- 2
- 5