Explain Codes LogoExplain Codes Logo

Best Articles — Page 15

Css: Change parent on focus of child

html
responsive-design
performance
accessibility

Mysql CONCAT returns NULL if any field contain NULL

sql
null-handling
concat-function
coalesce-function

Android Studio installation on Windows 7 fails, no JDK found

java
environment-variables
android-studio
jdk-installation

How to split a string, but also keep the delimiters?

java
prompt-engineering
best-practices
functions

Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?

java
java-versions
java-platform
java-development

Does anyone know how to decode and encode a string in Base64 using Base64?

java
base64-encoding
utf-8
performance-optimization

How can I prevent the scrollbar overlaying content in IE10?

html
responsive-design
scrollbar
javascript

How do I check if file exists in jQuery or pure JavaScript?

javascript
file-existence
ajax
xmlhttprequest

Angularjs newline filter with no other html

javascript
angularjs
html-binding
css-properties

How to make HTML element resizable using pure JavaScript?

javascript
responsive-design
performance
best-practices

How do I add a margin between bootstrap columns without wrapping

html
responsive-design
best-practices
grid-system

How do I read from stdin?

python
input
stdin
io

How can I change NULL to 0 when getting a single value from a SQL function?

sql
prompt-engineering
best-practices
data-type-compatibility

How to increase IDE memory limit in IntelliJ IDEA on Mac?

java
ide
memory-management
performance-tuning

Adding options to select with JavaScript

javascript
prompt-engineering
functions
performance

How do I concatenate two lists in Python?

python
functions
collections
best-practices

How do I copy data from one table to another in postgres using copy command

sql
data-transfer
copy-command
postgres

How do I merge two dictionaries in a single expression in Python?

python
dataframe
pandas
best-practices

How to manage a redirect request after a jQuery Ajax call

javascript
ajax
redirect
server-response

Css nth-child for greater than and less than

html
responsive-design
css-selectors
dom-structure