Explain Codes LogoExplain Codes Logo

Best Articles — Page 357

Why is it a bad practice to return generated HTML instead of JSON? Or is it?

web-development
best-practices
performance
responsive-design

How to order by with union in SQL?

sql
join
best-practices
union

How to define a two-dimensional array in Python?

python
list-comprehensions
numpy
best-practices

Preventing an image from being draggable or selectable without using JS

css
css-properties
browser-compatibility
responsive-design

'like ('%this%' OR '%that%') and something=else' not working

sql
pattern-matching
sql-queries
best-practices

Javascript DOM: Find Element Index In Container

javascript
dom-manipulation
javascript-features
browser-compatibility

Html for the Pause symbol in audio and video control

html
responsive-design
web-development
best-practices

How to terminate a python subprocess launched with shell=True

python
subprocess
process-management
python-stdlib

Show the current username in MySQL?

sql
database-connection
mysql-queries
security-best-practices

Jquery Event Keypress: Which key was pressed?

javascript
keypress
event-handling
jquery

Sql Return only duplicate rows

sql
subquery
join
window-functions

How to get child element by class name?

javascript
dom-navigator
mutation-observer
dom-manipulation

Python Requests throwing SSLError

python
ssl-error
ssl-verification
requests-library

How to get the value of a selected radio button

javascript
radio-button
browser-compatibility
jquery

How do I find the time difference between two datetime objects in Python?

python
datetime
timezones
timedelta

How to show the "Are you sure you want to navigate away from this page?" when changes committed?

javascript
prompt-engineering
beforeunload
onchange

How to convert a JSON string to a Map<String, String> with Jackson JSON

java
json-parsing
jackson-library
objectmapper

How to round a number to n decimal places in Java

java
rounding
decimalformat
bigdecimal

Mockito - difference between doReturn() and when()

java
mockito
testing
stubbing

Html5: using header or footer tag twice?

html
responsive-design
best-practices
semantic-ui