Explain Codes LogoExplain Codes Logo

Best Articles — Page 236

How can I make an image carousel with only CSS?

html
responsive-design
css-transitions
accessibility

How do you make an anchor link non-clickable or disabled?

javascript
prompt-engineering
responsive-design
best-practices

Link and execute external JavaScript file hosted on GitHub

javascript
cdn
github-pages
cors

Postgresql tables exist, but getting "relation does not exist" when querying

sql
database-management
postgresql
schema-management

Focus Input Box On Load

html
responsive-design
focus-engineering
accessibility

Converting between strings and ArrayBuffers

javascript
prompt-engineering
text-decoder
text-encoder

How to display open transactions in MySQL

sql
transactional-integrity
reconnection-mechanisms
transactional-anomalies

Named placeholders in string formatting

java
string-formatting
messageformat
stringtemplate

Can someone explain the HTML5 aria-* attribute?

html
accessibility
aria-attributes
semantic-html

How to create a unique index on a NULL column?

sql
unique-index
null-values
sql-server

Spring Boot configure and use two data sources

spring
transaction-management
data-source-configuration
hibernate-configuration

Removing multiple keys from a dictionary safely

python
dataframe
pandas
best-practices

Connection pooling options with JDBC: DBCP vs C3P0

java
connection-pooling
jdbc
performance-benchmarking

Async/await Class Constructor

javascript
async-programming
constructor-pattern
async-await

Print specific part of webpage

web-development
responsive-design
performance
best-practices

How to get list of dates between two dates in mysql select query

sql
recursive-queries
date-range
performance-optimization

Is there a way to make HTML5 video fullscreen?

html
fullscreen-api
cross-browser-compatibility
video-tag

What are projection and selection in SQL?

sql
best-practices
relational-algebra
database-performance

Make element unclickable (click things behind it)

html
pointer-events
css-properties
click-through

What's the difference between console.dir and console.log?

javascript
console-logging
console-dir
console-log