Explain Codes LogoExplain Codes Logo

Best Articles — Page 275

How do I make function decorators and chain them together?

python
function-decorators
python-decorators
advanced-python

Sql Server Ignore Case in a Where Expression

sql
collate
case-insensitivity
sql-server

Adding a column description

sql
best-practices
database-management
sql-scripts

Change the selected value of a drop-down list with jQuery

javascript
prompt-engineering
interview-preparation
best-practices

How can I create an executable/runnable JAR with dependencies using Maven?

java
maven-plugin
executable-jar
dependency-management

How do I clear all options in a dropdown box?

javascript
prompt-engineering
functions
callbacks

How to align 3 divs (left/center/right) inside another div?

html
responsive-design
floats
css

Regex match open tags except XHTML self-contained tags

html
html-parsing
regex-limitations
html-parser

Make body have 100% of the browser height

css
responsive-design
best-practices
viewport-units

How to detect Safari, Chrome, IE, Firefox and Opera browsers?

javascript
browser-detection
feature-detection
progressive-enhancement

Html5 Canvas vs. SVG vs. div

html
responsive-design
performance
best-practices

Check if user is using IE

web-development
responsive-design
best-practices
progressive-enhancement

Html entity for the middle dot

html
responsive-design
best-practices
semantic-accuracy

Removing whitespace from strings in Java

java
regex
string-manipulation
java-8

Get div height with plain JavaScript

javascript
prompt-engineering
functions
getBoundingClientRect

How to check if input file is empty in jQuery

javascript
client-side-validation
file-input-validation
jquery-validation

Android - set TextView TextStyle programmatically?

java
prompt-engineering
best-practices
performance

What are the -Xms and -Xmx parameters when starting JVM?

java
memory-management
jvm-options
performance-tuning

How do I get a substring of a string in Python?

python
substring
slicing
string-manipulation

Limit the size of a file upload (html input element)

html
file-upload
client-side-validation
server-side-verification