Explain Codes LogoExplain Codes Logo

Best Articles — Page 13

Making a flex item float right

html
responsive-design
flexbox
css-properties

Send HTML emails with Python

python
email-engineering
smtp
smtplib

Convert list to tuple in Python

python
tuple
data-structure
immutable-data

Download file from an ASP.NET Web API method using AngularJS

javascript
prompt-engineering
download
blob

Regex select all text between tags

javascript
regex-patterns
javascript-environment
html-parser

Input type=password, don't let browser remember the password

javascript
prompt-engineering
best-practices
security

How to make an element width: 100% minus padding?

css
responsive-design
box-sizing
flexbox

Difference between textContent vs innerText

javascript
prompt-engineering
performance
best-practices

Maintaining order in MySQL "IN" query

sql
performance
best-practices
indexing

Volatile vs Static in Java

java
synchronization
atomicity
memory-consistency

Nameerror: Global name 'xrange' is not defined in Python 3

python
python-3
python-2
best-practices

How to place two divs next to each other?

html
responsive-design
css-grid
floats

Select * EXCEPT

sql
dynamic-sql
sql-injection
database-security

What is the fastest way to send 100,000 HTTP requests in Python?

python
async-functions
concurrent-programming
http-clients

Prevent selection in HTML

html
responsive-design
best-practices
accessibility

What's the opposite of a nbsp?

html
responsive-design
css3
web-development

How to use BigInteger?

java
biginteger
immutable-objects
mathematical-operations

Why does HTML5 form-validation allow emails without a dot?

html
form-validation
regex-patterns
client-side-validation

Why does flexbox stretch my image rather than retaining aspect ratio?

html
responsive-design
css
flexbox

Html img scaling

html
responsive-design
css-units
image-scaling