high paying UX/UI internships?

i currently am a MIS major and have an IT internship. i did a quick 2 hour job shadow for UX/UI and loved it. I wish to pursue it further and so i’m looking for an internship in this field for next summer, what are you some b…
Icon for a mix of different things

I have a setting activity (window) in my android app where I can configure different things. Each setting category has an icon. I have these categories
Filter settings
Territory settings
Report settings
Additional settings
…
h2 tag on screen reader missing [on hold]
![h2 tag on screen reader missing [on hold]](https://uxsharelab.com/wp-content/themes/proxima/images/thumbnail-placeholder.gif)
I have the following markup
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>This is the title page</title>
</head>
<body>
<section>
<h1>The best chicken soup</h1>
<h2>This is soup is made of chicken and tomatos</h2>
<p>Lorem ipsum…</p>
<h3>Other method</h3>
<p>Quisque leo nisl…</p>
<p>Pellentesque aliquet pulvinar odio.</p>
<p>.</p>
</section>
</body>
</html>
The problem is when I switch to screen reader on Firefox the h1
and h2
tags does not show up. So here is the case:
case 1: h1
and only h2
tags → both h2
tags are showing up, the h1
are NOT
case 2: h1
and h2
and h3
tags → Only the h3
is showing up, the h1
and h2
are NOT
Any idea how can I fix this please?
Position of the Cancel and Save Buttons on a iPhone

I’m skeptical where to put the Cancel and the Save Buttons in an iOS-app:
Cancel on the left side and Save on right side or vice versa?
I think the iOS Human Interface GuidelinesBeta of Apple says nothing about this…
…
What could be a possible reason for the cancel button to be bold when changing an iPhone’s language?

When I change my iPhone’s language, this confirmation thingy (Action Sheet) pops up.
As you can see, the cancel button’s text is in bold. It seems like that it actually wants you to tap on the cancel button instead of the …
How to present 3 types of Economic systems?

I would like to build a ‘homework-helping’ community site, where students provide simple services for each other and earn a non-monetary form of credit (which I’ve called ‘blue coins’). The purpose of this first system is to …
Should I use labels for geographic locations?

I have a website similar to craigslist for online classified media. I redesigned a list of items now using semantic-ui and labels for the geography. Would it be better to use breadcrumbs e g Georgia >> Columbus instead …
Three Tools to automate Risk Assessment

Using the Web, search for at least three tools to automate risk assessment. Collect information on automated risk assessment tools. What do they cost? What features do they provide? What are the advantages and disadvantages o…
Proper name for autosuggest pattern of partial content within a field (#tags or @mentions)

Autocomplete/autosuggest (or, sometimes, “Filter as you type” or “typeahead”) all seem to generally refer to the pattern of filling a whole text input field with the results from a suggestion list.
Is there a name specific…
How is Navigation Drawer different from Tabs, for "back" navigation?

The app is similar to the one described here – one Activity, several sections accessible from Nav menu toggled by always-visible hamburger or by sliding from left edge.
The sections are very different – say, one showing a lis…