Explain Codes LogoExplain Codes Logo

Best Articles — Page 39

Is it possible to simulate key press events programmatically?

javascript
event-dispatching
key-press-events
javascript-events

Is it possible to set a src attribute of an img tag in CSS?

web-development
responsive-design
best-practices
css

Is it possible to rename a maven jar-with-dependencies?

maven
assembly-descriptor
maven-assembly-plugin
dependency-management

Is it possible to import modules from all files in a directory, using a wildcard?

javascript
import
module-management
babel-plugin-wildcard

Is it possible to have empty RequestParam values use the defaultValue?

java
request-parameter
spring-annotations
null-pointer-exception

Is it possible to get all arguments of a function as a single object inside that function?

javascript
rest-parameters
spread-operator
functions

Is it possible to get a list of files under a directory of a website? How?

web-development
security
directory-access
htaccess

Is it possible to format an HTML tooltip (title attribute)?

html
responsive-design
css-techniques
entity-codes

Is it possible only to declare a variable without assigning any value in Python?

python
type-hints
variable-annotations
best-practices

Is it possible for the child of a div set to pointer-events: none to have pointer events?

html
event-delegation
pointer-events
css-magic

Is it OK to use Gson instance as a static field in a model bean (reuse)?

java
thread-safety
best-practices
performance

Is it not possible to define multiple constructors in Python?

python
parametric-polymorphism
keyword-arguments
class-methods

Is it good practice to use the xor operator for boolean checks?

best-practices
boolean-checks
code-readability
code-maintainability

Is iterating ConcurrentHashMap values thread safe?

java
concurrent-programming
thread-safety
collections

Is it correct to use alt tag for an anchor link?

html
accessibility
aria-label
title-attribute

Is it bad practice to embed JavaScript into the body of HTML?

javascript
unobtrusive-javascript
performance
browser-compatibility

Is it autofocus="autofocus" or autofocus?

html
best-practices
responsive-design
accessibility

Is generator.next() visible in Python 3?

python
generator-engineering
lazy-computation
data-pipelines

Is autocomplete="off" compatible with all modern browsers?

javascript
autocomplete-behavior
browser-testing
form-security

Is a URL allowed to contain a space?

web-development
url-encoding
http-requests
browser-behavior