Explain Codes LogoExplain Codes Logo

Best Articles — Page 60

How to Call Super Constructor in Lombok

java
lombok
constructor
inheritance

How to call function on child component on parent events

javascript
vue-refs
component-communication
event-bus

How to call a JavaScript function from PHP?

javascript
ajax
v8js
javascript-execution

How to calculate rolling / moving average using python + NumPy / SciPy?

python
numpy
scipy
dataframe

How to calculate required hue-rotate to generate specific colour?

web-development
color-theory
css-filters
svg-filters

How to calculate date difference in JavaScript?

javascript
date-difference
javascript-libraries
date-manipulation

How to break nested loops in JavaScript?

javascript
loop-labels
break-statement
nested-loops

How to avoid the need for ctrl-click in a multi-select box using Javascript?

javascript
user-interactions
event-handling
cross-browser-compatibility

How to avoid sending input fields which are hidden by display:none to a server?

javascript
form-submission
client-side-checks
javascript-techniques

How to avoid installing "Unlimited Strength" JCE policy files when deploying an application?

java
crypto-policy
jce
cryptography

How to avoid error "aggregate functions are not allowed in WHERE"

sql
aggregate-functions
where-clause
having-clause

How to autosize a textarea using Prototype?

javascript
prompt-engineering
functions
callbacks

How to assert greater than using JUnit Assert?

java
assertions
hamcrest-matchers
junit

How to apply a color to a SVG Text element

html
responsive-design
svg
css

How to align a <div> to the middle (horizontally/width) of the page

html
responsive-design
css
layout

How to affect other elements when one element is hovered

css
responsive-design
best-practices
transitions

How to add semicolon after method call when inside parameter list in IntelliJ IDEA?

intellij
keyboard-shortcuts
code-completion
live-templates

How to add property to a class dynamically?

python
metaprogramming
descriptors
properties

How to add months to a date in JavaScript?

javascript
date-manipulation
leap-year
date-rollover

How to add many functions in ONE ng-click?

javascript
prompt-engineering
best-practices
performance