Explain Codes LogoExplain Codes Logo

Best Articles — Page 350

Sql order string as number

sql
string-sorting
performance
cte

How to get the first element of the List or Set?

java
collections
optional
error-handling

Get checkbox value in jQuery

javascript
checkbox
form-submission
dom-manipulation

Change the color of glyphicons to blue in some, but not in all, places using Bootstrap 2

html
css-specificity
bootstrap
custom-styles

How do I change the size of figures drawn with Matplotlib?

python
matplotlib
data-visualization
pandas

A quick and easy way to join array elements with a separator (the opposite of split) in Java

java
string-joining
utility-tools
best-practices

Reload an iframe with jQuery

javascript
iframe
user-experience
jquery

What's the Best Way to Break from Nested Loops in JavaScript?

javascript
nested-loops
break
array-methods

What is the best tool to compare two SQL Server databases (schema and data)?

sql
database-comparison
tools
synchronization

Convert a Unix timestamp to time in JavaScript

javascript
unix-timestamp
time-formatting
date-object

Is there a standard function to check for null, undefined, or blank variables in JavaScript?

javascript
truthiness
isempty
type-coercion

Css attribute selector does not work a href

html
css
selectors
pdf

Converting Select results into Insert script - SQL Server

sql
insert-scripts
dynamic-sql
stored-procedures

Parsing a string to a date in JavaScript

javascript
date-parsing
momentjs
regex

Css selector for other than the first child and last child

html
css
selectors
performance

How to Check if One of the Following Items Is in a List?

python
sets
any
generator-expressions

Force IE compatibility mode off using tags

html
compatibility
meta-tags
web-development

How to remove duplicate white spaces in string using Java?

java
string-manipulation
regex
performance

How to create a directory in Java?

java
directory-creation
exception-handling
nio

Can I catch multiple Java exceptions in the same catch clause?

java
multi-catch
exception-handling
code-organization