Explain Codes LogoExplain Codes Logo

Best Articles — Page 252

Can I use multiple versions of jQuery on the same page?

javascript
prompt-engineering
best-practices
functions

Submitting a form by pressing enter without a submit button

html
responsive-design
accessibility
best-practices

T-sql split string based on delimiter

sql
string-splitting
sql-server
delimiter

Java HTTPS Client Certificate Authentication

java
ssl-context
https-client
client-certificates

Styling every 3rd item of a list using CSS

css
responsive-design
best-practices
performance

How to resize images proportionally / keeping the aspect ratio?

javascript
responsive-design
image-manipulation
performance

Postgresql Foreign Key syntax

sql
foreign-key
database-design
data-integrity

Cannot install Lxml on Mac OS X 10.9

python
virtual-environments
installation-troubleshooting
best-practices

Generating a Random Number between 1 and 10 in Java

java
random-number-generation
java-utility-classes
performance-optimization

Align contents inside a div

html
responsive-design
css
best-practices

Drag drop files into standard html file input

html
responsive-design
performance
best-practices

Stop form refreshing page on submit

javascript
event-listeners
form-validation
ajax

Make Div overlay ENTIRE page (not just viewport)?

html
responsive-design
css-reset
accessibility

How to override css prefers-color-scheme setting

javascript
responsive-design
performance
best-practices

How to Background a Div Without the Padding Area

html
responsive-design
best-practices
css

Html slider with two inputs possible?

html
responsive-design
web-development
best-practices

Does Python have an ordered set?

python
ordered-set
data-structure
collections

Getting the first index of an object

javascript
object-properties
javascript-objects
performance-optimization

How do you display JavaScript datetime in the 12 hour AM/PM format?

javascript
date-formatting
locale
timezone

Difference between "process.stdout.write" and "console.log" in node.js?

javascript
prompt-engineering
console-logging
process-stdout