Explain Codes LogoExplain Codes Logo

Best Articles — Page 88

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

How do I wrap text in a pre tag?

html
text-wrapping
css
cross-browser

How can I apply a border only inside a table?

html
responsive-design
css-selectors
accessibility

Android RecyclerView addition & removal of items

java
recyclerview
item-management
click-events

Is there a way to word-wrap long words in a div?

html
word-wrap
cross-browser
css

Wait 5 seconds before executing next line

javascript
async-await
promises
nodejs

Printing HashMap In Java

java
hashmap
iterative
performance

Savefig outputs blank image

python
matplotlib
data-visualization
subplots

How to check certificate name and alias in keystore files?

java
keystore
security
openssl

Adjust width and height of iframe to fit with content in it

html
iframe
responsive-design
jquery

Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell

python
performance
optimization
memory-management

Adding a table row in jQuery

javascript
jquery
dom-manipulation
dynamic-content

How to wrap text of HTML button with fixed width?

html
text-wrapping
responsive-design
css-properties

How to sort in mongoose?

javascript
mongoose
sorting
pagination

Retrieving a List from a java.util.stream.Stream in Java 8

java
java-8
streams
collectors

How to include a font .ttf using CSS?

html
font-loading
responsive-fonts
cross-browser

Insert HTML into view from AngularJS controller

html
ng-bind-html
sanitization
xss

How can I add a class to a DOM element in JavaScript?

javascript
classlist
dom-manipulation
best-practices

Getting the class name of an instance

python
class-name
type-method
instance