Explain Codes LogoExplain Codes Logo

Best Articles — Page 137

What's the difference between HTML 'hidden' and 'aria-hidden' attributes?

html
accessibility
aria-hidden
web-development

How to check if a cursor exists (open status)

sql
cursor-status
error-handling
best-practices

Add context path to Spring Boot application

java
spring-boot
server-configuration
context-path

Total memory used by Python process?

python
memory-management
performance-optimization
python-stdlib

Format a number as 2.5K if a thousand or more, otherwise 900

javascript
formatting
number-formatting
intl-number-format

Retrieving Data from SQL Using pyodbc

sql
pandas
dataframe
join

Bootstrap - Align Button to the Bottom of a Card

html
responsive-design
css
flexbox

Ellipsis for overflow text in dropdown boxes

css
responsive-design
best-practices
pseudo-elements

How can I create an object and add attributes to it?

python
dynamic-objects
data-classes
mock-objects

Best way of invoking getter by reflection

java
reflection
getter-methods
best-practices

Counting unique values in a column in pandas dataframe like in Qlik?

python
dataframe
pandas
data-analysis

Method has the same erasure as another method in type

java
type-erasure
generics
backward-compatibility

Querying data by joining two tables in two databases on different servers

sql
linked-servers
openquery
temporary-tables

Escaping HTML strings with jQuery

javascript
html-escaping
jquery
security

Get a pixel from HTML Canvas?

javascript
canvas
image-data
pixel-manipulation

Input size vs width

html
responsive-design
best-practices
css

Set value for particular cell in pandas DataFrame using index

python
dataframe
pandas
data-manipulation

How to set background color of an Activity to white programmatically?

java
android-development
programming-best-practices
responsive-design

How do I print my Java object without getting "SomeType@2f92e0f4"?

java
reflection
tostring
debugging

Ctrl + Enter using jQuery in a TEXTAREA

javascript
event-handling
key-combinations
jquery-plugin