Explain Codes LogoExplain Codes Logo

Best Articles — Page 182

Using "label for" on radio buttons

web-development
accessibility
best-practices
responsive-design

Empty array as PostgreSQL array column default value

sql
array-defaults
postgresql
database-infrastructure

Java.sql.sqlexception: No suitable driver found for jdbc:mysql://localhost:3306/dbname

java
jdbc
database-connection
error-handling

How do I convert a byte array to Base64 in Java?

java
base64-encoding
java-8
best-practices

Round to 5 (or other number) in Python

python
precision-preserving
rounding-numbers
floating-point-arithmetic

How to do method overloading for null argument?

java
method-overloading
null-argument
java-specification

Sql Performance UNION vs OR

sql
performance
best-practices
indexing

Set HTML5 doctype with XSLT

html
doctype
xslt
html5

Extract Month and Year from SQL DATE

sql
date-extraction
sql-functions
date-manipulation

How do I remove the height style from a DIV using jQuery?

javascript
jquery
css
dom-manipulation

What kind of datatype should one use to store hashes?

sql
data-integrity
storage-optimization
hash-functions

How can I declare optional function parameters in JavaScript?

javascript
functions
promises
callbacks

Use jquery to set value of div tag

javascript
jquery
html
javascript-usage

Advantages of using display:inline-block vs float:left in CSS

html
responsive-design
best-practices
css-grid

Convert JS date time to MySQL datetime

javascript
date-conversion
mysql-format
timezone-management

Disable color change of anchor tag when visited

html
css-styling
pseudo-classes
responsive-design

Does the color of stacked semi-transparent boxes depend on order?

web-development
responsive-design
css
html

How do I set up IntelliJ IDEA for Android applications?

java
intellij-idea
android-sdk
gradle

What is __future__ in Python used for and how/when to use it, and how it works

python
future-proofing
python-features
backward-compatibility

Play/pause HTML 5 video using jQuery

html
responsive-design
video-controls
event-handling