Explain Codes LogoExplain Codes Logo

Best Articles — Page 23

Chrome Extension how to send data from content script to popup.html

javascript
async-programming
callbacks
local-storage

Is there a javadoc tag for documenting generic type parameters?

java
generics
documentation
best-practices

How to align flexbox columns left and right?

html
responsive-design
flexbox
css

How do I switch branches in IntelliJ's Subversion?

intellij
branch-management
svn
ide

What is the effect of encoding an image in base64?

web-development
performance
best-practices
image-optimization

How to change the playing speed of videos in HTML5?

html
video-controls
html5
playback-rate

Use of 'prototype' vs. 'this' in JavaScript?

javascript
prototype-engineering
this-keyword
javascript-best-practices

Sql unique varchar case sensitivity question

sql
case-sensitivity
collation
database-design

Most efficient way in SQL Server to get date from date+time?

sql
performance
best-practices
sargability

How can I percent-encode URL parameters in Python?

python
url-encoding
python-3
urllib-parse

When do I need to use a semicolon vs a slash in Oracle SQL?

sql
best-practices
sql-commands
oracle-documentation

How to get folder directory from HTML input type "file" or any other way?

javascript
file-system-access
directory-selection
web-api

Importing lodash into Angular2 + TypeScript application

javascript
lodash
webpack
typescript

Storing UUID as base64 String

java
base64-encoding
uuid
java-8

How to add time to DateTime in SQL

sql
datetime
sql-server
dateadd

What is the purpose of Backbone.js?

javascript
event-driven-design
client-side-logic
single-page-applications

Comparing two java.util.Dates to see if they are in the same day

java
date-comparison
time-zones
java-8

Prevent wrapping of span or div

html
responsive-design
best-practices
web-development

How to output numbers with leading zeros in JavaScript?

javascript
prompt-engineering
functions
callbacks

Is it bad to have my virtualenv directory inside my git repository?

python
venv
best-practices
tools