Explain Codes LogoExplain Codes Logo

Best Articles — Page 351

New Line Issue when copying data from SQL Server 2012 to Excel

sql
new-line
excel
ssms

How to convert byte array to string and vice versa?

java
byte-array
string-conversion
utf-8

Importing files from different folder

python
sys-path
absolute-imports
best-practices

How do I query between two dates using MySQL?

sql
date-queries
date-format
string-to-date

Bootstrap 3 Flush footer to bottom, not fixed

html
footer
flexbox
css

Why is reading lines from stdin much slower in C++ than Python?

career
performance
buffering
profiling

How do I remove all HTML tags from a string without knowing which tags are in it?

html
html-parsing
regex
string-manipulation

How to create an object property from a variable value in JavaScript?

javascript
object-properties
es6
bracket-notation

Should a retrieval method return `null` or throw an exception when it can't produce the return value?

java
null-checks
error-handling
optional

When is localStorage cleared?

javascript
localstorage
indexeddb
data-persistence

Regarding the HTML Label's "For" Property

html
accessibility
user-experience
form-functionality

Implement actions for screen width less than 960 px

html
responsive-design
media-queries
performance

Can I concatenate multiple MySQL rows into one field?

sql
group-concat
distinct
data-aggregation

Show or hide element in React

javascript
state-management
conditional-rendering
performance

Mysql DELETE FROM with subquery as condition

sql
delete
subquery
temporary-table

The character encoding of the HTML document was not declared

html
meta-tags
encoding
best-practices

How do I split the definition of a long string over multiple lines?

python
string-management
best-practices
sql-injection

How can I detect changes in location hash?

javascript
hashchange
ajax
performance

Using jQuery to test if an input has focus

javascript
jquery
focus
accessibility

How to prevent IFRAME from redirecting top-level window

html
iframe
sandbox
security