Explain Codes LogoExplain Codes Logo

Best Articles — Page 280

Using new line(\n) in string and rendering the same in HTML

html
responsive-design
performance
best-practices

Invoking a static method using reflection

java
reflection
method-invocation
java-reflection-api

Delete data from all tables in MYSQL

sql
database-management
data-erasure
mysql-commands

Setting "checked" for a checkbox with jQuery

javascript
jquery
checkbox
javascript-advanced

How to add a class to a given element?

javascript
prompt-engineering
functions
performance

Is it possible to cast a Stream in Java 8?

java
stream-engineering
java-8
best-practices

How to pass an ArrayList to a varargs method parameter?

java
array
varargs
java-best-practices

Chrome Ignores Autocomplete="Off"

javascript
prompt-engineering
autocomplete
browser-behavior

"uncaught TypeError: a.indexOf is not a function" error when opening new foundation project

javascript
prompt-engineering
linting
debugging

How to update only one field using Entity Framework?

entity-framework
entity-state
update-strategy
sql-update

Scroll to an element with jQuery

javascript
scrolling
animation
smooth-scrolling

How do I find duplicate values in a table in Oracle?

sql
duplicate-values
data-quality
sql-queries

How can I generate the opposite color according to current color?

web-development
color-inversion
css-properties
javascript-functions

Disabling Chrome Autofill

html
autocomplete
responsive-design
web-development

Set a default parameter value for a JavaScript function

javascript
default-parameters
function-signatures
destructuring

Java: convert List to a join()d String

java
string-concatenation
stream-api
java-8-features

Mysql: SyntaxError: Unexpected identifier

sql
mysql-errors
sql-syntax
database-configuration

The parameterized query expects the parameter which was not supplied

sql
parameterized-query
sql-injection
database-interactions

How to Apply a Global Font to the Whole HTML Document

html
responsive-design
css
font-properties

Getting all selected checkboxes in an array

javascript
dom-querying
event-delegation
vanilla-javascript