Explain Codes LogoExplain Codes Logo

Best Articles — Page 4

Ie8 issue with Twitter Bootstrap 3

html
responsive-design
best-practices
web-development

Get battery level and state in Android

java
broadcast-receiver
battery-management
android-development

How to download a file over HTTP?

python
download-progress
binary-data
file-handling

How can I color Python logging output?

python
logging
colorama
colorlog

Nullpointerexception in Collectors.toMap with null entry values

java
null-pointer-exception
collectors-tomap
map-handling

What is it when a link has a pound "#" sign in it

html
responsive-design
performance
best-practices

How do I create a Java string from the contents of a file?

java
file-io
string-construction
error-handling

How do I add a simple onClick event handler to a canvas element?

javascript
event-handling
canvas
click-events

Intellij inspection gives "Cannot resolve symbol" but still compiles code

java
intellij
cache
maven

Selecting data from two different servers in SQL Server

sql
linked-servers
cross-server-communication
sql-server

Python logging not outputting anything

python
logging
debugging
best-practices

How do you stretch an image to fill a <div> while keeping the image's aspect-ratio?

html
responsive-design
css-transform
object-fit

Set cellpadding and cellspacing in CSS?

css
responsive-design
best-practices
box-model

Event.preventdefault() vs. return false

javascript
event-handling
javascript-standards
vanilla-javascript

Mysql: difference between two timestamps in seconds?

sql
timestampdiff
unix_timestamp
datetime

Check whether an input string contains a number in JavaScript

javascript
prompt-engineering
functions
regex

Render HTML to an image

javascript
prompt-engineering
web-development
best-practices

What are the most common font-sizes for H1-H6 tags

html
responsive-design
css
font-sizes

"cross origin requests are only supported for HTTP." error when loading a local file

web-development
cross-origin
local-server
http-server

Detect all changes to an `` (immediately) using JQuery

javascript
event-handling
debouncing
performance-optimization