Explain Codes LogoExplain Codes Logo

Best Articles — Page 191

Display JSON as HTML

html
json-display
syntax-highlighting
performance

Check if a value is an object in JavaScript

javascript
object-checking
type-detection
libraries

How do I target only Internet Explorer 10 for certain situations like Internet Explorer-specific CSS or Internet Explorer-specific JavaScript code?

html
ie10
feature-detection
css-hacks

What is the purpose of constraint naming

sql
constraint-naming
best-practices
database-integration

Ordering by the order of values in a SQL IN() clause

sql
sorting
best-practices
joins

Unicodedecodeerror when reading CSV file in Pandas

python
pandas
csv
encoding

Is an anchor tag without the href attribute safe?

html
placeholder
accessibility
progressive-enhancement

How to auto-resize an image while maintaining aspect ratio

html
responsive-design
css
media-queries

How to check if a string "StartsWith" another string?

javascript
starts-with
polyfill
performance

How to disable Python warnings?

python
warnings
error-handling
logging

Loop (for each) over an array in JavaScript

javascript
for-of
async-await
array-methods

How can I find which tables reference a given table in Oracle SQL Developer?

sql
case-sensitivity
foreign-keys
querying

Is there a float input type in HTML5?

html
input-types
validation
user-interface

Is there an upside down caret character?

html
unicode
css
javascript

Convert a JavaScript string in dot notation into an object reference

javascript
object-manipulation
lodash
error-management

Django set default form values

python
form-handling
default-values
user-input

How do I debug Node.js applications?

javascript
debugging
nodejs
performance

Shortest way to print current year in a website

javascript
dynamic-content
cross-browser
server-side

Select where count of one field is greater than one

sql
group-by
having
subquery

Javascript variable number of arguments to function

javascript
arguments
default-parameters
spread-operator