Explain Codes LogoExplain Codes Logo

Best Articles — Page 26

Prevent form redirect OR refresh on submit?

javascript
ajax
event-handling
ui-interactions

Pretty-print JSON using JavaScript

javascript
prompt-engineering
functions
syntax-highlighting

Pretty printing JSON from Jackson 2.2's ObjectMapper

java
json-serialization
jackson-library
pretty-printing

Pretty Printing a pandas DataFrame

python
dataframe
tabulate
markdown

Preserve HTML font-size when iPhone orientation changes from portrait to landscape

html
responsive-design
meta-tags
css-reset

Preparedstatement with list of parameters in a IN clause

sql
sql-injection
prepared-statements
database-performance

Preloading images with JavaScript

javascript
image-preloading
async-programming
promise-all

Post request via RestTemplate in JSON

java
rest-template
json-parsing
exception-handling

Postgresql wildcard LIKE for any of a list of words

sql
full-text-search
pattern-matching
sql-performance

Postgresql query to count/group by day and display days with no data

sql
performance
best-practices
join

Possible to restore a backup of SQL Server 2014 on SQL Server 2012?

sql
database-migration
sql-server-2012
sql-server-2014

Positioning a div near bottom side of another div

html
responsive-design
css
flexbox

Position absolute but relative to parent

html
responsive-design
css-positioning
sticky-ui

Polymorphism: Why use "List list = new ArrayList" instead of "ArrayList list = new ArrayList"?

java
interface
encapsulation
api-design

Plotting a 2D heatmap

python
matplotlib
data-visualization
heatmap

Placing border inside of div and not on its edge

html
css
box-shadow
responsive-design

Pip uses incorrect cached package version, instead of the user-specified version

python
pip-cache
package-management
version-control

Pip installs packages successfully, but executables not found from command line

python
pip
path-variable
bashrc

Pip install mysql-python fails with EnvironmentError: mysql_config not found

python
pip-install
mysql-python
environment-error

Pip install - locale.Error: unsupported locale setting

python
locale-settings
python-configuration
environment-variables