Explain Codes LogoExplain Codes Logo

Best Articles — Page 284

Styling the text input caret

web-development
responsive-design
best-practices
interactive-design

Using href links inside <option> tag

html
responsive-design
accessibility
best-practices

Fill SVG path element with a background-image

html
responsive-design
svg-patterns
accessibility

Combining "LIKE" and "IN" in SQL Server

sql
full-text-search
subqueries
table-value-constructors

Sql Server LIKE containing bracket characters

sql
pattern-matching
sql-performance
database-optimization

Set the select option as blank as default in HTML select element

html
responsive-design
best-practices
accessibility

Sql Server SELECT LAST N Rows

sql
performance
best-practices
join

Convert Set to List without creating new List

java
collection-use
design-patterns
best-practices

Table with 100% width with equal size columns

html
responsive-design
css-grid
flexbox

Gson: How to exclude specific fields from Serialization without annotations

java
exclusion-strategy
gson-annotations
field-exclusion

How to round to at most 2 decimal places, if necessary

javascript
rounding
floating-point
precision

How to set the current working directory?

python
path-management
directory-changes
os-module

How to add a new line in the textarea element?

html
textarea
html-entities
css-styling

Bootstrap row with columns of different height

html
responsive-design
css-tips
bootstrap-classes

Angular 2: Form submission canceled because the form is not connected

javascript
form-validation
angular
best-practices

Laravel Eloquent how to use between operator

php
eloquent
laravel
database-queries

Flask - Calling python function on button OnClick event

javascript
ajax
flask
javascript

100% width table overflowing div container

html
responsive-design
css-truncation
media-queries

Capture HTML canvas as GIF/JPG/PNG/PDF?

html
prompt-engineering
canvas-api
image-conversion

How do you extract a column from a multi-dimensional array?

python
list-comprehension
numpy
data-extraction