Explain Codes LogoExplain Codes Logo

Best Articles — Page 164

How do you round to one decimal place in JavaScript?

javascript
rounding
math-functions
precision

Case insensitive XPath contains() possible?

xpath
xpath-functions
javascript
dom-manipulation

Are left outer joins and left joins the same?

sql
join
best-practices
performance

Changing website favicon dynamically

javascript
dom-manipulation
jquery
favicon

Should I use <i> tag for icons instead of <span>?

html
accessibility
semantics
performance

How can I compare two lists in python and return matches

python
list-comparison
data-structures
performance-testing

Query comparing dates in SQL

sql
date-comparisons
sql-injection
best-practices

How to make a vertical line in HTML

html
responsive-design
css
web-development

The backend version is not supported to design database diagrams or tables

sql
compatibility-level
database-design
sql-server

How to change the href attribute for a hyperlink using jQuery

javascript
jquery
javascript-advanced
performance

A html5 web app for mobile safari to upload images from the Photos.app?

html
responsive-design
web-development
best-practices

Why am I seeing "TypeError: string indices must be integers"?

python
json-parsing
data-types
error-handling

Cannot drop PostgreSQL role. Error: `cannot be dropped because some objects depend on it`

sql
best-practices
database-management
postgresql

How to initialize List<String> object in Java?

java
list-initialization
java-8
stream-api

Create date from day, month, year fields in MySQL

sql
date-format
mysql-optimization
performance-tuning

How to Pretty Print HTML to a file, with indentation

html
html-beautification
lxml
html5print

How can I change div content with JavaScript?

javascript
event-delegation
dom-manipulation
accessibility

How to subtract a day from a date?

python
datetime-module
dateutil-realtivedelta
pendulum-library

How to properly assert that an exception gets raised in pytest?

python
pytest
exception-handling
testing

How to prevent text from overflowing in CSS?

css
responsive-design
best-practices
css-properties