Explain Codes LogoExplain Codes Logo

Best Articles — Page 97

Why does this CSS margin-top style not work?

html
css
margin
layout

Split string with multiple delimiters in Python

python
string-splitting
regex
custom-function

How do you create a hidden div that doesn't create a line break or horizontal space?

html
responsive-design
accessibility
css

How to query a json column for empty objects?

sql
json
indexing
performance

What is the "right" JSON date format?

javascript
json
iso-8601
date-handling

Select data from date range between two dates

sql
date-range
between
performance

Most efficient way to create a zero filled JavaScript array?

javascript
array-initialization
performance
typed-arrays

2 Column Div Layout: Right Column With Fixed Width, Left Fluid

html
responsive-design
css-grid
media-queries

Local Storage vs Cookies

javascript
local-storage
cookies
web-apps

Styling an input type="file" button

html
file-input
css-pseudo-elements
accessibility

How to do if-else in Thymeleaf?

html
thymeleaf
conditional-rendering
spring-security

How to use HTML Agility pack

html
html-agility-pack
xpath
error-handling

Html 5: Is it <br>, <br/>, or <br />?

html
void-elements
backwards-compatibility
markup-validation

How do I make a div full screen?

html
fullscreen-api
responsive-design
css

What does <meta http-equiv="X-UA-Compatible" content="IE=edge"> do?

html
meta-tags
responsive-design
best-practices

How do I get the current time?

python
datetime
pytz
utc

Make a negative number positive

java
math-abs
biginteger
ternary-operator

Convert list to array in Java

java
toarray
concurrency
autoboxing

How to convert a byte array to a hex string in Java?

java
byte-array
hex-string
performance

What does the "yield" keyword do in Python?

python
yield
generators
itertools