Explain Codes LogoExplain Codes Logo

Best Articles — Page 22

How can I initialize an ArrayList with all zeroes in Java?

java
collections
best-practices
memory-inefficiency

Can HTML be embedded inside PHP "if" statement?

html
prompt-engineering
web-development
best-practices

How can I remove a specific item from an array in JavaScript?

javascript
prompt-engineering
functions
callbacks

How can I create a two-dimensional array in JavaScript?

javascript
2d-arrays
javascript-arrays
array-creation

Video auto play not working in Safari and Chrome desktop browser

html
video-tag
autoplay
responsive-design

Java string to date conversion

java
date-conversion
java-8
datetimeformatter

How to use dashes in HTML-5 data-* attributes in ASP.NET MVC

html
prompt-engineering
data-attributes
html-5

Regex for password must contain at least eight characters, at least one number and both lower and uppercase letters and special characters

javascript
regex
password-validation
security

Error Dropping Database (Can't rmdir '.test', errno: 17)

sql
database-deletion
error-handling
mysql-commands

How to fix the Hibernate "object references an unsaved transient instance - save the transient instance before flushing" error

java
hibernate
cascading
entity-state-management

Make a div fill the height of the remaining screen space

html
responsive-design
css
flexbox

Best way to add Gradle support to IntelliJ Project

java
gradle
intellij
build-tools

Jparepository Not supported for DML operations [delete query]

java
transactional-semantics
jpa-operations
best-practices

Div height set as percentage of screen?

html
responsive-design
css
layout

Java; String replace (school project)?

java
regex-pattern-matching
string-replacement
advanced-regex

Recyclerview onClick

java
recyclerview
onclicklistener
gesturedetector

How do I reformat HTML code using Sublime Text 2?

html
responsive-design
best-practices
tools

What is the difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?

java
spring-data-jpa
repository-patterns
performance-optimizations

Dynamic Sorting within SQL Stored Procedures

sql
dynamic-sorting
sql-design
performance-optimization

$(this).val() not working to get text from span using jquery

javascript
event-handling
jquery
selectors